/* ALLGEMEINE STYLESHEETS */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

body {
	background: #3c445f url(../images/bg/bg_body.gif) top left repeat-x;
}

div#bg {
	background: url(../images/bg/bg_poserei.jpg) top left no-repeat;
}

div#container {
	background: url(../images/bg/bg_schatten_content.gif) top left repeat-y;
	position: relative;
	margin-left: 54px;
	padding: 0 11px 0 5px;
	width: 711px;
}

img#schatten_links {
	position: absolute;
	left: 0;
}

img#schatten_rechts {
	position: absolute;
	left: 700px;
}

div#header {
	position: relative;
	height: 152px;
}

div#projektlogo {

}

a#logo_spiritec {
	position: absolute;
	top: 11px;
	left: 718px;
}

div#footer {
	background: url(../images/bg/bg_footer.gif) top left no-repeat;
	position: relative;
	margin-left: 54px;
	width: 711px;
	height: 20px;
}

div#footer div.links {
	position: absolute;
	top: 7px;
	left: 13px;
	font-size: 11px;
	color: #989ca7;
}

