/* ayron.de ---------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	background-image: url(../img/background-body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
/* ---------------------------------------------------- Layout */
/* ---------------------------------------------------- Layout-Content */
#root {
}
#background {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/background.jpg);
	background-position: 50% 0px;
	float: left;
	min-width: 960px;
}
#facebook {
	width: 100%;
	margin-right: auto;
	margin-left: 0px;
	height: auto;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
}
#facebook img {
	margin-left: 5px;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: 0px;
	height: auto;
}
#navMain {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-top: 200px;
	margin-bottom: 150px;
}
#content-befor {
	float: right;
	width: 700px;
	height: 10px;
	background-image: url(../img/content-befor.png);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	margin-top: 70px;
}
#content {
	float: right;
	width: 700px;
	background-image: url(../img/content-middle.png);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
.content-root {
	float: left;
	width: 700px;
	background-image: url(../img/background-content-root.jpg);
	background-repeat: no-repeat;
	background-position: 50% bottom;
}
#content-after {
	float: right;
	width: 700px;
	height: 40px;
	background-image: url(../img/content-after.png);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
#header {
	width: 100%;
	float: left;
	height: 200px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#flexContent {
	float: left;
	width: 600px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	word-spacing: normal;
	margin-bottom: 20px;
	margin-left: 60px;
	min-height: 400px;
}
#footer {
	width: 620px;
	background-image: url(../img/background-footer.png);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	background-position: left top;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	height: 80px;
	margin-left: 40px;
	margin-top: 10px;
}
#foot {
	width: 600px;
	margin-right: auto;
	margin-left: 20px;
	padding-top: 20px;
}
#banner {
	width: 600px;
}
#search {
	float: left;
	text-align: right;
	width: 100%;
	min-width: 250px;
}
#socialBookmark {
	float: left;
	width: 100%;
	clear: both;
	padding-top: 5px;
}
#tagcloud {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	clear: both;
}

#copyright {
	float: left;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 10px;
}

