* { 
margin: 0;
padding: 0; }


html, body{
	font-family: Arial, sans-serif;
	background-color: #666666;
	line-height: 1.166;	
	background-image:url(../imgs/body_bg.png);
	background-repeat: no-repeat;
}


tr {
	line-height: 28px;	
	}

td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#003366;
	}

/* form styles */

form {
	padding-left: 20px;
	font-size: 11px;
		}

/* form button styles */
.submitbutton{
	border-bottom-width: 1px;
	border-bottom: outset;
	border-bottom-color: #999999;
	
	border-right-width: 1px;
	border-right: outset;
	border-right-color: #999999;
	
	border-top: outset;
	border-top-width: 1px;
	border-top-color: #999999;
	
	border-left: outset;
	border-left-width: 1px;
	border-left-color: #999999;
	font-size: 11px;
	color: #666666;
	}


a.weiter:link, a.weiter:visited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
	text-decoration: none;
	background-image: url(../imgs/weiter_pointer.gif);
	background-repeat: no-repeat;
	display: block;
	width:100%;
}

a.weiter:hover, a.weiter:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #0099FF;
	text-decoration: none;
	background-image: url(../imgs/weiter_pointer2.gif);
	background-repeat: no-repeat;
	display: block;
	width:100%;
}



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


h1{
font-size: 13px;
height: 1.5em;
width: auto;
color: #CCCCCC;
 overflow:visible;
background: #333333;
padding-left: 12px;
padding-top: 6px;
padding-right: 12px;
margin-bottom: 6px;
}



h2{
font-size: 13px;
height: 1.5em;
width: auto;
color: #FFFFFF;
 overflow:visible;
background: #666666;
padding-left: 12px;
padding-top: 6px;
padding-right: 12px;
margin-bottom: 6px;
}

h3{
 font-size: 13px;
 font-weight:bold;
 width: auto;
 color: #3A3954;
 overflow:visible;
 padding-left: 10px;
 padding-top: 10px;
 
}
		

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

#container{
	position: relative;
	margin: auto;
	height:100%;
	width: 960px; 
	
}

#header{
	float:left;
	width: 960px;
	height: 162px;
	background:url(../imgs/header_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 26px;
	clear:both
}

#main{
	float: right;
	background-color: #FFFFFF;
	width: 726px;
	height: auto;
	min-height: 422px;
	background-image: url(../imgs/bottom_shadow.png);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: visible;
}

#content{
	height: auto;
	width: auto;
	overflow: visible;
	background-color:#FFFFFF;
	padding: 20px;
	}

.clear{clear: both;}



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

#navBar{
	z-index: 10;
	float: left;
	position: relative;
	height: auto;
	min-height: 422px;
	overflow: visible;
	width: 214px;
	background-color: #ffffff;
	background-image: url(../imgs/bottom_shadow.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* Style controls the font of the Navbar */

#navBar ul a:link, #navBar ul a:visited {
	color: #3A3954;
	font-size:12px;
	line-height: 1.5em; 
	text-decoration: none;
	display: block; 
	height: 24px;
}


#navBar ul {list-style: none; 
	margin: 0; 
	padding: 0; 
	height: 24px;
}

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


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

#sectionLinks{
	position: relative;
}


#sectionLinks a:link, #sectionLinks a:visited {
	border-top: 1px solid #cccccc;
	width: 100%;
	background-color: #FFFFFF;
}


#sectionLinks a:hover, #sectionLinks a:active, #sectionLinks a:focus  {
	background-image:url(../imgs/nav_arrow.png);
	background-position: 150px;
	background-repeat:no-repeat;
	background-color: #dddddd;
}




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

#feature{
	height: auto;
}

#feature p{
font-size:12px;
text-align: justify;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

#feature li {
font-size: 12px;
color: #3A3954;
list-style: square;
margin-left: 30px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#feature a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
}

/* Safari fix for a list */


#feature img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}




/************** subpanel styles *****************/


#subpanelleft {
	position: relative;
	float:left;
	width: 343px;
	
}

#subpanelright{
	position: relative;
	float:right;
	width: 343px;

}


p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: #3A3954;
	font-size: 80%;
	
}



#subpanel1{
	position: relative;
	float:left;
	width: 171px;

}

#subpanel2{
	position: relative;
	float:right;
	width: 172px;

}


#subpanel3{
	position: relative;
	float:left;
	width: 172px;


}

#subpanel4{
	position: relative;
	float:right;
	width: 171px;

}




/************* #footer styles ***************/

#footer{
	z-index: 1;
	position:relative;
	float:left;
	width:98%;
	text-align: right;
	display: block;
	color: #cccccc;
	padding-left: 10px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 16px;

}

#footer a:link, #footer a:visited{ 
	color: #999999;
	font-size:12px;
	
	text-decoration: none;
}

.footernonlink{ 
	color: #999999;
	font-size:12px;
	
	text-decoration: none;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


