#breadcrumb{
   background-color: #1D3264;
   border-bottom: 5px solid #fff;
   padding: 4px 0 5px 22px;
   position:relative;
   color: #e4b924;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited{
   color : #fff;
   font-weight : normal;
   text-decoration: none;
}

#breadcrumb a:focus,
#breadcrumb a:hover,
#breadcrumb a:active{
   text-decoration: underline;
   background-color: transparent;
}

#content{line-height: 150%;}
#content p{margin: 0 0 13px 0;}
hr{
   color: #666;
   background-color: #666;
   border: 0 none;
}
#content h1 {
	font-size: 140%;
	line-height: 120%;
	padding-bottom: 4px;
	border-bottom: 1px dotted #E47E24;
	margin: 10px 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #E47E24;
}

#content h3 {
	font-size: 125%;
	line-height: 120%;
	margin: 25px 0 11px 0;
	font-weight: bold;
	color: #1D3264;
}

#content h5 {
	font-size: 120%;
	line-height: 120%;
	margin: 20px 0 10px 0;
	font-weight: bold;
	color: #1D3264;
}	
/*
#content h3 a,
#content h3 a:link,
#content h3 a:visited, 
#content h3 a:focus,
#content h3 a:hover,
#content h3 a:active,
#content h5 a,
#content h3 a:link,
#content h3 a:visited, 
#content h3 a:focus,
#content h3 a:hover,
#content h3 a:active{
   font-weight: bold;
}
*/

#content a,
#content a:link,
#content a:visited {
   color : #1D3264;
   font-weight: bold;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   text-decoration: underline;
   color: #777777;
}
#content table{margin-bottom: 10px;}
#content td{vertical-align: top;}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color:#fff;
   background-color: #1D3264;
   font-weight: bold;
}

.tabrowgerade   {background-color: #f8d8b7;}
.tabrowungerade {background-color: #ecf0f2;}

/* Input Felder */
input, select, textarea {
	border: 1px solid #1D3264;
	background-color: #FFF;
	color: #000;
	padding: 3px;
	margin: 1px;
}

input:focus,
textarea:focus,
input:hover,
textarea:hover,
input:active,
textarea:active{
   background-color: #ecf0f2;
}

/*
 * Bannerbaukasten
*/ 
#bannerbk{
   line-height: 130%;
   padding: 10px;
   font-size: 92%;
}
#bannerbk p{margin: 0 0 13px 0;}

#bannerbk h1 {
   font-size: 120%;
   line-height: 120%;
   margin: -10px -10px 12px -10px;
   padding: 4px 10px 4px 10px;
   font-weight: bold;
   color: #fff;
   background-color: #1d3264;
}

#bannerbk h3 {
   font-size: 110%;
   line-height: 120%;
   margin: 15px -10px 12px -10px;
   padding: 5px 10px 5px 10px;
   font-weight: bold;
   color: #fff;
   background-color: #777;
}

#bannerbk h5 {
   font-size: 120%;
   line-height: 120%;
   margin: 15px 0 8px 0;
   font-weight: bold;
   color: #1D3264;
}  

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color : #1D3264;
   font-weight : bold;
   text-decoration: underline;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   text-decoration: underline;
   color: #777777;
}
#bannerbk td{vertical-align: top;}