body {
  background-color:#fff;
  background-image:url(img/bckg.jpg);
  background-repeat:repeat-x;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  color:#009;
}

#header {
  width:100%;
  height:195px;
  margin:0px auto;
  background-image:url(img/header.jpg);
  background-position:right top;
  background-repeat:no-repeat;
}

#content {
  width:100%;
  margin:0px auto;
}

#menue {
	margin-bottom:20px;
}

.container {
  width:900px;
  margin:0px auto;
  text-align:left;
}

#content .container {
	width:900px;
	background-image:url(img/player.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:none !important;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#logo {
  float:left;
}
#menu {
  font-size:1em;
  font-weight:100;
  clear:both;
}


/* -- MITTELBERIECH -- */

#leftColumn {
  float:left;
  width:210px;
  margin-top:20px;
}

#centerColumn {
  float:left;
  width:450px;
  margin:0 10px;
}

#rightColumn {
  float:right;
  width:210px;
}

.teaserwrap {
	font-family:Tahoma,Arial;
	font-size:0.825em;
	background-image:url(img/teaser_bckg.jpg);
	background-repeat:repeat-x;
	background-color:#ccc;
	padding:1px 10px 10px 10px;
	margin-bottom:5px;
}
#contentFooter {
	font-family:Tahoma,Arial;
	font-size:0.825em;
	line-height:1.2em;
	border-top:1px solid #7a7a7a;
	padding-top:0em;
	margin-top:2em;
}

#contentFooter,
#contentFooter a:link  {
	color:#7a7a7a;
}

/* STILE */
h1,
h1 a,
h1 a:link,
h1 a:hover,
h1 a:active,
h1 a:visited {
  text-decoration:none;
  color:#bd0000;
  font-size:1.6em;
  line-height:1em;
  font-weight:normal;
}

#leftColumn h1,
#leftColumn h1 a,
#leftColumn h1 a:link,
#leftColumn h1 a:hover,
#leftColumn h1 a:active,
#leftColumn h1 a:visited,
#rightColumn h1,
#rightColumn h1 a,
#rightColumn h1 a:link,
#rightColumn h1 a:hover,
#rightColumn h1 a:active,
#rightColumn h1 a:visited {
  font-size:1.4em;
  font-weight:700;
}

h2,
h2 a,
h2 a:link,
h2 a:hover,
h2 a:active,
h2 a:visited {
  text-decoration:none;
  color:#bd0000;
  font-size:1.2em;
  line-height:1em;
  font-weight:700;
}

h3,
h3 a,
h3 a:link,
h3 a:hover,
h3 a:active,
h3 a:visited {
  text-decoration:none;
  color:#bd0000;
  font-size:1.2em;
  line-height:1em;
  font-weight:normal;
}

h4 {
  line-height:130%;
  font-size:1.1em;
}

li {
  padding:0;
  margin:0;
}

ul {
	margin-left:2em;
	padding-left:2em;
}

ol li {
	list-style-type:decimal;
}

hr {
  border:none;
  border-top:1px solid #DBDBDB;
}

#leftColumn h2,
#leftColumn h2 a,
#leftColumn h2 a:link,
#leftColumn h2 a:hover,
#leftColumn h2 a:active,
#leftColumn h2 a:visited,
#rightColumn h2,
#rightColumn h2 a,
#rightColumn h2 a:link,
#rightColumn h2 a:hover,
#rightColumn h2 a:active,
#rightColumn h2 a:visited {
  font-size:1.4em;
  font-weight:700;
  color:#000;
}

.teaser {
  background-image:url(img/teaser_bckg.jpg);
  background-repeat:no-repeat;
  padding:1px 5px;
  font-size:11px;
  color:#353c42;
}

.clearer {
  clear:both;
}

table {
  border:1px solid #999;
  width:100%;
}
td {
  padding:5px;
  border-bottom:1px solid #999;
}

.td-0 {
  width:200px;
  font-weight:700;
}