dl.galerie
{
	border: 1px solid black;
	text-align: center;
	padding: 5px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.galerie dt { font-weight: bold; }

.galerie dt img
{
	border: 1px solid #000;
}

.galerie dd
{
	margin: 0;
	padding: 0;
}

body, table, td, p {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}

body{
    margin: 0;
    padding: 0;
	background: url(../bilder/hintergrund.gif);
}

#kopfzeile{
    height: 98px;
    width: 100%;
	background: url(../bilder/intro_tophintergrund.gif) repeat-x;
}

#container{
    position: absolute;
    top: 84px;
    width: 100%;
}

#inhalt{
    position: relative;
    z-index: 10;
    left: 40px;
    width: 500px;
    border: 10px solid white;
    background: #CCCCCC;
    min-height: 300px;
    height: auto;
    _height: 300px;

}

#text{
    padding: 30px 10px 10px 10px;
}

#logo{
    position: absolute;
    top: 44px;
    left: 10px;
    z-index: 100;
} 

#footer{
    position: relative;
    z-index: 9;
    bottom: 20px;
    height: 98px;
    width: 100%;
	background: url(../bilder/intro_bottomhintergrund.jpg) repeat-x;
}

#news{
	width: 150px;
	float: left;
	
}

#startseite{
    width: 300px;
    float: left;
    margin-right: 15px;
    
}

#producedby{
	position: absolute;
	top: 237px;
	left: 6px;
	z-index: 1000;
}

#navigation{
	position: absolute;
	top: 116px;
	left: 580px;
	z-index: 1000;
}



h1, h3{
	background: url(../bilder/ueberschrifthintergrund.gif) no-repeat;
	background-position: 0px 12px;
	font-size: 16px;
	height: 16px;
}

h2, h3{
	font-size: 14px;
}

a:link {
	color: #5b80b2;
	text-decoration: none;
	}

a:visited {
	color: #969;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: none;
	}
		
.producedby {
	color: #666666; 
	font-size: 10px; 
	}

form { 
	display:inline
	}


.rahmen {
	border: 1px solid black;
}

.datum {
	font-size: 10px;
	color: #808080;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

/* Kontaktformular */
.ausfuellen{
	border: 1px solid red ;
}

form label.required {
  color: red;
}

form label.completed {
  color: green;
}

.formmailerror{
	border: 1px solid #E7DBC6;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

label{
	width: 40%;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.kontakt {
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
}



.clearleft{
	clear: left;
}
/* Ende Kontakt */
