@charset "utf-8";

/* CSS Document */
html {	
	width:100%;
	height:100%;
	background:#eeefe9;

}
body {
	font-family: Verdana, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight:normal;
	line-height:150%;
	color: #000000;
	text-align:center;
	position:relative;
	margin:auto !important;
	width:1020px !important;
	background:#EEEFE9 url(images/bg_html.jpg) repeat-y 0px 0px !important;
	
}

/*------------------------------
-------------HEADER-------------
--------------------------------*/
#hd{	
	/*width:1000px;*/
	background:url(images/header04.jpg) no-repeat;
}

#hd #menu_header{
	height:36px;
	color:#7f7f7f;
	text-align:right;
}
#hd #menu_header_left{
	height:100px;
	text-align:center;
	vertical-align:middle;
}

#hd #menu_header #menu_hd{
	display:block;
	list-style-type:none;
}
#hd #menu_header #menu_hd li{
	display:inline;
}
#hd #menu_header #menu_hd li a{
	color:#838383;
	padding:0.3em 0.5em;
	text-decoration:none;
	font-size:11px;
}
#hd #menu_header #menu_hd li a:hover{
	color:#838383;
	text-decoration:underline;
}
#hd #logo{
	height:218px;
	/*background:url(images/hd_logo.jpg);*/
	border-top:1px solid #5c5d5f;
	overflow:hidden;
}
#hd #menu_main{
	height:25px;
	background:#efeded;
	border-bottom:1px solid #090909;
    text-align:left;
}
#hd #menu_main #menu_main {
    list-style-type:none;
    display:inline-block;
    margin:0;
    padding:0;
}
#hd #menu_main #menu_main li{
    display:inline-block;
	padding:0 1em;
}
/*------------------------------
---------------BD---------------
--------------------------------*/
#bd #sidebar_left{
	padding:25px 0 0 0;
	height:auto;
	text-align:left;
}
#bd #sidebar_left #menu_left{
	display:block;
	list-style-type:none;
	margin:0;
    padding:0;
}

#bd #sidebar_left #menu_left li{
	display:block;
}
#bd #sidebar_left #menu_left li a{
	padding:2px 0 2px 30px;
	color:#5e5e5e;
	font-size:14px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}
#bd #sidebar_left #menu_left li a:hover{
	background:#efeded;
}
#bd #sidebar_left #menu_left .item{
	border-bottom:1px solid #efeded;
}
#bd #sidebar_left #menu_left .first {
	border-bottom:1px solid #efeded;
	border-top:1px solid #efeded;
}
#bd #sidebar_left #menu_left .aktiv{
	background:#dedede;
	border-bottom:1px solid #efeded;
}
#bd #sidebar_left #menu_left .first_aktiv{
	background:#dedede;
	border-bottom:1px solid #efeded;
	border-top:1px solid #efeded;
}

#bd #sidebar_left #menu_left .first2,
#bd #sidebar_left #menu_left .item2 
{
	border-bottom:1px solid #efeded;
}
#bd #sidebar_left #menu_left .first2 a,
#bd #sidebar_left #menu_left .item2 a,
#bd #sidebar_left #menu_left .aktiv2 a,
#bd #sidebar_left #menu_left .item2_last a,
#bd #sidebar_left #menu_left .aktiv2_last a,
#bd #sidebar_left #menu_left .first2_aktiv a
{	
	text-transform:none;
	padding-left:70px;
	font-size:10px;
}
#bd #sidebar_left #menu_left .first2_aktiv,
#bd #sidebar_left #menu_left .aktiv2
{
	background:#eeeeee;
	border-bottom:1px solid #efeded;
}
#bd #sidebar_left #menu_left .item2_last {
	border-bottom:1px solid #efeded;
	margin: 0 0 1em 0;
}
#bd #sidebar_left #menu_left .aktiv2_last{
	background:#eeeeee;
	border-bottom:1px solid #efeded;
	margin: 0 0 1em 0;
}

#bd #sidebar_right{
	padding:75px 0 0 0;
	height:auto;
	text-align:left;
}
#bd #content{
	text-align:justify;
}

#bd #content #con{
	padding:16px 25px 25px 25px;
}
#con .bodytext{
	padding: 0 0 0 25px;
	font-family: Verdana, Helvetica, sans-serif !important;
}
#con h1{
	padding:0;
	margin:0;
}
#con a {
	color:#888888 !important;
	text-decoration:none !important;
	font-weight: normal !important;
}
#con a:hover {
	color:#555555 !important;
}	

/*------------------------------
-------------FOOTER-------------
--------------------------------*/
#ft{
	border-top:1px solid #e5e5e5;
	color:#c4c4c4;
	margin:1em 0;
	padding:0.5em 0;
	font-size:10px;
	text-align:center;
}
#ft #menu_footer #menu_ft{
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}
#ft #menu_footer #menu_ft li{
	display:inline;
	padding:0.5em;
}
#ft #menu_footer #menu_ft li a{
	color:#c4c4c4;
	padding:0.3em 1em;
	text-decoration:none;
}
#ft #menu_footer #menu_ft li a:hover{
	color:#aaaaaa;
}
