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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, object {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q { quotes: "" "";}


/******************************************************************/

body {
font: 20px/20px Garamond, "Adobe Garamond", Times, serif;
background: #fff url("images/bg.png");
padding: 0;
margin: 0;
}

i {
font-size: 11px;
}

p {
margin: 15px 0; line-height: 20px;
}

a {color: blue;}
a:hover {text-decoration: none;}
ol, ul {
list-style: none;
margin-top: 10px; padding: 0 0 0 20px;
list-style-position: outside;
}
ul li {
padding-left: 10px;
margin-bottom: 10px;
margin-left: 10px;
list-style: square;
}
ol li {
padding-left: 15px;
margin-bottom: 10px;
list-style-type:decimal
}
h1 {
text-transform: uppercase;
color: white;
text-decoration: none;
font-size: 60px;
text-shadow: 1px 1px 5px black;
font-weight: normal;
}
h2 {
font-size: 24px;
color: white;
font-weight: bold;
line-height: 26px;
}
h3 {
font-size: 24px;
color: white;
font-weight: bold;
line-height: 26px;
margin-top: 20px;
}
strong {font-weight: bold;}
p.small {font-size: 11px; line-height: 13px;}

#wrapper {
width: 980px;
height: auto;
margin: 20px auto;
position: relative;
}

#rahmen {
width: 980px;
margin: 0;
float: left;
text-align: left;
}

.header {
width: 980px;
height: 160px;
color: #3398ab;
float: left;
position: relative;
background: #e9e6e3 url("images/lottogewinn.png") no-repeat;
}

.header img.zahlen {
	position: absolute;
	right: 10px; 
	top: 20px;
	z-index: 1;
	}

.header p {
margin: 30px 0 0 330px; }

.logo {
width: 254px;
height: 254px;
position: absolute;
z-index: 5;
text-align: center;
left: 30px;
top: 30px;
padding-top: 90px;
background: url("images/logo-bg.png") no-repeat; 
	}

.logo h1 a { 
color: #627300;
text-decoration: none;
font-size: 30px;
font-weight: bold;
line-height: 40px;
text-shadow: 1px 1px 1px #6e6d29;
}

.affiliate {float: left; margin: 0 20px 20px 0;}

.content {
width: 900px;
padding: 40px;
float: right;
display: inline;
color: white;
background: #35638a;
background-position: bottom right;
border-radius: 0 0 20px 20px;
}

.menue {
width: 680px;
height: 40px;
padding: 120px 0 0 300px;
border-radius: 20px 20px 0 0;
background: #a1bd00; /* Old browsers */
background: -moz-linear-gradient(top,  #a1bd00 0%, #89a100 44%, #627300 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1bd00), color-stop(44%,#89a100), color-stop(100%,#627300)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a1bd00 0%,#89a100 44%,#627300 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a1bd00 0%,#89a100 44%,#627300 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a1bd00 0%,#89a100 44%,#627300 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a1bd00 0%,#89a100 44%,#627300 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1bd00', endColorstr='#627300',GradientType=0 ); /* IE6-9 */
}

.menue ul, .menue ul li {
margin: 0;
padding: 0;
float: left;
list-style: none;
}

.menue ul li a {
color: #fff;
margin-right: 10px;
text-decoration: none;
float: left;
}

.menue ul li a:hover {
color: #000;
text-decoration: none;
}

.menue ul li a.aktiv {
color: #000;
text-decoration: none;
}

.kontakt {
float: left;
width: 240px;
margin: 20px 0 20px 0px;
color: white;
}
input[type=submit] {
border-radius: 10px;  border: 0; background: #a31082; padding: 10px; font-size: 14px; color: white; cursor: pointer;}
input[type=submit]:hover {
 background: #680a53;}
label {width: 50px; float: left; margin-top: 20px;}

input[type=text] {
	width: 130px;
	border: 0;
	height: 20px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #a31082;
	}
