body {
	padding: 0;
	margin: 0;
	background-color: #27302D;
}

#banner {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat; 
	background-position: top right;
	height: 89px;
	width: 100%;
}

#header {
	margin: 0;
	padding: 0;
	background-image: url('images/header_bg.jpg');
	background-repeat: repeat-x; 
	height: 60px;
	width: 100%;
}

#lang {
	float: right;
	vertical-align: top;
}

#content {
	clear: both;
	width: 100%;
}

a { 
	text-decoration: none; 
	color: #a42929; 
	font: 12px arial;
}

a:hover { 
	text-decoration: underline; 
	color: #7e7e7e; 
}

.lavaLampWithImage {
	position: relative;
	height: 29px;
	width: 100%;
	min-width: 900px;
	padding: 0px;
	margin: 0;
	overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
}
                    
.lavaLampWithImage li.back {
	background: url("images/lava.gif") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
 }
                        
.lavaLampWithImage li.back .left {
	background: url("images/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; 
}

.lavaLampWithImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	text-decoration: none;
	color: #fff;
}

.cornercont, .rasse  {
	float: left; 
	padding: 20px; 
	margin: 1em; 
	background: #fff;
	background-image: url('images/content_bg.gif');
	background-repeat: repeat-x; 
}

.cornercont h1, .rasse h1 {
	font: bold 16px arial;
	text-transform: uppercase;
}

.cornercont p, .rasse p,  .rasse tr{
	font: 12px arial;
}

#welcome {
	float: left;
	text-align: center;
	width: 20em;
	position: absolute;
	left: 0;
}

#news {
	margin-left: 25em;
	width: 50%;
	right: 0;
}

#news h2 {
	font: bold 14px arial;
	border-bottom: 1px solid black;
	margin-left: 10px;
}

#news p {
	margin-left: 10px;
}

#legende, .rasse  {
	width: 60%;
}

.flower {
	background-image: url('images/sunflower_back2.gif');
	background-repeat: no-repeat; 
	width: 109px;
	height: 108px;
	position: absolute;
	right: -55px;
	top: -45px;
	overflow: hidden;
	background-color: transparent;
}

.rasse {
	clear: both;
}

.rasse ul{
	font: 12px arial;
}

.pics { height: 195px; width: 250px; padding:0; overflow: hidden; display:block; margin:auto; }
.pics img { height: 157px; width: 209px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }

.gallerypics { height: 240px; width: 250px; padding:0; overflow: hidden; display:block; margin:auto; }
.gallerypics img { height: 200px; width: 200px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }

.newspics { 
	height: 336px; 
	width: 448px; 
	padding: 15px; 
	border: 1px solid #ccc; 
	background-color: #eee; 
	top:0; 
	left:0;
	overflow: hidden; display:block; margin:auto;
}

form.kontakt{
	line-height:normal;
}

.kontakt input, .kontakt textarea {
	font: 12px arial;
	color:#404040;
	border:1px black solid;
	line-height:normal;
	margin-top: 2px;
}

.kontakt label {
	width:10em;
	display:block;
	float:left;
	clear:left;
	line-height:25px;
	font: 12px arial;

}

.kontakt .submit {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(images/forms/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}

.datum {
	color: #660000;
	font: 18px arial;
	padding: 0;
	margin: 0;
}

.red {
	color: red;
	font: 12px arial;
}

.green {
	background-color: #DDFFCC;
	text-align: left;
}

.white {
	background-color: #FFFFCC;
}