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: #494949 repeat-x;
padding: 0;
margin: 0;
color: #000;
}

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: #39ab8f;
text-decoration: none;
font-size: 60px;
text-shadow: 1px 1px 5px black;
font-weight: normal;
}
h2 {
font-size: 24px;
color: #39ab8f;
font-weight: bold;
line-height: 26px;
}
h3 {
font-size: 20px;
color: #39ab8f;
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 {float: right; margin-right: 10px;}


.affiliate {float: left;}

.logo {
width: 380px;
float: left;
color: white;
margin-top: 70px;
	}

.logo h1 { 
text-transform: uppercase;
font-size: 30px;
font-weight: bold;
line-height: 50px;
text-shadow: 1px 1px 5px black;
display: inline;
float: left;
margin: 50px 0 20px 0px;
}

.logo h1 a {
color: white;
text-decoration: none;
}

.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: #fff; 
border-radius: 20px;
	}

.top-content {
width: 430px;
padding: 30px;
float: right;
display: inline;
}

.content {
width: 650px;
padding: 30px;
float: left;
display: inline;
margin: 20px 30px 0 0;
color: white !important;
}

.menue {
float: left;
width: 960px;
background: #333;
border-radius: 20px;
padding: 10px;
position: relative;
}

.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: 5px;
border-radius: 10px;
}

.menue ul li a:hover {
color: #fff;
text-decoration: none;
background: #007f66;
}
.menue ul li a.aktiv {
color: #fff;
text-decoration: none;
background: #007f66;
}

.menue ul li ul {
display: none;
position: absolute;
z-index: 5;
top: 40px;
background: #333;
border-radius: 20px;
padding: 5px;
}

.menue ul li:hover ul {
display: block;
}

.menue ul li ul li {
clear: left;
}

.menue ul li ul li a:hover {
color: #007f66;
background: none;
	}

.buttons {
width: 960px;
float: left;
margin: 20px 0 0 0;
}

.buttons a {
opacity: 1.0;
}

.buttons a:hover {
opacity: 0.7;
}

.kontakt {
float: left;
width: 240px;
margin: 20px 0 20px 0px;
color: white;
}
input[type=submit] {
border-radius: 10px;  border: 0; background: #39ab8f; padding: 5px 10px; font-size: 14px; color: white; cursor: pointer; margin-left: 60px;}
input[type=submit]:hover {
 background: #39ab8f;}
label {width: 50px; float: left; margin-right: 8px;}

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


.mailresponder {
	float: right;
	margin: 0px 0px 15px 0px;
	width: 300px;
	background: #007f66;
	padding: 20px;
	border-radius: 20px;
	color: white;
	}

.mailresponder h3 {color: white;}
.mailresponder small {font-size: 12px;}


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