a:link { color: #d90000; text-decoration:none; }
a:visited { color: #cc6666; text-decoration:none;}
a:hover, a:focus {
	list-style-type: square;
	text-decoration:none;
	}
a:active {
	color: white;
	background-color: #d90000;
	text-decoration:none;
	font-weight:bold;
	}

/* DIV umspannt alles */
#wrapper { 
  width:98%;
height:980px; 
  background-color: #990000;
  margin: 0 auto;
  border: 1px solid #ff6600;
  text-align: left; /* linksbündig */
}


#header {
background-image:url(../Bilder/drei_linien_2.png);
  width:100%; 
  height:163px; 
  background-color: green;
  margin: 0 auto;
  text-align: right; /* linksbündig */
}

#left_navi {
position:relative; top:232px;
  background-color: #990000;
width: 180px;
margin-top:0px;
float: left;
}


#left_navi ul {
	list-style-type: none;
	width: 8em;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #FF6600;
	font-weight: normal;
	text-decoration: overline;
	line-height: 1.5em;
	text-transform:uppercase;
	left: 20px;
}

#content {
	height:730px;
	width:700px;
	font-family: Verdana, sans-serif;
	font-weight: lighter;
	font-style: normal;
	line-height: 1.2em;
	font-variant: normal;
	font-stretch: narrower;
	color: #999999;
	font-size: 0.8em;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	margin-left: 230px;
	margin-top:20px;
	clear:right;
}

#footer{
position:relative; left:225px;
	font-family: Verdana, sans-serif;
	text-align: center;  /* zentrieren */
	font-size: 70%;      /* etwas kleiner */
	font-style: normal;   /* normale Schrift, nicht kursiv */
	letter-spacing: 0,5px; /* Abstand zwischen den Buchstaben */
	color: #CCCCCC;
	width:720px;
	margin-bottom:15px;

}


#flashcontent {
	border:solid 1px #ff6600;
	height: 700px;
	width: 700px;
	float: right;
	}



