@import url(reset.css);


	
/* ========================================================================= */

	
/* CSS-RESET-TECHNIK */

	
/* ========================================================================= */

	
/* SEITEN-GESTALTUNG */
body,h1,h2,h3,h4,h5,h6,adress,blockquote,dd,dl,hr,p,form {
	margin:0;
	padding:0;
}

body {
	margin:0;
	font-family:"Myriad Pro", Helvetiva, Arial, Georgia, Sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

#wrapper {
	position:relative;
	width:960px;
	margin:0 auto;
}


	
/* ///////////////////    HEADER ///////////////////// */
#header {
	text-align:center;
	position:relative;
	margin:0 auto;
	height:79px;
	background-image:url(images/header_logo.gif);
	background-position: center;
	background-repeat:no-repeat;
}






	
/* ///////////////////    HEADER ENDE  ///////////////////// */
#content_wrapper {
}

#main_content {
	margin:75px auto 0 auto;
	padding: 10px 0 0 0;
	width:660px;
	height:362px;
	background-color:#000000;
	border-color: #696969;
	border-style: solid;
	border-width: thin;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#main_content_text {
	margin:75px auto 0 auto;
	padding: 10px 0 0 0;
	width:680px;
	height:362px;
	background-color:#000000;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;

}

p{
text-align: left;
font-size: 1.5em;
font-weight: normal;
text-decoration: none;
color:#fd4;
}

#navi{
margin-top: 50px;
}
 
ul {
list-style: none;
} 
 
 
#navi ul li{
padding:0 10px 0 10px;
display: inline;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
color:#8b8b8b;
}

a{
text-decoration: none;
color:#8b8b8b;
}


a:hover{
text-decoration: none;
color: #fd4;
}









