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");*/
background: #6495ed url("images/bg.png"); /* karierter Hintergrund*/
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: 34px;
color: white;
text-shadow: 1px 1px 5px black;
font-weight: bold;
line-height: 36px;
}
h3 {
font-size: 20px;
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;
background: #e9e6e3 url("images/lottogewinn.png") no-repeat;
}

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

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

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


.content {
width: 900px;
padding: 40px;
float: right;
display: inline;
color: white;
/*background: #d4862a url("images/klee.png") no-repeat;  Old browsers ---- ff7f50 */
background: #bdb76b url("images/klee.png") no-repeat;
background-position: bottom right;
border-radius: 0 0 20px 20px;
}

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


.menue {
width: 680px;
height: 60px;
padding: 100px 0 0 300px;
border-radius: 20px 20px 0 0;
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',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: 8px;
text-decoration: none;
float: left;
padding: 10px 5px;
}

.menue ul li a:hover {
color: #000;
text-decoration: none;
background: #bdb76b; /*d4862a*/
border-radius: 10px;
}

.menue ul li a.aktiv {
color: #000;
text-decoration: none;
background: #bdb76b;  /*d4862a*/
border-radius: 10px;}

.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;
	}


table { border-collapse: collapse; border-spacing: 0px; margin: 10px 0 20px; }
table td {padding: 10px; width: 250px; text-align:center;}
table, th, td {border: 1px solid #000; background: white; color: black;}
