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

ul{ margin: 20px 0 20px 20px}

h1, h2, h3, h4, h5{
color: fff;
font-weight: normal;
line-height: 1em
}

h1, h2, h3, h4, h5{
margin: 30px 0 30px 0;
}

P{
margin: 20PX 0 0 0;
}


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: 50px;
width: 90%;
text-align: left;
height: auto;
}



.clear{
	clear: both;
}

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

/* Lightbox */


	#gallerystart a img {
		border: 8px solid #3e3e3e;
		border-width: 5px 5px 5px;
		margin: 2px;
		width: 200px;
		height: 140px
		
	}
	#gallerystart a img:hover {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	
	
	#gallery {
	
		width: 520px;
	}
	#gallery ul { list-style: none; margin-left: -40px}
	#gallery ul li { display: inline; }
	#gallery ul li 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; }