/*##########################################
		RESET
############################################*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*##########################################
 base.css, part of YUI's CSS Foundation
############################################*/
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/*####################################################################################################*/
/*
Designed and Coded By: Dennis Fischer
Date: 12.08.2009
PRIMARY COLORS:
Schwarz (Schrift): #333333;
Rosa: #FFCDCD;
Hell-Rot: #BF3E3E;
Dunkel-Rot: #7F2929;
Gelb: #FEFDD2;
*/
body {
	margin: 0;
	padding: 0;
}
img, html, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #7F2929;
}
a:hover {
	text-decoration: underline;
}
#bgbody
{
	text-align: center;
	background-color: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 12.7px;
	padding: 20px;
	}
#container
{
	background-color: #FAFAFA;
	text-align: left;
	margin: auto;
	width: 900px;
	border: 1px solid #AFAFAF;
	-moz-box-shadow: 0 5px 15px #666666;
	-webkit-box-shadow: 0 5px 15px #666666;
	box-shadow: 0 5px 15px #666666;
}
#container ul, #container ul li a
{
}
/* HEADER */
#header
{
    position: relative;
	background-image: url(img/go-logo.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header p
{
	margin-top: 150px;  /* Höhe des Logos */
	padding: .5em 0 .5em .5em; /* Padding der Breadcrumbs */
	background: #FEFDD2;
	margin-bottom: 0;
	border-bottom: 1px solid #AFAFAF;
}
#header img.flag
{
	float: right;
	text-decoration: none;
	margin-right: 5px;
}
/* SIDEMENU */
#sidemenu {
	background-repeat: repeat;
	float: left;
	width: 235px;
}
.menubox {
	background-color: #FEFDD2;
	border: 1px solid #AFAFAF;
	margin: 10px;
	-moz-box-shadow:0 5px 8px #666666;
	-moz-border-radius: 0 10px 0px 10px;
	-webkit-box-shadow:0 5px 8px #666666;
	-webkit-border-radius: 0 10px 0 10px;
	box-shadow:0 5px 8px #666666;
	border-radius: 0 10px 0 10px;
}
.menubox h1 {
	font-size: 1em;
	color: #FEFDD2;
	background-color: #7F2929;
	padding: 0.3em;
	letter-spacing: .10em;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.menubox_content {
	margin: 10px;
}
.menubox ul li {
	display:block;
	padding-left: 1.7em;
	margin-bottom: 2px;
	list-style-type: none;
	line-height: 2.3em;
	background-color: #A31919;
}
.menubox ul li.doc, .menubox ul li.docs {
	background-image: url(img/go-bl.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.menubox ul li:hover {
	background-color: #BF3E3E;
	background-image: url(img/go-wh.png);
}
.menubox ul li.sdoc {
	background-image: url(img/go-wh.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.menubox ul li.sdocs {
	background-color: #BF3E3E;
	color: #FEFDD2;
	background-image: url(img/go-wh.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.menubox ul a, .menubox ul {
	color: #FEFDD2;
        display: block;
        width: auto;
}
.menubox ul a:hover {
	text-decoration: none;
}
/* MAIN CONTENT */
#opacity {
    float: right;
}
#mainContent
{
	float: right;
	width: 665px;
}
.mainContent_content
{
	padding: 15px;
	background-image: url(img/weiqi.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.mainContent_content h1, .mainContent_content h2
{
	letter-spacing: .13em;
	margin-bottom: 15px;
}
.mainContent_content h4
{
	padding: 10px 0 4px 0;
}
.mainContent_content table
{
    border-spacing: 0;
}
.mainContent_content th
{
    background-color: #BF3E3E;
    color: #FEFDD2;
    text-align: center;
    padding: 4px;
	border: 1px solid #222222;
}
.mainContent_content td
{
    background-color: #FEFDD2;
    padding: 4px;
	border: 1px solid #222222;
}
.mainContent_content table.whi td { /* Transparente Tabellen */
	background-color: #FAFAFA;
	padding: 12px;
	border: 0px;
}
.mainContent_content table.bor td { /* Rahmen für transparente Tabellen */
	border: 1px solid #000000;
}
.mainContent_content table td.ctr { /* Rahmen für transparente Tabellen */
	text-align: center;
}
.mainContent_content a
{
    color: #7F2929;
}
.mainContent_content ul
{
	margin-left: 3em;
	margin-bottom: 10px;
	line-height: 170%;
}
/* Automatische Tabellen */
#ratinglist, #anmeldung { width: 100% }
#ratinglist tr:hover td {background-color:#FFCDCD}
td.id {
	font-weight: bold;
	text-align: center;
}
tr.even td { background-color:#FEFDD2}
tr.odd td {background-color:#FFE5AB}
/* FOOTER */
#footerNav
{
	background-color: #FEFDD2;
	clear: both;
	border-top: 1px solid #AFAFAF;
	text-align: center;
}
#footerNav table
{
    width: 100%;
}
#footer
{
margin-top: 0;
    padding: 1px 1px;
	background-color: #BF3E3E;
	text-align: center;
}

