html, body, textarea {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}
html, body {
	background-color: #BFC4C4;
}
textarea {
	background-color: #FFFFFF;
}
strong { 
font-weight: bold; 
}
em { 
font-style: italic; 
}
hr {
	width: 100%;
	noshade: noshade;
	color: #CCCCCC;
	border: thin solid;
	padding: 0;
	size: 0;
}
ul {
	list-style: circle;
	padding-left:20px;
	line-height:160%;
}
.underline {
text-decoration:underline;
}
.textkasten-bg {
	background-color: #FFFFFF;
	border-style: solid;
	border-width:1px;
	border-color: #CCCCCC;
	padding: 6px; 
}

a:link {
	color: #AE2815;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #AE2815;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #AE2815;
 	text-decoration: underline; 
 	font-weight: bold;
}
a:active {
	color: #AE2815;
	text-decoration: underline;
	font-weight: bold;
}


.navi-a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navi-a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navi-a:hover {
	color: #FFFF00;
 	text-decoration: underline; 
 	font-weight: bold;
}
.navi-a:active {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}


h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #176BA0;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	background-color: #DDE2E2;
}
h4 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #176BA0;
}
h5 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #3399CC;
}
h6 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	background-color: #BFC4C4;
}
.kleinschrift {
	font-size: 7pt;
	font-weight: normal;
	line-height: 150%;
}

#titelbalken-oben {
	position:absolute;
	left:15px;
	top:12px;
	width:950px;
	height:100px;
	z-index:3;
	background-color: #666666;
}
#balken-rechts {
	position:absolute;
	left:955px;
	top:12px;
	width:40px;
	height:605px;
	z-index:4;
	background-color: #AE2815;
}
#navi-links {
	position:absolute;
	left:15px;
	top:108px;
	width:184px;
	height:490px;
	z-index:1;
	background-color: #4B4F48;
	padding-top:20px;
}
#balken-links {
	position:absolute;
	left:8px;
	top:12px;
	width:16px;
	height:606px;
	z-index:0;
	background-color: #AE2815;
}
#inhalt-mitte {
	position:absolute;
	left:206px;
	top:118px;
	width:703px;
	height:459px;
	z-index:2;
	background-color: #FFFFFF;
	padding:20px;
	overflow: scroll;
}
#start-links {
	position:absolute;
	left:15px;
	top:112px;
	width:475px;
	height:470px;
	z-index:0;
	background-color: #4B4F48;
}
#start-rechts {
	position:absolute;
	left:490px;
	top:112px;
	width:475px;
	height:470px;
	z-index:0;
	background-color: #AE2815;
}
/*
#sprachauswahl {
	position:absolute;
	left:849px;
	top:78px;
	width:98px;
	height:26px;
	z-index:5;
}
*/

#navicontainer { margin-left: 0; }
#navicontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navicontainer li { margin: 0 0 0px 0; }
#navicontainer a
{
display: block;
padding: 8px;
width: 168px;
color: #FFFFFF;
background-color: #4B4F48;
font-weight: bold;
text-decoration: none;
}
#navicontainer a:hover
{
	color: #FFFF00;
	background-color: #3C3D3B;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(images/layout/navilink.gif);
	background-repeat: no-repeat;
	background-position: left;
}
