html, body {
   background: #F2F3F3;
   color: #000000;
   font-size:0.85em;
   margin:0px;
   padding:0px;
   font-family: arial, sans-serif;
}
pre{
   font-family: arial, sans-serif;
}
h1 { text-align: center;}

#toplogo {
    background: #FFFFFF;
    height: 159.5px;
}
.style00 {font-size: 24px;}
.style0 {font-size: 20px;}
.style1 {font-size: 18px;}
.style2 {font-size: 14px;}
.style3 {
	color:#266AB3;
	font-size: 8px;
}

div.main {
   width: 1174px;
   background: url(images/bg_main.jpg);
   background-repeat: repeat-y;
   margin: 0px auto;
}
div.page {
   width: 1102px;
   background: url(images/blue.jpg);
   background-repeat: no-repeat;
   height: 100%;
   margin: 0px auto;
   border: 1px solid #000000;
   min-height: 600px;
}
#right {
	float: right;
	margin-right: 420px;
}

#navi {
	background: #FFFFFF;
    padding: 0px;
	margin: 0px 209px;
	height: 44px;
	border: 1px solid black;
}
p.faq { color:#266AB3; }

ul, p {
	padding: 0px;
	margin: 0px;
}
ul.in {
	margin-left: 50px;
	list-style-type: square;
}
ul.square {list-style-image:url(images/square.jpg)}

li.top {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-weight:bold;
}
li.focus {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    background: url(images/einleitung.jpg);
    background-size: 100% 100%;
    font-weight:bold;
}
div.einleitung {
	height: 95px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
p.label {
	padding: 0px 50px 0px 0px;
	margin: 0px;
}
div.label2 {
	margin: auto;
	width: 670px;
}

thead {background-image:url(images/navi_blue.jpg);}

img.pfeil {
	width: 50px;
	margin-left: 310px;
}

img.pfeile2{
	width: 50px;
}
img.pfeile3{
	width: 50px;
	margin-left: 130px;
}
hr {width: 100%;}

a {border:none;}

a:link {
	text-decoration:none;
	color:#266AB3;
}
a:visited {
	text-decoration:none;
	color: #006AB3;
}
a:hover {
	text-decoration:none;
	background-color:#E2E3E3;
	color: #006AB3;
}
a:active {
	text-decoration:none;
	background-color:#E2E3E3;
}
a:focus {
	text-decoration:none;
	background-color:#E2E3E3;
}

div.footer {
	width:60%;
	text-align: center;
	background-color:#E2E3E3;
	font-size:0.75em;
	margin: 5px auto;
	padding:10px;
}