* {margin: 0; padding: 0}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;

	background: #fff url(images/bg_body.jpg) top left repeat-x;
	}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}

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

#site {
	width: 999px;
	text-align: left;
	margin: 0 auto 10px auto; 
	border: 0px solid #888;
	}

#header {
	height: 228px;
	background:  url(images/bg_header.jpg) top left repeat-x;
	margin-bottom: 10px;
	}

#header img {display: block;}

#linke_spalte {
	width: 200px;
	min-height: 200px;
	float: left;
	}
	
#inhaltsbereich {
	width: 750px;
	min-height: 200px;
	background-color: #ffffff;
	float: right;
	}

#content {
	width: 720px;
	float: left;
	background-color: #ffffff;
	color: #069;
	min-height: 100px;
	}
	
#content-inside {
	padding: 10px;
	}


#content h1 {
	font-size: 20px; 
	padding-bottom: 3px;
	letter-spacing: 0.15em;
	margin-bottom: 0.6em;
	}

#content h2 {
	font-size: 16px; 
	letter-spacing: 0.15em;
	margin-bottom: 0.6em;
	}

#content h3 {
	font-size: 14px; 
	letter-spacing: 0.15em;
	margin-bottom: 0.6em;
	}

#content h4 {
	font-size: 12px; 
	letter-spacing: 0.15em;
	margin-bottom: 0.6em;
	}

#content p {
	margin-bottom: 1em;
	}

#content ul {
	margin-bottom: 1em;
	margin-left: 25px;
	}
			
#content img {
	display: block;
	float: left;
	margin: 0 25px 20px 0;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	}

#footer {
	height: 30px;
	clear: both;
	border-top: 1px solid #aaa;
	margin-top: 30px;
	position: relative;
	margin-right: 35px;
	}
#footer p {
	text-align: left;
	padding-top: 10px;
	font-size: 11px;
	color: #888;
	}	
	
#footer p a {color: #ffffff;}

#footer #facebook {
	position: absolute;
	top: 10px;
	right: 0px;
}

.menu {margin-bottom: 30px;}

.menu ul {
	list-style-type: none;
	width: 200px;
	float: left;
	padding-top: 5px;
	}

.menu ul li {
	width: 200px;
	float: left;
	border-bottom: 1px solid #aaa;
	}

.menu ul li.last {
	border: none;
}
	
.menu ul li a {
	display: block;
	width: 200px;
	float: left;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 0 10px 0px;
	}

.menu ul li a:hover {color: #2d5980;}

.menu .submenu {padding: 0px 0px 10px 0px;}

.menu .submenu li {
	border: none;
}

.menu .submenu li a {
	display: block;
	width: 180px;
	float: left;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 0px 7px 20px;
	}
