/*
 * Seeadler.net-Layout
 * (c) Alex Rösch, Philippe Seidel
 * 
 * Hauptdatei - Rücksetzen, Positionieren aller Boxen außer der Navigationsleiste
 */

/* Alle Browsereinstellungen zurücksetzen */
@import url("style_reset.css");
/* Einstellungen für die Navigationsleiste */
@import url("style_nav.css");
/* Einstellungen für das normale Textlayout */
@import url("style_body.css");
/* Einstellungen für die Bildergalerie */
@import url("wt_gallery.css");
/* Einstellungen für das mininews-plugin */
@import url("mininews.css");
@import url("style_shoutbox.css");

body {
	background-color: #565656;
	font-family: "Arial", "helvetica", sans-serif;
	font-size: 0.8em;
	color: #b5b5b5;
}
#hintergrund {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#titel {
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 2;
}

#hauptteil {
	position: absolute;
	bottom: 20px;
	top: 180px;
	left: 190px;
	width: 814px;
	background-image: url("images/bg_inhalt.png");
	overflow: auto;
	z-index: 2;
}

#rspalte, #lspalte {
	width: 200px;
	margin: 10px 20px;
	padding: 10px 10px;
	/*clear: both; */
}
#rspalte {
       	border-left: solid thin black;
	float: right;
}
#lspalte {
       	border-right: solid thin black;
	float: left;
 }

#hauptinhalt {
	padding: 10px 10px 10px 10px;
}


