@charset "utf-8";
/* CSS Document */

html,body {
	height:100%;	
	min-height:100%;
}

body {
	margin:0;	
	padding:0;
	color:#717171;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	background-color:#3a3a3a;
}

a {
color:#ad136e;
text-decoration:none;
}

a:hover {
color:#e33b9e;
}

h1 {
	color:#ad136e;
	font-size:11px;
	margin-top:0;
	font-weight:bold;
	text-decoration:underline;
}

h2 {
	color:#717171;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
}

#out {
	margin:0 auto;
	width:960px;
	min-height:100%;
	position:relative;
	background-image:url(../pics/body_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;	
}

#sprachwahl {
	position:absolute;
	right:30px;
	top:5px;
}

#header{
	/*position:relative;
	z-index:1;*/
	width:702px;
	height:252px;
	background-image:url(../pics/banner.jpg);
	background-repeat:no-repeat;	
}

#top_navigation {
	padding-left:260px;
}

#left_area {
	width:717px;
	float:left;
}

#content,#content_text {
	/*margin-top:-40px;*/
	padding-left:28px;
	/*
	position:relative;
	z-index:10;*/
}

#content_content {
	background-image:url(../pics/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:13px;
}

#content_text {
	float:left;
	width:413px;
}

#content_image,#content_image_maske {
	width:216px;
	height:252px;
}

#content_image{
	float:right;
	margin-right:12px;
	margin-top:27px;
	position:relative;
	z-index:50;
	background-repeat:no-repeat;
}

#content_image_maske {
	background-image:url(../pics/content_image_maske.png);
}

#content_head {
	height:43px;
	margin-bottom:7px;
	background-image:url(../pics/content_top.png);
	background-position:0 20px;
	background-repeat:no-repeat;
}

#content_textarea,#content_head {
	padding-left:10px;
}

#content_textarea p {
	margin:0;
}

/*#content_head h1 {
	font-style:italic;
}*/

#content_footer {
	height:25px;
	background-image:url(../pics/content_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:65px;
}


.startseite {
	background-image:url(../pics/startseite_content_bg.jpg);
	background-position:28px 0;
	background-repeat:no-repeat;
}

#right_area {
	width:243px;
	float:left;
	padding-top:70px;
}

#right_area .navigation{
	background-color:#f7e6f0;
	width:213px;
}

#newsbox {
	width:187px;
	height:337px;
	background-image:url(../pics/news_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:18px 13px 0;
}

#newsbox h1{
	margin-bottom:5px;
}

.topmenu_box {
	width:213px;
	background-image:url(../pics/start_box.jpg);
	background-repeat:no-repeat;
	margin-right:18px;
}

#topmenu_box_footer {
	background-image:url(../pics/top_box_footer.jpg);
	width:212px;
	height:56px;
}

.abstand.topmenu_box {
	margin-bottom:10px;
}

.box_header {
	height:22px;
	line-height:20px;
	padding-left:10px;
	font-size:10px;
	font-weight:bold;
}

.seperator {
	height:20px;
}

.box_header a{color:#FFFFFF;}

.box_subnavi {
	height:130px;
}

.subnavi_links {
	width:115px;
	float:left;
	padding-left:10px;
	font-size:9px;
	padding-top:10px;
	padding-right:5px;
}

.subnavi_links a{
	color:#6b5d65;
	line-height:11px;
	margin-bottom:7px;
	display:block;
}
.subnavi_links a:hover{color:#ad136e;}

.subnavi_image {
	width:81px;
	height:130px;
	float:left;
}

.image_verlauf {
	background-image:url(../pics/start_box_verlauf.png);
	background-repeat:no-repeat;
	background-position:top;
	width:83px;
	height:130px;	
}

#footer {
	/*position:absolute;*/
	line-height:0;
	padding:0;
	margin:0;
	/*bottom:0;*/
	width:960px;
	height:53px;
	background-image:url(../pics/footer.jpg);
	margin:0 auto;
}


.float_left{
	float:left;
}

.last{
	margin:0;
}

.clear {
	clear:both;
}

#fckeditor {
	padding:15px;
	background-color:#FFFFFF;
}
