html { height: 101%; }

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background: #9D482A;
}

/*** allgemeine Verweise und Anker ***/
.startlink{
margin-top: 6px;
font-size: 0.7em;
}
a:link, a:visited{
	color: #A4E4F9;
	text-decoration: none;
}

a:hover{
    color: #000;
	text-decoration: none;
	background: #DEFDFE;
}

ul{
 list-style-type: disc;
 padding: 0px 0px 0px 90px;
 }
 
/*** Navigation ****/

#navi2{
    position: absolute;
	top: 102px;
	left: 0px;
	width: 100%;
	height: 18px;
	padding: 0px;
	font-size: 12px;
	color: #000;
	float: right;
	border-top: 1px solid #788999;
}
/*** Text und Innenteil ***/
.tabell{
    margin:0;
	width: 100%;
	height: 100%;
	border:0;
	text-align: center;
	vertical-align: middle;
}
.tabel{
   margin-top: 20px;
	width: 652px;
	height: auto;
	border:1px solid #0F1827;
	background-color:#660033;
}
.tabel img{
float: left;
}
.band{
	background-color:#DFCEA9;
}
.band img{
	float: left;
}
.name{
text-align: center;
color:#9D482A;
font-size: 1em;
font-weight:bold;
letter-spacing: 1.5em;
background-color:#142033;
}
a.menue, a.menue:visited {
float:right;
padding: 2px 10px 2px 10px;
font-size: 0.7em;
color:#993300;
text-decoration: none;
}
a.menue:hover {
background-color: #CC6600;
color:#fff;
text-decoration: none;
}

/************** unten ****************/

a.anker, a.anker:visited{
	text-decoration: none;
}

a.anker:hover{
	border: 1px solid #E1EEF5;
	text-decoration: none;
}
