body {
	margin: 0;
	font: normal 80% 'Centry Gothic', Arial, Verdana, Helvetica, sans-serif;
	/*line-height: 100%; */
	color: #888888;
	background-color: #e9e9e9;
	background-image: url(../images/back-startseite.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: top center;
	}
	
h1 {font-size: 2.3em; font-weight: normal; /*line-height: 200%;*/ }	

#inhalt-start {
	width: 878px;
	height: 409px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#inhalt-main-start {
	width: 878px;
	padding: 125px 0 0 0;
	text-align: center;
	line-height: 100%;
	}
	
	
#inhalt-main-mitte {
	width: 878px;
	/*padding-top: 125px;
	padding-top:0;*/
	}

	
#inhalt-main-links{
	float: left;
	width: 334px;
	padding:0 50px 0 80px;
	text-align: center;
	height: 162px;
	}
	
#inhalt-main-links a {
	text-decoration: none; 
	color: #999999;
	font-size: 4em;
	font-weight: normal;
	line-height: 100%;
	}
	
#inhalt-main-links a:hover {
	color: #FF9933;
	font-size: 5em;
	}
	
#inhalt-main-rechts{
	float: left;
	width: 334px;
	height: 162px;
	margin:0;
	text-align: center;
	
	}
	
#inhalt-main-rechts a {
	text-decoration: none; 
	color: #999999;
	font-size: 4em;
	font-weight: normal;
	line-height: 100%;
	}
	
#inhalt-main-rechts a:hover {
	color: #FF9933;
	font-size: 5em;
	}

