@IMPORT url("/inc/partner.css");

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background: url('/img/bg2.png') repeat-y top center white;
	font-family: arial, verdana, helvetica, sans serif;
	font-size: 16px;
}

#centeredpage {
	margin: 0 auto 0 auto;
	background: #67c2ee;
	width: 780px;
}

* html #centeredpage {
	background: #5cbbec;
}

#header {
	position: relative;
	background: url("/img/laptop-frau-blond.png") no-repeat bottom white;
	height: 281px;
	text-align: left;
	
}

#header img{
	position: absolute;	
	right: 100px;
	top: 130px;
	border: none;
}

/*
###################################################
Styles for Index-Page
*/
#index_header {
	position: relative;
	background: url("/img/index_top.png") no-repeat bottom white;
	height: 210px;
	text-align: left;
	
}

#index_header img{
	position: absolute;	
	right: 100px;
	top: 130px;
	border: none;
}

#index_content {
	text-align: left;
	padding: 0 30px;
	color: black;
	font-size: 14px;
}

#index_content h1 {
	font-size: 1.4em;
	margin:15px 0 10px 0;
}

#index_content ul {
	margin-left: 15px;
}

#index_content li {
	padding: 5px;
}

#index_content a {
	color: #C00000;
	text-decoration: underline;
}

/*
###################################################
*/

#content {
	text-align: left;
	padding: 0 30px;
}

#intro {
	text-align: left;
}

.intro {
	color: white;
	font-size: 1.3em;
	margin-top: 0px;
	padding: 10px 0 20px 0;
}

#intro h1 {
	color: white;
	font-size: 1.6em;
	margin-bottom: 0px; 
}


#footer
{
	clear: both;
	background: url('/img/footer.png') no-repeat top white;
	padding-top:60px;
	padding-bottom:60px;

	font-size: 11px;
	font-weight: normal;  
}


#overlay{ 
    position: absolute;
    z-index:80;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#000;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#box{
    width:500px;
    height: 250px; 
    background: white;
    padding:10px;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
}

/*
###################################################
Formular
*/

#UserDaten {
	position: relative;
}

legend {
	background: white;
	padding: 3px;
}

fieldset {
	display: block;
	margin-bottom: 30px;
	border-top: 1px solid white;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid white;
	
}

#UserDaten label {
		display: block;
        float:left;
        margin-right:10px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align:left;
        width: 140px;
        color: white;
}

#UserDaten input, #UserDaten select, #UserDaten textarea {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:left;
	width: 200px;
}

#NewsletterDaten {
  background: url('/img/newsletter-oben-bg.png') no-repeat top right white;
  border: none;
  padding: 0px 0 0 0;
  display: block;
  border: 0px none green;
  position: relative;
}

#NewsletterDaten .newslettercontainer{
  background: url('/img/newsletter-rechts.png') repeat-y right;
  padding: 30px 50px 0px 30px;
  margin: 40px 0 0px 0;
}

#NewsletterDaten .newslettercontainerfooter {
	margin: 0;
	padding:0;
	background:url('/img/newsletter-unten.png') no-repeat right top;
	height:50px;
}

#NewsletterDaten legend {
	background: #195197;
	color: white;
	display: none;
}

#NewsletterDaten label{
	display: block;
	clear: both;
	font-weight: bold;
	color: #5cbbec;
	border-bottom: 2px solid #5cbbec;
	margin-bottom: 8px;
}
#NewsletterDaten .partnerimg{
	float: right;
	width: 210px;
	text-align:center;
}

#NewsletterDaten p{
	margin-top: 0px;
	margin-left: 25px;
	width: 390px;
}

#NewsletterDaten input {
	float: left;
	margin-bottom: 50px;
	margin-top: 0px;
} 

#NewsletterDaten hr {
	clear: both;
}

#sendForm{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

