/* ayron.de ---------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	background-color: #FFF;
}
body {
	height: 100%;
}
/* ---------------------------------------------------- Layout */

#root {
	height: 100%;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}
#background {
	width: 100%;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	background-image: url(../img/background-000.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
#wrap {
	width: 100%;
	background-repeat: repeat-y;
	background-image: url(../img/background-glass.png);
	background-position: 50% 0px;
	float: left;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}
#top {
	width: 100%;
	height: 20px;
	clear: both;
	background-color: #000;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	padding-top: 10px;
	position: fixed;
	top: 0px;
	z-index: 300;
}
#contact {
	width: 750px;
	float: left;
}
#lang {
	width: 200px;
	float: left;
	text-align: right;
}
#container {
	width: 730px;
	margin-right: auto;
	margin-left: 230px;
	min-height: 730px;
	padding-bottom: 100px;
	overflow: hidden;
}
#right {
	width: 250px;
	overflow: hidden;
	position: fixed;
	z-index: 15;
	left: 780px;
	float: left;
}
#navMain {
	height: 200px;
	overflow: hidden;
	background-image: url(../img/bg-navMain.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
/* ---------------------------------------------------- Layout-Content */
#logo {
	width: 540px;
	height: 130px;
	text-align: center;
	background-image: url(../img/background-logo.png);
	background-repeat: no-repeat;
}
#teaser {
	height: auto;
	width: 540px;
}
#navSub {
	width: 540px;
	height: auto;
}
#flexContent {
	width: 730px;
	min-height: 300px;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: auto;
	margin-top: 20px;
}
#navSub2 {
	height: auto;
	padding-top: 40px;
	padding-left: 30px;
}
#content {
	width: 560px;
	height: auto;
	overflow: hidden;
}
#subContent {
	width: 280px;
	min-height: 300px;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	height: auto;
}
#footer {
	width: 100%;
	height: auto;
	padding-top: 5px;
	clear: both;
	padding-left: 10px;
	background-color: #000;
	position: fixed;
	bottom: 0px;
}
#navBottom {
	width: 960px;
	clear: both;
}
#copyright {
	clear: both;
	width: 940px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.search {
	text-align: right;
	clear: both;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#foot {
	height: 10px;
	width: 100%;
}

