@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color:#000000;
	margin-top: 10em;
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	
	
}
h1 {font-size:20px;}
div#title h1 {
	font-size:20px;
	margin:0px;
	float:right; 
	font-size:20px; 
	margin-top:70px;
}
h2 {
	font-size:16px;
	margin-botton: 3px;
}
h3 {font-size:13px;}
img {border:none;}
.klein {
	font-size: 0.8em;
	margin-top: 0px;
}


#title {
	width:600px;
	height:102px;
	margin-bottom: 10px;
}

#linie_left {
	float:left;
	width: 600px;
	background-image: url(images/linie_hor.gif);
	background-repeat: repeat-x;
	background-position: left 1em;
}
#naviOben {
	width:87%;
	text-align: right;
	float:right;
	background-image: url(images/linie_hor.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 1em;
	
}
#left {
	width:13%;
	min-height:25em;
	float:left;
	background-image: url(images/linie_vert.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#content {
	width:600px;
	float:right;
	font-size:1em;
	text-align:center;
}

.orange {
	color: #F6921A;
}
.grau {
	color: #B3B3B3;
}



a:link, a:visited
{
  text-decoration:underline;
  color:#000000;
}
a:active, a:hover
{
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}

#left a.menu:link, #left a.menu:visited
{
  text-decoration:none;
  font-size:1.3em;
  color:#000000;
}
#left a.menu:active, #left a.menu:hover
{
	text-decoration:none;
	font-size:15px;
	color:#000000;
	font-weight:bold;
}