@charset UTF-8;

/* 
CSS Document 
*/

body {
	background-image:url(../img/cfk.bmp);
	color:#000;
	margin:20px 0;
	padding:0;
	text-align:center;
	font-size:14px;
	font-family:'PT Sans', Verdana, Helvetica, sans-serif;
	height:101%;
}

#container {
	width:911px;
	margin:0 auto 20px;
	background:#ffffff;
	border:1px solid #90cf00;

}

#header {
	background-image:url(../img/header1.png);
	height:200px;
	padding:0;

}

#content {
	background:#ffffff;
	border:0 solid #90cf00;
	color:#000;
	padding:0;
	text-align:left;
}

#copyright {
	background-image:url(../img/copyright.png);
	background:url(../img/button.png) repeat-x;
	color:#90cf00;
	height:25px;
	font-size:11px;
	line-height:27px;
	padding:0;
	clear:both;
	margin:20px auto 0;
	text-transform:uppercase;
	color:#90cf00;
	text-align: center;
	border-top: 1px solid #90cf00;
}

#nav {
	height: 35px;	
	padding:0;
	text-align:center;
	background:url(../img/button.png) repeat-x;
	background-color:#000000;
	margin-bottom: 16px;
	box-shadow:0px 3px 0px #90cf00;
}

#nav a {
	width:129px;
	display:block;
	padding:0;
	line-height:35px;
	color:#ffffff;
	font-size:16px;
	border-right:1px solid #ffffff;
	text-decoration:none;
	text-transform:uppercase;
}

#nav a.last {
	border-right:0px solid #ffffff;
}

#nav a:hover {
	background:url(../img/button_hover.png) repeat-x 0 0px;
	background-color:#000000;
}

#nav a.active {
	background:url(../img/button_hover.png) repeat-x 0 0px;
	background-color:#90cf00;
	color: #000000;
	font-weight: bold;
	border-bottom: 3px solid #000000;
}

#nav li {
	float:left;
	list-style-type:none;
}

	
/* 
Text-Formatierungen, Überschriften(h) 
*/

	
/* Abstand von <p> */
p {
	padding:0 0 20px;
	color:#000;
}


	
/*h1, Überschrift*/
h1 {
	font-size:16px;
	font: bold;
	color:#000;
}


	
/*h2, Überschrift unterstrichen*/

h2 {
	font-size:16px;
	font: bold;
	text-decoration:underline;
	color:#000;
}

h3 {
	padding:0 0 10px;
	color:#000;
}

h4 {
	width:200px;
	text-align:center;
	font-size:16px;
	font:bold;
	color:#000;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	
}

.success { color: green; }
.failure { color: red;}

/* 
Kalender - Kober Version 
*/	

body#kalender #content {
	height:470px;
}

.kalender_tag {
	width:106px;
	height:47px;
	float:left;
	display:block;
	border:1px solid #555;
	margin:10px 0 12px 18px;
	text-align:left;
	color:#000;
}

.kalender_content {
	text-align:center;
}

/* 
Kontaktformular Styles 
*/

input,textarea {
	border:1px solid #90cf00;
	background-color:#fff;
	color:#000;
	width:200px;
	margin-bottom:10px;
}


/* 
Mehrspaltiger Inhalt 
*/

#content_innen_einspaltig {
	padding:20px;
}

#content_innen_links,#content_innen_rechts {
	width:45%;
	float:left;
	padding:20px;
	color:#000;
}

#content_gallery_links{
	width:49%;
	float:left;
	padding:0;
	color:#000;
	text-align:center;
}

#content_gallery_rechts {
	width:49%;
	float:left;
	padding:0;
	color:#000;
	text-align:center;
	border-right:1px;
	border-right-color:#90cf00;
	border-right-style:solid
}