
body 
{
  font-family: Arial, Tahoma, Verdana;
  font-size: 13px;
  color: #555;
  /*margin: 0px;*/
  text-align:justify;
  }

td 
{
  font-family: Arial, Tahoma, Verdana;
  font-size: 13px;
  color: #555;
  margin: 0px;
/*  text-align:justify;*/
  }

h2
{ 
  border: 0px solid #bbb;
  font-size: 16px;
  margin: 0px;
  padding: 3px;
  text-align:center;
  font-weight: bold;
 }


.termsItemTitle{font-weight: bold;}

.smallnote{font-size: 80%;}

.Left{float: left;
text-align:justify;}
.Right{float: right;}

.mainbanner2
{
  border: 1px solid #bbb;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px 10px;
  text-align: center;
  }

.Clear 
{
  clear: both;
  }

a 
{
  text-decoration: underline;
  }

a:link
{
  color: #c8000e;
}
a:visited {
  color: #c8000e;
}
a:active {
  color: #e33b47;
}

a:hover 
{ 
  color: #e33b47;}
}

.memberTitle {font-size: 12pt; font-family: arial,verdana; font-weight: bold;}
.memberDescription {font-size: 10pt; font-family: verdana,arial;}
.memberTitleAndDesc{padding: 5px}
.memberRank {font-size: 14pt; font-family: verdana,helvetica,arial; text-align=center;}
.memberHits {font-size: 14pt; font-family: verdana,helvetica,arial; text-align=right;}


img 
{
  border: 0px;
  }


/*Layout*/
.Position 
{
  width: 598px;
  /*font-size: 1.2em;*/
  margin: 0 auto 10px auto;
  }

.Header 
{
  height: 106px;
  background-color: #7b7beb;
/*  background-image: url(/graphics/header_background.png);*/
    background-image: url(/graphics/header_background.jpg);
  }


.ContentArea 
{
  border: 1px solid #bbb;
  /*margin-bottom: 3px;*/
  /*padding: 5px 10px;*/
  }



/* *** Die horizontale Navigation *** */
#hauptnavigation 
{
  height: 32px; line-height: 32px;
  background: #6c6c6c;
  margin-bottom: 3px;
  border:0px solid green;
  font-size: 12px;
  }

#hauptnavigation ul 
{
  list-style: none;
  padding: 0; margin: 0 0 0 12px;
  height: 32px;
  background: #6c6c6c;
  }
#hauptnavigation li 
{
  display: inline;
  }

#hauptnavigation li a 
{
  float: left;
  padding-left: 10px; padding-right: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  }

#hauptnavigation li span 
{
  float: left;
  padding-left: 6px; padding-right: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  }

#hauptnavigation li a:hover, #hauptnavigation .current_page_item a 
{
  background: #7b7beb; color: #fff;
  }

#hauptnavigation .current_page_parent a
{
  background: #7b7beb; color: #fff;
  }

#hauptnavigation .parent_page_item a 
{
  background: #7b7beb; color: #fff;
  }


.ContentMiddle 
{
  width: 598px;
  margin-right: 5px;
  }


.Footer 
{
  width: 200px;
  text-align: center;
  margin: 0 auto;
  }


.ContentLeft {
	width: 140px;
	margin-left: 5px;
  background-color: #FFFFFF;
  margin-bottom: 5px;
}
.ContentLeft .ContentArea 
{
  padding: 5px 10px;
  }

.NavigationLink {
	padding-left: 10px;
	display: block;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #aaa;
	background: url(images/navigation_bullet.jpg) left center no-repeat;
}


.ContentRight 
{
  width: 438px;
  background-color: #FFFFFF;
  margin-right: 5px;
  margin-bottom: 5px;
  }

.faq_q
{ 
  font-weight: bold;
 }