body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_blue.png);
	background-image: url(../img/bg.png);
	background-repeat:repeat;
}
#bg {
	width:100%;
	background-image: url(../img/bg_blue.png);
	background-repeat:repeat-x;
}
#foto {
	margin-left:10px;
	margin-top:10px;
	width:588px;
	height:412px;
	background-image: url(../fotos/1.png);
	background-repeat:no-repeat;
	float:left;
}
#menue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:20%;
	float:left;
	padding-top:15px;
	font-size:0.7em;
	font-weight:bold;
	color:#FFF;
}
#menue a {
	color:#FFF;
	text-decoration:none;
}
#menue a:hover {
	text-decoration:underline;
}
#menue div.bg_t {
	background: url(../img/bg_t.png) 0 0 no-repeat;
	width:263px;
	height:15px;
}
#menue div.bg_m {
	background-image: url(../img/bg_m.png);
	background-repeat: repeat-y;
	width:263px;
}
#menue div.bg_b {
	background: url(../img/bg_b.png) 0 0 no-repeat;
	width:263px;
	height:35px;
}
#menue ul {
	list-style-type:none;
	margin:20px 0 0 28px;
	padding:0;
}
#menue li {
	background: url(../img/streifen.png) 0 100% no-repeat;
	margin:5px 0 0 0;
	padding:0 0 8px 5px;
}
#menue li.impressum {
	background:none;
	margin:5px 0 0 0;
	padding:0 0 8px 5px;
}
#menue input {
	margin:20px 10px 0 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #a7bad1;
	width: 130px;
	padding-left: 3px;
}
#inhaltsbereich {
	clear:both;
	width:790px;
}
.inhalt {
	width:580px;
	margin-left:14px;
	font-size:0.8em;
	color:#FFF;
}
.inhalt div.bg {
	background: url(../img/tl.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.inhalt div.bg div {
	background: url(../img/tr.png) 100% 0 no-repeat;
}
.inhalt div.bg div div {
	background: url(../img/bl.png) 0 100% no-repeat;
}
.inhalt div.bg div div div {
	background: url(../img/br.png) 100% 100% no-repeat;
	padding: 8px;
	width: auto !important;
	width: 100%;
}
.inhalt div.bg div div div div {
	background: url(../img/none.png) 10px 10px no-repeat;
	padding:24px 0 0 25px;
	margin-right:40px;
}
.inhalt a {
	color:#FFF;
	text-decoration:underline;
}
.inhalt a:hover {
	text-decoration:none;
}
h1 {
	font-size:1.5em;
	color:#FFF;
}
.reklame_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	float:right;
	font-weight:bold;
}
.reklame_u {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFF;
	font-weight:bold;
	margin:0 0 30px 30px;
}
.clear {
  clear: both;
  height:15px;
  font-size: 0px;
  line-height: 0px;
}