/* Boxen */


#links {
position: absolute;
left: 0px;
top: 130px;
width:18%;
height: 400px;
padding-top: 20px;
background-color: #E6E6FA;
}


#rechts-oben
{
position: absolute;
right: 9%;
top: 0px;
}


#rechts {
position: absolute;
right: 0;
top: 130px;
width: 35%;
height: 400px;
padding-top: 20px;
background-color: #E6E6FA;
}


#mitte-text {
position: absolute;
left: 20%;
top: 144px;
width: 42%;
height: 100%;
padding: 18px;
}


#mitte-back {
position: absolute;
left: 20%;
top: 0px;
width: 45%;
height: 3000px;
background-color: #CCFFCC;
}


#footer {
border: solid 1px #000;
height: 60px;
margin: 0 5px 10px 5px;
background: #09c;
}

/* Ende Boxen */


/* Navigation */

#nav
{
	position: absolute;
	top: 150px;
	width: 20%;
	height: 333px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #FFE4B5;
	left: 0px;
}


#nav ul
{
padding-top: 25px;
padding-right: 20px;
margin-top: -11px;
list-style-type: none;
font: 12px/120% Verdana, sans-serif;
}


#nav a
{
font-size: 12px;
font-weight: normal;
}


#nav a:link
{
text-decoration: none;
color: #000066;
font-weight: normal;
}


#navlist a:visited
{
text-decoration: none;
color: #000099;
font-weight: normal;
}


#nav a:hover
{
text-decoration: none;
color: #FF0000;
font-weight: normal;
}

/* Ende Navigation */


/* Text */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.text-gr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Ende Text */