/* SITE */
.header {
	height: 200px;
    width: 800px;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	color: #A8111C;
	width: 100%;
	font-size:22px;
}

.nav_item {
	font-family: Arial, Helvetica, sans-serif;
	color: #A8111C;
	float:left;
	width: 16%;
	font-size:22px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A8111C;
	font-size: 22px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A8111C;
	font-size: 20px;
}

a:hover {
background-color:#FBE1BE;
}

a:link {
	color: #A8111C;
	text-decoration: none;
}
a:visited {
	color: #A8111C;
	text-decoration: none;
}
a:active {
	color: #A8111C;
	text-decoration: none;
}

.main {
     width: 800px;
	 height: auto;
	
	 border-style: none;
	 
	 background-color: #FFFFFF;
	 
	 /*SCHATTEN */
	 -webkit-box-shadow: 3px 3px 6px #333;
	 -moz-box-shadow: #333 3px 3px 6px;
   	 -o-box-shadow: #333 3px 3px 6px;
     box-shadow: 3px 3px 6px #333;
	 
	/* ECKEN */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
	
	/* IE 6, 7, 8 CSS3 WORKAROUND */
	behavior: url(http://sport-gesundheit.com/css/ie-css3.htc);
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #A8111C;
	width: 75%;
	font-size:15px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #A8111C;	
}

hr {	
 /* Opera color / background-color workaround */
 color: #A8111C;
 background-color: #A8111C;
 height: 2px;
 border: 0;
}

body {
	 background-color:#FBE1BE;
	 text-align:center;
	 height:100%;
	 margin: 0; 
	 padding: 0;
}

