body{
	background-color:		#444444;
	padding-left:			90px;
	font-family:			Tahoma,Verdana;
	font-size:				14px;
}

a:link {
    text-decoration:	    none;
    color:                  #00a1bb;
}

a:visited {
    text-decoration:	    none;
    color:                  #00a1bb;
}

a:active {
    text-decoration:	    none;
    color:                  #00a1bb;
}

a:hover {
    text-decoration:	    underline;
    color:                  #00a1bb;
}

#logo{
	background: 			url(../images/logo.png) no-repeat;
	width:					564px;
	height: 				108px;
}

#content{
	background-color:		#ffffff;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
	border:					1px solid #000000;
	width:					540px;
	min-height:				440px;
	padding-left:			250px;
	padding-right:			30px;
	padding-top:			30px;
	padding-bottom:			10px;
	text-align:				center;
}	

#guy{
	position:				absolute;
	background: 			url(../images/guy.png) no-repeat;
	top:					174px;
	left:					0px;
	width:					303px;
	height:					611px;
	padding-top:			210px;
	padding-left:			85px;
}

#menu{

}

#werbung{
	padding-left:			230px;
	padding-top:			16px;
}

#werbung2{
	position:				absolute;
	top:					118px;	
	left:					940px;
}

#menu img{
	border:					0px;
}

a img{
	border:					0px;
}