*{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	/*alles wird zentriert*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	height: 1000px;
	color : White;
	background-image : url(../images/bg.jpg);
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : center;
	
}

.navi {
	margin-left: 10px;
}
li {
	list-style-image : url(../images/x.png);
	list-style-position : outside;
	padding-bottom : 8px;
	padding-top:8px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color : #575757;
	text-align : center;
	
}

h1,h2{
	font-size:0.9em;
	
}
h1 {
	font-size: 1,1em;

}
p{
	font-size:0.8em;
}

a:link, a:visited, a:active{
	font-size:1.2em;
	color: #BA000D;
	text-decoration:none;
	text-align: center;
	border-color : #575757;
}

#left a{
	display: block;
	
	
	
	
}
	
#left a:hover{

}

#left a:focus{
outline: none;
}


#left span {
	display:none;
}


#main{
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	/*margin:auto; ist damit #main auch im Firefox zentriert wird*/
	
	height:848px;
	/*height damit Rahmen auch im Firefox*/
	margin-bottom:0px;
}

#main h1{
	text-align: left;
	letter-spacing : 1px;
}

#main h2 {
	text-align:left;
	letter-spacing : 3px;
	padding-left:15px;
}
#left{
	float:left;
	width:180px;
	background-image : url(../images/navi.jpg);
	height: 848px;;
	border-right : 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color : #575757;
}




#header{

	height : 150px;
	width : 1000px;
	background-repeat : no-repeat;
	border-right : 1px solid;
	border-left : 1px solid ;
	border-color : #575757;
	background-image : url(../images/header.jpg;
text-align: center;
}
#content{
	
	float:right;
	width:818px;
	height:648px;
	border-color : #575757;
}


#content p, img{
	margin:15px;
}

