* {
	margin: 0px;
	padding: 0px;
	outline:0;
}

a {
}

html {
	height:101%;
	margin-bottom:1px;
}

body {
	background: #373737 url(bg_body.jpg) no-repeat fixed right bottom;
	color: #999999;
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: center;
}

#outer {
	text-align: left;
	margin: 10px auto;
	width: 962px;
	border: 1px dotted #707070;
}

#outer2 {
	width: 950px;
	border: 5px solid #4c4c4c;
	margin: 0px auto;
}

#webseite {
	width: 944px;
	border: 3px solid #373737;
	margin: 0px auto;
}

#header {
	background: url(bg_header.jpg);
	height: 150px;
	position: relative;
}

#navigation {
	height: 150px;
}

#content {
	background: #fff7e9;
	min-height:200px;
	height:auto !important;  /* für moderne Browser */
	height:200px;
	border-top: 5px double #3F3F3F;
	float: left;
	width: 100%;
	position: relative;
}

#footer {
	background: url(bg_footer.jpg);
	height: 331px;
	line-height: 200px;
	position: relative;
	font-size: 90%;
	clear: both;
}
