@charset "utf-8";
/* 

---------------------------------------------------------------------------------
WM Arena Herne. Public Viewing in der Bayern Festhalle auf dem Cranger Kirmesplatz
Autor: www.eventstudios.info
---------------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body  {
	color: #000;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	background-color: #ffcc66;
	background-image: url(../images/bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.form {
	border: 1px solid #000;
	width: 300px;
	height:20px;
}
.form_textfield {
	border: 1px solid #000;
	width: 300px;
	height:100px;
}
.form_checkbox {
	border: 1px solid #000;
}
.hidden {
	visibility: hidden;
}
label {
	width: 10em;
	display: block;
	float: left;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #990100;
	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: 945px;
	border: 0px solid #000;
	background: #ffeecb;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 350px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
} 
	#header h1 {
	display: none;
	}

#header h2 {
	padding-top: 170px;
	padding-right: 68px;
	font-size: 140%;
	font-weight: bolder;
	text-align:right;
	}
	
	#header p {
	font-size: 115%;
	padding-right: 68px;
	text-align:right;
	line-height: 1.5;
	}
	

#navigation {
	height: 50px;
	padding: 0 0 0 40px;
	background-color: #000;
	background-image: url(../images/navigation.jpg);
	background-position: 0 0px;
	background-repeat: repeat-x;
}
	#navigation ul {
	list-style-type:none;
	}
	#navigation li {
	font-size: 125%;
	display: inline;
	line-height: 20px;
	}
	#navigation a {
	color: #FFFFFF;
	padding: 0 10px;
	float: left;
	}
	#navigation a:hover {
	background-image: url(../../images/navigation.gif);
	background-position: 0px 0px;
	text-decoration: underline;
	}

#sidebar {
	float: right;
	width: 230px;
	height: 300px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
	background-position:40px 20px;
}
	#sidebar h3 {
	padding-bottom: 4px;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
	}
	#sidebar p {
		margin-bottom: 20px;
		line-height: 140%;
	}

#mainContent {
	font-size:125%;
	margin-top: 50;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 50;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 50px;
}
	#mainContent h1 {
	background-image:url(../images/line_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size: 24px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height:1.7;
	}
	#mainContent h2 {
	background-image:url(../images/h2_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size: 20px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height:1.7;
	}
	#mainContent h3 {
	font-size: 14px;
	}
	#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: inside;
	margin-left: 40px;
	line-height: 2;
	}

#footer {
	background-color: #000;
	background-image: url(../images/footer.jpg);
	height: 50px;
	padding-right: 50px;
	padding-left: 50px;
	
} 
	#footer p {
	line-height:40px;
	text-align: right;
	padding: 10px 0;
	font-size: 11px;
	color:#FFF;
	}
	#footer a {
	color: #FFF;
	}
