﻿* {
	margin: 0;
	padding: 0;
}

body {
background-color:#FFFFAA;
background-image:url('images/schiedhof-background.jpg');
background-repeat:repeat-x;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
line-height: 20px;
color: #222;
}

a {
	text-decoration: none;
	color: #008101;
}
a:hover {
text-decoration: underline;
color: #B5DF26;
}

#wrap {
margin: 20px auto;
width: 890px;
border:1px solid #ccc;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 20px 0 0 20px;
color: #FF5500;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}


.right {
float: right;
width: 670px;
text-align: justify;
padding-top: 5px;
}

.right h2 {
	font-size: 24px;
	font-weight: bolder;
	padding: 15px 0 7px 0;
	color: #008101;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right img
{
	border:3px solid #ccc;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
background: url(images/menu-back.png) no-repeat;
padding-left: 5px;
padding-right: 5px; 
}

.left ul {
	padding: 10px 0 15px 10px;
	font-size: 14px;	
	color: #FFFFFF;
	padding-left: 30px;
}

.left ul li a {
text-decoration: none;
color:white;
}

.left ul li a:hover {
color:silver;

}



#footer {
text-align: center;
font-size: 11px;
color: #7B8F35;
margin-top: 20px;
border-top: 1px dotted #7B8F35;
}
#footer a { color: #7B8F35; }
