body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	margin:0;
	background-image: url(grafik/basis/bg.gif);
	background-repeat:repeat;
	text-align:center;
}
div#main {
	width:799px;
	margin: 80px auto auto auto;
	border-style: solid;
	border-width:1px 1px 0px 1px;
	border-color:gray;
	padding:0;
	text-align:left;
	background-color:transparent;
}
div#header {
	background-repeat:no-repeat;
	height:193px;
	width:799px;
	border-bottom:1px solid gray;
	margin:0;
	color:#5F5F5F;
}
div#content {
	background-color:white;
	width:769px;
	height:auto;
	min-height: 540px;
	margin:0;
	padding: 20px 10px 10px 20px;
	color:#5F5F5F;
}
* html #content {
	height: 540px;
}
#navi {
	margin:0;
	padding:0;
	height:30px;
	background-color:#B1B1B1;
	border-bottom:1px solid gray;
}
#navi ul{
	height:30px;
	font-size:10pt;
	padding:0;
	margin:0;
	list-style:none;
	line-height:30px;
	float: right;
}
#navi ul li {
	float:left;
	height:30px;
	width:87.76px;
	border-right:1px solid #B1B1B1;
	text-align:center;
}
#navi ul li a {
	height: 30px;
	color: #B1B1B1;/*White*/
	text-decoration: none;
	display: block;
	font-weight: normal;
}
#navi ul li a:hover {
	text-decoration:underline;
	display:block;
	height:30px;
}
input, textarea {
	border: 1px solid #5F5F5F;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #5F5F5F;
	padding: 1px;
	background-color:white;
}
input[type="checkbox"]{
	border: 1px solid #5F5F5F;
}
h1 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size: 16pt;
	color:gray;
}
h2 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size: 13pt;
	color:gray;
}
h3 {
	font-weight:normal;
	font-style:normal;
	font-weight:bold;
	padding:0;
	font-size: 9pt;
}
#content a {
	color:#5F5F5F;
	text-decoration:none;
	border-bottom: 1px dotted #B1B1B1;
}
#content a:hover {
	text-decoration:none;
	border-bottom: 1px solid #B1B1B1;
}
/*Home*/
p.home {
	font-size: 120%;	
	}
p#home_bild img {
	margin-left: 300px;
	}
/*Über uns*/
div#entstehung p {
	margin-top: -3px;
}
div#entstehung h3 {
	padding-bottom: -5px;
	margin: 0 !important;
}
div#entstehung {
	margin-top: 5px;
}
/*CDs*/
#cdtable {
	border-spacing:20px;
	line-height:25px;
}
.cdimg {
	border: 1px solid #B1B1B1;
}
/*Termine*/
#termine_table {
	border: 0px solid gray;
	border-spacing: 4px;
}
#termine_table td {
	border: 1px solid gray;
}
#termine_table td {
	padding:10px;
}
table#termine_table tr.alter_eintrag, table#termine_table tr.alter_eintrag a {
	color: #999999;
	}
/*Fotos*/
a.foto {
	border: 0px !important;
}
a.foto img {
	border: 1px solid #DCDCDC;
}

/*Gästebuch*/
.gbentry {
	width:400px;
}
.gbentry input[type="text"], .gbentry textarea {
	width:250px;
}
/*Sonstiges*/
.valide {
	border: 0;
}
.notice {
	font-weight: bold;
}