@charset "UTF-8";
/* CSS Document */

*	{
	padding: 0;
	margin: 0;
}
html {
	height: 101%;
}
body {
	background: #FFF url(../02_bilder/b_bg01.jpg) repeat-y;
}
body, p, a	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
hr {
	margin: 25px 0 25px 0;
}
#bgtop	{
	position: fixed;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	background: #dd0000;
}
#navigation {
	position: fixed;
	z-index:5;
	left: 5px;
	top: 50px;
}
.inhalttext	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px 0 0;
}
.inhalttextrot	{
	font-family: Verdana, Geneva, sans-serif;
	color:#dd0000;
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
	padding: 0 10px 0 0;
}
ul.MenuBarVertical	a{
	font-style: italic;
}
.fett	{
	font-weight: bold;
}
.inhalttitle01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.inhalttitle02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.inhalttitle03 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.inhalt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	position:absolute;
	width:700px;
	z-index:1;
	left: 200px;
	top: 90px;
	padding: 0 10px 0 0;
}