/* Farben und Bilder Bereich Landratsamt */


/* hell */

html, body {
	background-color: #F7FEFF;
}

#navigation li {
	border-bottom: 1px solid #F7FEFF;
}

input, textarea {
	background-color: #F7FEFF;
}

select, option {
	background-color: #F7FEFF;
}



/* dunkel */

.navihead {
	background-color: #48A6B0;
}

#inhalt {
	border-left: 1px solid #48A6B0;
}

#inhalt .teaser {
	border-top: 2px solid #48A6B0;
}

#inhalt .teaser h2 {
	border-left: 6px solid #48A6B0;
}

input.button {
	background-color: #48A6B0; 
}


/* bilder */

#container {
	background-image: url(http://www.landkreis-muenchen.de/_save/images/landratsamt_bg.jpg);
	background-repeat: no-repeat;
}
#navigation #aktiv a {
	background-image: url(http://www.landkreis-muenchen.de/_save/images/navig_pfeil_landratsamt.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_landratsamt.gif);
	background-repeat: no-repeat;
}


/* evtl. anders für die hr in der Navigation links */

#navigation hr {
	color: #c0c0c0;
}

#navigation h4 {
	margin-left: 14px;
	padding: 0;
	font-size: 95%;
}


/* Organigramm */

.organigramm {
	margin: 2em auto;
	width: 90%;
}

.abteilungen {
	float: left;
	width: 15em;
	background-color: #F7FEFF;
	color: #000;
	text-align: center;
	border: 3px solid #48A6B0;
	margin: .6em;
	padding: .5em .1em 0 .1em;
	height: 10em;
	font-size: 85%;
}

.abteilungen p a {
	position: relative;
	margin-bottom: .1em;
	vertical-align: bottom;	
}

.sachgebiete {
	float: left;
	width: 15em;
	background-color: #FFFCF1;
	color: #000;
	text-align: center;
	border: 3px solid #fac402;
	margin: .6em;
	padding: .5em .1em 0 .1em;
	font-size: 85%;
	height: 10em;
}

.abteilungen p.unten,
.sachgebiete p.unten {
	position: relative;
	text-align: center;
	vertical-align: bottom;
	font-size: 90%;
	margin-bottom: 1px;
	padding: 0;
	height: 10%;
}

/*  Virtueller Rundgang - Restliche Formatierung direkt im Script!  */

#layer_main {
	/*text-align: left;*/
	width: 710px;
	margin: 1em auto;

}

#layer_copy {
	font-size: 80%;
}

#layer_panotxt {
	font-size: 85%;
	text-align: center;
}


