
html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	padding:0;
	margin:0;
	background-color:#a94d00;
	background-image:url(_media/scbodybackground.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	text-align:center;
	color:white;
	font-family:Tahoma, Verdana, sans-serif;
}

#wrapper {
	position:relative;
	margin:auto;
	width:554px;
	text-align:justify;
	margin-top:40px;
}

#content {
	position:relative;
	margin:auto;
	width:554px;
	text-align:center;
}

p, h3 {
	color:white;
	font-family:Tahoma, Verdana, sans-serif;
	text-align:center;
	font-size:.8em;
	margin:0;
	padding:0;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
}

img {
	border:0;
	margin:0;
	padding:0;
}

a:link {
	text-decoration:underline;
	color:white;
	font-weight:bold;
}

a:visited {
	text-decoration:underline;
	color:white;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#5d3514;
	font-weight:bold;
}

a:active {
	text-decoration:underline;
	color:white;
	font-weight:bold;
}

h1 a:link, h2 a:link {
	text-decoration:none;
	color:#5d3514;
}

h1 a:visited, h2 a:visited {
	text-decoration:none;
	color:#5d3514;
}

h1 a:hover, h2 a:hover {
	text-decoration:none;
	color:#5d3514;
}

h1 a:active, h2 a:active {
	text-decoration:none;
	color:#5d3514;
}

h1 {
	color:#5d3514;
	font-family:Tahoma, Verdana, sans-serif;
	text-align:center;
	font-size:1.2em;
	margin:0;
	padding:0;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
}

h2 {
	color:#5d3514;
	font-family:Tahoma, Verdana, sans-serif;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	margin:0;
	padding:0;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
}

h3 { font-style:italic; }

.unterlegt {
	width:558px;
	text-align:left;
	background-image:url(_media/content_hintergrund.gif);
	background-repeat:repeat-y;
	border:0;
}

.unterlegtmitte {
	width:558px;
	text-align:center;
	background-image:url(_media/content_hintergrund.gif);
	background-repeat:repeat-y;
	border:0;
	min-height:280px;
}

* html .unterlegtmitte { height:280px; }

.fett { font-weight:bold; }

hr {
	width:70%;
	height:2px;
	border-width:1px 0 0 0;
	border-style:dashed;
	border-color:#5d3514;
	margin-bottom:15px;
}
