
body{
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #EBEBEB;
}
p{
	margin-bottom: 25px;
}


td, tr, table{
 font: 12px Arial,sans-serif;
}


/******* visibility **********************************/
#invisible, legend{
	visibility:hidden;
	height:0;
	background: #ffffff;
}
.hide {
    width: 100em;
    height: 1em;
    overflow: hidden;
    position: absolute;
    left: -200em;
}
fieldset{
	border:none;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#popupItem p{
	margin: 0 0 10px 0;
        padding:10px 20px 0 20px;
}
#popupItem h1{
	height: 31px;
        font-size: 120%;
        padding:7px 0 0 20px;
        color: #ffffff;
        background-image:   url(../img/top_nav_back.gif);
}

#popupItem input#submit { /* den Submit-Button */
	float:left;
	color:#60A1CB;
	font-size: 90%; 
	padding:2px 10px 2px 10px;
	margin:5px 30px 30px 0;
	border: none;
	display:inline;
	border-bottom:1px solid #A8D0E9;
	border-top:1px solid #A8D0E9;
	border-left:1px solid #A8D0E9;
	border-right:1px solid #A8D0E9;
	background: #ffffff ;
	width: auto;
}
/****************** News Items ********************************/
#news{
	padding:0;
	margin:25px 0 0 0;
}
#newsItem{
        
	font: 95% Arial,sans-serif;
	background: #F5F9FC;
	margin: 0 0 10px 0;
        padding:0 0 10px 0;
        position: relative;
}

#newsItem p{
	padding: 10px 10px 10px 10px;
	margin: 0;
}
#newsItem h2{
	font: 100% Arial,sans-serif;
	color: #4386B2;
	padding: 10px 10px 0 10px;
}
#newsItem a{
	font: 90% Arial,sans-serif;
	float:right;
        margin:0 20px 0 0;
	padding:0 10px 0 0;
	line-height: 25px;
	background-color: #ECF5FA;
	background:url(../img/point.gif) no-repeat right;
        position: relative;
}

/****************** News Items ********************************/
#refers{
	padding:0;
	margin:0;
}
#refersItem{
	font: 90% Arial,sans-serif;
	background: #F5F9FC;
	margin: 10px 0 10px 0;
        padding:0 15px 15px 10px;
        position: relative;
}
#refersItem img{
	float:left;
	border:none; 
   	margin: 0px 10px 10px 0px;
        padding:0 0px 0 0px;
        border:0;
        clear:both;
        position:relative;
}
#refersItem p{
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0;
        clear:both;
}
#refersItem h2{
	font: 110% Arial,sans-serif;
	color: #4386B2;
	padding: 10px 10px 10px 0px;
}
#refersItem a{
	font: 90% Arial,sans-serif;

	background-color: #ECF5FA;

}
#refersbutton a{
	font: 90% Arial,sans-serif;
	float:right;
margin:0 10px 0 0;
	padding:0 10px 0 0;
	line-height: 25px;
	background-color: #ECF5FA;
	background:url(../img/point.gif) no-repeat right;
}
/************** header tag styles **************/

h1{
 font: 100% Arial,sans-serif;
 color: #4386B2;
 margin:10px 0 12px 0;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #4386B2;
 margin: 0px;
 padding: 0px;
}

h3{
 font: 120% Arial,sans-serif;
 color: #4386B2;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #4386B2;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #4386B2;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
 padding:0px 10px 0px 0px;
 margin:0 0 0 30px;
 list-style-image: url(../img/point.gif) ;
}

li {
  margin:0 0 12px 0;
}

/********* form and related tag styles *********/

form {
	margin: 25px 0 0 0;
	padding: 0;
}

#content .check{
   width:12px;
   height:30px;
   float:left;
   margin:0 8px 0 0;
   padding:0;
}

label{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin:0 0 0 0;
 line-height:30px;
 width:140px;
}

#content input, #content select, #content textarea { /* Formularelemente ausw?hlen */
  font: 90% Arial,sans-serif;
  color: #333333;
  float: right;
  color: #000000;
  width: 230px; /* Breite.*/
  margin:-25px 250px 15px 0;
}
#content input[type=Checkbox]{
    margin:0 8px 0 0;
}
#content form br { /* Alle Zeilenumbr?che in Formularen ausw?hlen */
  clear: right; /* das floating der labels und inputs aufheben */
}

#content input#submit { /* den Submit-Button */
	float:right;
	color:#60A1CB;
	font-size: 90%; 
	padding:2px 10px 2px 10px;
	margin:15px 30px 0 0;
	border: none;
	display:inline;
	border-bottom:1px solid #A8D0E9;
	border-top:1px solid #A8D0E9;
	border-left:1px solid #A8D0E9;
	border-right:1px solid #A8D0E9;
	background: #ffffff ;
	width: auto;
}
#sidebarFontSize{
	padding:0 0 0 5px;
	visibility:hidden;
	height:0;
}
#sidebarFontSize form{
	padding:0 0 0 0;
	margin:0;
}
#sidebarFontSize input{
	margin:5px 0 5px 0;
	border:none;
	width:34px;
	height:25px;
	background: url(../img/back_button_size.gif) no-repeat left top;
}
#sidebarFontSize input#fontBigger { /* den Submit-Button */
	color:#60A1CB;
	font-size: 100%; 
	font-weight:bold;
	padding:0;
	margin:5px 0 5px 0;
	border:none;
	width:34px;
	height:25px;
	background: url(../img/back_button_size.gif) no-repeat left top;
}
#sidebarFontSize input#fontReset { /* den Submit-Button */
	color:#60A1CB;
	font-size: 100%; 
	font-weight:bold;
	padding:0;
	margin:5px 0 5px 0;
	border:none;
	width:34px;
	height:25px;
	background: url(../img/back_button_size.gif) no-repeat left top;
}
#sidebarFontSize input#fontSmaller{ /* den Submit-Button */
	color:#60A1CB;
	font-size: 70%; 
	font-weight:bold;
	padding:0;
	margin:5px 0 5px 0;
	border:none;
	width:34px;
	height:25px;
	background: url(../img/back_button_size.gif) no-repeat left top;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin-left:2px;
	margin-right:2px;
	background:#ffffff url(../img/bt_left_pic.gif) no-repeat left bottom;
}


#complete{
	width:845px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/glb_back2.gif);
}
.prop {
   height:400px;
   float:right;
   width:1px;
}

.clear {
   clear:both;
   height:1px;
   overflow:hidden;
}

/* bis 6 */
* html #content{height:400px;}

/* ie 5*/
html + body #content{height:400px;}

/* bis 6 */
* html .prop {display:none}  

#masthead{
	margin-left:2px;
	margin-right:2px;
	height: 159px;
	background-image: url(../img/top_back.gif);	
}

#pageNav{
	float: left;
	width:180px;
	padding: 0px;
	background-color: #F5f7f7;
	font: small Arial,sans-serif;
}
#content{
	padding: 0 0 15px 26px;
	margin:0 0 0 181px;
	border-left: 1px solid #ccd2d2;
        min-height:400px;
        height:auto;
}
#contentInfo{
	padding: 0 0 0 31px;
	margin:0px 167px 0px 181px;
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
}
/******************* Info Box ****************************/
#infoBox{
	float: right;
	width:167px;
	margin:0 0 0 10px;
}
#infoCont{
	font: 70% Arial,sans-serif;
	background-color: #ECF5FA;
	padding:20px 0 25px 0;
position:relative;

}
#infoCont h1{
	font: 130% Arial,sans-serif;
	padding: 10px;
	margin:0 0 10px 0;
	color:#4386B2;
	background-color: #ffffff;
position:relative;

}
#infoCont p{
	margin:0 0 0 0;
        padding:10px 0 12px 10px;
	background-color: #ffffff;
}
#infoCont img{
	float:left;
	border:none; 
   	margin: 0px 10px 10px 0px;
        padding:0 0px 0 0px;
        border:0;
        clear:both;
        position:relative;

}
#infoCont a{
	margin:0 0 0 0;
	padding:0 0 0 10px;
        line-height:20px;
        display:block;
        color:#000000;
	background-color: #ECF5FA;
	background:url(../img/point.gif) no-repeat left;
position:relative;

}
#infoCont h2{
	font: bold 100% Arial,sans-serif;
        margin:0 0 0 0;
        padding:0 5px 5px 10px;
        color:#666;
        border-bottom:3px solid #ffffff;
position:relative;

}
/************* globalNav styles ****************/

#globalNav{
margin-left:2px;
margin-right:2px;
height: 31px;
color: #cccccc;
padding: 0px;
background-image:   url(../img/top_nav_back.gif);
}
#globalNav a{
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	margin: 6px 0 0 23px;
	float: left;
}
#globalNav img{
	margin-bottom: -4px;
 
}

/*************** search styles *****************/

#search{
	float:right;
	margin:5px 10px 0 0;
	font-size: 72%;
	font-weight: bold;
	color: white;
}

#search input{
  font-size: 85%;
  height: 12px;
  width: 80px;
  border-top: 2px solid #8496A1;
  border-left: 1px solid #8496A1;
  border-right: 1px solid #C2DDEE;
  border-bottom: 1px solid #C2DDEE;
  margin: 0px  0px 0px 10px;
  background-color: #C2DDEE;
  vertical-align:middle;
 }

#search .send{
	border: none;
	background-color: transparent;
	color:#FFFFFF;
	font-size: 80%;
	width: 20px;
	height: auto;
}


/************** feature styles *****************/

.feature{
	padding: 33px 0 0 0;
	margin: 0;
	font-size: 80%;
}
/*html>body .feature {height: auto;}*/

.feature h3{
	color: #4386B2;
}

.feature img{
	padding: 20px 0 20px 0;
}
.feature p{
	padding: 0 15px 0 0;
}


/*************** story styles ******************/

.story {
	padding: 0;
	margin:0 33px 0 0;
	font-size: 80%;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #cccccc;
	padding: 26px 10px 23px 0px;
	margin: 0 0 0 80px;
}

#siteInfo img{
	padding: 4px 4px 4px 150px;
	vertical-align: middle;
}
#siteInfo a{
	color:#9BC9E6;
	margin:0 0 0 15px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 2px solid #E5E5E5;
	background-image:   url(../img/glbnav_background.gif);
	font-weight: bold;
	font-size:85%;
	padding: 5px 0px 5px 22px;
	color: #565555;
}

#sectionLinks a:hover, #sectionLinks a.set:hover{
	background-color: #ECF5FA;
	color:#60A1CB;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks a.set:link, #sectionLinks a.set:visited{
	/*background-image: url(img/glblnav_selected.gif);*/
	color:#60A1CB;
	background:#ffffff;
	font-weight: normal;
	text-decoration: none;
	padding:0 0 0 22px;
}

/**************** top styles *****************/
#logo{
	margin:70px 0 0 10px;
	float:left;
}
#keyPic{
	margin-left:317px;
}
/********************* end **********************/


#genForm input, #genForm select, #genForm textarea { /* Generated Form */
  font: 90% Arial,sans-serif;
  color: #333333;
  float:none;
  width:auto;
  margin:0;
}
