div, td, input, select {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background:#d9ccaa url(images/bg.jpg) top left repeat-x;
}

h1, h2 {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	color: #9c5635;
	font-size: 25px;
}
h2 {
	color: #000000;
	font-size: 25px;
}

#RootDiv {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 960px;
}

#top{
	width:960px;
	height:155px;
	background:#d9ccaa url(images/top.jpg) top left no-repeat;
}

#logo{
	float:left;
	
}

#logo a{
	display:block;
	width:200px;
	height:155px;
	margin-left:400px;
}

#topleft{
	float:left;
	width:360px;
	height:155px;
	text-align:right;
}

#pl{
	float:right;
	margin:140px 5px 0 0;
	width:16px;
	height:11px;
}

#pl a{
	display:block;
	width:16px;
	height:11px;
	background:url(images/pl1.jpg) no-repeat;
}

#pl a:hover, #pl a.selecta{
	background:url(images/pl2.jpg) no-repeat;
}


#gb{
	float:right;
	margin:140px 5px 0 0;
	width:16px;
	height:11px;
}

#gb a{
	display:block;
	width:16px;
	height:11px;
	background:url(images/gb1.jpg) no-repeat;
}

#gb a:hover, #gb a.selecta{
	background:url(images/gb2.jpg) no-repeat;
}



#de{
	float:right;
	margin:140px 5px 0 0;
	width:16px;
	height:11px;
}

#de a{
	display:block;
	width:16px;
	height:11px;
	background:url(images/de1.jpg) no-repeat;
}

#de a:hover{
	background:url(images/de2.jpg) no-repeat;
}




#fr{
	float:right;
	margin:140px 5px 0 0;
	width:16px;
	height:11px;
}

#fr a{
	display:block;
	width:16px;
	height:11px;
	background:url(images/fr1.jpg) no-repeat;
}

#fr a:hover{
	background:url(images/fr2.jpg) no-repeat;
}

#top2{
	width:960px;
	height:280px;
	background:#d9ccaa url(images/top2.jpg) top left no-repeat;
}


#content{
	width:960px;
	min-height:155px;
	height:auto !important;
	height:155px;
}


#footer{
	width:960px;
	height:33px;
	background:#d9ccaa url(images/footer.jpg) top left repeat-x;
}

#footer1{
	margin:10px 0 0 10px;
	float:left;
	width:375px;
	height:23px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#footer2{
	float:left;
	width:185px;
	height:33px;
	background:#d9ccaa url(images/logos.jpg) top left no-repeat;

}


#footer2 a{
	display:block;
	width:185px;
	height:33px;
}

#footer3{
	float:left;
	width:370px;
	height:23px;
	text-align:right;
	margin:10px 5px 0 0;
	color:#e5dabc;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer3 a{
	text-decoration:none;
	color:#e5dabc;
}

#footer3 a:hover{
	text-decoration:underline;
}


/* MENU  */


#menu{
	position:relative;
	width:960px;
	height:50px;
	background:#d9ccaa url(images/menu.jpg) top left no-repeat;
}
#MenuTop {
	position: absolute;
	height:50px;
	left:130px;
}
#MenuTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#MenuTop li {
	display: block;
	float:left;
	margin: 0;
	padding: 0;
}
#MenuTop .level0 .level0item {
	display: block;
	padding: 8px 20px;
	color: #000000;
	font-family: Georgia, "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

#MenuTop .level0 .level0item.selected {
	color: #8f5233;
}

.separatorek1{
	display: block;
	float:left;
	width:2px;
	height:33px;
	background:url(images/separator.jpg) no-repeat;
}

#MenuTop .level1 {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	width: 250px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	background: #e3d8bc url(images/menubg.jpg) repeat-x;
	overflow-x: hidden;
	z-index:2;
}
#MenuTop .level1 .holder {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	padding: 1px 0 1px;
	width: 250px;
}
#MenuTop .level1 .level1item {
	display: block;
	margin: 0;
	padding:5px;
	color: #000000;
	font-family: Georgia, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
}

.separatorek2{
	display:block;
	height:2px;
	overflow:hidden;
	width:300px;
	background:url(images/sep2.jpg);
}




#MenuTop .level1 .level1item:hover{
	background:#bda97b;
	color:#ffffff;
}


#MenuTop .level2 .level2item {
	display: block;
	margin: 0;
	padding: 1px 0;
	color: #8f5233;
	font-family: Georgia, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

