/* ayron.de ---------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
html {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 13px;
	line-height: 130%;
	background-image: url(../img/background-body.jpg);
	background-repeat: repeat-x;
}
body.index {
	background-image: url(../img/background-body-index.jpg);
}
/* ---------------------------------------------------- Layout */

#root {
	background-image: url(../img/background-root.jpg);
	background-repeat: no-repeat;
	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;
	min-width: 989px;
	background-position: 50% top;
}
#root.index {
	background-image: url(../img/background-index.jpg);
}
#wrap {
	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;
}
/* ---------------------------------------------------- Layout-Content */
#header {
	height: 240px;
}
#logo {
	margin-top: 110px;
	float: right;
}
#navMain {
	margin-bottom: 20px;
}
#enter {
	text-align: center;	
}
#enter a img {
	background-image: url(../img/background-index-enter.jpg);
	min-height: 280px;
	min-width: 200px;
	background-repeat: no-repeat;
	background-position: 50% bottom;
	margin-bottom: 50px;
}
#navSub {
}
#flexContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	overflow: hidden;
	margin-bottom: 20px;
}
#footer {
	overflow: hidden;
	padding-bottom: 20px;
}
#navBottom {
}
#copyright {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 45px;
	text-align: center;
}

div.divider {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
div.divider hr {
	display: none;
}
