/* Standard-CSS */
/* Wichtigen Farben
Button passiv = #D4980D
Beige = #EBE2CB
Blau = #405B7A
Gelb = #FFCC33
Headline Schrift #D4980D
*/

/* Alle Abstände auf Null und Schriftformatierung */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, img, li 
{	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#405B7A;
}

/* HTML und body */
html, body {font-size: 101% ; }


.head 
	{
	font-size: 18px;
	font-weight: normal;
	color: #EE6500;
	}
	
.titel 
	{
	font-size: 22px;
	font-weight: normal;
	color:#D4980D;
	}	

a.linkpassiv:link, a.linkpassiv:visited 
	{	
	color: #405B7A;
	TEXT-DECORATION: none;
	font-size: 10pt;
	font-weight: normal;
	}

a.linkpassiv:hover, a.linkpassiv:active, a.linkpassiv:focus 
	{
	color: #EE6500;
	TEXT-DECORATION: none;
	font-size: 10pt;
	font-weight: normal;
	}

a.linkaktiv:link, a.linkaktiv:visited 
	{
	color: #EE6500;
	TEXT-DECORATION: none;
	font-size: 10pt;
	font-weight: normal;
	}

a.linkaktiv:hover, a.linkaktiv:active, a.linkaktiv:focus {
	color: #EE6500;
	TEXT-DECORATION: none;
	font-size: 10pt;
	font-weight: normal;
	}

a.fett {font-size: 24px; font-weight:bold; color:#EBE2CB; text-decoration:none}

div.scrollbalken {
	color: #405B7A;
	font-size: 12px;
	padding-right: 20px;
	scrollbar-base-color: #EBE2CB;
	scrollbar-track-color: #405B7A;
	}

/* Position der Layer */
div {position: absolute;
	}

.sprache {
	color: #EBE2CB;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 18px;
	}

p.adresse {
font-size: 12px;
}

div.kleiner {
font-size: 10px;
}

td.kleiner {
font-size: 10px;
}

input.kleiner {
font-size: 10px;
}

input.ankunft {
font-size: 10px;
width: 80px;
}

input.adresse {
font-size: 10px;
width: 250px;
}

input.button {
font-size: 10px;
width: 100px;
}

select.zimmer {
font-size: 10px;
width: 45px;
}

select.anrede {
font-size: 10px;
width: 60px;
}

textarea.nachricht {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
width: 250px;
}

a.linkpassiv2:link, a.linkpassiv2:visited 
	{	
	color: #405B7A;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	}

a.linkpassiv2:hover, a.linkpassiv2:active, a.linkpassiv2:focus 
	{
	color: #EE6500;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	}

a.linkaktiv2:link, a.linkaktiv2:visited 
	{
	color: #EE6500;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	}

a.linkaktiv2:hover, a.linkaktiv2:active, a.linkaktiv2:focus {
	color: #EE6500;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	}

#links {
position: absolute;
top: 35px;
left: 0;
width: 380px;
height: 250px;
}

#links img {
border: 0;
padding: 3px 6px 3px 0;
}

/* Beginn Lauftext Umweltzone */
#lauftext {
position: absolute;
width: 540px;
top: 320px;
left: 120px;
overflow: hidden;
z-index: 1000;
}

#lauftext a {
display: block;
color:#666;
text-decoration: none;
}

#lauftext a:hover {
color:#EE6500;
}
/* Ende Lauftext Umweltzone */

