@charset "utf-8";

* {
	padding:0;
	margin:0;
}

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	height:390px;
	background-color:#FF8400;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

a:link {
	color:#860001;
	text-decoration:underline;
}

a:visited {
	color:#860001;
	text-decoration:underline;
}

a:hover{
	color:#860001;
	text-decoration:none;
}

#container {
	width:1000px;
	margin:0 auto;
}

#header {
	background-image:url(../images/header.jpg);
	width:1000px;
	height:420px;
}

#contentBox {
}

#contentHead {
	background-image:url(../images/content_head.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:1000px;
	height:90px;
}

.hcpic {
	margin:25px 0 0 80px;
}

#contentBg {
	background-color:#FFFFFF;
	margin:0 0 0 50px;
	width:670px;
	float:left;
}

* html #contentBg{  
/* CSS-Hack fuer IE6 und kleiner */  
	margin:0 0 0 25px;
	width:670px;
}  

#contentText {
	min-height:450px;
	height:auto !important;  /* fuer moderne Browser */
	height:450px;  /*fuer den IE */
	width:635px;
	line-height:1.3em;
	padding:5px 0 10px 15px;
}

#contentText h2 {
	color:#a10001;
	font-size:1.5em;
	font-weight:bold;
}

a.infobutton {
	display:block;
	margin-bottom:5px;
	text-align:center;
	width:180px;
	padding:2px;
	text-decoration:none;
	background-color:#860001;
	border:1px solid #000;
	font-size:0.8em;
	font-weight:bold;
}

a.infobutton:link {
	color:#FFF;
	background-color:#860001;
}

a.infobutton:visited {
	color:#FFF;
	background-color:#860001;
}

a.infobutton:hover {
	color:#FFF;
	background-color:#a10001;
}

a.infobutton:active {
	color:#FFF;
	background-color:#a10001;
}

#contentText ul {
	list-style-type:square;
}

#contentText li {
	margin:5px 0 5px 30px;
}

#menueBg {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-y;
	width:225px;
	float:left;
}

#menueText {
	color:#FFFFFF;
	font-size:1.3em;
}

#menueText ul {
	list-style:square;
	margin:10px 0 0 15px;
	color:#FFFFFF;
}

#menueText li {
	margin:10px 0 0 20px;
}

.navi a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.navi a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.navi a:hover {
	color:#FF8400;
	text-decoration:none;
	font-weight:bold;
}

.active a:link {
	color:#FF8400;
	text-decoration:none;
	font-weight:bold;
}

.active a:visited {
	color:#FF8400;
	text-decoration:none;
	font-weight:bold;
}

#meneuBottom {
	background-image:url(../images/menu_bottom.jpg);
	width:225px;
	height:60px;
	float:left;
}

#footer {
	background-image:url(../images/footer.jpg);
	width:780px;
	height:100px;
	clear:both;
}

#footer p {
	color:#FFFFFF;
	font-size:0.8em;
	padding:35px 0 0 60px;
}

/*Gaestebuch*/
.guestbook_top {
	height: 1.6em;
	padding: 0.3em 0.5em 0;
}

.guestbook_small {
	float: left;
	font-size: 0.85em;
}

.guestbook_contact {
	float: right;
	margin-left: 0.5em;
}

.guestbook_content {
	padding: 0.5em;
	clear: right;
}

.guestbook_mod {
	float: right;
	margin-left: 0.5em;
}

.guestbook_extra {
	float: right;
	padding-bottom: 1em;
}

.guestbook_vote {
	float: right;
}

.smilie {
	vertical-align: sub;
}

.smilies {
	margin: 0.5em 0 0.5em 9.5em;
}

.smilieSelect {
	float: left;
	margin-right: 0.25em;
}

.vote {
	float: left;
	margin-right: 0.25em;
}

/*Gaestebuch neu*/
.guestbook_entry {
	width:640px;
	margin:0 auto;
	background-color:#3f0101;
	margin:0 0 10px 0;
}

.guestbook_left {
	float:left;
	width:190px;
	color:#FFF;
	font-size:0.8em;
}

.guestbook_left p {
	padding:3px 0 0 5px;
}

.guestbook_right {
	float:left;
	background-color:#660505;
	width:450px;
	color:#FFF;
}

.guestbook_right p {
	padding:3px 0 5px 5px;
	min-height:85px;
	height:auto !important;  /* fuer moderne Browser */
	height:85px;  /*fuer den IE */
}

/*Kontaktformular*/
.formfield {
	width:280px;
	height:19px;
	margin:5px 0 0 0;
	border:1px solid #000;
	font-family:Arial,sans-serif;
	color:#360000;
	font-size:1em;
}

fieldset {
	border:none;
}

form #content {
	width:380px;
	height:150px;
	margin:5px 0 0 0;
	border:1px solid #000 !important;
	font-family:Arial,sans-serif;
	color:#360000;
	font-size:1em;
}
