* {margin: 0; padding: 0}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	background: #888478;
	}
	
a img {border: 2px solid #ffffff;}

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

#site {
	width: 930px;
	text-align: left;
	margin: 10px auto;
	background: url(images/layout_02.jpg) top left repeat-y;
	border: 0px solid #679590;
	}

#site_wrapper {
	background: url(images/layout_03.jpg) bottom left no-repeat;
	}

#header {
	height: 222px;
	background-color: #ffffff;
	}

#header img {display: block;}

#linke_spalte {
	width: 367px;
	float: left;
	}
	
#inhaltsbereich {
	width: 530px;
	min-height: 200px;
	float: right;
	}

#content {
	width: 490px;
	margin: 30px 0 10px 0;
	float: left;
	color: #dddddd;
	min-height: 100px;
	line-height: 1.4em;
	}
	
#content h1 {
	font-size: 18px; 
	padding-bottom: 3px;
	margin-bottom: 0.6em;
	color: #939393;
	}

#content h2 {
	font-size: 14px; 
	margin-bottom: 0.6em;
	color: #939393;
	}

#content h3 {
	font-size: 13px; 
	margin-bottom: 0.6em;
	color: #939393;
	}

#content h4 {
	font-size: 12px; 
	margin-bottom: 0.6em;
	color: #939393;
	}

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

#content ul {
	margin-bottom: 1em;
	margin-left: 25px;
	}

.bilderleiste {
	width: 100%;
	float: left;
	margin: 15px 0;
	}

.bilderleiste a {
	display: block;
	float: left;
	margin-right: 15px;
	}

.bilderleiste a img {
	width: 148px;
	}

.bilderleiste a.last {
	margin-right: 0;
	}	
		
#footer {
	height: 38px;
	clear: both;
	background: url(images/layout_04.jpg) top right no-repeat;
	}
	
#footer p#left {
	width: 300px;
	float: left;
	text-align: left;
	padding: 7px 0 0 20px;
	font-size: 11px;
	color: #505050;
	}

#footer p#right {
	width: 525px;
	float: right;
	text-align: left;
	padding: 7px 0 0 0;
	font-size: 11px;
	color: #000000;
	}	
	
#footer p a {color: #505050;}

.menu ul {
	list-style-type: none;
	width: 161px;
	margin: 30px 0 190px 0;
	float: right;
	}

.menu ul li {
	width: 161px;
	float: left;
	}
	
.menu ul li a {
	display: block;
	width: 146px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 3px 15px;
	}

.menu ul li a:hover {background-color: #d16c02;}


