body {
	background-color:#FFFFFF;
	font:11px Tahoma;
	padding: 0;
	margin: 0;
}
#left_side {
	width:190px;
	float:left;
}

#left_side2 {
	width:130px;
	float:left;
}

#right_side {
	width:545px;
	float:left;
}
#top_ads {
	height:100px;
	/*width:80%;*/
	text-align:center;
}

#logo {
	/*width:20%;*/
	float:left;
	height:100px;
}
#header {
	background-image:url('public_img/header.png');
	background-repeat:no-repeat;
	width:545px;
	height:127px;	
}
#alphabet {
	margin-left:10px;
	margin-top:10px;
	width:120px;
	float:left;
	font-weight:bold;
	font-size:10px;
}
#alphabet li {
	float:left;
	list-style:none;
	width:16.6%;
}
#alphabet a {
	text-decoration:underline;
	font-weight:normal;
	color:#000000;
	font-size:12px;
}
#alphabet a:hover {
	text-decoration:none;
}
#content {
	float:left;
	margin-top:8px;
	width:100%;
}
#content_titel {
	float:left;
	height:20px;
	font-size:13px;
	padding-top:5px;
	padding-left:10px;
	font-weight:bold;
	color:#FFFFFF;
	width:535px;
	background-image:url('public_img/content_top.png');
	background-repeat:no-repeat;
}
#content_field {
	background-image:url('public_img/content_bg.png');
	background-repeat:repeat-y;
	padding-left:12px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:10px;
	width:523px;
	float:left;
}
#content_bottom {
	float:left;
	height:10px;
	width:545px;
	background-image:url('public_img/content_bottom.png');
	background-repeat:no-repeat;
}
a {
	color:blue;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div.menubox {
	
	width:179px;
}
div.menubox_titel {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url('public_img/menu_top.png');
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:5px;
	width:170px;
	height:21px;
	margin-top:5px;
}
div.menubox_content {
	padding-top:5px;
	width:170px;
	background-image:url('public_img/menu_bg.png');
	background-repeat:repeat-y;
	padding-left:15px;
	padding-bottom:5px;
}
div.menubox_footer {
	width:185px;
	height:10px;
	float:left;
	background-image:url('public_img/menu_bottom.png');
	background-repeat:no-repeat;
}

div.menubox2 {
	
	width:119px;
}
div.menubox2_titel {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url('public_img/menu_top_2.png');
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:5px;
	width:110px;
	height:21px;
	margin-top:20px;
}
div.menubox2_content {
	padding-top:5px;
	width:110px;
	background-image:url('public_img/menu_bg_2.png');
	background-repeat:repeat-y;
	padding-left:15px;
	padding-bottom:5px;
}
div.menubox2_footer {
	width:125px;
	height:10px;
	float:left;
	background-image:url('public_img/menu_bottom_2.png');
	background-repeat:no-repeat;
}

#footer {
	margin-top:10px;
	float:left;
	border-top:4px solid #ffCC66;
	width:100%;
	padding-top:5px;
	height:25px;

}
#footer ul,#alphabet ul {
	margin:0px;
	padding:0px;
}
#footer li {
	float:left;
	list-style:none;
}
#footer li a {
	text-decoration:underline;
	
}
#footer li a:hover {
	text-decoration:none;
}
div.clear {
	clear:both;
}
li.news {
	width:95%;
	list-style:none;
	border-bottom:1px dotted #C0AC89;
	padding-bottom:2px;
	margin-right:5%;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 14px;

}
