@charset "utf-8";
a:focus, a:active, button:focus, button:active, input[type = "image"]:focus, input[type = "image"]:active  {
    outline: none;
}
#main{
	width: 990px;
	margin-left: -495px;
	position: absolute;
	left: 50%;
	top: 20px;
	/*background-image: url(../images/vorlage.jpg);
	height: 600px;*/
	font-family: arial;
}
#page_head{
	position: relative;
	top: 10px;
}

#logo{
	position: absolute;
	top: 7px;
	right: 0px;
}

#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;
}
#content div{
	/*border: 1px solid red;*/
}
#left_panel{
	position:absolute;
	width: 250px;
	}
#mainarea {
	left:244px;
	position:absolute;
	width:440px;
}

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: 110px;
	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;
}
.cnav .subtitle{
	font-size: 0.7em;
	color: #000;
	margin-left:12px;
	line-height: 20px;
	display: inline-block;
}

.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;
}

#accordeon{
	list-style: none;
	width: 440px;
	margin: auto;
	padding-left: 0px;
}
label {
	font-size: 0.8em;
}
.ferror{
	color: #9E0A32;
	font-size: 0.8em;
	background-color: #F3F3F3;
	padding: 5px;
	/*border: 2px dashed #FF6633;	*/
}


