@charset "utf-8";
/* 

---------------------------------------------------------------------------------
Mega Landjugendfete Westrum | KLJB Westrum
Autor: eventstudios veranstaltungsmarketing | www.eventstudios.info
---------------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
body  {
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bg.jpg);
	background-position:top center;
	background-color:#000000;
	background-repeat:no-repeat;
}
.form {
	border: 0px solid #FF0000;
	width: 350px;
	height:20px;
}
.form_textfield {
	border: 0px solid #FF0000;
	width: 350px;
	height:100px;
}
.form_checkbox {
	border: 0px solid #FF0000;
}
.hidden {
	visibility: hidden;
}
label {
	width: 10em;
	display: block;
	float: left;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 600px;
	border: 0px solid #666666;
	background: #000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 375px;
	background: #000000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#navigation {
	height: 75px;
	padding: 0 0 0 125px;
	background-color: #000000;
	background-image: url(../images/navigation.jpg);
	background-position: 0 0px;
	background-repeat: no-repeat;
}
#navigation ul {
	list-style-type:none;
}
#navigation li {
	font-size: 13px;
	display: inline;
	line-height: 75px;
}
#navigation a {
	color: #FFF;
	padding: 0 7px;
	float: left;
}
#navigation a:hover {
	color: #FFF;
	text-decoration:underline;
}
#navigation_bullet {
	background-image: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px;
	float: left;
}
#mainContent {
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#mainContent h1 {
	color:#FF0000;
	border-bottom: 0px solid #FF0000;
	font-size: 150%;
	font-weight: bold;
	margin-top: 27px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#mainContent h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainContent p {
	margin-bottom: 10px;
	line-height: 140%;
}
#mainContent ul {
	list-style-type: none;
}
#mainContent li {
	list-style-image:url(../images/ul_sign.gif);
	list-style-position: outside;
	margin-left: 20px;
}
#mainContent a {
	text-decoration:none;
	color:#FF0000;
}
#mainContent a:hover {
	color: #FFF;
	text-decoration:underline;
}
#footer {
	background-color: #000;
	background-image: url(../images/footer.jpg);
	height: 125px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
} 
#footer p {
	color: #FFF;
	padding: 10px 0;
	line-height: 3px;
	font-size: 11px;
}
#footer a {
	color: #FFF;
}
