@import url(inc_htmlarea.css);
@import url(inc_flashheading.css);
@import url(inc_gallery.css);
@import url(inc_csc.css);
@import url(inc_news.css);

/*--------------- Seitenaufbau ------------------- */
body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #535a5e;
	background-color: #FFFFFF;
}

body.page {
	margin:0;
	padding:0;
	border:0;
	background-color:#FFFFFF;
}

body.printpage {
	margin:20px;
	background-color:#FFFFFF;
}

#wrapper {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -480px;
	width:960px;
}

/*----- Header ------ */
#header_left {	
	width:370px;
	float:left;
}

#header_left_1 {	
	width:225px;
	float:left;
}

#header_left_2 {	
	width:145px;
	float:left;
}

#header_right {	
	width:590px;
	float:left;

}


/*------- Floating Elements -------- */
#metanavigation {
	position:absolute;
	left:710px;
	top: 5px;
	z-index:20;
	
}
#kategorien {
	position:absolute;
	left:210px;
	top: 29px;
	z-index:20;
	
}
#katbutton_1{
	margin-left:30px;
}
#katbutton_2{
	margin-left:15px;
	margin-top:5px;
}
#katbutton_3{
	margin-top:5px;
}


/*----Content Bereich -------*/
#content_left {	
	width:360px;
	float:left;
}

#content_right {	
	width:545px;
	margin-left:40px;
	float:left;

}

#seitennav {
	text-align:right;
	margin-bottom:20px;
}

.subnav{
	width:360px;
}

.subnavitems{
	text-align:right;

}

#footer{
	margin-top:20px;
	font-size:10px;
	color: #ed1c24;
}

div.printlink {
	background:url(../images/icon_print.gif) no-repeat 1px 0px;
	min-height: 15px;
	height:18px;
	width:auto;
	margin-top:10px;
}

/*----- Clear-----*/

.clear{
	display:block;
	clear:left;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1px;
	width:auto;
}
.clear2{
	display:block;
	clear:right;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1px;
	width:auto;
}

/*-------------Formulare---------------------*/

input {
	border: 1px solid #B2B2B2;
	margin-bottom:2px;
	width:200px;
}
textarea {
	border: 1px solid #B2B2B2;
	margin-bottom:2px;
	width:200px;
	overflow:auto;
}
.mf-submit {
	border: 1px solid #B2B2B2;
	background-color:#F4F4F4;
	width:202px;
	margin-top:8px;
	cursor:pointer;
	color:#000000;
}
#copyright{
	color:#333333;
}
#copyright a{
	color:#333333;
}