@charset "utf-8";
* {  													/*standartwert resetten*/
padding: 0;
margin: 0;
}
html {
	/** overflow-x: auto;
	overflow-y: scroll;**/
	height: 100%;										/*vertical stretch*/
}
body,td,th {
	background-color: #7b7b18;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a:link {color: #063; text-decoration:none}
a:visited {color: #063; text-decoration:none}
a:active {color: #063; text-decoration:none}
a:hover {color: #063; text-decoration: underline;}
a img {border: 0px none}

h1, h2, h2{ 											/*grundeinstellung überschriften*/
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	background:transparent;
	padding: 10px 10px 10px 10px; 						/*oben rechts unten links*/
}
h1{ font-size: 1.6em;}
h2{	font-size: 1.4em;}
h3{	font-size: 1.2em;}


/*#menu, #footer ul {list-style-type: square;}
#menu, #footer li{display: inline;}		 				/*listenpunkte ausblenden*/
#maincontent li {
	margin: 0 0 0 15px;
}

/* li{display: inline;}		 							/*listenpunkte ausblenden  */
/*----------------  end of globals  ------------------*/
#site{
	position: relative;
	background-image: url(content/menzel_content.png);
	background-repeat: repeat;
	width: 768px;
	height: 740px;
	margin: auto auto; 									/*gibt abstände für zentrieten body*/
}
#content {
	position: absolute;
	top: 86px;
	left: 2px;
	width: 762px;
	height: 714px;
}
#header {
	position: absolute;
	background-image:url(content/menzel_header.png);
	background-repeat: no-repeat;
	width: 768px;
	height: 400px;
	top: 0;
	left: 0;
}
#flashcontent {
	position: absolute;
	width: 170px;
	height: 313px;
	top: 85px;
	left: 12px;
}
#maincontent {
	position: absolute;
	top: 123px;
	left: 183px;
	width: 570px;
	height: 564px;
}
#footer {
	position: absolute;
	background-image:url(content/menzel_footer.png);
	background-repeat: no-repeat;
	background-color:#FFF;
	width: 768px;
	height: 45px;
	bottom: 0px;
	left: 0px;
}
#impressum{
	position:absolute;
	height: auto;
	width: auto;
	top: 17px;
	left: 49px;
}
#copyright {
	position: absolute;
	left: 309px;
	top: 9px;
	width: 149px;
	height: auto;
	font-size: 9px;
}
#footer_validation {
	position: absolute;
	left: 620px;
	top: 18px;
	width: auto;
	height: auto;
}
/*------------------ classes  ---------------------*/
.nowrap {white-space:nowrap}

.teaser {
	color: #FF6633;
	font-weight: bold;
	font-size: 18px;
}
.strong {
	color:#922E28;
	font-weight: bolder;
	font-size: 24px
}
.size10 {font-size: 10px}
.green_main {color:#7b7b18;}
.white {color:#FFF;}

