@charset "utf-8";
/**** ALLGEMEINE DEFINITIONEN ***/

/***IE PNG Fix **/
img, div, a, li {
  behavior: url(iepngfix.htc);
}

a:hover, a:active {
  behavior: url(iepngfix.htc);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0px;
	padding: 0px;
	background-image:url(images/beams.jpg);
	background-position:top;
	background-color: black;
	background-repeat: no-repeat;
}
h1 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-size: 1.1em;
	color: #a70004;
}
h2 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-size: 1.1em;
	;
}
h3 {
	margin-top: 0;
	font-size: 1.1em;
}
h4 {
	margin-top: 0.4em;
	font-size: 1em;
	font-weight: bold;
}
h5 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-size: 1.0em;
}
h6 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-size: 0.9em;
	font-weight: bold;
}
p {
	margin: 0;
	margin-bottom: 0.8em;
	line-height: 1.4em;
	padding: 0;
}
a {
	color: #a70004;
	font-weight: bold;
	text-decoration: none;
}
.cleaner {
	clear: both;
	font-size: 1px;
}
img {
	border: none;
}
/********* Aufbau *********/

#box {
	width: 800px;
	margin: auto;
	padding: 0;
}
#header {
	background: url(images/header.png) no-repeat;
	height: 40px;
	margin: 0 0 25px 0;
}
#main {
	background: url(images/main.png) no-repeat;
	height: 745px;
	margin: 0;
}

#footer {
	color: #707070;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 25px;
	text-align:center;
	font-size: 0.9em;
}

/********* MAIN BOX*****/
#toplogo {
	margin-left: 25px;
}

#toplogo a {
	background: url(images/toplogo.png) no-repeat;
	height: 80px;	
	display: block;
}

#toplogo a:hover {
	background: url(images/toplogo_hover.png) no-repeat;
		
}

#content {
	background: url(images/content.png) no-repeat;
	height: 605px;
	width: 800px;
}

.text {
	padding-top: 90px;
	margin-left: 352px;
	padding-right: 30px;
	height: 465px;
}

.image {
	float: left;
	padding-top: 40px;
	padding-left: 25px;
}

#bottomlogo {
	margin-top: 0px;
	margin-left: 670px;
	margin-bottom: 100px;
	
}
/**************** MENUS *******************/

/******* MAIN MENU **********/
.mmenu {
	height: 60px;
	margin-left: 25px;
}
.mmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mmenu li {
	float: left;
	margin: 0;
}
.mmenu a {
	display: block;
	width: 150px;
	height: 60px;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}
.mmenu a:hover {
	color: #3e2828;
	background: url(images/inactive_hover.png) no-repeat; 
}

.mmenu a:active {
	background: none;
}

.mactive a {
	color: red;
}

/*********** HEADER MENU ****************/
.hmenu {
	margin-left: 475px;
	height: 40px;
}

.hmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmenu li {
	float: left;
	margin: 0;
	text-align: center;
}
.hmenu a {
	color: #790003;
	display: block;
	width: 150px;
	height: 40px;
	font-size: 0.9em;
	text-decoration: none;
	margin-top: 0px;
	line-height: 30px;
	font-weight: bold;
}
.hmenu a:hover {
	color: #a70004;
	background: url(images/hmenu_hover.png) no-repeat;
}
.hmenu a:active {
	color: white;
	background: url(images/hmenu_active.png) no-repeat;
}

.hmenu .active {
	color: white;
	background: url(images/hmenu_active.png) no-repeat;

}

/******* START MENU **********/
.smenu {
	padding-top: 5px;
	margin-left: 175px;
	padding-right: 175px;
	height: 465px;
}
.smenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.smenu li {
	float: left;
	margin: 0;
}
.smenu a {
	display: block;
	width: 150px;
	height: 570px;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}
.smenu a:hover {
	color: #3e2828;
	background: url(images/inactive_hover.png) no-repeat; 
}

.smenu a:active {
	background: none;
}

.sactive a {
	color: red;
}

/****************** FORMULAR *********************/

input {
	width: 20em;
}

textarea {
	width: 20em;
	height: 16em;
}

.button {
	cursor: pointer;
	width: 80px;
	background-color: #707070;
	border: 1px outset black;
	font-weight: bold;
	font-size: 1em;
	margin-top: 16px;
	color: white;
}

.button:hover {
	background-color: #262626;
}

.button:active {
	color: #a70004;
}

/***** AGBs Scrollen ***/

.agbs {
	height: 410px; 
	padding: 0 20px 20px 0;
	overflow: scroll;
}

/*** AGBs Format ***/
.agbs ul{
	list-style-type: none;
}