/* CSS Document */
/* Author: webin - Markus Bessler */
/* Website: brandverhalten.de */

html, body{
	margin:0px;
	padding:0px;
}
body{
	font-family:Helvetica, sans-serif;
	font-size:80%;
	line-height:1.4em;
	background-color:#ededea;
}
p{
	margin:12px 0px 5px 0px;
	width:380px;
}
ul{
	margin:0px;
	padding:0px 0px 0px 24px;
}


#wrapper{
	width:800px;
	margin:0px auto;
	background:url(../pic-include/wrapper_bg.gif) left top repeat-y;
}

#headbox{
	width:790px;
	height:58px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	padding-top:32px;
	background:url(../pic-include/head_bg.jpg) left top no-repeat;
	position:relative;
}
.headtxt_fr{
	font-size:0.9em;
}
#impressum_link{
	width:100px;
	height:20px;
	top:4px;
	left:690px;
	position:absolute;
}
#impressum_link a{
	color:#FFFFFF;
	font-size:0.85em;
	text-decoration:none;
}
#langmenu{
	width:100px;
	height:19px;
	top:60px;
	left:690px;
	position:absolute;
}
#mainbox{
	width:800px;
	position:relative;
	
}
#menubox{
	width:155px;
	height:450px;
	background:url(../pic-include/menu_bg.jpg) left top no-repeat;
	float:left;
}
#menubox ul{
	margin:100px 0px 0px 0px;
	padding:0px;
}
#menubox ul li{
	list-style-type:none;
}
#menubox ul li a{
	font-family: Helvetica, Verdana, sans-serif;
	display:block;
	width:130px;
	/*height:18px;*/
	margin:8px 0px;
	padding:5px 0px 4px 25px;
	
	text-decoration:none;
	
	font-weight:bold;
}
#menubox ul li a:hover{
	color:#000000;
}
#menubox ul ul{
	margin:-9px 0px 0px 0px;
	padding:0px;
}
#menubox ul ul li{
	margin:0px 0px 0px 25px;
}
#menubox ul ul li a{
	width:110px;
	/*height:17px;*/
	font-size:0.9em;
	color:#000000;
	background-color:#FFFFFF;
	padding:2px 0px 0px 4px;
	margin:0px;
}

.mp1{
	background:#facb28 url(../pic-include/menu_p2-n_bg.gif) left top no-repeat;	
	color:#FFFFFF;
}
.mp1_active{
	background:#facb28 url(../pic-include/menu_p1-a_bg.gif) left top no-repeat;	
	color:#000000;
}
.mp2{
	background:#f2a92c url(../pic-include/menu_p2-n_bg.gif) left top no-repeat;	
	color:#FFFFFF;
}
.mp2_active{
	background:#f2a92c url(../pic-include/menu_p1-a_bg.gif) left top no-repeat;	
	color:#000000;
}

.mp3{
	background:#eb8021 url(../pic-include/menu_p2-n_bg.gif) left top no-repeat;	
	color:#FFFFFF;
}
.mp3_active{
	background:#eb8021 url(../pic-include/menu_p3-a_bg.gif) left top no-repeat;	
	color:#000000;
}
.mp4{
	background:#e45221 url(../pic-include/menu_p2-n_bg.gif) left top no-repeat;	
	color:#FFFFFF;
}
.mp4_active{
	background:#e45221 url(../pic-include/menu_p4-a_bg.gif) left top no-repeat;	
	color:#000000;
}
.mp5{
	background:#ffffff url(../pic-include/menu_p5-n_bg.gif) left top no-repeat;	
	color:#dd1626;
	border-top:#999999 solid 1px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
}
.mp5_active{
	background:#ffffff url(../pic-include/menu_p5-a_bg.gif) left top no-repeat;	
	border-top:#999999 solid 1px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	color:#000000;
}
/*#contentbox{
	margin-left:200px;
	width:580px;
	
}*/
#contentbox{
	padding:0px 5px 0px 38px;
	width:595px;
	height:500px;
	overflow:auto;
}
.hervorgehoben{
	color:#dd1626;
	font-weight:bold;
}
.bg_grey{
	background-color:#CCCCCC;
}
#contentbox .table_borders tr td{
	border-bottom:1px solid #CCCCCC;
}
#contentbox .leftborder{
	border-left:1px solid #CCCCCC;
}
#contentbox table{
	margin-top:8px;
}
#contentbox table tr td{
	padding:6px 0px 10px 4px;
}
#contentbox ul li{
	margin-bottom:3px;
}
.pic_fl_r{
	float:right;
	margin-left:8px;
	text-align:right;
	font-size:0.9em;
}
.pic_fl_l{
	float:left;
	margin-right:6px;
}
