/************************************************************
** Cascaded Stylesheet Definitions                         **
** Customer: 	Bianca Karsten                             **
** Author:		Sebastian Donath - cyanopolis              **
*************************************************************/
/*verhinderte unerwartete Zwischenräume bei div-containern*/
*{
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color:white;
}


body{
	background-image: url(images/verlauf.jpg);
	background-repeat: repeat-x;
	background-color: #202020;
}

div#bg_border{
	width: 993px;
	height: 641px;
}

div#spacer01{
	height: 50px;
	width: 924px;
	float: left;
}

div#logo{
	margin-left: 35px;
	width: 205px;
	height: 51px;
	float: left;
	/*background-color: #d7e800;*/
	
}

div#spacer02{
	height: 20px;
	/*background-color: #d7e800;*/
}

div#content_wrapper01{
	background-image: url(images/content.jpg);
	width: 993px;
	height: 419px;
}

div#kontakt{
	float: right;
	padding-top: 337px;
}
