/* Created by C.Ruppel */

#fenster
{
	width: 1200px;
	height: 853px;
	background-image:url(images/bg_k_trans.png);
	background-repeat:no-repeat;
	z-index: 1;
	margin: 10px auto auto auto;
	text-decoration:none;
}

#header
{
	padding-top: 290px;
}

#bereich
{
	width: 1200px;
	height: 563px;
	text-decoration:none;
}


#navigation
{
	width: 190px;
	height: 563px;
	padding-left:10px;
	/*padding-bottom: 20px;*/
	position: absolute;
	z-index: 2;
	/*left: 20px;*/
	top: 300px;
	text-decoration: none;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

#inhalt
{
	width: 1010px;
	height: 545px;
	padding-left: 190px;
	/*padding-right: 200px;*/
	position: absolute;
	/*left: 210px;*/
	top: 300px;
	text-decoration:none;
}

.text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
}

.ueberschriften
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
}
