* {margin: 0; padding: 0}

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

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

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

#header {
	height: 136px;
	background: #ffffff url(images/layout_01.jpg) bottom left no-repeat;
	}

#header img {display: block;}

#topmenu {
	padding: 115px 90px 0 0;
	}
	
#topmenu ul {
	list-style-type: none;
	float: right;
	}

#topmenu ul li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #ffffff;
	}
	
#topmenu ul li.first {border: none;}

#topmenu ul li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	}

#topmenu ul li a:hover {text-decoration: underline;}

#linke_spalte {
	width: 230px;
	float: left;
	}
	
#inhaltsbereich {
	width: 690px;
	margin: 0 48px 0 0;
	min-height: 200px;
	float: right;
	}

#content {
	width: 280px;
	margin: 20px 0 10px 10px;
	float: left;
	color: #000000;
	min-height: 100px;
	line-height: 1.4em;
	}
	
#content h1 {
	font-size: 18px; 
	padding-bottom: 3px;
	margin-bottom: 0.6em;
	color: #1d3b8d;
	}

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

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

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

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

#content ul {
	margin-bottom: 1em;
	margin-left: 25px;
	}
	
#imagebild {
	display: block;
	float: right;
	padding: 20px 20px 10px 0;
	}
	
* html #imagebild {padding: 20px 0 10px 0}	

#imagebild img {
	width: 355px;
	padding: 5px;
	border: 1px solid #cccccc
	}

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

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

.bilderleiste a img {
	width: 260px;
	padding: 5px;
	border: 1px solid #cccccc
	}

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

#footer p#right {
	width: 650px;
	float: right;
	text-align: right;
	padding: 7px 60px 0 0;
	font-size: 11px;
	color: #ffffff;
	}	
	
#footer p a {color: #ffffff;}

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

.menu ul li {
	width: 172px;
	float: left;
	}
	
.menu ul li a {
	display: block;
	width: 157px;
	float: left;
	color: #1d3b8d;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	padding: 3px 15px 3px 0;
	background: url(images/punkt.gif) center right no-repeat
	}

.menu ul li a:hover {font-weight: bold;}

