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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	  font-size: 80%;
	/*width:80.0em;*/
	color: #222222;
	line-height: 1.333;	
	margin: 0px auto;
	padding: 0px 0px 0px 5px;
	
}

p {
	margin-top: 9px;
	margin-bottom: 9px;
}




a:link, a:visited, a:hover {
	font-family: Verdana,Arial,sans-serif;
	color: #004488;
	text-decoration: none;
		
}

a:hover {
	font-family: Verdana,Arial,sans-serif;
	text-decoration: underline;
		
}
/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #222222;
}

h2{
  font-family: Verdana,Arial,sans-serif;
 font-size: 102%;
 color: #222222;
  margin-bottom: 0px;
}

h3{
  font-family: Verdana,Arial,sans-serif;
 font-size: 96%;
 color: #111a44;
 margin-bottom: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
  font-size: 94%;

 color: #334d55;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #ff0000;
}

ul{
  font-family: Verdana,Arial,sans-serif;
 
 list-style-type: square;
 	
}

ul ul{
 
 font-family: Verdana,Arial,sans-serif;
 
 list-style-type: disc;
}

ul ul ul{
 font-family: Verdana,Arial,sans-serif;

 list-style-type: none;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pscroller2{
width: 600px;
height: 13px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2 a{
text-decoration: none;
}

#oben{
text-align:center;
vertical-align:top;

}

#sponsorAdDiv {position:absolute; height:1; width:1px; top:0; left:0;}

#masthead{
	margin: 0;
	padding: 6px 0px;
	border-bottom: 1px solid #cccccc;
	width: 99%;
}

#navBar{

	padding: 0px;
	background-image: url(klBildlinks.jpg);
	
	
}

#content{
 padding-right: 4px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 4px;
	
}

#content1a{
 font-size: 94%;
 padding-right: 4px;
	padding-left: 4px;
	padding-top: 12px;
	padding-bottom: 10px;
	text-indent: -12px;
	margin-left: 12px;
	
}

#content1{
 font-size: 90%;
 padding-right: 4px;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 2px;
	text-indent: -12px;
	margin-left: 12px;
	
}

#content2{
 font-size: 87%;
 padding-right: 4px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	text-indent: -20px;
	margin-left: 20px;
	
	
}

#content3{
 font-size: 84%;
 padding-right: 4px;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: -28px;
	margin-left: 28px;
	}
	
	#content4{
 font-size: 81%;
 padding-right: 4px;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
		text-indent: -38px;
	margin-left: 38px;
	}



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

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


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

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


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

#globalNav{
color: #cccccc;
padding: 0px 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 {
	font-size: 100%;
	padding: 0px 1px 0px 0px; 
}


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

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


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

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

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


/************** .story styles *****************/

.story{
	clear: both;
	
	
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	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;
}




#sectionLinks{
font-size: 88%;
}

#sectionLinks gross{
	font-size: 92%;
}

#sectionLinks a:link{
	padding-top: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
		

}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	
}

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


/*********** .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;
}

.contentslide{
border: 10px #cccccc;
border-bottom-width: 6px;
padding: 8px;
width: 390px;
height: 500px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 390px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #cccccc;
border: 10px solid #cccccc;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 390px; /*IE5 width*/
w\idth: 406px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


