/* 
Globales Stylesheet fuer staedtebaulicher-denkmalschutz.de 
erstellt durch netzformat.de 
Version 2.2 12/2011
*/ 

* {
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:30px 0px 25px 0px;
	background-color:#E4EBEF;
}

a {
	color:#940104;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0px 0px 10px 0px;
}

img {
	max-width:100%;
	border:0;
}

li {
	list-style:none;
	list-style-type:none;
}


/* Rahmen */
#container {
	margin:0 auto;
	width:960px;
}


/* Kopfbereich */
#kopf {
	background-color:#608EB2;
	height:160px;
	background-image:url(/gif/keyvisual.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:right;
}

#logo {
	padding:75px 40px 0px 0px;
}


/* Hauptnavigation */
#hauptnavi {
	height:24px;
	background-color:#940104;
	text-align:center;
	border:0px solid #E4EBEF;
	border-radius:5px;
	margin-top:1px;
	line-height:2em;
}

#hauptnavi a {
	color:#FFFFFF;
	padding:0px 20px 0px 20px;
	font-weight:bold;
}

#hauptnavi a:hover {
	color:#D2E0EC;
	text-decoration:none;
}




/* linke Spalte */
#spalte_links {
	width:170px;
	float:left;
	margin-top:20px;
	background-color:#D2E0EC;
	padding:20px 15px 0px 15px;
	border-radius:5px;
}

#subnavi {
	margin-bottom:30px;
}

.subnavi a {
	display:block;
	padding:5px 0px 5px 10px;
	color:#184A87;
}

.subnavititel, .subnavititel a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	display:block;
	padding-bottom:3px;
	border-bottom:1px dotted #666666;
	color:#000000;
	margin-bottom:5px;
}


#information {
	margin-bottom:30px;
}

/* BMVBS - BBR Startseite */
#logobox {
	padding:20px 10px 0px 0px;
}

#logobox img {
	border:8px solid #FFF;
	margin:10px 0px 0px 0px;
}




/* Contentbereich */
#druckinfo {
	display:none;
}

#inhalt {
	line-height:1.6em;
	padding:20px 20px 30px 20px;
	min-height:450px;
	margin-left:220px;
	margin-top:20px;
	width:450px;
	background-color:#FFF;
	border-radius:4px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2em;
	color:#184A87;
	margin-top:0.5em;
	margin-bottom:2.0em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-top:3.0em;
	margin-bottom:1.5em;
	padding-bottom:0.5em;
	border-bottom:1px dotted #CCC;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:1.5em;
	margin-bottom:1.6em;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	padding-bottom:3px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:1.6em;
}

.linie {
	border-bottom:1px dotted #608EB2;
	vertical-align:top;
}

#inhalt ul li {
	list-style-position:outside;
	list-style-image:url(/gif/pfeil.gif); 
	margin-bottom:10px;
	margin-left:50px;
}

.fototext {
	margin-bottom:10px;
	padding:0px 3px 0px 3px;
	line-height:1.2em;
	color:#333333;
	font-style:italic;
}

#nachoben {
	float:right;
	margin-bottom:20px;
}


.bild_rechts {
	float:right;
	margin:0px 0px 20px 0px;
	padding-left:20px;
	background-color:#FFF;
}


.bild_links  {
	float:left;
	margin:0px 20px 20px 0px;
}

.trenner_links {
	clear:left;
	height:20px;
}

.bild_rand {
	box-shadow:3px 3px 5px #CCC;
}







/* Tabellen */
table {
	margin:1em 0em 1em 0em;
	border:0px;
}

th {
	color:#184A87;
	text-align:left;
	border-left:1px solid #FFFFFF;
	background-color:#D2E0EC;
}

td, th {
	vertical-align:top;
	padding:5px;
}

caption {
	text-align:left;
	font-weight:bold;
}



/* rechte Spalte */
#kontext {
	float:right;
	width:220px;
	margin-top:20px;
	line-height:1.3em;
}

.kontext_titel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.2em;
	padding:20px 0px 10px 0px;
	border-bottom:1px dotted #666666;
	color:#000000;
}

.download_link {
	background-image:url(/gif/download.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 0px 0px 15px;
}



/* Spalte rechts */

/* Subsubnavi */
#subsubnavi  {
	margin:0;
	padding:0;
	}

	
#subsubnavi li {
	margin:0;
	list-style:none;
	padding-top:15px;
	font-weight:bold;
	}	

#subsubnavi li li {
	border-bottom:0;
	font-weight:normal;
	padding-top:5px;
	}	

#kontext a {
	display:block;
	line-height:1em;
}



/* Fussbereich */
#fussbereich {	
	color:#666666; 
	margin-top:20px;
	padding-top:10px;
	padding-bottom:1em;
	border-top:0px dotted #999999;
	border-bottom:0px dotted #999999;
	text-align:center;
	margin-bottom:0px;
	background-color:#D2E0EC;

	border:1px solid #FFFFFF;
	border-radius:4px;
}


#fussbereich a {
	color:#333;
}


 

/* Quicklinks */
#quicklinks {
	padding:20px 0px 0px 20px;
}

.quicklink {
	width:160px;
	float:left;
	margin-right:20px;
}

.quicklink a {
	color:#666666;
	padding:3px 0px 3px 0px;
	line-height:1.5em;
}

.quicklink .subnavititel  {
	color:#666666;
	font-size:1.4em;
	border-bottom:0;
}





/* Spezielles */
.nachricht {
	margin:20px 0px 30px 0px;
}


.box {
	margin:0px;
	padding:5px 20px 20px 20px;
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;

}


#suchfeld {
	width:300px;
	font-size:1.2em;
	padding:3px 0px 3px 0px;

}

.isearch-highlight {
	font-weight:bold;
	color:#608EB2;
	
	}


#form1 {
	background-color:#D2E0EC;
	padding:20px;
}

