@import url("01_header.css");
@import url("01_menu.css");
@import url("01_content.css");
@import url("01_footer.css");
@import url("01_forms.css");
@import url("01_plugins.css");

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
}

html, body {
	height:100%;
	font-size: 90%;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#pagespacer {
	width: 100%;
	height: 50%;
	margin-bottom: -300px;
	float: left;
	background-color: #2f8dcd;
	background-image: url(../images/01_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#pagecontainer {
	margin: 0 auto;
	position: relative;
	text-align: left;
	height: 600px;
	width: 955px;
	clear: left;
/* 	border: 1px solid silver; */
}
#pagewrapper {
	float: left;
	width: 100%;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}


#header {
	position: absolute;
	width: 350px;
	height: 600px;
	background-color: #FFFFFF;
	text-align: center;
/*	background-image: url(../images/01_bg_header.jpg); */
	background-repeat: repeat-y;
	background-position: center center;
}

#menu {
	position: absolute;
	left: 350px;
	top: 0px;
	width: 605px;
	height: 30px;
	background-color: #3F2F1D;
	color: #FFFFFF;
}

#contentcontainer {
	position: absolute;
	left: 350px;
	top: 30px;
	width: 605px;
	height: 570px;
	overflow: auto;
	background-color: #FBF6E5;
}

#copyright {
	display: none;
	position: absolute;
	margin: 3px auto;
	top: 575px;
	width: 955px;
	height: 30px;
	text-align: right;
	font-size: 12px;
	color: #666666;
	clear: left;
}

#copyright a {
	color: #666666;
	text-decoration: none;
}

#copyright a:hover {
	color: #666666;
	text-decoration: underline;
}

#copyright div {
	display: inline;
}

