/* Farben und Bilder Bereich Buergerservice */


/* hell */

html, body {
	background-color: #FFF9F5;
}

#navigation li {
	border-bottom: 1px solid #FFF9F5;
}

input, textarea {
	background-color: #FFF9F5;
}

select, option {
	background-color: #FFF9F5;
}




/* dunkel */

.navihead {
	background-color: #F29146;
}

#inhalt {
	border-left: 1px solid #F29146;
}

#inhalt .teaser {
	border-top: 2px solid #F29146;
}

#inhalt .teaser h2 {
	border-left: 6px solid #F29146;
}

input.button {
	background-color: #F29146; 
}



/* bilder */

#container {
	background-image: url(http://www.landkreis-muenchen.de/_save/images/buergerservice_bg.jpg);
	background-repeat: no-repeat;
}
#navigation #aktiv a {
	background-image: url(http://www.landkreis-muenchen.de/_save/images/navig_pfeil_buergerservice.gif);
	background-repeat: no-repeat;
}
#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	background-image: url(http://www.landkreis-muenchen.de/_save/images/navig_pfeil_buergerservice.gif);
	background-repeat: no-repeat;
}


/* evtl. anders für die hr in der Navigation links */

#navigation hr {
	color: #c0c0c0;
}

/* Formularserver - Startseite für Downloads PDF/XML oder Ciralibrowser */

ul#forms {
	margin: 1.5em auto;
	padding-left: 0;
}

ul#forms li {
	list-style-type: none;
 	padding: 1em .3em 1em .5em;
	border-bottom: 1px solid #c0c0c0;
}

ul#forms li a {
	margin: 0 .5em;
	padding: 0;
	display: inline;
}

ul#forms li img {
	float: left;
	margin: 0 1.2em 0 0;
}

#forms li div.text {
	display: block;
	width: 100%;
 	clear: both;
	padding: 0;
	margin: 1.5em 0 0 0;
}
