/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;

}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1;

}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}

/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;

}

/* clearfix */
.clearfix:before, .clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*------------------------------------*\
  MAIN
\*------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	margin: 30px 40px 0 40px;
	line-height: 15px;
	font-size:13px;
	overflow:scroll;
	background-color:#060300;
	
}
.cboxIframe body { overflow: hidden; }

div#inhalt {
position:absolute; 
width: 330px;
bottom:20px;
left:21px;
top:133px;
height:450px;

padding: 20px;
font-weight:normal;
color: #fff;
text-align:left;
line-height: 20px;
}

div#inhalt2 {
position:absolute; 
width: 330px;
bottom:20px;
left:225px;
top:133px;
height:450px;
padding: 20px;
font-weight:normal;
color: #fff;
text-align:left;
line-height: 20px;
}

div#inhalt3 {
position:absolute; 
width: 330px;
bottom:20px;
left:384px;
top:133px;
height:450px;
padding: 20px;
font-weight:normal;
color: #fff;
text-align:left;
line-height: 20px;
}

a {
	text-decoration: none;
	color: #FFF;
	font-weight:normal;
}

a:hover {
	/* text-decoration: underline; */
	
	color: #cb1873;
}

#header {
	position:absolute;
	width: 147px;
    bottom:20px;
    left:35px;
    top:13px;
    height:95px;	
}

#res {
	overflow:hidden;
	position:fixed;
	background-color:#FFFFFF;
	width: 400px;
    bottom:0px;
    left:0px;
    top:0px;
    	
}


#menu {
	position:absolute;
	left:190px;
    top:16px;
	height:61px;
	
}




img.hintergrundbild {

width: 100%;        

position: fixed;   
top: 0;
left: 0;
}


.navlink {
	margin-left: 20px;
	vertical-align: 30px;
}

.reslink {
	
}


h4 {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 46px;
  letter-spacing: 1px;
 font-family: 'Open Sans', sans-serif;
}

h3 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 12px;
  margin-left:7px;
  line-height: 18px;
  letter-spacing: 1px;
 font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left:7px;
  line-height: 12px;
  letter-spacing: 0px;
 font-family: 'Open Sans', sans-serif;
}






#container {
padding-top:52px;
}

#copyright {
	float: left;
	clear: both;
	margin-top: 5px;
	color: #999;
	font-size: 10px;
}