/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
}

h2{
 font-size: 120%;
 color: #999999;
}

h3{
	font-size: 100%;
	color: #FFFFFF;
	background-color: #3366cc;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 800px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#navBar{
	background-color: #eeeeee;
	width: 170px;
	height: 2000px;
	top: 121px;
	position: absolute;
	left: 10px;
}

#content{
	left: 190px;
	width: 620px;
	position: absolute;
	top: 121px;
}
#content a:hover {
	text-decoration: underline;
	color: #0000FF;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px 0px 0px 10px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

/*.feature img{
	float: left;
}
*/


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom: 1px;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 600px;
	height: 300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

.underline_text {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#siteInfo{
	font-size: 75%;
	color: #999999;
	width: 610px;
	margin-left: 10px;
	padding-top: 5px;
}
/* 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{
	vertical-align: top;
}




/*********** #navBar link styles ***********/
/*#navBar ul a:link, #navBar ul a:visited {
	display: block;
	width:100%;
	background-color: #CCC;
}

#navBar ul a:hover {
	background-color: #FFF;
}
*/
#navBar ul {
	margin: 0;
	padding: 0;
	width:100%;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */



/*********** #sectionLinks styles ***********/

.sectionLinks{
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 90%;
}

.sectionLinks h3{
	font-size: 100%;
	color: #ffffff;
	padding: 2px 2px 2px 10px;
	margin: 0;
	border-bottom: 1px solid #33c;
	background-color: #3366cc;
}

.sectionLinks li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	/*padding:2px 2px 2px 10px;	*/
}

.sectionLinks a{
	display:block;
	padding: 2px 2px 2px 10px;
	width: 158px; /* 170px von navBar - 2px - 10px von padding*/
	border-bottom: 1px solid #999;
	background-color: #CCC;
}

.sectionLinks a:hover{
	background-color: #fff;
}




/************** #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;
}
*/
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
