.dummy_li {
       background-color: #E0E0D9;
	   background-image:url(pics/bg_dumli.jpg);
	   background-repeat:repeat-y;
	   background-position:right; 
}
.dummy_re { 
       background-color: #E0E0D9;
       background-image:url(pics/bg_dumre.jpg);
	   background-repeat:repeat-y;
	   background-position:left; 
}

.mainbody {
       background-color: #BAC2E6;/*#B5BDE1;/*#E0E0D9;*/
       background-image:url(pics/bg_main_big_blue.jpg);
	   background-position:0px 0px; 
	   background-attachment:fixed;
	   background-repeat:no-repeat;
	   overflow-x:hidden;
	   scrollbar-track-color: #C7CDE7;
	   scrollbar-arrow-color:#345983;
	   scrollbar-face-color:#DEE1F2;
	   scrollbar-highlight-color:white;
	   scrollbar-shadow-color:#C7CDE7;
	   /* scrollbar-3dlight-color:#ffffff;
	   scrollbar-darkshadow-Color:#ffffff;
	   */

}

.leftbody {
       background-color: #BAC2E6;/*#B5BDE1;*/
       background-image:url(pics/bg_main_left_blue.jpg);
	   background-position:0px 257px; 
	   background-attachment:fixed;
	   background-repeat:no-repeat;
	   overflow:hidden;
}

 
body, div, td {
  		font-family:Arial, Helvetica, "sans serif";
		font-size:12px;
}


/* Navigation */
/*.cParentMain{ width: 100%;	margin: 0px;	padding: 0px;	font-size: 11px; overflow:hidden} 
.navmen a {display: block;} */
.navmen {
	 padding-left: 25px;
	 padding-top: 4px;
	 padding-bottom: 4px;
}
.navmen a:link, .navmen a:visited {

	 font-weight: normal;	
	 color:#FFFCF0;	
	 text-decoration: none;
	 
	 } 
.navmen a:hover {
	 font-weight: normal;	
	 color:#FFE87A;	
	 text-decoration: none;
	 }  

.navmen a:focus{
	 font-weight: normal;	
	 color:#FFE87A;	
	 text-decoration: none;
	 }  
	 

.txtnews a:link, .txtnews a:visited {

	 font-weight: bold;	
	 color:#FFFFFF;	
	 text-decoration: underline;
	 
	 } 
.txtnews a:hover {
	 font-weight: bold;	
	 color:#FFE87A;	
	 text-decoration: underline;
	 } 

a:link {color:#4E7FBB;	   font-weight:bold;}
a:visited {color:#325379;	   font-weight:bold;}
a:hover {color:#E6CC15;	   font-weight:bold;}
/* ENDE NAVIGATION */

.bgtxtheader {
       background-color: #345983;
       /*background-image:url(pics/bg_shadow_top.jpg);
	   background-repeat:repeat-x;*/
	   height:19px;
	   /*border-right-color:silver;
	   border-right-width:1px;
	   border-right-style:solid;*/
}
.txtheader {
	   color:#FFE87A;
	   font-size:12px;
	   font-weight:bold;
	   text-align:left;
	   vertical-align:middle;
	   line-height:12px;
	   padding-top:2px;
	   padding-left:10px;
}

.txtbox {
	   font-size:12px;
	   color:#000000;
	   background-color: white;
	   border-color:#345983/*#200101*/;
	   border-width:1px;
	   border-style:solid;
	   padding:14px;
	   text-align:justify;
}

.txtnews {
	   font-size:12px;
	   color:white;
	   padding-top:4px;
	   padding-left:10px;
	   padding-bottom:4px;
	   padding-right:8px;
}

.txtbold {
	   color:#1F354E;
	   font-size:12px;
	   font-weight:bold;
	   text-align:left;
	   vertical-align:top;
	   line-height:11px;
	   }

.txtbigger {
	   font-size:13px;
	   color:#000000;
	   font-weight:bold;
	   line-height:14px;
	   }


.picbox {
	   background-color: #345983;
	   border-color:#345983;
	   border-width:1px;
	   border-style:solid;
	   padding:0px;
	   width:192px;

}

.picorner {
	   width:19px;
       background-image:url(pics/corner_right_blue.gif);
	   background-position:right;
	   background-repeat:no-repeat;
}
.picornerbottom {
	   width:19px;
       background-image:url(pics/corner_bottom_blue.gif);
	   background-position:right;
	   background-repeat:no-repeat;
}

ul {
		list-style-type:square;
		vertical-align:bottom;
}
ul.shelloil {
		vertical-align:bottom;
		list-style-image:url(pics/flamebullet3.gif);
}
.bigtext { 
	   font-size:13px;
	   color:#1F354E;
	   background-color: white;
	   border-color:#345983/*#200101*/;
	   border-width:1px;
	   border-style:solid;
	   padding:18px;
	   text-align:justify;
}