body{
	background-color: #bababa;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper{
	width: 947px;
	margin: 21px auto;
}

#banner{
	width: 947px;
	height: 179px;
	background: url(../pics/banner.jpg) no-repeat;
}

#banner h1{
	display: none;
}

#main{
	margin: 0;
	padding: 0;
	width: 947px;
	background: url(../pics/mainBackground.jpg) repeat-y;
}

#mainTop{
	width: 947px;
	height: 20px;
	background: url(../pics/mainTopPic.jpg) no-repeat;
}

#content{
	float: left;
	width: 560px;
	margin-top: 25px;
	margin-left: 45px;
	display: inline;
}

#navi{
	float: left;
	margin-top: 26px;
	margin-left: 90px;
	width: 200px;
	display: inline;
}

#mainBottom{
	clear: both;
	width: 947px;
	height: 20px;
	background: url(../pics/mainBottomPic.jpg) no-repeat;
}


/**************************************************************************/
/**  design for the text area                                            **/

#content{
	text-align: left;
}

#newsReplace{
	width: 182px;
	height: 34px;
	margin-bottom: 20px;
	margin-left:0;
	background: url(../pics/Nachrichten.jpg);
}

#newsReplace span{
	display: none;
}

h2{
	font-size: 22px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0 0 30px 0;
}

#content h2{
	line-height: 1.2em;
}

h3{
	font-size: 110%;
	font-weight: bold;
	color: #666;
	margin: 0 0 30px 0;
}

/******************************************************************************/
/** Navigation ****************************************************************/

#naviReplace{
	width: 182px;
	height: 34px;
	margin-bottom: 18px;
	background: url(../pics/Navigation.jpg) no-repeat;
}

#naviReplace span{
	display: none;
}

#naviList{
	text-align:left;
}

#naviList li{
	margin-left: 10px;
	margin-top: 5px;
}

#naviList .rubrik{
	margin-left: 0px;
	margin-top: 10px;
	font-size: 120%;
}

#naviList li, #naviList li a{
	font-size: 100%;
	color: #666666;
	text-decoration: none;
}

#naviList .rubrik, #naviList .rubrik a{
	color: #ff6600;
	text-decoration: none;
}

#naviList a:hover{
	text-decoration: underline;
}

.bildunterschrift{
	font-size: 80%;
	text-align:justify;
	line-height: 1.3em;
}

strong{
	font-weight: bold;
}

.rangliste, .tabelle{
	border-collapse:collapse;
}

.rangliste td, .rangliste th, .tabelle td, .tabelle th{
	margin: 0;
	padding: 3px;
	border: 1px solid #666666;
}

.rangliste th, .tabelle th {
	font-weight: bold;	
}

#content p{
	text-align: justify;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#content p img.right{
	float: right;
	margin-left: 10px;
}

.tabelle .even, .rangliste .even{
	background-color: #f9f9f9;
}
.tabelle th, .rangliste th{
	background-color:#FFFF99;
}

.tabelle .odd, .rangliste .odd{
	background-color: #f0f0f0;
}

#content ul{
	margin-left: 25px;
}

#content li{
	list-style: outside url(../pics/king.gif);
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

#footer{
      text-align: center;
      margin: 30px auto;
      padding: 5px 30px;
      width: 400px;
      border-top: 2px solid #eeeeee;
      font-size: 12px;
      color: #666666;
      line-height: 1.2em;
}

em{
	font-style:italic;
}
