body {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	padding-bottom:50px;
	background-image:url(../images/bodybg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ff8f00;
	}

A {
	color:#000000;
	}

A:Hover {
	color:#666;
	}

H1 {
	font-family:Arial, Helvetica, Verdana;
	font-size:18px;
	color:#000000;
	padding-bottom:15px;
	}

* {
    margin:0; 
    padding:0;
    behavior: url(iepngfix.htc);
    }

#container {
	width:900px;
	margin:0 auto;
	background-image:url(../images/contentbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffddb0;
	}

#header {
	position:relative;
	height:184px;
	background-image:url(../images/headerbg.jpg);
	}
#header_nav {
	position:absolute;
	top:147px;
	left:23px;
	}
	
#header_nav A {
	float:left;
	text-align:center;
	font-weight:bold;
	color:#000;
	line-height:28px;
	display:block;
	width:109px;
	height:28px;
	margin-right:10px;
	text-decoration:none;
	background-image:url(../images/buttonbg.png);
	}
	
#header_nav A:Hover {
	background-image:url(../images/buttonbg_ov.png);
	}
	
#content_wrap {
	padding:24px;
	}
	
#content {
	float:left;
	width:602px;
	line-height:18px;
	padding-right:24px;
	border-right:2px solid #ffae00;
	}

#content_right {
	float:left;
	width:200px;
	margin-left:24px;
	line-height:16px;
	}
	
#footer {
	font-size:11px;
	height:30px;
	line-height:30px;
	padding-left:24px;
	background-image:url(../images/footerbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
		
/* Kalendar */
.mod_calendar .calendar {
	width:600px;
	}
.mod_calendar TABLE {
	font-size:11px;
	}
.mod_calendar TD {
	padding:2px;
	}
.mod_calendar TH {
	text-align:center;
	}
	
.mod_calendar .current {
	font-size:14px;
	}
	
.mod_calendar .head {
	padding:10px;
	background:#fcf5e6;
	}
		
.mod_calendar .label {
	font-weight:bold;
	background:#ffdab0;
	}
	
/* Gaestebuch */
.comment_default {
	width:600px;
	}
	
.comment_default .info {
	background:#fcf5e7;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #ff7200;
	}
.comment_default .comment {
	padding:10px;
	}

.form {
	width:578px;
	background:#fcf5e7;
	margin-top:30px;
	padding:10px;
	border:1px solid #ff7200;
	}

.widget {
	width:600px;
	padding-bottom:10px;
	}
.widget LABEL, .widget .captcha_text {
	padding-left:10px;
	}
	
	