@media all{

html, body {margin:0;padding:0;width:100%;height:100%;}

a img {border: 0; outline:none;}
/*_________*/
html{font-size:100.01%}/*for Oper*/

body{	
	color:#606060;
	font-family:Verdana, Arial,  Helvetica, sans-serif;
	font-size:62.5%; /*10px; */	
	background:#031926 url(../images/bg_body.jpg) top center repeat-y;		
}

a {
	color:#434343;		
	text-decoration:underline;
}
a:hover, a.sel {	
	text-decoration:none;
}
 /*____________*/
 ul.dropdown {	
	display:inline;	
	position:relative;	
	float:left;
	width:100%; 
	height:auto;
	z-index:597;	
}
ul.dropdown li {
	float:left;
	display:inline;	
	height:25px;	
}
ul.dropdown  li a{			
	display:block;
	line-height:25px;	
}
ul.dropdown ul {	
	position:absolute;
	top:100%;
	left:0;	
	width:100%;	
	z-index:598;
	display:block;
}

ul.dropdown ul li {
	float: none;	
}

ul.dropdown ul li a{			
	display:inline!important;	
}
/*____________*/
.head{z-index:500;}
/*____________*/

.gelb{
	color:#AF0000!important;
}
.blau{
	color:#005c8d!important;
}
.right_align{
	text-align:right;
	display:block;
}
a.but{
	color:#005c8d;
	font-size:1.1em;
	padding:0 0 0 13px;	
	background:url(../images/bg_a.gif) left center no-repeat;		
}
.but2{		
	padding:0 0 0 14px;	
	background:url(../images/bg_a2.gif) left center no-repeat;		
}

.eng{background-image:url(../images/bg_eng.gif)!important;}

/*_________*/
.baner_left1, .baner_left2{
	position:absolute;
	top:828px;	
	left:10px;	
	width:238px;
	height:30px
}
.baner_left2{
	top:875px;	
}
/*________*/
/*__print__*/
/*________*/
}
@media print {
	body {
		font-family: times;
		font-size:12pt;
	}
	
	p, ul, ol {
		line-height:14pt;
	}
	a{
	text-decoration:none;
	}
.menu_top, .left, .right, .menu_min{
    display:none;
}
.text{
    margin:0 20px;
}

}
/*________*/

