body, table, td, p {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
    color: #333C70;
}

h1 {
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    background: url(../bilder/h1bg.jpg) bottom left no-repeat;
}

h2 {
    font-size: 11px;
    font-weight: bold;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #6BB6B0;
}


.produkteRepeater {
    width: 140px;
    margin-right: 28px;
    float: left;
    text-align: left;
    margin-bottom: 15px;
    font-size: 11px;
    text-align: center;
}

.produkteboxRepeater {
    vertical-align: bottom;
}


.block {
    margin-left: 0px;
    float: left;
}

.produkte {
    width: 140px;
    margin-right: 10px;
    float: left;
    text-align: left;
    margin-bottom: 15px;
}

.produktebox {
    vertical-align: bottom;
    height: 251px;
}

.produktebox2 {
    vertical-align: bottom;
    height: 200px;
}

#container {
    width: 730px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    background:#6BB6B0 url(../bilder/background.gif) repeat-y;
}

#header {
    background: url(../bilder/kopfgrafik.gif) no-repeat;
    width: 730px;
    height: 90px;
    text-align: left;
    position: relative;
}

#header img {
    position: absolute;
    top: 12px;
    left: 8px;
}

#footer {
   /* background:#6BB6B0 url(../bilder/footer.gif) bottom no-repeat; */
    margin: 0 auto;
    height: 23px;
    width: 730px;
}

#navigation {
    /* background: url(../bilder/nav_right.gif) right no-repeat; */
    background: url(../bilder/hintergrund_navigation.gif);
    width: 730px;
    height: 24px;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#navigation ul li a img {
    vertical-align: bottom;
    border: none;
}


#inhaltsbg{
    background: url(../bilder/contentbg.jpg) bottom no-repeat;
}

#inhalt {
    line-height: 1.5em;
    padding: 20px 25px 20px 25px;
}

div.startseiteBox1 {
               width: 330px;
               float: left;
}

div.startseiteBox1 p {
               margin-top: 0px;     
}

div.startseiteBox1 label {
    position: relative;
	width: 120px;
	cursor: default;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
}

div.startseiteBox2 {
               width: 330px;
               float: right;
}

div.startseiteBox2 p {
               margin-top: 0px;     
}

div.startseiteBox2 label {
    position: relative;
	width: 150px;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
	margin-bottom: 5px;
}

div.startseiteBox2 input {
	width: 160px;
}

div.startseiteBox2 select {
	width: 162px;
}

div.startseiteBox2 textarea {
	width: 310px;
	height: 100px;
}

div.startseiteBox1 strong {
    font-size: 11px;
    font-weight: bold;
}

div.startseiteBox2 strong {
    font-size: 11px;
    font-weight: bold;
}

#space {
    height: 85px;
}

.imgborder {
        border: 1px solid #2B9C94;
    }
a {
	color: #1C1F37;
	text-decoration: underline;
	}

a:hover {
	color: #1C1F37;
	text-decoration: none;
	}

a img{
	border: 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;
    border: 1px solid #2B9C94;
}

.floatrightNoborder {
   border: 0px;
   float: right;
   margin: 0px 0px 0px 10px;                 
}

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

.left {
    float: left;
    width: 330px;
}

.right {
    margin-left: 20px;
    width: 330px;
    float: right;
}

/* Bildergalerie */
div.galerie{
margin-bottom: 20px;
}

div.galerie div{
float: left;
width: 120px;
}

div.galerie img{
border: 1px solid #808080;
padding: 5px;
}


dl.galerie
{
	border: 1px solid #808080;
	width: 110px;
	height: 110px;
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;
	float: left;
	position: relative;
	margin-right: 1em;
	margin-bottom: 1em;
	background: #E9E9E9;
}

 dl.galerie:hover
{
	border: 1px solid black;
	background: #808080;
}

.galerie dt { font-weight: bold; }

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

.galerie dd
{
	margin: 0;
	padding: 0;
}
/* Ende Bildergalerie */

/* 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 {
    position: relative;
	width: 200px;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
	margin-bottom: 5px;
}

label.kontaktFormular {
    position: relative;
	width: 160px;
	cursor: default;
	float: left;
	margin-bottom: 5px;
}

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

.impressumslabel{
	width: 200px;
}

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