@charset "utf-8";
a:focus, a:active, button:focus, button:active, input[type = "image"]:focus, input[type = "image"]:active  {
    outline: none;
}
#main, body{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: arial;
}
#page_head{
	position: relative;
	top: 10px;
}

#logo{
	position: absolute;
	top: 7px;
	right: 10px;
}

#navigation_level1, #navigation_level2, #navigation_top{
	margin: 0px;
}
#navigation_top a{
	color: #000;
	text-decoration: none;
	font-size: 0.7em;
	font-family: 
	}
	
#navigation_level1{
	position: relative;
	top: 55px;
	font-size: 1.1em;

}
#navigation_level1 a{
	color: #a10631;
	text-decoration: none;
	font-variant: small-caps;
	padding: 0 20px 0 0;
	font-weight: normal;
	}
#navigation_level2{
	position: relative;
	top: 57px;
	font-size: 0.7em;
	font-weight: normal;
}
#navigation_level2 a{
	color: #a10631;
	text-decoration: none;
	padding: 0 10px 0 0;
}
	
#navigation_level1 a:hover,#navigation_level2 a:hover,a.current{
	color: #000 !important;
}

/* ############## INHALT ################ */
#content{
	position: absolute;
	top: 187px;
	width: 100% !important;
}
#content div{
	/*border: 1px solid red;*/
}
#left_panel{
	position:absolute;
	width: 250px;
	}
#mainarea {
	left:244px;
	position:absolute;
	width: 100% !important;
}

h1 {
	font-size: 1.1em;
	margin: 7px 0px 15px 0px;
	font-weight: normal;
}
h2 {
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
}
h2.bgd{
	background-color: #a10631;
	color: #fff;
	width: 120px;
	padding: 0 5px;
	white-space: nowrap;
}
p {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px 0px 20px 0px;
}
a{
	color: #a10631;
	text-decoration: none;

}
.cnav{
	margin-top: 5px;
	color: #a10631;
	text-decoration: none;
	padding: 0 15px 0 0;
	font-size: 0.9em;
	cursor: pointer;
}
.ac_content p{
	margin: 0px 0px 14px 0px;
}
.portrait{
	padding: 0 3px 0 0;
	cursor: pointer;
	float: left;
}
.portrait a{
	color: #a10631;
	text-decoration: none;
	font-size: 0.85em;
}
.portrait a span{
	display: block;
	margin-top: 5px;
	}
	
.developement_note{
	color: #ccc;
	font-size: 0.8em;
	clear: both;
	padding-top: 30px;
}

.accordion_child{
	padding-top: 10px;
}

label {
	font-size: 0.8em;
}
.ferror{
	color: #9E0A32;
	font-size: 0.8em;
	background-color: #F3F3F3;
	padding: 5px;
	/*border: 2px dashed #FF6633;	*/
}
.ac_container{
	display: block !important;
}
