/* ************************************************************
/*	by www.boman.de
/* ************************************************************ */ 
body {
	margin						: 0;
	padding						: 0;
  background				: #FFFFFF;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 12px;
	color							: #000000;
}

img {
	border						: none;
}

a {
	color							: #660000;
	font-weight				: bold;
	text-decoration		: none;
}

.menu a {
	color							:#FFFFFF;
}

.topContent {
	margin-left				: auto; 
	margin-right			: auto;
	width							: 1000px;
	background				: #FFFFFF url(../images/header.jpg) no-repeat scroll left top;
}
.middleContent {
	width							: 1000px;
	margin-left				: auto; 
	margin-right			: auto;
	background				: #FFFFFF url(../images/content.jpg) no-repeat scroll left top;
}
.bottomContent {
	background				: #400000;
	width							: 1000px;
	margin-left				: auto; 
	margin-right			: auto;
	padding-bottom		: 40px;
}

.topBackground {
	position					: relative;
	width							: 100%;
	height						: 500px;
	background				: #660000 url(../images/bg_header.jpg) repeat-x scroll left top;
}
.middleBackground {
	position					: relative;
	width							: 100%;
	background				: #FFFFFF url(../images/bg_content.jpg) repeat-x scroll left top;
}
.bottomBackground {
	position					: relative;
	width							: 100%;
	background				: #400000;
}

.menu {
	float							: left;
	padding-top				: 15px;
	padding-left			: 15px;
	font-size					: 14px;
	color							: #FFECC4;
	font-weight				: bold;
}
.menu a {
	color							: #FFECC4;
	text-decoration		: none;
}
.menu a:hover {
	color							: #FFFFFF;
}

.besucher {
	float							: right;
	padding-top				: 15px;
	padding-left			: 15px;
	font-size					: 14px;
	color							: #FFECC4;
	font-weight				: bold;
}

.text {
	color							: #660000;
	margin-left				: 10px;
	line-height				: 18px;
}

.video {
	padding-top				: 15px;
	padding-left			: 50px;
}

.column1 {
	position					: relative;
	float							: left;
	width							: 480px;
	margin						: 0; 
	padding						: 0;
}
.column2 {
	margin-left				: 520px;
	width							: 480px;	
	min-height				: 100px;
}

h1 {
	font-family				: Arial,Verdana;
	font-size					: 25px;
	color							: #FFECC4;
	margin-bottom			: 0px;
	margin-top				: 0px;
	padding-top				: 20px;
}
h2 {
	font-family: Arial,Verdana;
	font-size					: 25px;
	color							: #660000;
	margin-bottom			: 0px;
	margin-top				: 0px;
	padding-top				: 40px;
}

.kontakt1 {
	float							: left;
	margin-left				: 10px;
	margin-right			: 20px;
	margin-top				: 10px;
	color							: #FFFFFF;
}
.kontakt2 {
	margin-top				: 10px;
	float							: left;
	color							: #FFFFFF;
}

.logo {
	position					: relative;
	left							: 30px;
	top								: 50px;
	width							: 500px;
}

.linie {
	position					: relative;
	left							: 0px;
	top								: -70px;
}

.slogan {
	position					: relative;
	left							: 630px;
	top								: -180px;
	width							: 50px;
}

.team {
	position					: relative;
	left							: 630px;
	top								: -160px;
	width							: 50px;
}
.team:hover {
	left							: 631px;
	top								: -159px;
}

.aktuelles {
	padding-left			: 40px;
	position					: relative;
	left							: 40px;
	top								: 100px;
	width							: 50px;
	background				: url(../images/stern.png) no-repeat scroll left top;
}
.aktuelles:hover {
	left							: 41px;
	top								: 101px;
}

.bedienservice {
	padding-left			: 40px;
	position					: relative;
	left							: 40px;
	top								: 120px;
	width							: 50px;
	background				: url(../images/stern.png) no-repeat scroll left top;
}
.bedienservice:hover {
	left							: 41px;
	top								: 121px;
}

.veranstaltungsservice {
	padding-left			: 40px;
	position					: relative;
	left							: 40px;
	top								: 140px;
	width							: 50px;
	background				: url(../images/stern.png) no-repeat scroll left top;
}
.veranstaltungsservice:hover {
	left							: 41px;
	top								: 141px;
}

.imagecontainer {
	padding-top				: 60px;
	padding-bottom		: 30px;
}

.kontakttext {
	color							: #660000;
	margin-left				: 10px;
	float							: left;
	padding-top				: 4px;
}
.kontaktfeld {
	padding-left			: 150px;
}

input {
	border						: 1px solid #660000;
}

textarea {
	width							: 300px;
	height						: 150px;
	border						: 1px solid #660000;
}

.formfieldrequired {
	color							: #660000;
}

form {
	margin-bottom			: 20px;
}

#form1_cmd1 {
	margin-top				: 10px;
	margin-left				: 10px;
}

.headline1 {
	border-bottom			: 1px solid #660000;
	color							: #660000;
}

.dotted_b_r {
	border-bottom			: 1px dotted #660000;
	border-right			: 1px dotted #660000;
}