.invisible {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

/* Allgemein */
html, body {
	background-image: url(../images/bg_pix.gif);
	font-size: 10px;
	font-family: Verdana;
	color: #294111;
}
a {color: black; font-weight: bold; text-decoration: none;}
a:hover {color: green;}
#border {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 989px;
	height: 587px;
	border: 1px solid;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

/* Content */
#content {
	position: absolute;
	top: 190px;
	left: 290px;
	width: 530px;
	height: 390px;
	text-align: justify;
	overflow: auto;
}
h2 {
	color: #294111;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 1.5em;
}
.element {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
.element p {
	margin: 0px;
	padding: 0px;
}
/* Spalte Rechts */
#rechts {
	position: absolute;
	width: 150px;
	right: 5px;
	top: 190px;
	height: 370px;
}
#rechts .element {
	border: 1px dotted gray;
	padding: 5px;
}
/* Navigation */
#navigation {
	position: absolute;
	right: 5px;
	top: 125px;
	text-align: right;
}
#navigation ul {
	list-style-type: none;
	width: 900px;
}
#navigation ul li {
	display: inline;
	padding-left: 10px;
	font-size: 1.4em;
}
#navigation ul li ul {
	position: absolute;
	top: 30px;
	right: 0px;
	display: inline;
}
#navigation ul li ul li {
	display: inline;
	font-size: 0.8em;
}
#navigation ul li.act{
	color: yellow;
	font-weight: bold;
}
