body {
	background-color: #072f67;
	background-image: url('/img/kfa/layout/background_streifen.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#all {
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	margin-top: 10px;
	background-color: #ffffff;
	border: 1px solid #8e8e8e;
	height: 642px;
}

#logo { 
	width: 278px;
	height: 61px;
	position: relative;
	top: 32px;
	left: 43px;
}

#navigation {
	width: 152px;
	height: 300px;
	position: relative;
	left: 43px;
	top: 244px;
	
	background-image: url('/img/kfa/layout/navi_linie.gif');
	background-repeat: no-repeat;
	background-position: right;
	
	text-align: left;
	float: left;
}

#navigation ul {
	margin: 0;
	margin-top: 12px;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	margin-top: 5px;
}

#navigation ul li a {
	color: #000000;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #08438F;
}

#navigation ul li.unternavi, #navigation ul li.unternavi_active { 
	padding-left: 20px;
}

#navigation ul li.active, #navigation ul li.unternavi_active { 
	background-image: url('/img/kfa/layout/navi_linie_active.gif');
	background-repeat: no-repeat;
	background-position: right;
	color: #08438F;
}

#navigation ul li a.active { 
	color: #08438F;
}

#inhalt, #inhalt2 { 
	position: relative;
	width: 425px;
	height: 566px;
	top: -31px;
	left: 100px;
	overflow: auto;
	float: left;
}

#inhalt2 { 
	padding-top: 271px; 
	height: 281px;
}

#inhalt a, #inhalt2 a  {
	text-decoration: none;
	color: #08438F;
}


#inhalt ul, #inhalt2 ul {
	margin-left: -20px;
	list-style-image: url('/img/kfa/layout/bullet.gif');
}

#inhalt ul li, #inhalt2 ul li {
	margin-top: 0;
}

*+html #inhalt ul { 
	margin-left: 20px;
}

*+html #inhalt2 ul { 
	margin-left: 20px;
}

* html #inhalt ul { 
	margin-left: 20px;
}

* html #inhalt2 ul { 
	margin-left: 20px;
}

* html #inhalt2 { 
	padding-top: 255px;
}

*+html #inhalt2 { 
	padding-top: 255px;
}

#bild { 
	width: 150px;
	height: 150px;
	float: left;
	margin-top: 244px;
	margin-left: 55px;
}

#admin {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a.admin {
	text-decoration: none;
	color: #707070;
	border: 1px solid #c6c6c6;
	background-color: white;
	padding: 3px;
}

a.admin:hover {
	text-decoration: none;
	color: black;
	border: 1px solid #c6c6c6;
	background-color: #f8f8f9;
	padding: 3px;
}
