html,body,h1,h2{
padding: 0;
margin: 0;
}

img{
	border: 0;
	}

img, div { behavior: url(../bilder/iepngfix.htc) }


body{
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}





h1, h2{
font-size: 12px;
color: #d9112e;
font-weight: normal;
}


a{ 
	text-decoration: none;
	color: #ffffff}

a:hover{
	color: #ff9900;

}

.typokleiner{
	font-size: 12px;
}


#container {
	width: 100%;
	height: 700px;
	margin: 0 auto;
	margin-top: 0;	
	background-color: #000000;
	text-align: center;
	position: absolute;
	z-index: 1000;
	}

#contentbild{
	position: fixed;

	background-color: #000000;
	z-index: 1;
	float: left;
	}
	
	#contentneu{
	margin-top: 200px;
	left: 5%;
	position: absolute;
	background-color:transparent;
	width: 200px;
	height: auto;
	z-index: 100;

}
	
	
#contentinhalt{
	margin-top: 5%;
	right: 5%;
	position: absolute;
	background-color:transparent;
	width: 620px;
	height: auto;
	z-index: 100;
    background-image: url("../bilder/hintergrund_text.png");
    background-repeat: repeat-y;
}

#contentlogo{
position: relative;
width: 620px;
height: 165px; 
margin: 0 0 0 0;
}

#contenttext {
position: relative;
color: #ffffff;
padding-left: 70px;
width: 620px;
text-align: left;
height: auto;
padding-top: 50px;
}



.clear{
	clear: both;
}

.headline{
margin: 0 20px 0 20px;
font-size: 20px
}

/* Lightbox */
	#gallery {
	
		width: 520px;
	}
	#gallery ul { list-style: none; margin-left: -40px}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 8px solid #3e3e3e;
		border-width: 5px 5px 5px;
		margin: 10px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
