* {
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
body {
	margin:0px;
	background-color:#000000;
}
#site {
	margin:0px auto;
	position:relative;
	width:1000px;
	height:100%;
}
#header {
	left:0px;
	top:0px;
	width:100%;
	height:120px;
	background:#000000;
}
#menue {
	position:absolute;
	left:0px;
	top:120px;
	width:200px;
	height:590px;
	background:url(../images/bg_menue.jpg) repeat-y;
}
#content {
	margin:0px 0px 0px 200px;
	height:590px;
	padding:0px 10px 0px 10px;
	border-right:solid 1px #FF0000;
}
h1, h2, h3 {
	color:#FF0000;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	clear:both;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
p {
	color:#A0A0A0;
	font-size:1.0em;
	margin-bottom:10px;
}
table, tr, th, td {
	color:#A0A0A0;
	font-size:1.0em;
	border:solid 1px #FF0000;
	border-collapse: collapse;
}
table {
	margin: 20px;
}
th, td {
	padding: 10px;
}
hr {
	color:#A0A0A0;
	background-color:#A0A0A0;
	height:1px;
	width:100%;
	margin-bottom:10px;
}
img {
	border:none;
}
ol, ul {
	color:#A0A0A0;
	font-size:1.0em;
	margin-bottom:10px;
}
li {
	color:#A0A0A0;
}
.listdecimal, .listdisc, .listcircle, .listnone {
	color:#A0A0A0;
	padding-left:30px;
	padding-right:30px;
	font-size:1.0em;
}
.listdecimal {
	list-style-type:decimal;
}
.listdisc {
	list-style-type:disc;
}
.listcircle {
	list-style-type:circle;
}
.listnone {
	list-style-type:none;
}

a:link {
	color:#A0A0A0;
	text-decoration:underline;
}
a:visited {
	color:#A0A0A0;
	text-decoration:underline;
}
a:focus {
	color:#A0A0A0;
	text-decoration:underline;
}
a:hover {
	color:#A0A0A0;
	text-decoration:underline;
}
a:active {
	color:#A0A0A0;
	text-decoration:underline;
}
.textleft, .textcenter, .textright, .textjustify {
	color:#A0A0A0;
	font-size:1.0em;
}
.textleft {
	text-align:left;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.textjustify {
	text-align:justify;
}

/* ----- Eigenschaften Menü linke Seite ----- */
#menue ul {
	font-size:1.1em;
	list-style-type:none;
	margin-top:20px;
}
#menue li {
	background-color:#000000;
	color:#A0A0A0;
	font-weight:bold;
	margin:0px 0px 3px 5px;
	padding:5px;
}
#menue a:link {
	color:#A0A0A0;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
}
#menue a:visited {
	color:#A0A0A0;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
}
#menue a:focus {
	color:#A0A0A0;
	font-weight:bold;
	text-decoration:underline;
	font-variant:small-caps;
}
#menue a:hover {
	color:#A0A0A0;
	font-weight:bold;
	text-decoration:underline;
	font-variant:small-caps;
}
#menue a:active {
	color:#A0A0A0;
	font-weight:bold;
	text-decoration:underline;
	font-variant:small-caps;
}
