/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html,body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	color: #000000;
	line-height: 1.4;
  /*margin:0;
  padding:0;
  border:0;*/
 height:100%;
 background-color:#d2eeab;
  }
#body
{
	height:100%;
}

a:link{
	color: #217315;
	text-decoration: none;
	font-weight:bold;
}

a:visited{
	color: #217315;
	text-decoration: none;
	font-weight:bold;
}


a:hover {
	text-decoration: underline;
	color:#217315;
	font-weight:bold;
}


/* overrides decoration from previous rule for hovered Links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 11px;
 text-decoration:underline;
 color: #000000;
 padding: 0px 10px 0px 0px;
 margin: 0 0 0px 0;
}

h2{
 font-size: 12px;
 color: #086b00;
 padding: 0px 10px 0px 0px;
 margin: 0 0 0 0;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #308E23;
	margin-top:2px;
	margin-bottom:10px;
}

h3{
 font-size: 11px;
 color: #000000;
 padding: 0px 10px 0px 0px;
 margin: 0 0 0 0;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top:2px;
	margin-bottom:10px;
}

h4{
 font-size: 14px;
 color: #d32007;
 padding: 0px 10px 10px 0px;
 margin: 0 0 0 0;
}

h5{
 font-size: 12px;
 color: #d32007;
 padding: 0px 10px 2px 0px;
 border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #086b00;
	margin-top:2px;
	margin-bottom:10px;
}

h6{
 font-size: 11px;
 color: #000000;
 padding: 0px 10px 10px 0px;
 font-weight:lighter;
 border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #086b00;
	margin-top:2px;
	margin-bottom:10px;
}


hr{
	color:#d32007;
	height:1px;
	border:1px solid #d32007;
	}

ul{
 list-style-type: disc;

}

ul ul{
 list-style-type: disc;
}

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

label{
	font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#hg{
	position:relative;
	width:800px;
	top:0px;
	background-color: #ffffca;
	height: 1000px;
	border-right:1px solid #086b00;
	border-bottom:1px solid #086b00;
	
}


#masthead{
	position:absolute;
	left:122px;
	top:0px;
	width:678px;
	height:326px;
	z-index: 3;
}

#menue{
	position: absolute;
	top: 143px;
	left: 124px;
	width: 668px;
	height:21px;
	overflow: visible;
	padding: 3px 0 0 8px;
	z-index: 7;
	font-size:12px;
}

#menue a{
	margin: 0 6px 0 17px;
	}


#streifen{
	position: absolute;
	background-color:#FFFFFF;
	left:0px;
	height: 100%;
	min-height:1000px;
	width:122px;
	top: 0px;
	z-index: 4;
	border-left:1px solid #086b00;
	border-right:1px solid #086b00;

}




#navBar{
	position: absolute;
	top: 240px;
	left: 580px;
	width: 160px;
	min-height:240px;
	overflow: visible;
	z-index: 5;
}


#content{
	position:absolute;
	left:165px;
	top:189px;
	width: 600px;
	z-index: 5;
	overflow: auto;
	height: 780px;
}

#content img{
	float: right;
	margin: 0 2px 0 5px;
	}
	
#content2{
	position:absolute;
	left:165px;
	top:189px;
	width: 600px;
	height: 780px;
	overflow: auto;
	z-index: 5;
}

#content2 img{
	float: center;
	margin: 0 2px 0 5px;
	}
	
	
	
#content3{
	position:absolute;
	left:165px;
	top:215px;
	width: 600px;
	height: 780px;
	overflow: auto;
	z-index: 5;
}


#bild1{
	position:absolute;
	top: 100px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild2{
	position:absolute;
	top: 172px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild3{
	position:absolute;
	top: 244px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

#bild4{
	position:absolute;
	top: 316px;
	left: -10px;
	width: 200px;
	height: 60px;
	background-color: #666666;
	overflow: hidden;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 4px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents Links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all Links
   remove rule or change value to 'normal' if you want the Links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	color:#894f8b;
	padding: 8px 22px 0px 0px; 
}

#globalNav a:hover {
	color:#894f8b;
	padding: 8px 22px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 100%;
}

.feature a{
color:#d32007;
}

.feature a:hover{
color:#d32007;
font-weight:bold;
}

.feature a:visited{
color:#d32007;
}

.feature img{
	float: right;
	padding: 0px 5px 0px 10px;
	margin: 0 5px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.untermenue{
	font-size: 12px;
	position:absolute;
	top:189px;
	left:165px;
	width:600px;
	height: 15px;
	padding-bottom:2px;
	border-bottom:1px solid #086b00;
	z-index: 8;
}

.untermenue a{
	font-size: 12px;
	margin: 0 7px 0 7px;
	text-decoration:none;
}

.untermenue a:hover{
 font-size: 12px;
 font-weight:bold;
 color: #d32007;
 text-decoration: none;
}

.untermenue a:visited{
 font-size: 12px;
 text-decoration:none;
}



.fuss{
color:#086b00;
	font-size: 11px;
	vertical-align:text-top;
}

.fuss a{
	color:#086b00;
	padding: 0px 2px 0px 4px;
	text-decoration:none;
	}

.fuss a:hover{
	color:#d32007;
	text-decoration:underline;
	padding: 0px 2px 0px 4px; 
	}
	
.fuss a:visited{
	color:#086b00;
	text-decoration:none;
	padding: 0px 2px 0px 4px; 
	}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 79%;
	border-top: 1px solid #cccccc;
	font-size: 100%;
	color: #cccccc;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"; 								z-index: 6;
}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
