@import url(header.css);
@import url(navi.css);
@import url(content.css);
@import url(easypax.css);

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0; /*	color: #E7EFF7;*/
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	/*font-size: 12px;  IE5 Win */
	background: #D0CB77 url(img/background.jpg) no-repeat;
}



html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	color: #00569B;
}
h2 {
	color: #00569B;	
}
h1 a,h2 a{
	color: #00569B;
}
h3 {
	color: #00569B;
}

a {
	color: #00569B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#counter {
	color: lime;
}



#headTitle {
	display: none;
}


#Box_1 div.head {
z-index:999;
	top:0px;
   width: 160px;
   height: 129px;
   background: url('/style/img/userlogo.png') no-repeat;
	margin:35px 0px 29px 15px;	
	
}


* html #Box_1 div.head {
z-index:999;
   background-image: none;
	height: 193px;

	margin:35px 0px 29px 15px;	
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/img/userlogo.png',sizingMethod='width:160px;height:129px;');
  
}


#Box_englisch{
	position: absolute;
	height:25px;
	width:51px;
	left:200px;
	top:166px;
	background: url('/style/img/uk.gif') no-repeat;
}

#Box_russisch{
	position: absolute;
	height:25px;
	width:51px;
	left:255px;
	top:166px;
	background: url('/style/img/russ.gif') no-repeat;
}
