/* Freie Christengemeinde Winsen/Luhe - (c) Jonathan Häußer */

*{
font-family: Verdana;
}

body {
background: #fef6bf;
}

img {
border: none;
}

#container {
margin: 30px auto 50px auto;
width: 900px;
min-height: 755px;
}

#header {
background: url(images/design_03.jpg) no-repeat right;
width: 750px;
height: 180px; 
margin-left: 150px;
}

#nav {
background: url(images/design_06.jpg) no-repeat;
width: 150px;
height: 401px;
float: left;
}

#nav ul {
margin: 5px 0 0 5px;
padding: 0;
list-style-type: none;
font-size: 13px;    
font-weight: bold;
}

#nav ul a {
display: block;
padding: 5px 0 0 5px;
color: #000000;
height: 24px;
text-decoration: none;
}

#nav ul a:hover {
background: #1f79a5;
color: #fef6bf;
}

#main {
background: url(images/design_07.jpg) no-repeat #ffffff;
width: 750px;
min-height: 565px;
margin-left: 150px;
}

#content {
background: url(images/design_09.png) repeat-y;
width: 610px;
min-height: 600px;
padding: 20px 120px 20px 20px;
font-size: 14px;
}

#content h1 {
margin: 0;
padding: 0 0 7px 20px;
font-size: 20px;
}

#footer {
background: url(images/design_10.jpg) no-repeat;
width: 750px;
height: 10px;
margin-left: 150px;
}
