﻿*{
	margin:0px;
	padding:0px;	

}

.clear{
	clear:both;
	background:none;
}

body {
	/*background-color: #abafb4;*/
	background-color:#e1e5e8;
	background-image: url('../images/mainbg.jpg');
	background-repeat: repeat-x;
	behavior:url("js/csshover.htc");
}

.wrapperdiv {
	margin-left: auto;
	margin-right: auto;
	width: 970px;

}

#headerwrapperid {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 120px;
}

#menuwrapperid{
	height: 40px;
	background-color: #000;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
}

#mainmenubox {
	float: left;
	background-color: #000;
	height: 39px;
	width:606px;
	margin-left:182px;
	display:inline;
}

#menulist{
	margin: 0px;
	padding: 0px;
	height:40px;
	list-style-type: none;
	line-height:0px;
}

#menulist li{
	float:left;
	width: 101px; height: 39px; 
	background-color: #000000; 
	background-image: url('../images/menu_btn_off.bmp'); 
	background-repeat: no-repeat;
}

#menulist li a {
	display: block;
	margin:auto;
	height:39px; 
	line-height:39px; 
	color:#aaa; 
	text-decoration:none; 
	font-size:12px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bolder; 
	text-align:center;
	vertical-align: middle; 
	cursor:pointer;
}

#menulist li.selected{
	background:#000 url(../images/menu_btn_on.bmp);	
}

#menulist li.selected a{
	color:#fff;
}

#menulist li:hover {
	color:#aaa; 
	background:#000 url(../images/menu_btn_on.bmp);
}

#langmenubox {
	float:left;
	display:inline;
	margin-left:55px;
}

#langlist {
	margin: 0px;
	padding: 0px;
	height:40px;
	list-style-type: none;	
}

#langlist li{
	float:left;
	height:39px;
}

#langlist li a {
	display: block;
	height:39px; 
	line-height:39px; 
	color:#aaa; 
	text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bolder; 
	text-align:center;
	vertical-align: middle; 
}

#flag{
	background-image: url('../images/flagen.gif'); 
	background-repeat: no-repeat; 
	background-position: center center;
	width:20px;
}

#country{
	width:75px;	
}

#selbutton{
	background-image: url('../images/lang_button_off.jpg');
	background-repeat: no-repeat;
	width: 30px;
	cursor: pointer;
}

#selbutton:hover{
	background-image: url('../images/lang_button_on.jpg');
}

#bodywrapperid {
	background-color: #b0b3b5;
	/*background-image: url('../images/bodybg.bmp');*/
	background-repeat: repeat-y;
}


/*----- BODY wrapper -----*/
#bodywrapperid{
	
}

/*----- FOOFTER ------*/
#footerwrapperid{
	background-color: #000000;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
	height: 39px;
	width: 970px;
}

#footerwrapperid p{
	float:right;
	margin-right:10px;	
}

#footerwrapperid p, #footerwrapperid p span{
	font-size: 11px;
	font-weight: bold;
	color: #abafb4;
	line-height: 39px;
	vertical-align: middle;
	font-family: Arial;
	margin-left: 5px;
}

/*----- language popup menu -----*/
#langpopupmenu{
	background-color: #000000; 
	border: thin solid #FFFFFF; 
	width: 120px; 
	/*height: 100%;*/
	margin-top:2px;
	margin-bottom:2px;
	position:absolute;
	visibility:hidden;
	z-index:1000;
}

#langpopupmenu div{
	background-color: #000000; 
	margin-right: auto; 
	margin-left: auto; 
	width: 114px; 
	height: 22px; 
	vertical-align: middle;
}

#itembg{
	background-image: url('../images/flagbg.gif'); 
	background-repeat: no-repeat; background-position: 2px center; 

}

#itemen{
	background-image: url('../images/flagen.gif'); 
	background-repeat: no-repeat; background-position: 2px center; 

}

#itemru{
	background-image: url('../images/flagru.gif'); 
	background-repeat: no-repeat; background-position: 2px center; 

}

#langpopupmenu div p{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	vertical-align: middle; 
	text-align: left; 
	margin-left: 34px; 
	line-height: 22px;
}

#langpopupmenu div:hover{
	border: 1px solid #FFFFFF;
	background-color: #444;
	cursor: pointer;
}

#langpopupmenu div p:hover{
	background-color: #444; 

}
