/* @group Basics */

body {
	background-position: right bottom;
	background-image: url(../images/verlauf2.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #501a1c;
	background-color: #f8b000;
}

a, a:visited {
	text-decoration: none;
	color: #4c1200;
}

a:hover {
	text-decoration: underline;
}

h1 {
	line-height: 23pt;
	text-align: center;
	font-size: 18pt;
}

h2 {
	font-family: monospace;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3pt;
	color: #ff6600;
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 19pt;
}

h3 {
	margin-bottom: 20px;
	margin-top: -10px;
	font-size: 12pt;
	text-align: center;
}

h4 {
	margin-bottom: 15px;
	color: #380c0f;
	font-size: 14pt;
}

p {
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	line-height: 14pt;
	font-size: 12pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.small {
	font-size: 10pt;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
	float: none;
}

sup {
	top: -4pt;
	position: relative;
	font-size: 8pt;
}

sub {
	position: relative;
	top: 2pt;
	font-size: 8pt;
}

ul ul {
	display: none;
}

/* @end */

/* @group Header */

#header {
}

.sun {
	text-align: right;
	background-image: url(../images/SunBG.png);
	background-repeat: no-repeat;
	z-index: -100;
	display: block;
	position: absolute;
	height: 768px;
	width: 1024px;
	background-position: right top;
	right: 0px;
	top: 0px;
}

.flags {
	z-index: 0;
	position: absolute;
	text-align: left;
	margin: 15px;
	float: left;
	width: 80px;
}
.flags img {
	margin: 2px;
}

/* @end */

/* @group Navigation */

#nav_container {
	z-index: 550;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
ul#nav_site {
	z-index: 600;
	position: relative;
	left: -50px;
	margin: 0px;
	float: right;
	font-size: 14pt;
}

ul#nav_site li {
	z-index: 650;
	margin: 1px;
	display: block;
	float: left;
	cursor: pointer;
}

li#active {
	background-position: left bottom;
	background-repeat: no-repeat;
}

                           

/* @group Navigationmenu */

li.ecohabitatsystem {
	height: 30px;
	background-position: left top;
	background-image: url(../images/buttons/EcoHabitatSystem.png);
	width: 157px;
	background-repeat: no-repeat;
}

li.ecohabitatsystem:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
}

li.links {
	height: 30px;
	background-image: url(../images/buttons/Links.png);
	background-position: left top;
	width: 55px;
	background-repeat: no-repeat;
}

li.links:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
}

li.downloads {
	height: 30px;
	background-image: url(../images/buttons/Downloads.png);
	background-position: left top;
	width: 101px;
	background-repeat: no-repeat;
}
li.downloads:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
}

li.storage {
	height: 12px;
}
li.storage:hover {
	width: 182px;
}
li.storage:hover > ul#substorage {
	display: block;
}

          

/* @end */

ul#subresearch {
	display: none;
	left: 2px;
	z-index: 150;
	position: relative;
	top: 30px;
	height: 210px;
	width: 80px;
	background-color: #1f521f;
	font-size: 12px;
}

                       

/* @group Substorage */

ul#substorage {
	width: 108px;
	height: 110px;
	left: 78px;
	background-color: #1f521f;
	top: 7px;
	position: relative;
}
li.storagemenu {
	margin: 0px;
	width: 100px;
	color: white;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #ffa611;
}
li.storagemenu:hover {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #339900;
}
li.storagemenu a {
	color: #1f521f;
}
li.storagemenu a:hover {
	color: white;
}

/* @end */

/* @group Subservices */

ul#subservice {
	left: 2px;
	z-index: 150;
	position: relative;
	top: 30px;
	height: 161px;
	width: 74px;
	background-color: #1f521f;
	font-size: 12px;
}

ul#subservice li.menu {
	margin: 1px;
	padding-left: 3px;
	padding-bottom: 7px;
	padding-right: 3px;
	padding-top: 7px;
	width: 66px;
	background-color: #339900;
	text-align: center;
}

ul#subservice li.menu:hover {
	background-color: #fcae11;
}

/* @end */

/* @group Submenu */

li.menu {
	padding-left: 3px;
	padding-bottom: 7px;
	padding-right: 3px;
	padding-top: 7px;
	margin: 0px;
	width: 72px;
	background-color: #339900;
	text-align: center;
}

li.menu:hover {
	background-color: #fcae11;
}

li.menu a {
	text-decoration: none;
	color: white;
}

li.menu a:hover {
	color: #1f521f;
}

/* @end */

li.constructionmaterial {
	height: 24px;
}
li.constructionmaterial:hover {
	width: 182px;
}
li.constructionmaterial:hover >ul#subconstruction {
	display: block;
}

ul#subconstruction {
	display: none;
	left: 78px;
	z-index: 0;
	position: relative;
	top: 7px;
	height: 85px;
	width: 108px;
	background-color: #1f521f;
	font-size: 12px;
}

li.constructionmenu {
	margin: 0px;
	width: 100px;
	color: white;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #ffa611;
}
li.constructionmenu:hover {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #339900;
}
li.miraterra {
	height: 12px;
}
li.miraterra:hover {
	width: 182px;
}
li.miraterra:hover >ul#submiraterra {
	display: block;
}

ul#submiraterra {
	display: none;
	left: 78px;
	z-index: 0;
	position: relative;
	top: 7px;
	height: 57px;
	width: 108px;
	background-color: #1f521f;
	font-size: 12px;
}

li.miraterramenu {
	margin: 0px;
	width: 100px;
	color: white;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #ffa611;
}
li.miraterramenu:hover {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #339900;
}
.newstitle {
	margin: 0px;
	width: 200px;
}

/* @end */

/* @group Content */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

#outermain {
	background-repeat: repeat;
	margin-top: 10px;
	margin-left: 220px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 10px;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	background-image: url(../images/trans.png);
	width: 650px;
}

.innermain {
	background-color: #fffce0;
	border-width: 2px;
	border-left-color: #f3ec81;
	border-bottom-color: #d2d0a4;
	border-right-color: #d2d0a5;
	border-top-color: #f3ec81;
	border-style: solid;
	top: 20px;
	left: 25px;
	position: relative;
	padding-left: 25px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 30px;
	margin-bottom: 15px;
	margin-top: -20px;
	width: 615px;
}

.innermain img {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}

.innermain h5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #380c0f;
	text-align: left;
	padding: 10px;
	margin-bottom: 4px;
	font: bold 14pt;
}

.innermain a, .innermain a:visited {
	text-decoration: none;
	color: #a72704;
	font-weight: bold;
}

.innermain a:hover {
	text-decoration: underline;
}

.innermain ul {
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}

.innermain li {
}

.innermain ul ul {
	margin-left: 1.5em;
	display: list-item;
}

ul.intext {
	list-style-type: disc;
	line-height: 15pt;
	margin-left: 0px;
	list-style-position: outside;
}

ul.intext li {
	list-style-type: disc;
	line-height: 15pt;
	margin-left: 50px;
	list-style-position: outside;
}

ul.intext ul li {
	list-style-type: circle;
	line-height: 15pt;
	margin-left: 0px;
	list-style-position: outside;
}

/* @end */

/* @group News, Events & Newsletter */

.showhouse {
	margin-left: -14px;
}

#newscontainer {
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px;
	float: left;
	width: 180px;
}

.news {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	border-left-color: #ffff66;
	border-right-color: #fcae11;
	border-bottom-color: #fcae11;
	border-top-color: #ffff66;
	border-width: 3px;
	border-style: solid;
	text-align: left;
	padding: 0px;
	float: left;
}

.news h4 {
	line-height: 12pt;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #ffff66;
	color: #380c0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 15px;
	margin: 0;
	cursor: pointer;
	text-align: center;
	width: 142px;
}
.news h4:hover {
	color: #380c0f;
	background-color: #ffb900;
}
.news h4.active {
	background-position: right 5px;
}
.news p {
	background-color: #fffc7e;
	line-height: 11pt;
	font-size: 9pt;
	margin: 0;
	padding: 10px 15px 20px;
}

.newsletter {
	border-right-color: #fcae11;
	border-bottom-color: #fcae11;
	border-left-color: #ffff66;
	border-top-color: #ffff66;
	padding: 5px;
	display: block;
	border-width: 3px;
	border-style: solid;
	text-align: center;
}

.newsletter form {
	font-size: 11pt;
	line-height: 16pt;
	text-align: left;
	margin-top: 10px;
}

/* @end */

/* @group Contact */

/* @end */

.row {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 10px;
	width: 300px;
}

.form {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#footer {
	color: #fffdf0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: center;
}

.border {
	margin: 15px;
	border-top-color: #fcae11;
	border-top-width: 2px;
	border-top-style: solid;
}

.archive {
	background-repeat: no-repeat;
	height: 30px;
	background-position: center top;
	background-image: url(../images/buttons/Newsletter-Archive.png);
	margin-top: 15px;
	cursor: pointer;
}

.archive:hover {
	background-position: center bottom;
}

#IE .flags {
	z-index: 650;
	position: absolute;
	left: 0px;
	top: 0px;
}

#IE .newstitle {
	position: relative;
	left: -30px;
	width: 200px;
}

#IE #outermain {
	left: -30px;
	position: relative;
}

#IE ul#subconstruction {
	left: 40px;
	position: relative;
}

#IE ul#submiraterra {
	left: 40px;
	position: relative;
}

#IE ul#subresearch {
	left: 0px;
	position: relative;
}

#IE ul#substorage {
	left: 40px;
	position: relative;
}

