body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-weight: normal; 
	font-size: 10px; 
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

/*		Inhalt		*/

#content {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
}

#top {
	position:relative;
	width: 760px;
	height: 168px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}



#middle {
	position:relative;
	width: 760px;
	height: 536px;
}

#footer {
	position:relative;
	color: #999999;
	font-size: 10px;
	text-align: center;
	width: 760px;
	padding-top: 5px;
}


#lang {
	position:absolute;
	left:674px;
	top:6px;
}

a.language_on {
	color: #cc3300;
	font-size:10px;
	text-decoration:none;
	letter-spacing: normal;
	font-weight:bold;
}

a.language_on:hover {
	color: #000000;
}

a.language_off {
	color: gray;	
	font-size:10px;
	text-decoration:none;
	letter-spacing: normal;
	font-weight:bold;
}

a.language_off:hover {
	color: #000000;
}

/*		Menü		*/

#spinMenu {
	position:absolute;
	left:8px;
	top:27px;
	width:145px;
}

	a.mItem { 	
		color: gray;
		font-size: 10px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		letter-spacing: normal;
		font-weight:bold;
		margin-bottom:5px;
	}
		
	a.mItem:hover {

	}
	
	a.mItem2 { 	
		color: gray;
		font-size: 10px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		letter-spacing: normal;
		font-weight:bold;
		margin-bottom:5px;
		padding-left:13px;
		max-width:132px;
	}
		
	a.mItem2:hover {

	}
	
	.group { 	
		color: #003399;
		font-size: 10px; 
		text-decoration: none; 
		display:block;
		font-weight:normal;
		letter-spacing: normal;
		font-weight:bold;
		margin-bottom:5px;
	}
		
	.group:hover {
	}

/*		Spin		*/

#spin {
	position:absolute;
	top:45px;
	left:160px;
	width:600px;
	height:530px;
	display:block;
	background-image: url(../images/spin.jpg);
	background-repeat:no-repeat;
}

#spinid {
	position:absolute;
	top:31px;
	left:0px;
}