*{
 margin:0;
 padding:0;
}

body{
	background:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img{
 border: 0;
}

/* Formatierungen Layout (grob) */
#seite{
 clear:both;
 background: #F5F5F5;
 padding:0px 0px 0px 0px;
 text-align:left;
 width:822px;
}

#top{
 background: url(btc.gif) repeat-y;
 background-position:center;
 padding:0px 0px 0px 0px;
 height:91px;
 width:822px;
}

#navi{
 background: #EAEAEA;
 padding:5px 0px 0px 10px;
 margin:0 0 0 0px;
 height:20px;
 width:812px;
 overflow:hidden;
}

#bottom{
 clear:both;
 background:  url(bottom.gif);
 background-repeat: no-repeat;
 background-position:bottom;
 padding:0px 0px 0px 0px;
 height:151px;
 width:822px;
}


#oben{
 background:#E5ECE4;
 clear:both;
 height:0px;
 width:713px;
}

#inhalt{
 background:#F5F5F5;
 clear:both;
 padding:0px 0 0px 0px;
 width:822px;
}

#text{
 float:left;
 margin:20px 20px 0px 10px;
 padding:0px 0px 50px 0px;
 width:382px;
}

#bild{
 float:right;
 padding:0px 0 0px 0px;
 width:400px;
}


/* Formatierungen Navigationsleiste */

#navi ul{
 font-size:12px;
}

#navi ul li{
 display:inline;
 margin:0 10px 0 0 
}

#navi ul li a{
 text-decoration:none;
 border-bottom:4px;
 color:#000000;
}

#navi ul li a:hover{
 text-decoration:none;
 border-bottom:1px solid #C8C8C8;
}



/* Sonstige Formatierungen */
.titel{
 float:right;
 width:90px;
 padding:0 10px 0 0
}

.titel img{
 border:0
}



/* Schrift-Formatierungen */

#text p{
 font-size:12px;
 line-height:18px;
 padding:15px 0 0 0;
}

#rechts p{
 text-align:left;
 margin-bottom:0.5em;
}

#unten p{
 color:#000;
 font:.85em "trebuchet ms", verdana, sans-serif;
 font-weight:bold;
 padding:5px;
}

/* Formatierungen Navigation (Rechte Spalte) */
#table p{
 color:#646464;
 font:0.9em arial, helvetica, sans-serif;
 line-height:20px;
 padding:5px;
}

#links ul{
 list-style:none;
 margin:0 0 0 0
}

#links ul li{
 background:url(liste.gif) no-repeat;
 display:block;
 margin:0 0px 0 0;
 padding:0 0 0 16px
}

#links ul li a{
 text-decoration:none;
}

#links ul li a:hover{
  color:#000;
}



/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#000000;
 text-decoration:bold;
 border:0px;
}

a:hover{
 text-decoration:underline;
 border:0px
}

/*Fading-Einstellungen*/

.fader {
	position: relative;
/*	display: inline-table; */
}

.fader img {
	vertical-align: top;
	align="center"
}

.fader img.next {
	position: absolute;
	top: 0;
	left: 0;
}

