body,
html{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

p{
	margin:0px;
	padding:0px;
}

/*
 * Body
 */
body{
	background:url('../images/bg.gif') repeat-x;
	background-color:#FFFBEB;
}
#body{
	background:url('../images/box_bg.gif') repeat-y;
	width:774px;
	margin:0px auto;
	min-height:100%;
}
* html #body {
	height:100%;
} 
a{
	color:#575037;
}

/*
 * Body-Boxen
 */
#header,
#flash,
#menu,
#content{
	margin:0px 17px;
}

/*
 * Menu
 */
#menu{
	background:url('../images/menu.gif') repeat-x;
	height:36px;
}
#menu div{
	display:inline;
}
#menu a{
	color:#575037;
	text-decoration:none;
	line-height:36px;
	height:36px;
	font-size:13px;
	font-weight:bold;
	padding:0px 15px;
	display:inline-block;
}
#menu a:hover,
#menu a.act{
	text-decoration:underline;
}
a.level2{
	display:block;
	background-color:#F0F0F1;
	color:#575037;
	border-bottom:2px solid #FFF;
	line-height:20px;
	padding:0px 10px;
	text-decoration:none;
}

a.level2:hover{
	background-color:#ECE8D7;
	text-decoration:underline;
}


/*
 * Flash
 */
#flash{
	background:url('../images/flash.jpg') no-repeat;
	height:251px;
}
/*
 * Content
 */
#content{
	padding:10px 20px;
}

/*
 * News
 */
/*
 * News
 */
.news-latest-item{
	margin:5px;
 	margin-bottom:20px;
 }
.news-latest-item h3{
	font-size:13px;
	margin:0px;
	margin-bottom:5px;
}
.news-latest-date{
	float:right;
}
.news-latest-item p{
	margin:0px;
}
.news-latest-item hr{
	background:#FFF;
	border:0px solid #FFF;
	color:#FFF;
}
.news-latest-item img{
	float:left;
	margin-right:5px;
}
.news-latest-morelink{
	clear:both;
}
.news-latest-container h2,
.news-latest-gotoarchive{
	display:none;
}
 .news-list-item{
 	margin-bottom:20px;
 }
.news-list-item h3{
	font-size:13px;
	margin:0px;
	margin-bottom:5px;
}
.news-list-date{
	float:right;
}
.news-list-item p{
	margin:0px;
}
.news-list-item hr{
	background:#FFF;
	border:0px solid #FFF;
	color:#FFF;
}
.news-list-item img{
	float:left;
	margin-right:5px;
}
.news-list-morelink{
	clear:both;
}

.news-single-item h2{
	font-size:14px;
	color:#575037;
}
.news-single-timedata{
	float:right;
}
.news-single-author{
	display:none;
}
.news-single-item hr{
	background:#FFF;
	border:0px solid #FFF;
	color:#FFF;
}
.news-single-img{
	float:left;
	margin-right:5px;
}
.news-single-backlink{
	clear:both;
}
.news-single-item p{
	margin:0px;
}


/*
 * Kontaktformular
 */
.csc-mailform{
	border:0px;
	padding:5px;
	background:#E5DFC9;
	float:left;
}

.csc-mailform label{
	display:block;
	width:110px;
	float:left;
}

.csc-mailform input{
	width:170px;
}
.csc-mailform textarea{
	width:250px;
	height:100px;
}

.csc-mailform-submit{
	width:120px !important;
	border:1px solid #575037;
	background:#FFFFFF;
}
/*
 * Kallender
 */
#calendar-container{
	float:left;
	padding-right:40px;
}

/*
 * Header
 */
.csc-header h1{
	font-size:13px;
}

/*
 * Anlage
 */
.anlage{
	float:left;
	margin:5px;
	text-decoration:none;
}
.anlage img{
	border:1px solid #575037;
	width:160px;
}
.anlage h2{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:14px;
}
.clearer{
	clear:both;
}

