html * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
}

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #606060;
	background: #222222;
}






#website{
	z-index: -20;
	position: absolute;
	width: 1000px;
	height: 550px;
	margin-left: -500px;
	left: 50%;
	margin-top: -275px;
	top: 50%;
	
	background: #FFFFFF;	
}

#left{
float: left;
	position: relative;
	width: 367px;
	height: 550px;
}
#right{
float: left;
	position: relative;
	width: 633px;
	height: 550px;
}
#logo{
	position: relative;
	width: 633px;
	height: 150px;
	background: url(../images/logo/logo_buchegger.gif) no-repeat;
}
#text{
	position: relative;
	width: 633px;
	height: 333px;
		
}
#navigation{
	position: relative;
	width: 633px;
	height: 67px;
	
}


.clearbr{
	clear: both;
}

