/* Farben:  dunkel Blau (content)    002266
			hell Grau (banner)       efefef
			red hairline (banner)    B00000
			dunkel Blau (navigation) 003879
			hell Braun (navigation)  ba8190
			dunkel Braun(navigation) 750321
			hell Grau (navigation)   ebe9e8
			hell Blau (search, breadcrumb) cfdce5
*/

body {
	color: #002266; 
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif; 	
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body * {
	margin: 0px;
	padding: 0px;
}
.hidden { visibility: hidden;
	display: none;
	padding: 0px;
	margin: 0px;
	border: none 0px;}

	

/* layout regions */
#Page {
	margin: 12px;
    min-width: 38.75em; /* = 620px */
    max-width: 59.5em; /* = 952px */
}
#Head {  
	margin: 0px; 
}
#Service {
	height: 12px;
}
	
#IdentityImageRegion { 
	height: 80px;
}
#Logo {
	float: left;
	display: inline;
	width: 196px;
	height: 100px;
	margin-left: 0px;
	margin-top: -20px;
}

#Banner { 
    margin-left: 196px;
	background-color: #efefef;  
	padding-top: 0px; 
	color: #750321;
}
#TopLeft {
	background: url("/www/graphics/banner_left.png") top left no-repeat;
	height: 80px;
}
#TopRight {
	background: #efefef url("/www/graphics/banner_right.png") top right no-repeat;
	min-width: 650px;
	max-width: 70em;  
	height: 80px;
	margin: auto;
}

#Identity { 
	background-color: #efefef; 
	margin-left: 196px;
	height: 20px;
	border-bottom: solid 1px #B00000;
	border-top: solid #fff;
	padding-left: 16px; 
	
}
#Identity li a { 
	text-decoration: none; 
	color: #002266; 
	background-color: #efefef; 
}
#Identity li a:visited { 
	text-decoration: none; 
	color: #002266; 
	background-color: #efefef; 
}
#Identity li a:hover { 
	text-decoration: none; 
	color: #42699e; 
	background-color: #efefef; 
}
#Identity li a:focus { 
	text-decoration: none; 
	color: #42699e; 
	background-color: #efefef; 
}
#Identity li a:active { 
	text-decoration: none; 
	color: #42699e; 
	background-color: #efefef; 
}
#Identity li { 
	display: inline; 
	list-style-type: none; 
	padding-left: 20px;
	vertical-align: middle;
}
#Identity ul { 
	margin: 0px;
	border: 0px none;
	padding-bottom: 4px;  
	padding-right: 0px; 
	padding-top: 0px;
}

#Identity { 
	background-color: #efefef; 
	margin-left: 196px;
	height: 20px;
	border-bottom: solid 1px #B00000;
	border-top: solid #fff;
}
#Body {
	margin-top: 0px; 
}
/* 
	navigation menu 
*/

#Navigation { 
	font-size: 0.75em;
	width: 186px;
	background-color: #ebe9e8;
	color: #003879;  
	float: left;
	margin: 0px; 
    border-left: 5px solid #003879;
	margin-bottom: 50px; 
}
#Navigation li a:hover { 
	background-color: #fff;
	text-decoration:none; 
	font-weight:  bold; 
}
#Navigation ul { 
	padding: 0;
 	display: block;
}

li {text-indent: 0.8em; }
li li {text-indent: 1.9em; }
li li li {text-indent: 3.0em; }
li li li li {text-indent: 4.2em; }
#Navigation li { 
 	list-style: none;
	margin: 0;
	padding: 0;
}
#Navigation li a { 
	display: block;
 	text-decoration: none; 
	color: #002266;
	padding: 0.3em 0 0.3em 0;
	margin: 0;
}
#Navigation a { 
   border-bottom: 1px solid #fff; 
}
/* 
secondary 
*/
#navSecondary { 
	background-color: #fff;
	color: #003879;
	margin-left: -5px;
    border-left: 5px solid #ba8190;
}
#navSecondary li { 
 	list-style: none;
	margin: 0;
	padding: 0;
}
#navSecondary li a { 
	display: block;
 	text-decoration: none; 
	color: #002266;
	padding: 0.3em 0 0.3em 0;
	margin: 0;
}
#navSecondary a.current { 
	margin-left: 0;
	padding-top: 4px;
	background: url("/www/graphics/NavMarkierung.gif") no-repeat;
	background-position: 3px center; 
	color: #750321;
	font-weight: bold;
	text-decoration: none;  
}
#navSecondary li a.current { 
	font-weight: bold;
}

#navSecondary li a:hover { 
	text-decoration:none; 
	font-weight:  bold; 
}
#navSecondary a { 
   border-bottom: 1px solid #ebe9e8; 
}
#navTop {
	background-color: #003879;
	padding: 5px 0 5px 5px;
	color: #fff;
}
#navTop a {
	line-height: 15px; 
	text-decoration: none;
	color: #fff;
	border: none;
}

#Search {
	width: 192px;
	margin-left: -5px;
	background-color: #fff;
	padding-top: 6px;
}

/* 
	page content  
*/
#Content {
	margin-left: 192px;
}
#Content ul{
	margin-left: 20px;
}

.antifloat {
	float: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 12px;
	background-color: #fff;
}

.column {
	position: relative;
	height: auto;
	width: 22.5%;
	float: left;
	white-space: normal;
	padding: 0.3em; 
	font-size: 0.8em;
}

#BreadCrumb {
	background-color:#cfdce5;  
	margin: 0px 0px 0px -15px;
	padding: 1px;
	padding-left: 15px;
}

#Sitemap ul{
	list-style: none; 
}
#Sitemap li a:link { text-decoration:none; }
#Sitemap li a:visited { text-decoration:none;  }
#Sitemap li a:hover { text-decoration:underline;  }
#Sitemap li a:focus { text-decoration:underline;  }
#Sitemap li a:active { text-decoration:underline;  }
#Sitemap li a.current { text-decoration:underline; }
#Sitemap li a.current:visited { text-decoration:underline;  }
#Sitemap li a.current:hover { text-decoration:underline;  }
#Sitemap li a.current:focus{ text-decoration:underline;  }
#Sitemap li a.current:active { text-decoration:underline; }


.maindirectory{
	background-color:#cfdce5;  
	padding: 2px;
	margin-bottom: 2px;
	width: 58%;
}
.directory{
	background-color:#e9f2f8;  
	padding: 1px;
	width: 55%;
}

/* text attributes  */

#Head {   
	font-size: 0.8em;
}
#Service {
	text-align: right;
	padding-right: 12px;
}
#IdentityImageRegion { 
	padding-left: 0px;  
	overflow: hidden; 
}
#Logo {
	text-align: center;
}
#Content {
	text-align: left;
	font-size: 0.8em; 
	padding-left: 18px; 
}
#Content a { font-weight:normal; text-decoration:underline; color:#002266; padding-left:0px; }
#Content a:visited { font-weight:normal; text-decoration:underline; color:#002266; padding-left:0px; }
#Content a:hover { font-weight:normal; text-decoration:underline; color:#002266; padding-left:0px; }
#Content a:focus { font-weight:normal; text-decoration:underline; color:#002266; padding-left:0px; }
#Content a:active { font-weight:normal; text-decoration:underline; color:#002266; padding-left:0px; }

td,th {
	padding: 3px;
	font-size: 0.8em;
}

#Search form {
	background-color: #cfdce5;
}
form input { 
	font-size: 0.85em;
	margin: 5px 1px 10px 10px;
	border: 1px solid #002266;
}

#Footer {
	border-top: 1px solid #002266;
	text-align: left;  
	font-size: 0.75em;
	padding-top: 0.5em;
}

h1 { font-weight:bold;  
	font-size: 1.4em;
	padding-bottom: 10px;
	padding-top: 20px;
}

h2 { font-weight:bold;  font-size: 1.2em;}
h3 { font-weight:bold;  font-size: 1.1em;}
h4 { font-weight:bold;  font-size: 1em; margin-bottom:2px;}
h5 { font-weight:bold;  font-size: 0.9em; margin-bottom:2px;}

label { 
	font-weight: normal; 
	color: #002266;  
	margin-left: 0px; 
	margin-top: 5px;
	line-height: 20px;
}
p { 
	font-weight: normal; 
	font-size: 0.8em;
	color: #002266;  
	margin-left: 0px; 
	margin-top: 5px;
	line-height: 20px;
}
p.paragraph { font-weight: normal; 
	color: #002266;  
	margin-left: 0px; 
	margin-top: 3px;
	line-height: 18px;
}
p.paragraph2 { font-weight: normal; 
	color: #002266;  
	margin-left: 0px; 
	margin-top: 10px;
	line-height: 18px;
}

p.paragraph3 { font-weight: normal; 
	color: #002266;  
	margin-left: 0px; 
	margin-top: 10px;
	line-height: 18px;
	font-style: italic;
}
p.paragraph4 { font-weight: normal; 
	color: #002266;  
	margin-left: 0px; 
	margin-top: 40px;
	line-height: 18px;
}
p.paragraph5 { font-weight: normal; 
	color: #002266;  
	margin-left: 0px; 
	margin-top: 40px;
	line-height: 18px;
	font-size: 0.6em;
}

.attention {
	color: red;
}
pre {
	font-family: monospace,Courier,Fixedsys;
	font-size: 1.2em;
	line-height: 110%;
	display: block;
	white-space: pre;
}

/* decoration attributes */

hr { font-weight:bold; height:1%;  height:1px; padding:0px; margin:0px; line-height:1px; width:98%; text-align:left}
img {font-weight:normal; border: 0px none; margin: 0px; padding: 0px; hspace: 0px; vspace: 0px; align: top;} 

.right { 
	text-align: right; 
	padding-right: 10px;
}
.BildLinks{ 
	padding-top:5px; 
	padding-right:28px; 
	padding-bottom:10px;  
	float:left;
	font-size: 1.1em; 
	font-style: italic; 
}
.BildRechts { 
	padding-top:5px; 
	padding-bottom:10px; 
	padding-left:10px;  
	float:right;
	font-size: 1.1em; 
	font-style: italic; 
}
.Bild {
	padding-top:5px;  
	padding-bottom:10px; 
	padding-left:10px; 
	font-size: 1.1em; 
	font-style: italic; 
}
.Italic { font-style: italic; 
	color: #002266;  
	margin-left: 0px; 
	margin-top: 3px;
}
.Abbildung {
	padding-top:5px; 
	padding-bottom:10px; 
	padding-right:10px;  
	font-size: 1.1em; 
	font-style: italic;
	line-height: 1em;
}
.twocolumn {
	position: relative;
	height: auto;
	width: 47%;
	float: left;
	white-space: normal;
	padding: 0.3em; 
}
#TextWidth {
	width: 230px;
}

.Meilenstein {
 	margin-left: 60px;  
}
.Link_margin {
	margin-left: 180px;
}

acronym { cursor: help; }

.navToTop {
    padding-left: 15px;
    background: url("/test/PfeilNachOben.gif")  no-repeat;
	position-relative: left:-5px;
}

