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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html,body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #000000;
	line-height: 1.2;
  /*margin:0;
  padding:0;
  border:0;*/
 height:100%;
 /*background-color:#7ab542;*/
 
 background: #fff; /* Show a solid color for older browsers */
	
 
  }
#body
{
	height:100%;
	
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
	color:#d32007;
}

a:hover {
	text-decoration: underline;
	color:#d32007;
}


/* 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: 12px;
 color: #000000;
 padding: 0px 10px 10px 0px;
 margin: 0 0 0 0;
}

h2{
 font-size: 12px;
 color: #336800;
 padding: 0px 10px 10px 0px;
 margin: 0 0 0 0;
}

h3{
 font-size: 14px;
 color: #000000;
 padding: 0px 10px 10px 0px;
 margin: 0 0 0 0;
}

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

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

h6{
 font-size: 14px;
 color: #336800;
 padding: 0px 10px 2px 0px;
 border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f8100;
	margin-top:2px;
	margin-bottom:10px;
}


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

ul{
 list-style-type: square;

}

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:750px;
	/*height:1000px;*/
	top:200px;
	background-color:#FFFFFF;
	border-left:1px solid #3f8100;
	border-right:1px solid #3f8100;
	box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333; /* Mozilla Firefox */
	-webkit-box-shadow: 2px 2px 5px #333; /* Google Chrome */
}


#masthead{
	position:absolute; 
	left:-1px; 
	top:-180px; 
	width:750px; 
	height:125px; 
	background-color:#FFFFFF;
	border-bottom: 1px solid #3f8100;
	border-left:1px solid #3f8100;
	border-right:1px solid #3f8100;
	padding: 5px 0 0 0;
	box-shadow: 2px 2px 5px #333;
-moz-box-shadow: 2px 2px 5px #333; /* Mozilla Firefox */
-webkit-box-shadow: 2px 2px 5px #333; /* Google Chrome */
}


#menue{
	position:absolute; 
	left:-1px; 
	top:-49px; 
	width:750px; 
	height:25px; 
	font-size: 13px;
	background-color:#FFFFFF;
	border-left:1px solid #3f8100;
	border-right:1px solid #3f8100;
	padding: 5px 0px 0px 0px;
	box-shadow: 2px 2px 5px #333;
-moz-box-shadow: 2px 2px 5px #333; /* Mozilla Firefox */
-webkit-box-shadow: 2px 2px 5px #333; /* Google Chrome */
	}

#menue a:link, a:visited{
	color:#000000;
	padding: 5px 5px 0px 5px;
	text-decoration:none;
	}

#menue a:hover {
	color:#d32007;
	text-decoration:none;
	padding: 5px 5px 0px 5px; 
	}
	
/*#menue a:visited{
	color:#000000;
	text-decoration:none;
	padding: 0px 2px 0px 1px; 
	}*/

#linie{
position: relative;
	height: 1px;
	top:200px;
	margin: 0;
	background-color:#FFFFFF;
	border-left: 1px solid #FF9933;
	border-right: 1px solid #FF9933;
}

#navBar{
	position: absolute;
	top: 0px;
	left: 650px;
	height: 150%;
	width: 200px;
	background-color: #b170b3;
	overflow: visible;
}

#content{
 position:absolute;
  left:10px;
  top:30px;
  background-color:#FF6600;
  width: 430px;
  float: right;
	
}

#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: 30px 35px 25px 40px;
	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;
}

.feature2{
	padding: 8px 0px 8px 0px;
	font-size: 100%;
	border-left: 1px solid #3f8100;
}

.feature2 a{
color:#d32007;
}

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

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

.feature2 img{
	float: center;
	margin: 0 8px 5px 8px;
}


#banner img{
	float: left;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.untermenue{
 font-size: 12px;
 color: #000000;
 padding: 10px 10px 10px 10px;
 /*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d32007;
	margin-top:2px;
	margin-bottom:10px;*/
}

.untermenue a{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

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

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



.fuss{
color:#000000;
	font-size: 11px;
	vertical-align:text-bottom;
	margin:15px 0px 0px 0px;
}

.fuss a{
	color:#000000;
	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:#000000;
	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 ***************/




/*********** #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: "\"}\""; 
	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;
}
