html{
	overflow:auto;
	font-family:arial, avantgarde;
	font-size:11pt;

}
body{
	background:#ffffff url(/includes/design/grafik/body_bg.gif) repeat-y top center;
	font-family:arial, avantgarde;
	font-size:11pt;

}
*{
	padding:0;
	margin:0;
	border:0px;
	text-decoration:none;
}
h2{
	margin:0;
	padding:0;
	line-height:10px;
}
.wrapper{
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	border-top:6px solid #ffffff;
	height:99%;
}
.top{
	width:960px;
	height:147px;
}
.cont_left{
	position:relative;
	float:left;
	width:182px;
	
	background-repeat:repeat-y;

}
/*LEFT MENU*/
.cont_left_menu{
	background-repeat:no-repeat;
	padding:5px 0 6px 0;
	background-position:bottom;
	display:block;
	background-color:#ffffff;
}
.cont_left_menu .MenuUnSelect{
	padding-left:20px;
	margin-bottom:4px;
	line-height:27px;
	list-style:none;
	display:block;
	background-image:url(/includes/design/grafik/menu.jpg);
	background-repeat:no-repeat;
}
.cont_left_menu .MenuUnSelect:hover{
	padding-left:20px;
	margin-bottom:4px;
	line-height:27px;
	list-style:none;
	display:block;
	background-image:url(/includes/design/grafik/menuHover.jpg);
	background-repeat:no-repeat;
}
.cont_left_menu li a{
	color:#7E7762;
	font-size:13px;
	font-weight:bold;
}
.cont_left_menu li a:hover{
	color:#1F1C10;
	font-size:13px;
	font-weight:bold;
}
.submenu{
	list-style:none;
	color:red;
	margin-left:20px;
	height:20px;
	padding-left:10px;
	margin-top:-5px;
	margin-bottom:6px;
	background-position:5px 10px;
	background:#ffffff url(/includes/design/grafik/submenu.gif) no-repeat left center;
}

/* END LEFT MENU*/
.cont_mid{
	position:relative;
	float:left;
	width:578px;
}
.news_long{
	font-size:12px;
	text-align:justify;
}
/* CONTENT MID TEXT */
.cont_mid_text{
	position:relative;
	float:left;
	margin:20px 58px 10px;
	color:#7E7762;
	width:500px;
}
.cont_mid_text a{
	color:#836104;
}
.cont_mid_text a:hover{
	color:#584104;
}
.cont_mid_text h1{
	font-size:18px;
}
.cont_mid_text h2{
	font-size:16px;
}
.cont_mid_text h3{
	font-size:14px;
}
.cont_mid_text p{
	padding:5px 0;
}
.cont_right{
	position:relative;
	float:left;
	width:200px;
	background-repeat:repeat-y;
	background-position:right;
}
/* ITEM RIGHT */
.itemwrap{
	width:200px;
	color:#7E7762;
	text-align:left;
	border-top:5px solid #ffffff;
	float:right;
}
.item_head{
	background-color:#E9E5DB;
	padding:6px 0 6px 6px;
	margin-right:6px;
}
.item_head a{
	color:#806E40;
	margin-right:6px;
	width:194px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	display:block;
}
.item_head a:hover{
	color:#584104;
}
.item_timestamp{
	font-size:9px;
	float:right;
}
.item_content{
	font-size:11px;
	padding:0 12px;
	border-top:4px solid #ffffff;
	margin-bottom:5px;
}
.item_content img{
	border:1px solid #D0C9B6;
	float:left;
	margin-right:2px;
}
.item_content a{
	color:#836104;
	font-weight:bold;
}
.item_content .textfield{
	border:1px solid #836104;
	margin-bottom:5px;
}
.item_content .submit{
	position:absolute;
	bottom:0px;
	right:40px;
	border:1px outset #000000;
	font-family:Arial,Avantgarde;
	font-size:10px;
	width:50px;
	margin-left:20px;
	margin-bottom:10px;
}
/* END ITEM RIGHT */
.bottom{
	position:relative;
	bottom:0px;
	width:960px;
	clear:both;
	color:#7E7762;
	font-size:11px;
}
.bottom .pad{
	padding:10px 200px;
}
.pad .print{
	float:right;
	margin-right:50px;
	width:56px;
	height:13px;
}
.bottom_print{
	margin-top:-10px;
	margin-bottom:5px;
}
.breadcrumbs{
	margin-left:25px;
	margin-top:-5px;
	margin-bottom:-5px;
}
.breadcrumbs a{
	color:#7E7762;
	font-size:11px;
}
.copyright{
	margin-left:25px;
}
