body{
	font-family: Lucida, Verdana, sans-serif;
	color: #333333;
	margin:0px;
	padding: 0px;
	font-size:12px;
	line-height:1.5em;



}

a:link, a:visited, a:active{
	color: #0098DB;
	text-decoration: none;
	font-size:12px;
	font-variant:normal;
	
}

a:hover {
	color: #0098DB;
	text-decoration: underline;
	font-size:12px;
	font-variant:normal;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Lucida, Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h1{
 font-family: Lucida, Verdana, sans-serif;
 font-size:14px;
 color: #0098DB;
  font-weight:bold;
}

h2{
 font-size:12px;
 font-weight:bold;
 color:#666666;
}

h3{
 font-size:12px;
 color: #666666;
 margin-top:10px;
}

h4{
 font-size:12px;
 font-weight: normal;
 color:#666666;
}

h5{
 font-size: 12px;
 color: #334d55;
 margin:5px  0px 5px  0px;
 
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
font: bold 100% Lucida, Verdana, sans-serif;
 color: #334d55;
}

table {
width:750px;
border:0px 0px 0px 0px ;
margin-bottom:10px;
  }
 
 .td1  {
 width:250px;
 background-color:#eeeeee;
padding:3px 3px 3px 3px;
border-left-color:#FFFFFF;
border-left-style:solid;
border-left-width:5px;
border-right-color:#FFFFFF;
border-right-style:solid;
border-right-width:5px;
 }
 



/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#masthead{
	margin-left:80px;
	margin-top:0px;
	padding: 5px 0px;
	width: 100%;
	
}

#navBar{

	background-color: #ffffff;
	border-left: 1px solid #ccc;
	float:right;
	width:150px;
	margin-right:25px;
}

#content{
margin-left:80px;
margin-bottom:15px;
padding-top:20px;
color:#666666;
font-family: Lucida, Verdana, sans-serif;
	color: #333333;
	font-size:12px;
	width:800px;
		
}


#left {
float:left;
width: 450px;
font-family: Lucida, Verdana, sans-serif;
	color: #333333;
	font-size:12px;
	margin-bottom:15px;
		
}




#middle {
float:none;
width: 240px;
font-family: Lucida, Verdana, sans-serif;
	color: #333333;
	font-size:12px;

}



#right{

float:right;
width: 260px;
font-family: Lucida, Verdana, sans-serif;
	color: #333333;
	font-size:12px;
	margin-bottom:15px;
	
}




#rahmen_oben {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(img/back_1.gif);
background-repeat:repeat-y;

}

#rahmen_unten {
margin:0 0 0 0;
padding: 0 0 0 0;
background-repeat:no-repeat;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{

padding-top: 20px;
color: #cccccc;
padding-bottom:2px;
border-bottom: 1px solid #cccccc;
white-space: nowrap;
width:800px;

}
/* '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 {
width:140px;
height:23px;
background-color:#0098DB;
	font-size: 90%;
	padding: 3px 5px 3px 5px; 
	margin-right:2px; 
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}


/************* #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;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}



/************* #siteInfo styles ***************/

.siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	width:800px;
	padding: 10px  10px 10px;

}


/************* #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{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


.trenner {
color:0098DB;
}


.phead {
margin-top:3px;
padding:0px 0px  0px 0px;
}

.headbase {
width: 450px;
background-color:#eeeeee;
height:24px;
font-size:12px;
padding:2px 3px 2px 3px;
}