@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	margin:0px;
	font-size:14px;
	font-family:Arial;
	//font:sans-serif;
	//color:#999966;
	color:#fff;
	min-width:960px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #000;
}
#header{
	width:100%;
	height:210px;
	background-image:url(../gfx/head.jpg);
	background-repeat:repeat-x;
}
#foot{
	font-size:80%;
	color:#1E110A;
	width:100%;
	height:24px;
	background-image:url(../gfx/foot.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	padding-top:16px;
}
#foot a{
	color:#3A2215;
}
#backgrcol{
	color:#FFF;
	width:100%;
	height:120px;
	text-align:center;
	margin:auto;
	bottom:0px;
	background-color:#475673;
	float:left;
}
#content{
	width:960px;
	min-height:438px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:12px;
}
#menue{
	text-align:center;
	width:960px;
	height:42px;
	font-size:120%;
	position:absolute;
	top:-40px;
}
#news{
	width:284px;
	padding:16px;
	min-height:400px;
	float:left;
	margin-bottom:12px;
	background-color: #202020;
	background-image:url(../gfx/ol.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#stand{
	padding:16px;
	width:284px;
	min-height:400px;
	float:left;
	margin-bottom:12px;
	background-color: #202020;
}
#shop{
	padding:16px;
	width:284px;
	min-height:400px;
	float:left;
	margin-bottom:12px;
	background-color: #202020;
}
#line{
	width:1px;
	float:left;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #202020;
}
#single{
	padding:16px;
	width:918px;
	min-height:400px;
	margin-bottom:12px;
	background-color: #202020;
	background-image:url(../gfx/ol.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#title {margin-left:auto; margin-right:auto; top:20px; width:400px; height:180px;}
#time{position:absolute;left:0px;padding-left:8px;padding-top:18px;width:300px;height:108px;font-size:13px;color:#FFF;background-image:url(../gfx/open.png);background-repeat:no-repeat;background-position:0px 10px;}
h1{
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:-16px;
 	padding-bottom:16px;
}
h2{
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:-14px;
 	padding-bottom:16px;
}
ul{
	padding-left:20px;
	margin-top:4px;
	margin-bottom:4px;
}
input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 240px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}
label {
 width:100px;
  display: block;
  float: left;
 text-align: right; 
 padding-right: 1em; 
}
.lmenue:link{
	text-decoration: none;
	color:#000;
	//background:#A66E3D;
	background-image:url(../gfx/btn.jpg);
	background-repeat:x-repeat;
	padding:2px;
	margin-right:4px;
	margin-left:4px;
	padding-right:32px;
	padding-left:32px;
	outline: solid 1px;
}
.lmenue:hover{
	text-decoration: none;
	color:#999966;
	background:#484848;
	padding:2px;
	margin-right:4px;
	margin-left:4px;
	padding-right:32px;
	padding-left:32px;
	outline:solid 1px;
}
.lmenue:visited{
	text-decoration: none;
	color:#999966;
	background:#484848;
	padding:2px;
	margin-right:4px;
	margin-left:4px;
	padding-right:32px;
	padding-left:32px;
}
.lmenue:active{
	text-decoration: none;
	color:#999966;
	background:#484848;
	padding:2px;
	margin-right:4px;
	margin-left:4px;
	padding-right:32px;
	padding-left:32px;
}
