body {
	margin:0;
	padding:0;
	background-color:#787878;
	background-image:url(pics/kachel.jpg);
	background-repeat:repeat-y;
	position:relative;
}

#fckeditor{
	margin:10px;
	background-color:#FFFFFF;
}

body, table, input, textarea, button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	color:#000000;
}

/* Positionierung der Inhalte */
html, body{
	height: 100%; /* wichtig */
}

a, a:link, a:active, a:focus, a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#body{
	width:960px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

/*===================Header====================================*/
#fotobar{
	height:252px;
	background-color:#000000;
	position:relative;
}

#flash{
	line-height:252px;
	text-align:center;
	color:#FFFFFF;
}
#flash a{
	color:#FFFFFF;
}

#headnavi{
	width:250px;
	margin-top:10px;
	color:#ffffff;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
}	

#headnavi a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#ffffff;
}

/*===================Hauptnavigation====================================*/

#navi{
	position:absolute;
	top:222px;
	height:30px;
	background-color:#e2001a;
	overflow:hidden;
	clear:both;
	text-align:center;
	z-index:4;
	width:930px;
	padding-left:30px;
}


.topmenu {
	height:30px;
	line-height:30px;
	padding:0px 15px;
	float:left;
	
	font-weight:bold;
	color:#FFFFFF;
	
	
}

.topmenu.active {
	background-color:#FFFFFF;
}

.topmenu.active  a {	color:#e2001a;}

.topmenu a {
	text-decoration:none;
	color:#ffffff;
}

/*===================Spacer====================================*/


#spacer{
	height:46px;
	background-image:url(pics/line2.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	/*clear:both;*/
}


/*===================Fotos im Content====================================*/

#fotocol{
	position:absolute;
	left:540px;
	top:0;
	width:181px;
	float:left;
}

.foto{
	background-image:url(pics/pic.png);
	display:block;
	width:181px;
	height:134px;
	margin-bottom:16px;
	
	position:relative;
}

#fotocol img{
	border:none;
	position:absolute;
	top:11px;
	left:18px;
}

.border{
	border:1px solid #333333;
}



/*===================Main====================================*/

#main{
	position:absolute;
	width:440px;
	left:0;
	top:298px;
	padding:0 0 22px 44px;
}

/*===================Diverses====================================*/

#print{
	float:right;
}

h2 {
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	color:#000000;
	margin:0;
	padding:0;
}

h1, .rot {
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	color:#e2002e;
	margin:0;
	padding:0;
}

hr{
	color:#FFFFFF;
	background-color:#FFFFFF;
	height:1px;
	border:none;
}

/*===================Right====================================*/

#right{
	width:191px;
	padding:0 24px 0 24px;
	float:right;
	position:absolute;
	left:721px;
	top: -50px;
	#top:-30px;
	color:#FFFFFF;
}

#right a, .news_link {
	font-size:11px;
	line-height:16px;
	color:#ffffff;
	padding-left:10px;
	padding-top:0px;
	background-image:url(pics/pfeil-nachricht.gif);
	background-repeat:no-repeat;
	background-position:left;

}

.news_head {
	font-size:11px;
	line-height:16px;
	color:#ffffff;
	font-weight:bold;

}	

.news_date {
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

/*===================Diverses====================================*/


#footer {
	background-image:url(pics/footer.jpg);
	height:38px;
	width:960px;
	position:absolute;
	left:0;
	bottom:0;
}

/* Kommentar entfernen, um alle Divs mit Hilfslinien anzuzeigen */
/*
div{
	border:1px dashed red;
	margin:-1px;
}*/

.clear{
	clear:both;
}


/*====================FORMULAR==================================*/
form{
	margin:0;
	padding:0;
}

form label{
	display:block;
	float:left;
	width:120px;
	margin-right:10px;
	line-height:18px;
}

.spacer{
	height:25px;
}

.row1,.row2{
	padding:2px;
	clear:both;
}

.row1{
	background-color:#EEEEEE;
}

.row2{
	background-color:#FAFAFA;
}

.left{
	float:left;
	width:150px;
}
.left input{
	margin-left:-1px;
}

.right{
	float:left;
	width:200px;
	margin-left:30px;
}
.right label{
	width:130px;
}

.notiz{
	margin:10px 0;
}
