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

body{
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../bilder/BlumeBritta.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 798px;
	margin: auto;
	line-height: 20px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FDF9F2;
	border-bottom-color: #FDF9F2;
	border-left-color: #FDF9F2;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
}

header{
	
	height: 200px;
}

#menu {
  font-size:14px;
  position:absolute; 
  line-height: 130%;
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  margin-top: -1px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:121px;
  text-align:center;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
	padding: 1px 5px;
	border: 0.1em solid #FFFFFF;
	border-collapse: collapse;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #AEC85A;
	margin: 0;
}

.submenu a{
  font-size:12px;

  position:relative;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
	color: #2F4F02;
	background-color: #fffff;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}
.topmenu: a:focus { 
	color: #2F4F02;
	}


h1{
	font-size: 22px;
	color: #8B0000;
	margin-top: 40px;
	margin-right: 50px;
	margin-left: 0px;
	}

#text{
	color: #8B0000;
	font-size: 14px;
	margin: 0;
	padding: 40px;
	background: url(../bilder/bgcontent.png);
	height: auto;
}


	
h2, h3, h4{
	font-size: 16px;
	color: #8B0000;
	margin-top: 40px;
	margin-right: 50px;
	margin-left: 0px;
}

.bildeins{
   position:absolute;
   right:50px;
   top: 1810px;
} 

label { 
    display: block;
    float: left;
	width: 10em;
}
/*--------------*/

/*hinzugefügt*/
#kontakt_boxLeft {
	width: 200px;
	float: left;
	margin-top: -15px;
}

#text form {
	margin-right: 20px;
	float: right;
	width: 300px;
	margin-top: 12px;
} 

#text form .eingabe {
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#text form .submit {
	margin-bottom: 50px;
}
/*--------------*/

footer {
	text-align: left;
	width: 758px;
	padding-top: 1px;
	padding-left: 40px;
	clear: right;
	text-decoration: none;
	background-color: #FEF9F2;
	font-style: normal;
	background-position: center;
	font-size: 12px;
}
