/*Eric Meyer's CSS Reset.*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*GO!*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #202020;
	min-width: 600px;
	font: bold 12px Verdana Geneva Arial Helvetica sans-serif;
}
a {
	color:#CC9933;	
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	background: transparent;

}
h1, h2, h3{
	color: #FF9966;
	font-size: 18px;
	margin: 10px;
	padding: 0;
	text-align: center;
}
h2{
	color: Red;
	font-size: 22px;
}
h3{
	color: Yellow;
	text-align: left;
	margin: 10px 10px 10px 5px;
} 
p {
	margin:5px;
	padding:0;
	color: Silver;
}
img {

}
#header {
	float: left;
	width: 100%;
	height: 150px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #000;
	background: #3A3A3A url(img/hdr.png) repeat-x scroll 0 0;
	text-align: center;
}
#header h1  {
	padding: 35px 0 0;
	margin: 0;
	color: #FF3300;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	background: transparent;
}
#colmid {
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	background: transparent;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:transparent;    	
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin: 10px 15px 10px 415px;
	overflow: hidden;
}
#col1 {
	width: 100%;
	overflow: hidden;
	background: transparent;
}
#col1 p{
	color: Silver;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;

}
#col1 ul{
	list-style-position: outside;
	margin-left:30px;
	display: block;
}
#col1 li{
	color:Silver;
	font-size:14px;
   padding-left: 5px;
	list-style:none url(img/arrow.gif);
	text-align:left;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}
#footer p {
	padding:5px 15px;
}
#hausverlosung{
	font-size: 10px;
	font-variant: small-caps;
	color: Silver;
}
#container{
	border: 1px solid #666666;
	height: 500px;
	margin: 10px 0px 10px 5px;
	overflow: hidden;
}
#container p{
line-height: 20px;

}
.textalicenter{
	text-align: center;
}
/*NAV*/
#nav{
margin-left:333px;
margin-top:25px;
}
	#nav ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;	
	/*background-image: url(img/nav_bgr_ul.jpg);*/
}
	#nav ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#nav ul li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 0px 10px;
	text-align: center;
	/*background: #000000 url(img/nav_bgr.gif);*/
	background: #000000;
	font-size: 14px;
	color: #C0C0C0;
	text-decoration: none;
	position: relative;
	line-height: 55px;
	border: 1px solid #6D6D6D;
	font-stretch: wider;
	font-weight: bold;
	border-top: 0;
}
	#nav ul li a:hover {
	background: #000000 url(img/nav.png) repeat-x;
	color: #000000;
	border-color: #EF844A;
}
	#nav ul li a.active,
	#nav ul li a.active:hover {
	background: #000000 url(img/nav.png) repeat-x;
	color: #FFD700;
	border-color: #ffff00;
}
table p{
	margin:0 5px 3px;
	
}
.upper{
	text-transform: uppercase;
}
.yes{
	color: Red;
	font-size: 22px;
}
.quelle{
	font-size: 9px;
	font-variant: small-caps;
}
fieldset{
	margin-left:100px;
}
label{
	float: left;
	width: 120px;
	color: Silver;
}
select{
	width:75px;
	font-size: 12px;
}
input{
	font-size: 12px;
	margin:0 0 5px;
}
.noinput{
	background-color: #FFCC99;
	text-align: right;
}
.rightinput{
	background-color: #99FFCC;
	text-align: right;
}
.leftinput{
	background-color: #99FFCC;
	text-align: left;
}
.errinput{
	background-color: #FFC6C6;
}
.orderbutt{
	cursor:pointer;
	background: url(/css/img/order.gif) no-repeat 0 0;
	width: 109px;
	height: 40px;
	text-align: center;
}
