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

h1 {
  font-size:16px;
  color:#EC6E00;
}
h2 {
  font-size:14px;
  color:#EC6E00;
}
h3 {
  font-size:12px;
  color:#EC6E00;
}

a {
  color:#EC6E00;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#FF6600;
}


#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:790px;
  padding-top:30px;
  padding-left:37px;
  background-image:url(/images/rightside.jpg);
  background-repeat:repeat-y;
  background-position:right;
}
#balken {
  height:35px;
  width:845px;
  background-image:url(/images/balken.jpg);
  position:absolute;
  top:166px;
  left:50%;
  margin-left:-445px;
}

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

#head {
  width:480px;
  position:relative;
  left:323px;
  top:50px;
  margin-bottom:110px;
}

#footer {
	height:35px;
	width:845px;
	background-image:url(/images/balken.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-top:8px;
	margin-left:3px;
	color:#333333;
}

.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: 150px;
  margin-bottom: 5px;
  font-size: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}  
select {
  display: block;
  width: 150px;
  margin-bottom: 5px;
  font-size: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}  
textarea {
  display: block;
  width: 300px;
  height: 150px;
  margin-bottom: 5px;
  font-size: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}  
label {
  display: block;
  text-align: left;
  float: left;
  width: 140px;
  padding-right:5px;
  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;
}


.ro {
	background:url(/images/ro.png) top right no-repeat;
	margin:0;
	padding:0;
}
.lo {
	background:url(/images/lo.png) top left no-repeat;
	margin:0;
	padding:0;
}
.ru {
	background:url(/images/ru.png) bottom right no-repeat;
	margin:0;
	padding:0;
}
.lu {
	background:url(/images/lu.png) bottom left no-repeat;
	margin:0;
	padding:0;
}
.links {
	background:url(/images/l.png) bottom left repeat-y;
	margin:0;
	padding:0;
}
.rechts {
	background:url(/images/r.png) bottom left repeat-y;
	margin:0;
	padding:0;
}
.oben {
	background:url(/images/o.png) bottom left repeat-x;
	margin:0;
	padding:0;
}
.unten {
	background:url(/images/u.png) bottom left repeat-x;
	margin:0;
	padding:0;
}

#navcat {
	width: 36px;
	padding: 0;
	margin: 0;
	margin-left:343px;
	position:absolute;
	left: 50%;
	top: 202px;
}
#navcat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navcat ul li a {
	display: block;
	padding: 1px 1px 1px 12px;
	border-bottom: 1px solid white;
	color: white;
	text-decoration: none;
	width: 100%;
	font-size:16px;
}
html>body #navcat ul li a {
  width: auto;
}
#navcat ul li a:hover {
  background-color: #FFF;
  color: #000;
  font-weight: bold;
}
#navcat ul li a#curcat {
  background-color: white;
  padding: 1px 1px 1px 12px;
  color: #000;
  font-weight: bold;
}
#navcat ul li a#curcat:hover {
  background-color: #3333FF;
  color: white;
  font-weight: bold;
}

.zeile1 {
	background-color:#FFFFFF;
	cursor:pointer;
}
.zeile1 a { color:#000000; }
.zeile2 {
	background-color:#EEEEEE;
	cursor:pointer;
}
.zeile2 a { color:#000000; }
.zeile3 {
	background-color:#999999;
	cursor:pointer;
}
.zeile3 a { color:#FFFFFF; }

.pagebar {
    font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#EC6E00;
	padding:5px;
	text-align:center;
}