* {
	padding: 0;
	margin: 0;
}

html {
	
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Verdana,Helvetica,Arial,sans-serif,Sylfaen;
	/* Sylfaen,"Trebuchet MS",Arial,Helvetica,sans-serif; */
	font-size: 13px;
	background: #303030;
	color: #b3531a;
	margin: 0 auto;
}
hr {
	color: #b3531a;
}

h1 {
	font-size: 18px;
	position:relative;
	top:20px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

ul {
	margin: 10px 20px;
}

li {
	margin: 5px 0px;
}

.headline {
	position:relative;
}

p {
	margin-top: 1.5em;
}

a {
	color: #d37621;
	text-decoration: none;
}
a:hover {
	color: #ff9e2b;
	text-decoration: underline;;
}

.nav_forum {
	background-image: url('/sc/images/nav_forum.png');
	width:53px;
}
.nav_home {
	background-image: url('/sc/images/nav_home.png');
	width:43px;
}
.nav_grenzlande {
	background-image: url('/sc/images/nav_grenzlande.png');
	width:105px;
}
.nav_regeln {
	background-image: url('/sc/images/nav_regeln.png');
	width:61px;
}
.nav_button {
	height:18px;
	cursor:pointer;
	float:left;
	margin: 0px 10px;
}
.nav_button:hover {
	background-position:0 100%;
	text-decoration: none;
}
.nav_button b {
	visibility: hidden;
}

.header {
	width: 100%;
	border-top: 1px solid #ec5c00;
	border-bottom: 1px solid #ec5c00;
	background: #000;
}
.header_content {
	width: 850px;
	height: 80px; 
	background-image: url('/sc/images/bg_header.jpg');
	margin: 10px auto; 
}

.top {
	text-align: right;
	padding-top: 14px;
	padding-bottom: 2px;
}
.content {
	width: 850px;
	margin: 0px auto;
}
.footer {
	font-size: 11px;
	color: #8a4014;
	border-top: 1px solid #ec5c00;
	margin: 0px auto;
	margin-top: 25px;
	padding-top: 2px;
	padding-bottom: 10px;
	width: 550px;
}

.left {
	float:left;
	width: 150px;
	padding-top: 80px;
}
.main_content {
	width: 850px;
	margin: 0px auto;
}
.main {
	float:left;
	width: 550px;
}
.right {
	float:left;
	width: 150px;
}

table th {
	text-align: left;
	border-top: 1px solid #ec5c00;
	border-bottom: 1px solid #ec5c00;
	background: #000;
	padding: 1px 3px;
	font-weight: bold;
}
table td {
	background: #404040;
	padding: 1px 3px;
}

.bg1 td {
	background: #494949;
}

.sitemap1 {
	padding-left: 0px;
	font-weight: bold;
}

.sitemap2 {
	padding-left: 10px;
}

.sitemap3 {
	padding-left: 20px;
	font-size: 11px;
}

.sitemap4 {
	padding-left: 30px;
	font-size: 11px;
}


.navi2 {
	font-size: 11px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	display: block;
}
.navi3 {
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 2px;
	display: block;
}
.navi4 {
	font-size: 11px;
	padding-left: 20px;
	padding-bottom: 2px;
	display: block;
}