#login_box {
  position: relative;
  float:right;
  right:15px;
  width:200px;
}

.header {
  height: 87px; 
  background-color: #CCCCCC;
}

.nav_bar {
  height: 22px;
  width: 980px;  
  background-image: url("images/layout_navigationbar.gif");
  background-repeat: no-repeat;
  background-color: #F4F4F4;
}

.content {
  height: 435px;
  width: 980px;  
  background-image: url("images/layout_body.gif");
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  
}

.content_end {
  height: 20px;
  width: 980px;  
  background-image: url("images/layout_body_end.gif");
  background-repeat: no-repeat;
  background-color: #F4F4F4;
}

.footer {
  height: 18px;
  width: 980px;  
  background-image: url("images/layout_footer.gif");
  background-repeat: no-repeat;
  background-color: #CCCCCC;
  text-align: center;
  font-size: 10px;
	text-decoration: none;
	font-weight: none;
}

/** GameCenter **/
.GC_Header {
  height: 29px;
  width: 184px;  
  background-image: url("images/layout_gamecenter_header.gif");
  background-repeat: no-repeat;
}

.GC_Content {
  height: 137px;
  width: 184px;  
  background-image: url("images/layout_gamecenter_bg.gif");
  background-repeat: no-repeat;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
  vertical-align: top;
}

.GC_Footer {
  height: 11px;
  width: 184px;  
  background-image: url("images/layout_gamecenter_end.gif");
}

.content_border {
  width: 100%;
  margin-top: 5px;
  border-style: none;
  border-width: 0px;
  border-spacing: 0px;
  border-collapse:collapse;
  display:inline-table;
}

/** Umtabelle mit Überschrift **/

.content_table {
  width: 600px;
  margin-left:10px;
  border-style: none;
  border-width: 0px;
  border-spacing: 0px;
  border-collapse:collapse;
  display:inline-table;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
}

.content_headline {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.content_trennlinie {
  background-image: url("images/layout_trennlinie.gif");
  background-repeat: no-repeat;
  height: 10px;
}

.table_header {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;  
}

.headline {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
  background-color:#000000;
  padding-left:5px; 
}

.highlight {
  font-weight: bold;
}
  
.standard_table {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  border-style: none;
  border-width: 0px;
  border-spacing: 0px;
  border-collapse:collapse;
  display:inline-table;
	font-size: 12px;
	text-decoration: none;
  width: 100%;
}

.login_text {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
	text-decoration: none;
  font-weight: bold;
}

/** Newstable mit Hintergrund **/

.news {
  width: 600px;
  /* Moz braucht 602px! */  
  border-style: none;
  border-width: 0px;
  border-spacing: 0px;
  border-collapse:collapse;
  display:inline-table;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;  
}

.n_header {
  height: 21px;
  width: 600px;  
  padding-left: 20px;
  background-image: url("images/layout_news_header.gif");
  background-repeat: no-repeat;  
  color: #FFFFFF;
  font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.n_body {
  height: 185px;
  width: 485px;
  padding-left: 10px;
  background-image: url("images/layout_news_bg.gif");
  background-repeat: no-repeat;
  background-color: #000000;
  color: #FFFFFF;
	text-decoration: none;
  font-size: 12px;
  vertical-align: top;  
}
.n:link {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
  font-weight: none;
}
.n:visited {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
  font-weight: none;
}
.n:hover {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
  font-weight: bold;
}
.n:active {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
  font-weight: none;
}
.n_cat {
  height: 185px;
  width: 115px;  
  background-image: url("images/layout_news_bg2.gif");
  background-color: #000000;
  background-repeat: no-repeat;  
  vertical-align: top;
  text-align: center;  
}

.n_footer {
  height: 22px;
  width: 602px;
  padding-left: 20px;
  background-image: url("images/layout_news_footer.gif");
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size:12px;
}

.n_table {
  border-width: 0px;
  border-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size:12px;
}
/** Generelle Styles **/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
}

/** Formularspezifische Styles **/
input, textfield, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
  border: #000000 1px solid;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: #000000 1px solid;
}

.login_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
  border: #000000 1px solid;
}

.site_login {
  padding:0px;
  margin:0px;
}

.login_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: #000000 1px solid;
}

/** Link-Styles **/
a.sublink:link {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
  font-weight: none;
}
a.sublink:visited {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
  font-weight: none;
}
a.sublink:hover {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
  font-weight: bold;
}
a.sublink:active {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
  font-weight: none;
}

a.adminlink:link {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEAF3A;
	text-decoration: none;
  font-weight: none;
}
a.adminlink:visited {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEAF3A;
	text-decoration: none;
  font-weight: none;
}
a.adminlink:hover {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEAF3A;
	text-decoration: none;
  font-weight: bold;
}
a.adminlink:active {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEAF3A;
	text-decoration: none;
  font-weight: none;
}

a.mn:link {
  width: 92px;  
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
a.mn:visited {
  width: 92px;  
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
a.mn:hover {
  width: 92px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0000FF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
a.mn:active {
  width: 92px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0000FF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a.c_link:link {  
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.c_link:visited {  
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.c_link:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.c_link:active {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a:link {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:active {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* *	CAPTCHA-Styles */
	p.captcha_1, p.captcha_2, p.captcha_notvalid {
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background: transparent;
		color: #000000;
	}

	p.captcha_notvalid {
		font-weight: bold;
		color: #FFAAAA;
	}
	
	.captchapict {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
	}
	
