* {	margin: 0px; padding: 0px; }

@font-face {
    font-family: 'fsme-Heavy';
    src: url('fsme-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsme-Light';
    src: url('fsme-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fsme-Regular';
    src: url('fsme-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "EuroPlate";
  src: url("EuroPlate.woff") format("woff"), /* Modern Browsers */
    url("EuroPlate.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body {
/*	font-family: "Open Sans", Verdana, Trebuchet MS, Helvetica, sans-serif; */
	font-family: 'fsme-Regular';
	font-size: 18px;
	#background-image: url("linien.jpg");
}

.error403 { 
	display: block; 
	width: 100%;
	text-align: center; 
}

.button01 {
	font-size: 25px;
	display: block;
	text-align: center;
	position:relative;
}

hr { border:solid #1DA8DF 1px; }

#banner {
	background:url('../pics/banner_01.jpg') no-repeat center top; 
	display: center;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 960px;
	padding: 0px;
	height:300px;
	border-radius: 25px;
}

h1 {
	font-family: fsme-Heavy;
	background-image: linear-gradient(to right, #ffffff, #1DA8DF, #ffffff);
	color: white;
	text-align: center;
	border-radius: 15px;
	margin-bottom: 5px;
}

h2 {
	color: red;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: underline;
}

h3 { 
	color: #148dea; 
	text-align: left; 
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

b { color: red; }
i { color: rgb(0,0,153); }
p { margin-top: 5px; margin-bottom: 5px; }

.ok { color: green; }
.nok { 
	color: red; 
	text-align: center;
}
.green_info {
	color: green;
	font-weight: 900;
}

body > div {
	max-width: 80%;
	margin: auto;
}

#footer {
	margin-top: 0px;
	padding-top: 0px;
	font-family: fsme-Light;
	color: #1DA8DF;
	font-size: 11px;
	text-align: center-right;
	margin-top: 5px;
}

#hrfooter { margin-top: 5px; border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ffffff, #1DA8DF, #ffffff); } 
hr { margin-top: 5px; border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ffffff, #1DA8DF, #ffffff); }

#end {
	max-width: 80%;
	margin: auto;
	text-align: left;
}

.smiley {
	font-size: 50px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-bottom: 15px;
	color: #1DA8DF;
}

input[type="submit"] {
	font-family: fsme-regular;
	background: #148dea;
	color: white;
	padding: 2px 10px;
	border: none;
	font-size:22px;
	border-radius: 3px;
}
input[type="button"] {
	font-family: fsme-regular;
	background: #148dea;
	color: white;
	padding: 2px 10px;
	border: none;
	font-size:22px;
	border-radius: 3px;
}
input[type="submit"]:hover {
	font-family: fsme-regular;
	background: #329cee;
	color: white;
	padding: 2px 10px;
	border: none;
	font-size:22px;
	border-radius: 3px;
}
input[type="button"]:hover {
	font-family: fsme-regular;
	background: #329cee;
	color: white;
	padding: 2px 10px;
	border: none;
	font-size:22px;
	border-radius: 3px;
}

.navi_submit input[type="submit"] {
	font-family: fsme-regular;
	background: #148dea;
	color: white;
	padding: 5px 5px;
	border: none;
	font-size:10px;
	border-radius: 3px;
}

.navi_submit input[type="submit"]:hover {
	font-family: fsme-regular;
	background: #329cee;
	color: white;
	padding: 5px 5px;
	border: none;
	font-size:10px;
	border-radius: 3px;
}

/* Formular */
fieldset {
	margin: 0px;
	padding: 0px;
	border: solid 1px #1DA8DF;
	border-radius: 25px;
}

legend {
	margin: 0px;
	padding: 0px;
	margin-left: 120px;
	font-style: italic;
}

label {
	float: left;
	width: 400px;
	text-align: right;
	margin: 0 10px 0 0;
}
fieldset ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

fieldset li {
	margin: 0px;
	padding: 0 0 10px 10px;
}

fieldset.submit {
	margin: 15 px 0 0 120px;
	margin-top: 20px;
	margin-left: 420px;
	border: none;
}
.energy {
	font: inherit;
	width: 256px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        border-color: grey;
} 
 

select { 
	border-radius: 5px;
	font-family: 'fsme-light'; 
	padding-left: 2px;
	padding-right: 5px;
}

.fsme-regular {
    font-family: 'fsme-regular';
}

.fsme-light {
    font-family: 'fsme-Light';
}
.mail {
    color: navy;
    font-family: 'fsme-Light';
}

.imp {
    float: right;
    text-decoration: none;
    color: #1DA8DF;  
}

.f_left {
	float: left;
	padding-right: 50px;
}

.cat_detail {
	padding: 10px 0px; 
}

.cat_detail > img { 
	float: left; 
	width: 100%; 
	max-width: 20%; 
	min-width: 200px; 
	margin-right: 100px; 
}

.cat_detail > table { 
	width: 100%; 
	max-width: 70%; 
	min-width:500px; 
}

.vehicle_link {
	font-family: "EuroPlate";
	font-size: 5em;
	text-decoration: none;
	color: black;
	border: 3px solid;
	padding: 3px;
	margin-right: 10px;
	border-radius: 7px;
}

.kenzeichen_blue { color: #0086d0; }

.logout {
	margin-top: 20px;
	text-align: right;
	padding-right: 25%;
}

.login {
	margin-left: 5%;
	margin-right: 5%;
}

.loginInfo {
	font-size: 0.7em;
	color: #00694c;
	padding: 0;
	margin: 0;
}

.wedding {
	color: #D4AF37;
	font-weight: 900;
}

.note {
	color: #feb22c;
	font-weight: 900;
}

.nokbold { 
	color: red; 
	font-weight: bold;
}