@charset "UTF-8";
/* CSS Document */

*{margin:0 auto;}

/*Aufbau Gerüst*/

#wrapper {width: 757px;
			height:697px;}

#top {width:757px;
		float:left;
		height:130px;}

#content{width:757px;
		height:566px;
		float:left;}

#navi{width:170px;
		height:566px;
		float:left;}

#main{width: 546px;
	height:546px;
	float:left;}
	
#footer{width:747px;
		clear:both;}
		
/*Hintergrund*/

body {background-color:#b4b5bb;
background-repeat:no-repeat;}

#wrapper{background:url(../image/hg_wrapper1.jpg);}

/*Formatierung*/

#footer{text-align:right;
		font:Verdana, Geneva, sans-serif;
		color:#999;
		font-size:12px;
		padding-right:10px;}
		
#navi{text-align:right;}

#main{padding-left:35px;
		color:#515461;
		line-height:25px;
		font-size:14px;
		text-align:left;}
		
table{width:500px;
		border:#999 solid thin;}
tr td{border:#999 solid thin;}

a{text-decoration:none;
	color:#FFF;}
