/* ayron.de ---------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	background-image: url(../img/background-body.jpg);
	background-repeat: repeat-x;
	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;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	width: 100%;
	float: left;
	height: 300px;
}
#navMain {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	float: left;
	width: 100%;
	height: 50px;
	margin-left: 0px;
}
#navSub {
	float: left;
	width: 220px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}


#flexContent {
	float: left;
	width: 600px;
	color: #000;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	word-spacing: normal;
	margin-bottom: 20px;
	min-height: 380px;
}
#footer {
	width: 100%;
	background-image: url(../img/background-footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	background-position: left top;
	height: 100%;
}
#foot {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#navBottom {
}
#search {
	float: left;
	text-align: right;
	width: 100%;
	min-width: 250px;
}
#copyright {
	float: left;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 20px;
	margin-top: 20px;
}
#socialBookmark {
	float: left;
	width: 100%;
	clear: both;
	padding-top: 5px;
}
#tagcloud {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	clear: both;
}
