body{
	background-image:url('images/hintergrund.jpg');
	background-position:top center;
	background-attachment:fixed;
	background-color:#708bc0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
}
a{
	color:#808080;
}



a.external em, a.pdf em {
	display:inline-block;
	position:relative;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    text-decoration: none;
    text-indent: -1000em;
}

a.external em{
	padding-right:16px;
    background: url('images/Icon_External_Link_bw.png') no-repeat left center;
}
a.pdf em {
	padding-right:16px;
    background: url('images/Icon_External_Link_PDF_bw.png') no-repeat left center;
}
a.external em{
    left: 20px; /* this should be the same as the padding-right above */
}
a.pdf em {
    left: 20px; /* this should be the same as the padding-right above */
}




a img{
	border:none;
}

p{
	line-height:150%;
	text-align:justify;
}

ul{
	padding-left:24px;	
}
ol{
	padding-left:30px;	
}

h1{
	margin-top:0px;
	font-size:1.5em;
}
h2{
	font-size:1.3em;
}

h2.logo{
	float:left;
	margin:0px;
	padding:0px;
	height:50px;
	width:300px;
}

#site{
	margin-left:-400px;
	position:relative;
	left:50%;
	margin-top:6em;
	width:800px;
}

.navigation{
	margin:0px;
	padding:0px;
	list-style-type:none;
	

	height:50px;
	width:500px;
		
	float:left;
	background-color:#808080;
}
.navigation li{
	float:left;
	margin:1.3em;
	margin-right:2em;
}
.navigation li a{
	color:#ffffff;
	text-decoration:none;
}
.navigation li a:hover{
	text-decoration:underline;
}
.navigation li a.subcurrent{
	font-weight:bold;
}

.footer{
	margin:0px;
	padding:0px;
	list-style-type:none;

	float:left;
	
	margin-top:-2em;
	
	position:relative;
	z-index:10;
}
.footer li{
	margin-left:2em;
	float:left;
}
.footer li a{
	color:#000000;
	text-decoration:none;
}
.footer li a:hover{
	text-decoration:underline;
}
.footer li a.subcurrent{
	font-weight:bold;
}



#content{
	background-color:#ffffff;
	clear:both;
	border-left:300px solid #e6e6e6;
	width:500px;
	min-height :410px;
	
	padding-top:1em;	
	padding-bottom:2em;	
	
	overflow:auto; 

	position:relative;
	z-index:0;
}

#page_33 #content, #page_40 #content, #page_41 #content, #page_42 #content, #page_34 #content, #page_20 #content, #page_45 #content {
	height:410px;
}


#content .vcard, #content p, #content h1, #content h2, #content h3, #content h4, #content ul, #content ol, #content dl{
	margin-left:14px;
	margin-right:14px;
}

.vcard{
	line-height:150%;
}

.vcard .type{
	position: absolute;
	left: -5000px;
	width: 4000px;
}

form, fieldset{
	display:inline;
}

dt{
	line-height:3em;
	clear:both;
}

dd{
	margin-left:180px;

	margin-top:-2em;
	width:270px;		
}


dd input.textfield, dd input.email{
	width:100%;
}
dd input.field_checkbox, dd input.field_radio{
	display:block;
	clear:both;
	float:left;
	margin:0px;
	margin-bottom:6px;
}

dd label.checkbox_label, dd label.radio_label{
	display:block;
	float:left;
	margin-left:6px;
	margin-bottom:6px;
}

dd textarea{
	width:100%;
	height:100%;
}





.nixhier{
	position: absolute;
	left: -5000px;
	width: 4000px;
}


ul.error{
	list-style-type:none;
	background-color:#ff0000;
	color:#ffffff;
}

ul.error li{
	padding:0.5em;
}


/* Impressum */

#page_20 #content ul{
	list-style-type:none;
	line-height:170%;
	padding:0px;
}

/*Gratis eBook */ 

#page_50 form, #page_50 fieldset{
	display:block;
}

#page_50 dd, #page_51 dd{
	margin-left:110px;
	width:inherit !important;
}

#page_50 #content fieldset{
	border:none;
	margin-left:14px;
	margin-right:14px;
	background-color:#E6E6E6;
}
#page_50 #content legend{
	display:none;
}


#page_50 #content ol{
	line-height:170%;
}
#page_50 #content dl.links, #page_51 #content dl.links{
	list-style-type:none;
	padding:0px;
	line-height:100%;
}
#page_50 #content dl.links dt, #page_51 #content dl.links dt{
	margin-bottom:6px;
	line-height:100%;
}

#page_50 code, #page_51 code{
	display:block;
	padding:6px;
	border:1px solid black;
	background-color:#E6E6E6;
}

