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


*{
	margin:0;
	padding:0;
}


html, body {
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-position:top;	
	background-color:#fff6d8;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1{
	font-size:18px;
	font-weight:bolder;
	margin-top:0px;
	padding-top:0px;
	text-decoration:underline;
	margin-bottom:20px;
}
h2{
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}
h3{
	font-size:14px;
}

a:link { color:#000; text-decoration:none; font-weight:bold; }
a:visited { color:#000; text-decoration:none; font-weight:bold; }
a:hover { color:#fff; text-decoration:underline; font-weight:bold; }
a:active { color:#fff; font-weight:bold; }
#root{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#myHead{
	height:160px;
	width:950px;
	background-image:url(../images/banner.png);
	margin:0;
	padding:0;
}
#myBody{
 margin:0;
 padding:0;
}
#myLeft{
	width:150px;
	float:left;
}
#nav{
	width:150px;
}
#nav ul{
	list-style:none;
}
#nav li{

	padding-left:5px;
	line-height:20px;
}
#nav ul ul{
	margin-left:20px;
	border-bottom: #989898 1px solid;
	border-right: #989898 1px solid;
	border-left: #989898 1px solid;
}

#nav ul ol{
	list-style:none;
	margin-left:20px;
}
#calMonth{
	margin-top:20px;
	width:150px;
}
#cont{
	float:left;
	width:780px;
	margin-left:15px;
	margin-bottom:30px;
}
#cont ul{
	list-style:disc;
	margin-left:20px;
}
#cont ul li{
	margin-bottom:5px;	
}
#cont .csc-default{
	margin-top:15px;
}

#footer{
	background-image:url(../images/footer.png);
	text-align:right;
	padding-right:10px;
	padding-top:105px;
	padding-bottom:10px;
	color:#fff;
	margin-right:5px;
}
#h_navi{

}
#footer ul{
	float:right;
	list-style:none;
}
#footer li{
	float:left;	
}

#footer a:link { color:#fff; text-decoration:none; font-weight:bold; }
#footer a:visited { color:#fff; text-decoration:none; font-weight:bold; }
#footer a:hover { color:#fff; text-decoration:underline; font-weight:bold; }
#footer a:active { color:#fff; font-weight:bold; }

.clear{
	clear:both;
}
.listhead{
	border-top: #989898 1px solid;
	line-height:15px;
	border-bottom: #989898 1px solid;
	padding: 3px 0px 3px 0px;
	font-weight:bold;
	margin-top:15px;
}
#nav .csc-header {
 	background:#989898;
 	color:white;
}
#nav .csc-header h1{
 	color:white;
}
#nav .csc-header a{
 	color:white;
}

.layer3{
	margin-left:15px;	
}
### Gästebuch ###
#gb{
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
}
.gb_eintrag{

	border:#989898 1px solid;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:25px;
}
.gb_headline{
	height:20px;
	line-height:20px;
	background-color:#989898;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
}
.gb_footer{
	height:20px;
	line-height:20px;
	background-color:#989898;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	padding-right:5px;
	text-align:right;
}
.gb_text{
	width:279px;
	padding:10px;
}
/* Calender */

.eventList{
	margin-top:20px;
	border:#989898 1px solid;
}

.eventListHeader{
	height:20px;
	line-height:20px;
	background-color:#989898;
	color:#FFF;
	font-weight:bold;
	padding: 2px 0px 2px 5px;

}
.eventListSubheader{
	padding: 2px 0px 2px 10px;
	font-style:italic;
	text-decoration:underline;
}
.eventListDesc{
	text-align:left;
	padding: 2px 0px 2px 10px
}
td .timeborder{
	width:60px;	
}
input, select, label{
	float:left;
	display:block;
	width:100px;
	height:20px;
	line-height:20px;
	text-align:right;
	padding-right:5px;
}
input {
		text-align:inherit;
}
form br{
	clear:left;	
}