*

{
border: 0;
margin: 0;
}


body
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background: url(images/bg1.jpg);/* Hintergrundfarbe links und rechts des Main-Bereichs */
}



#main
{
margin: 0 auto;
width: 1002px;
}


#menu {
	height: 58px;
	width: 1002px;
	padding-left: 0px;
	margin: 0 auto;
	background: url(images/menu.png) no-repeat bottom;
}

#menu ul {
	margin: 0;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 38px;
	padding-top: 20px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	
}

.first{
	background: url(images/menubor.gif) left center no-repeat;
	width: 155px;
}

.end{
background: url(images/menubor.gif) left center no-repeat;
	width: 153px;	
}

#menu a:hover {	
	color: #000000;
	background:url(images/menuborhover.gif) left center no-repeat; 
}

#contenttop{
	background: url(images/contop.jpg) no-repeat center;
	height: 10px;
	margin-top: 10px;
}

#contentbottom{
	background: url(images/conbottom.jpg) no-repeat center;
	height: 10px;
	margin-bottom: 10px;
}
#contentseparator{
	background: url(images/consep.jpg) no-repeat center;
	height: 10px;
}

#content_bg{
	background: url(images/conbg.jpg) repeat-y;
	padding-bottom: 10px;
}

#content
{
width: 991px;
background: url(images/bg.jpg) no-repeat top left;
margin-left: 3px;
}


#left
{
width: 720px;
margin-left: 10px;
}

#right
{
width: 251px;
float: right;
padding-top: 10px;
display: inline;
}

#left50
{
width: 485px;
margin-left: 10px;
}

#right50
{
width: 485px;
float: right;
display: inline;
}
#total
{
width: 971px;
margin-left: 10px;
}

#footer
{
	background:url(images/footer.png) no-repeat center top;
	height: 43px;
	margin: 0 auto;
	font-size: 10px;
	color: #ffffff;
	padding-top: 14px;
	text-align: center;
	clear:both;
	/*padding-bottom: 40px;*/
}

#footer a
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

