/* basics */

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

html
{
  min-height: 100%;
}

body
{
  font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #b0b0b0;
	border: none;
}

#up
{
  width: 850px;
  height: 20px;
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	border: 0px inset #000000;
}

#overall
{
	width: 850px;
	background-image: url(../images/overall.gif);
	background-repeat: repeat-y;
	position: relative;
}

#overall ul li
{
 list-style: none;
}

#top
{
  width: 810px;
	height: 210px;
	margin-left: 20px;
	margin-right: 20px;
}

#topnavi
{
  width: 475px;
	text-align: center;
	margin-right: 10px;
	background-image: url(../images/topnavi.jpg);
	background-repeat: repeat-x;
	border: 0px solid #ffffff;
  border-bottom-width: 1px;
}

#topnavi a, #topnavi a:visited, #topnavi a:active, #topnavi a:hover
{
	font-size: 11px;
	font-weight: bold;
  color: #ffffff;
	text-decoration: none;
	line-height: 25px;
	padding: 9px;
	padding-left: 11px;
	padding-right: 11px;
	border: 0px solid #eaeaea;
  border-right-width: 2px;
}

#topnavi ul li
{
  display: inline;
}

#top img
{
  border: 0px solid #000000;
}

#main
{
	width: 850px;
	float: none;
	position: relative;
}

#navi
{
  width: 150px;
  margin-top: 20px;
	margin-left: 20px;
	text-align: left;
	float: left;
	position: relative;
	border: 1px inset #000000;
	border-bottom-width: 0px;
}

#navi a, #navi a:visited, #navi a:active
{
  width: 130px;
	font-size: 11px;
	display: block;
  color: #ffffff;
	text-decoration: none;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(../images/normal.jpg);
	background-repeat: no-repeat;
	border: 0px inset #000000;
	border-bottom-width: 1px;
}

#navi a:hover
{
  width: 130px;
  font-size: 11px;
	display: block;
  color: #000000;
	text-decoration: none;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(../images/hover.jpg);
	border: 0px inset #000000;
	border-bottom-width: 1px;
}

#content
{
	width: 498px;
  margin: 20px;
	background-color: #eaeaea;
	text-align: justify;
	float: left;
	position: relative;
}

#content h1
{
  font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

#content_total
{
  width: 670px;
	margin: 20px;
	background-color: #eaeaea;
	text-align: justify;
	float: left;
	position: relative;
}

#content_total h1
{
  font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

#skyscraper
{
  width: 120px;
  margin-top: 20px;
	margin-right: 20px;
	float: left;
}

#bottom
{
  height: 10px;
	position: relative;
	float: none;
	clear: left;
}

#down
{
  width: 850px;
	height: 20px;
  background-image: url(../images/down.gif);
	background-repeat: no-repeat;
	border: 0px inset #000000;
}

/*         classes              */

.navi
{
  width: 135px;
	font-size: 11px;
  color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	padding-left: 15px;
	background-image: url(../images/topnavi.jpg);
	background-repeat: repeat-x;
	border: 0px inset #000000;
	border-bottom-width: 2px;
}

.text
{
  font-size: 11px;
	color: #000000;
	padding: 10px;
	background-color: #ffffff;
	border: 1px outset #bc8f8f;
	border-bottom-width: 0px;
}

.text_index
{
  width: 422px;
  font-size: 11px;
	color: #000000;
	padding: 10px;
	background-color: #ffffff;
	border: 1px outset #bc8f8f;
	border-bottom-width: 0px;
	margin-right: 10px;
	float: left;
}

.infobox_index
{
  width: 210px;
  background-color: #eaeaea;
	margin-left: 5px;
	float: left;
}

.text_total
{
  width: 648px;
  font-size: 11px;
	color: #000000;
	padding: 10px;
	background-color: #ffffff;
	border: 1px outset #bc8f8f;
	border-bottom-width: 0px;
	margin-right: 10px;
	float: none;
}

.headline
{
  font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

.underheadline
{
  font-size: 11px;
	width: 190px;
	font-weight: bold;
	background-color: #000000;
  color: #ffffff;
	margin: 2px;
	margin-left: 0px;
  padding: 3px;
}

.kugel
{
  width: 10px;
	height: 10px;
	margin-right: 5px;
	border: 0px solid #000000;
}

.fulbanner
{
  width: 468px;
	height: 60px;
	border: 0px solid #000000;
	margin-top: 15px;
}

.underline
{
  font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 3px;
}

.normal
{
  font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
}

.link_index
{
  text-decoration: none;
	color: #ffffff;
}

.link_subindex
{
	color: #a91515;
}

.partner_top
{
  font-size: 11px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

.partner_normal
{
  font-size: 11px;
	margin-top: 3px;
	margin-left: 25px;
	font-weight: normal;
}

/*     Tabelle index      */

.tabbegin
{
  width: 670px;
  font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #eaeaea;
	float: none;
}

.tabcol
{
  width: 195px;
  padding: 10px;
  background-color: #ffffff;
	float: left;
	margin-right: 10px;
	border: 1px outset #a91515;
}

.last_tabcol
{
  width: 194px;
  padding: 10px;
  background-color: #ffffff;
	float: left;
	border: 1px outset #a91515;
}

.tabend
{
  clear: left;
}

/*     Tabelle archiv      */

.tabbegin_archiv
{
  width: 400px;
  margin: 10px;
	margin-left: 10px;
  font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	border: 0px solid #000000;
	float: none;
}

.tabbegin_archiv_euro
{
  width: 440px;
  margin: 10px;
	margin-left: 10px;
  font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	border: 0px solid #000000;
	float: none;
}

.tabcol_main
{
  width: 190px;
  background-color: #ffffff;
	font-style: normal;
	float: left;
	border: 0px solid #000000;
}

.tabcol_archiv
{
  width: 35px;
  background-color: #ffffff;
	text-align: center;
	float: left;
	border: 0px solid #000000;
}

.tabcol_big
{
  width: 80px;
  background-color: #ffffff;
	text-align: center;
	float: left;
	border: 0px solid #000000;
}

.tabcol_statistik
{
  width: 110px;
  background-color: #ffffff;
	text-align: left;
	float: left;
	border: 0px solid #000000;
}

.line_archiv
{
  border: 1px solid #000000;
	border-bottom-width: 0px;
	border-right-width: 0px;
  padding: 1px;
	padding-left: 5px;
}

.line_archiv_last
{
  border: 1px solid #000000;
	border-bottom-width: 0px;
  padding: 1px;
	padding-left: 5px;
}

.line
{
  border: 0px solid #000000;
  padding: 1px;
	padding-left: 10px;
}

.stern
{
  width: 10px;
	height: 10px;
	margin-right: 2px;
	border: 0px solid #000000;
}

.line_archiv_bottom_last
{
  border: 1px solid #000000;
	border-right-width: 0px;
  padding: 1px;
	padding-left: 5px;
}

.line_archiv_last_last
{
  border: 1px solid #000000;
  padding: 1px;
	padding-left: 5px;
}

.line_archiv_nonborder
{
  border: 0px solid #000000;
  padding: 1px;
	padding-left: 5px;
}

.monat
{
  padding: 5px;
  font-style: italic;
	color: #a91515;
	font-weight: bold;
}

.most
{
  color: #008000;
	font-weight: bold;
}

.least
{
  color: #ff0000;
	font-weight: bold;
}

.tabend_archiv
{
  clear: left;
}

