/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body.yoopage {
	background: #C8CDD2 url(../images/page_bg.png) 50% 0 repeat-x;
}

/* center page */


div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	background: url(../images/page_bg_img.jpg) 50% 0 no-repeat;
}

div#header {
	width: auto;  
	height: 160px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}



div#menubar {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	background: url(../menubar_l.png) 0 0 no-repeat;
}

div#menubar div.menubar-2 {
	padding: 0px 13px 0px 13px;
	background: url(../menubar_r.png) 100% 0 no-repeat;
}

div#menubar div.menubar-3 {
	height: 55px;
	background: url(../menubar_m.png) 0 0 repeat-x;
}

div.cerceve {
	padding-top:9px;
	width: auto;
	height:35px; 
}



