/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/

* {

	margin: 0;
	padding: 0;
	border: 0 none;
}

body {
	
	text-align: center;
	background: #000;
}

#wrapper {
	
	width: 900px;
	margin: 0 auto;
	text-align: left;
}



/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/

body {
	
	color: #cccccc;
	font-size: 100.1%;
	font-family:Verdana, Tahoma, sans-serif
}

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

a:hover,
a:focus {
	color: #666;
}

/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/

#header h1  {
	
	width: 350px;
	height: 70px;
	float: left;
	margin-top: 100px;
}


#content h2 {
	width: 350px;
	height: 500px;
	float: left;
	position: absolute;
	margin-top: 260px;
	margin-left: 0px;
	font-size: 11px;
	font-family:Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	display: block;
	list-style:none;
	
}

#content h2 dd {
	padding-top: 15px;
}


#header h1 a {
	
	width: 350px;
	height: 70px;
	text-indent: -5000px;
	background: transparent url('../Layout/Schriftzug.png') no-repeat;
	display: block;
	overflow: hidden;
}

#content h2 a {
	width: 350px;
	text-indent: -5000px;
	overflow: hidden;
}

#table {
	position: absolute;
	float: right;
	margin-top: 250px;
	margin-left: 412px;
}

/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/

.MenuBarItemSubmenu, #MenuBar1{ text-align:right;}

#meins{padding:0px; margin:0px;}

ul, li{text-align:right;}


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/

