@charset "utf-8";
/* CSS Document */

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #02835A;
  padding:0px;
  margin:0px;
  background-color:#E1E1C1;
}

h1 {
  font-size:16px;
}
h2 {
  padding-left:13px;
  font-size:14px;
}
h3 {
  font-size:12px;
}

a {
  color:#02835A;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
  color:#006600;
}


#rahmen {
	background-image:url(/images/main.png);
	background-repeat:repeat-y;
	position:absolute;
	left:50%;
	padding:3px 100px 20px 35px;
	margin:0px 0px 0px -460px;
	width:830px;
}
#inhalt {
  width:785px;
  padding-top:30px;
  padding-left:37px;
}
#slideshow {
  margin-left:0px;
  margin-top:0px;
  width:480px;
  height:100px;
  position:relative;
  top:20px;
  left:323px;
}
#balken {
  height:35px;
  width:845px;
  background-image:url(/images/balken.jpg);
  position:absolute;
  top:151px;
  left:50%;
  margin-left:-445px;
}

#logo {
	position:absolute;
	top:40px;
    left:50%;
    margin-left:-395px;
}

#head {
  width:480px;
  position:relative;
  left:323px;
  top:10px;
}

#footer {
	height:35px;
	width:845px;
	background-image:url(/images/balken.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-top:7px;
	color:#006600;
}

.box {
  padding:15px;
  border: solid #02835A 1px;
  background-color:#FFFFFF;
}

.linieoben{
  border-top: 1px solid #02835A;
  padding-top:10px;
}
.linieunten{
  border-bottom: 1px solid #02835A;
  padding-bottom:10px;
}
.linieobenunten{
  border-top: 1px solid #02835A;
  border-bottom: 1px solid #02835A;
  padding-bottom:10px;
  padding-top:10px;
}

.bild {
  border: 1px solid #02835A;
}

.bildgallery {
  border: 1px solid #02835A;
  cursor:pointer;
}

.hinweis {
  font-size:10px;
}

input {
  display: block;
  width: 200px;
  margin-bottom: 5px;
  border: solid 1px #02835A;
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}  
select {
  display: block;
  width: 200px;
  margin-bottom: 5px;
  border: solid 1px #02835A;
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}  
textarea {
  display: block;
  width: 280px;
  height: 250px;
  margin-bottom: 5px;
  border: solid 1px #02835A;
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}  
label {
  display: block;
  text-align: left;
  float: left;
  width: 100px;
  padding-right:20px;
  margin-bottom: 5px;
}
.sendenknopf {
  width:120px;
  height:28px;
  margin-left:120px;
  background-color: #E1E1C1;
  font-weight:bold;
  color:#000000;
  cursor: default;
}
.sendenknopfroll {
  width:120px;
  height:28px;
  margin-left:120px;
  font-weight:bold;
  background-color: #02835A;
  color:#FFFFFF;
  cursor: pointer;
}
