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: 16px/20px Lucida, "Lucida Grande", verdana, Arial, sans-serif;
background:#009ACD; url("images/bg.png") repeat-x;
padding: 0;
margin: 0;
border-top: 10px solid #1cc6f1;
color: #009ACD;
}

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: #1cc6f1;
text-decoration: none;
font-size: 60px;
text-shadow: 1px 1px 5px black;
font-weight: normal;
}
h2 {
font-size: 24px;
color: #1cc6f1;
font-weight: bold;
line-height: 26px;
}
h3 {
font-size: 20px;
color: #1cc6f1;
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: 0 auto;
}

#rahmen {
width: 980px;
margin: 0;
float: left;
text-align: left;
}

.header {
width: 980px;
color: #d7ceb7;
text-align: center;
margin-bottom: 30px;
float: left;
position: relative;
}

.smbuttons {position: absolute; top: 10px; right: 0;}


.affiliate {float: left;}

.logo {
width: 210px;
float: left;
	}

.logo h1 a { 
text-transform: uppercase;
color: white;
text-decoration: none;
font-size: 30px;
font-weight: bold;
line-height: 50px;
text-shadow: 1px 1px 5px black;
display: inline;
float: left;
margin: 85px 0 0 0px;
}

.kasten {
width: 920px;
float: left;
padding: 30px;
-moz-box-shadow: 0 0 10px #423a34;
-webkit-box-shadow: 0 0 10px #423a34;
box-shadow: 0 0 10px #423a34;
background: #1cc6f1; /* Old browsers */
background: -moz-linear-gradient(top,  #1cc6f1 0%, #048dc6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1cc6f1), color-stop(100%,#048dc6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1cc6f1 0%,#048dc6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1cc6f1 0%,#048dc6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1cc6f1 0%,#048dc6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1cc6f1 0%,#048dc6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc6f1', endColorstr='#048dc6',GradientType=0 ); /* IE6-9 */
	}

.top-content {
width: 430px;
padding: 30px;
float: right;
display: inline;
background: white;

}

.content {
width: 430px;
padding: 30px;
float: right;
display: inline;
margin: 20px 30px 0 0;
color: white !important;
}

.menue {
float: right;
}

.menue ul, .menue ul li {
margin: 0;
padding: 0;
float: left;
list-style: none;
}

.menue ul li a {
color: #fff;
margin-right: 5px;
text-decoration: none;
float: left;
padding: 100px 3px 3px 3px;
}

.menue ul li a:hover {
color: #fff;
text-decoration: none;
background: #1cc6f1;
}
.menue ul li a.aktiv {
color: #fff;
text-decoration: none;
background: #1cc6f1;
}
.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-bottom: 20px; }
table td {padding: 10px; width: 380px;}
table, th, td {border: 1px solid #000; background: #7b7b7b;}