@charset "UTF-8";
/* CSS Document */
body {
    margin: 0px;
	padding: 0px;
	font-family: 100% 'Ubuntu', 'sans-serif';
	-webkit-text-size-adjust:none;
}

/*#maincontainer {
	position: absolute;
	width: 800px;
	height: 500px;
	z-index: 1;
	top:20px;
	background-color:#fff;
	border:1px dotted #95BC0D;
	-webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}*/
.gruen {
	color: #95BC0D;
}
input.buttons {
	background-color: #95BC0D;
	color:#fff;
	font-weight:bold;
	font-family: 'Ubuntu', 'sans-serif';
	/*font-size:12px;*/
	width:45%;
	border: 1px solid #666;
	 -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -o-border-radius:2px;
  -ms-border-radius:2px;
  border-radius:2px;
}
input:focus, textarea:focus {
    border:1px solid #95BC0D;
}
#header {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../images/Header.png);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	/*width: 200px;
	height: 115px;*/
	z-index: 2;
}
#rechts {
	max-width: 100%;
	margin-left:30%;
	float:none;
}
#links {
	max-width: 100%;
	float:none;
}
.kleiner {
	font-size:80%;
	line-height:120%;
}
img {
	max-width: 100%;
}
html {
	min-height:100%;
	overflow-x:hidden;
}
body,td,th {
	font-family: 'Ubuntu', 'sans-serif';
	font-size: 90%;
	color: #999;
}
a.myhover {
	font-size: 80%;
	color: #95BC0D;
	padding-left:10px;
	display:block;
}
a.myhover:link {
	text-decoration: none;
}
a.myhover:visited {
	text-decoration: none;
}
a.myhover:hover {
	text-decoration: underline;
	color: #999;
	background:url(../images/pfeil.png) no-repeat;
	background-size:6px;
	padding-left:10px;
}
a.myhover:active {
	text-decoration: none;
	color: #999;
	background:url(../images/pfeil.png) no-repeat;
	background-size:6px;
	padding-left:10px;
}
.Textfeld {
	line-height: 130%;
	font-size:105%;
}
.Textfeldgross {
	color:#95BC0D;
	line-height:160%;
}
img.schatten {
    border: 1px solid #ddd;
	max-width: 100%;
height: auto !important;
}
h1 {
	font-size: 80%;
	text-align: right;
	text-transform: uppercase;
	/*letter-spacing: 0.1em;*/
	color:#FFF;
	/*text-shadow: 2px 2px 0px #95BC0D;*/
	/*margin-top:70px;*/
	margin-right:5px;
	color:#95BC0D;
}

#navigation {
	position: absolute;
	width: 100%;
	z-index: 10;
	margin-top: 115px;
	padding-top: 10px;
	padding-left: 20px;
	border-bottom:#95BC0D 1px dotted;
}
p.Abstand {
	margin-top: 8px;
	margin-bottom: 8px;
}
#content {
	position: absolute;
	z-index: 3;
	margin-top: 200px;
	padding-left: 28px;
	padding-right:5px;
	padding-top: 20px;
}
input, table, textarea {
	width: 100%;
}
.verstecken {
	display:none;
}
textarea {
	height:100px;
}
 

#footer {
	position: fixed;
	width: 100%;
	z-index: 4;
	bottom:0px;
	background-image:url(../images/Footer.png);
	background-position:right;
	background-repeat:no-repeat;
	overflow: auto;
}