html{
	margin:0px;
	padding:0px;
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	background-color: #FFFFFF;
	color:#666666;
	margin:0px;
	padding:0px;
}
/* P O S I T I O N   M A I N   B O X E S */
#all{
	position:absolute;
	left:10%;
	width:80%;
	top:0px;
	margin:0px 0px 0px 0px;
	/*
	padding-bottom:0px;
	position:absolute;
	left:50%;
	margin-left:-375px;
	width:750px;
	height:100%;
	*/
	height:auto;
}
#content{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	background-image:url(pic/menubg.gif);
	background-repeat:repeat-y;
	background-color:#ECEAE8;
	padding-bottom:32px;
	height:auto;
}
#header{
	margin:0px;
	padding:0px;
	background-color:#ECEAE8;
	height:152px;
	overflow:hidden;
}

#logo{
	float:left;
	margin-top:1px;
	width:218px;
	height:153px;
	background-color:#FFFFFF;
}
#ask, #claim{
	margin:0px 0px 0px 218px;
	background-color:#FFFFFF;
}
#claim{
	padding-top:1px;
}
#logo{
	background-image:url(pic/loogo_bg.gif);
	background-repeat:no-repeat;
}
#submenu{
	text-align:left;
	margin:13px 0px 0px 238px;
	background-color:#CFCAC5;
	font-size:10px;
}
#submenu p, #submenu p a{
	margin:3px 12px 2px 12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#submenu p a:hover{
	color:#FFCB0A;
	text-decoration:none;
}
#submenu p a.actl{
	color:#797979;
}
 /* M E N U   &   D E T A I L S */
 #menu{
 	float:left;
	width:168px;
	height:380px;
	margin: 15px 0px 22px 9px; 
	text-align:right;
	line-height:13px;
}
#menu[id]{
	margin-left:19px;
}
#menu div {
	margin:4px 0px 5px 0px;
	padding-bottom:2px;
	padding-top:3px;
}
.mmpt{
	padding-right:10px;
}
.mmptA, .mmptO{
	padding-right:19px;
}
.smpt{
	padding-right:29px;
}
.smptA{
	padding-right:29px;
}
.mmpt a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.mmpt a:hover{
	text-decoration:none;
	color:#797979;
	font-weight:bold;
}
.smpt a{
	text-decoration:none;
	color:#797979;
	font-weight:bold;
}
.smpt a:hover{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.mmptA a, .smptA a, .mmptO a{
	text-decoration:none;
	color:#797979;
	font-weight:bold;
}
.mmptA, .smptA{
	background-image:url(pic/menu_over.gif);
	background-repeat:no-repeat;
	background-color:#FFCB0A;
}
/* C O N T E N T   D E T A I L S */
#body{
	/*
	float:left;
	*/
	height:auto;
	text-align:left;
	margin:5px 0px 0px 238px;
}
#body p, #body h1, #body h2, #body h3, #body ul, #body .liste{
	/*width:360px;*/
	width:67%;
}
#body .info_offen{
	width:90%;
}
.marker{
	font-size:14px;
	font-weight:bold;
	color:#FFCB0A;
}
/* F O O T E R */
#footer{
	float:left;
	width:100%;
	margin-top:4px;
	border-top:1px solid #FFCB0A;
	background-color:#FFCB0A;
	background-image:url(pic/foot_bg.gif);
	background-repeat:repeat-x;
	margin-bottom:30px;
}
.fmpt{
	float:right;
	margin:3px 16px 2px 5px;
}
.fmpt a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}

/* T Y P O */
h1 {
	font-size: 12px;
	/*color:#FFCB0A;*/
	color:#666;
	font-weight:bold;
}
h2{
	font-size: 12px;
	color:#666;
}
h3{
	font-size: 12px;
	color:#999;
}
h4{
	font-size: 11px;
	color:#999;
	margin:11px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
p a{
	color:#FFCB0A;
	text-decoration:none;
	font-weight:bold;
}
p a:hover{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
ul{
	width:70%;
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 14px;
}
.dark{
	color:#333333;
	font-weight:normal;
}
/* F O R R M U L A R */
input{
	border:1px solid #666;
	color:#666;
	font-size:10px;
	margin:4px;
}
input.three_c{
	width:260px;
}
input.one_c{
	width:89px;
}
/* O V E R B O X E S   I N   L I S T S */
li.dark a, li a{
	position:relative; 
	z-index:24; 
	color:#666;
	text-decoration:none;
	list-style-image:url(pic/darkstar.gif);
}
li.dark a, li.dark a:visited{
	color:#2F2E2C;
}
li a:hover{
	z-index:42;  
	color:#333;
	text-decoration:none;
}
li a span.info{
	display:block; /*none*/
	color:#666;
	text-decoration:none;
}
li a:hover span.info{
	z-index:42;
	display:block; 
	height:auto; 
	position:absolute; 
	top:15px; 
	left:20px; 
	background-color:#FFF;
	width:330px;
	color:#666;
	font-weight:normal;
	padding:12px;
	border:1px solid #ccc;
}
li{
	list-style-position:outside;
	list-style-image:url(pic/star.gif);
}
li.dark{
	list-style-image:url(pic/darkstar.gif);
}
/* overboxes in p */
.liste{
	/*width:360px;*/
	padding-left:14px;
	overflow:visible;
	margin: 2px 0px 2px 0px;
}
.liste a, .liste a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
.liste a:hover {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
.info_neu, .cont_neu, .cont_neu p.liste{
	display:none; 
}
span.info_offen{
	display:block; 
	background-color:#FFF;
	/*width:330px;*/
	color:#666;
	font-weight:normal;
	padding:12px;
	margin-left:2px;
	margin-top:4px;
	border:1px solid #ccc;
}

div.cont_offen{
	display:block; 
	height:auto
}
span.ico{
	width:12px;
	height:10px;
	margin-top:4px;
	margin-left:-14px;
	background-image:url(pic/arr.gif);
	background-repeat:no-repeat;
	z-index:55;
}
span.ico_offen{
	width:12px;
	height:10px;
	margin-top:4px;
	margin-left:-14px;
	background-image:url(pic/arr_down.gif);
	background-repeat:no-repeat;
	z-index:55;
}
