body.index {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url('../img/bg.jpg');
	background-size: 100%;
	background-attachment:fixed;
	/*background-repeat:repeat-y;
	background-attachment:scroll;
	background-color: #000000;*/
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url('../img/bg.jpg');
	background-size: 100%;
	background-attachment:fixed;
	/*background-repeat:repeat-y;
	background-attachment:scroll;
	background-color: #000000;*/
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 35px;
}

h4 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	
}

/* ------ divs -------- */

.main {
	position: absolute;
	padding: 0px;
	margin-left: 250px;
	margin-right: 250px;
	margin-top: 50px;
	border: none;
	width: 900px;
}

.title {
	background-image: url('../img/bg-ghz.png');
	height: 140px;
	padding: 10px;
	font-size: 100px;
	

}


.content {
    background-image: url('../img/testneu.png');
	/*background-color: #98bcde;*/
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 10px;
	font-size: 16px;
	width: 750px;
	border: #ffffff 1px solid;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
}

.contentnontp {
    background-image: url('../img/testneunontp.jpg');
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 10px;
	font-size: 16px;
	width: 750px;
	border: #ffffff 1px solid;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
}

.menu {
	width: 200px;
	position: fixed;
	top: 200px;
	left: 20px;
	width: 150px;
	padding: 7px;
	padding-bottom: 9px;
	padding-top: 9px;
	margin: 0px;
    background-image: url('../img/testneunontp.jpg');
	border: #ffffff 1px solid; 
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;

}

.menu a:link	{
	color: #232323; 
	font-size: 14px; 
	text-decoration:none;
	border-bottom: dotted #000000 1px;
/*	background-color: #8ec3ff;  */
	text-decoration:none;
	width: 140px;	
	padding: 1px;
}

.menu a:visited {
	color: #232323; 
	font-size: 14px; 
	text-decoration:none;
	border-bottom: dotted #000000 1px;
/*	background-color: #8ec3ff;  */
	text-decoration:none;
	width: 140px;	
	padding: 1px;
}

.menu a:hover {
	color: #98bddc; 
	font-size: 14px; 
	text-decoration:none;
	border: solid #000000 1px;
	background-color: #565656;  
	text-decoration: none;
	width: 140px;	
	padding: 1px;
}


.teampic {
	border: none;
	width: 300px;
	float: left;
	margin-right: 23px;
	margin-bottom: 5px;
}


.teampic2 {
	border: none;
	width: 220px;
	float: left;
	margin-right: 23px;
	margin-bottom: 5px;
}

.teampicrund {
	border: none;
	width: 200px;
	float: left;
	margin-right: 23px;
	margin-bottom: 5px;
}

/*--- Schriften ---*/

.titlesub {
	color: #000000;
	font-size: 17px;
	
	
}

ul {
	margin-left: 10px;
}

li {
	margin-left: 10px;
}
table td, table td * {
    vertical-align: top;
}
