body {
	color: #fff;
	background-color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 10px 0 0 38px;
	padding: 0;
	scrollbar-3dlight-color: #4D4D4D;
	scrollbar-arrow-color: #99ff00;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #000000;
	}
h1, .titel {
	color: #093;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 0;
	margin-bottom: 10px;
	font: 16px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}
h2 {
	color: #093;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 10px;
	font: bold 14px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}
h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 3px;
	font: bold 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}
h3.archiv {
	padding: 10px 0 0 0;
	border-top: 1px dotted #fff;
	}
h4 {
	margin-bottom: 0;
	}
p, .normal {
	margin-top: 0
	}
a, a:link {
	color: #093;
	outline: none;
	-webkit-transition: color 3000ms;
	-moz-transition: color 3000ms;
	-o-transition: color 3000ms;
	}
a:hover {
	color: #b5d020;
	-webkit-transition: color 500ms;
	-moz-transition: color 500ms;
	-o-transition: color 500ms;
	}
table {
	color: #fff;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	}
address {
	font-style: normal;
	margin-bottom: 8px;
	}
ul {
	list-style-type: square;
	}
acronym {
	cursor: help;
	border-bottom: 1px dotted #f0f0f0;
	}
.klein {
	color: #8c8c8c;
	font-size: 10px;
	}
#content {
	width: 95%;
	}
blockquote {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding: 5px 0 0 0;
	font-style: italic;
	color: #e2e2e2;
	}
/*=Calendar Tabelle
---------------------------------------*/
h3.calendar {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
	font: bold 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}
table.calendar {
	margin: 1em 0;
	width: 450px;
	border-collapse: collapse;
	border-spacing: 0;
	}
table.calendar th {
	background-image: url(html/images/th_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
	text-shadow: 2px 2px 2px #000;
	}
table.calendar td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #464646;
	}
table.calendar td.noborder {
	border-bottom: none;
	}
table.calendar td.datum {
	
	}
table.calendar td.ort {
	
	}
table.calendar td.bemerkungen {
	padding-right: 0;
	width: 150px;
	}
/*=Guestbook
---------------------------------------*/
h3.guestname {
	margin: 10px 0 5px 0;
	padding: 0;
	}
h3.guestname a {
	text-decoration: none;
	}
p.guesttxt {
	margin: 0 0 5px 0;
	}
p.guestdata {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #fff;
	}
p.guestlink {
	margin: 0 0 5px 0;
	}
ul.blaettern {
	padding: 5px 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #fff;
	}
ul.blaettern li {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #fff;
	font-weight: bold;
	}
/*=Bilder mit Legenden
---------------------------------------*/
#imagelegend {
	float: right;
	margin: 0 0 15px 15px;
	width: 230px;
	}
/*=form
---------------------------------------*/
form .form {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #ececec;
	background-color: #bcbcbc;
	}
form .form:active,
form .form:focus,
form .form:hover {
	border: 1px solid #b5d020;
	background-color: #fff;
	-moz-box-shadow: 0 0 8px #b5d020;
	-webkit-box-shadow: 0 0 8px #b5d020;
	-o-box-shadow: 0 0 8px #b5d020;
	}
	
/*=Rollover Namen
---------------------------------------*/
img.imageright {
	
	}
#bandbild {
	
	}
p.name a {
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999px;
	width: 230px;
	height: 40px;
	display: block;
	}
p.name a:hover {
	background-position: 0 -40px;
	}
#name_mabon {
	background-image: url(html/portraits/name_mabon.jpg);
	}
/* spam-schutz */
#personal {
	display: none
	}
	
/*=special
---------------------------------------*/
.warning {
	padding: 10px;
	border: 1px dotted #b5d020;
	}