﻿/* ========== Allgemeine Einstellungen ========== */

/* pixelbreite für version1 - index.html */
#breite {
	width: 840px
}

/* prozentbreite für version2 - index2.html */
#breite2 {
	width: 80%
}
body
{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #0000FF;
	background-image: url(images/fvback.jpg);
	background-repeat: repeat-x;
	background-position: 50% 50%;
}

h2{ color:#940707;
margin-bottom:30px;
letter-spacing:2px;
font-family:georgia, arial, helvetica, verdana, tahoma, sans-serif;
font-size: 22px;
}

.haupt {
	border: 0px none #000;
}

/* farbige scrolleiste internet explorer ab vers.5.5 */
body
{
	scrollbar-arrow-color: #535353;
	scrollbar-base-color: #2d2d2d;
	scrollbar-highlight-color : #535353;
	scrollbar-shadow-color : #535353;
	SCROLLBAR-TRACK-COLOR: #202020;
	background-attachment: scroll;
}



/* ========== Kopfbereich ========== */

#top1 {
	height: 115px;
	background-color: #FF9933;
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#name {
	font-family: georgia,arial,tahoma,verdana,helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-variant: small-caps;
	letter-spacing: 10px;
	color: #333333;
}
#top2 {
	height: 250px;
	vertical-align: middle;
	text-align: center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-top-style: none;
	border-bottom-style: none;
}
#logo {
	color: #FF9900;
	background-color: #FFFFFF;
	font-family: georgia,arial, helvetica, tahoma ,verdana, sans-serif;
	font-size: medium;
	font-variant: normal;
	background-repeat: no-repeat;
	background-position: 50%;
	border-right: solid 1px #000;
	border-right-style: none;
	border-right-width: 5px;
}
#nav {
	padding: 0 0 0 10;
	text-align: center;
	vertical-align: middle;
	background-color: #C0C0C0;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 50% 0%;
}
#top3 {
	height: 40px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	width: 100%;
	vertical-align: middle;
	padding-left: 10px;

	background-image: none;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
}

/* ========== Mittelbereich ========== */

#textbox {
	height: 900px;
	background-color: #FFFFFF;
	text-align: justify;
	font-size: 17px;
	line-height: 20px;
	font-family: arial,tahoma,verdana,helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 80px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	background-image: none;
	background-attachment: scroll;
}


/* ========== Fussbereich ========== */

#fuss2 {
	height: 100px;
	color: 0;
	background-color: #FFFFFF;
	font-family: georgia,arial, helvetica, tahoma ,verdana, sans-serif;
	font-size: 0px;
	line-height: 10px;
	text-align: center;
	width: 100%;
	border-top: solid 1px #000;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 50% 100%;
	border-top-style: solid;
	border-width: 8px 0px 0px 0px;
	border-top-color: #FF9900;
	border-right-color: 0;
	border-bottom-color: 0;
	border-left-color: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#textbox {
	background-color: #FFFFFF;
	background-attachment: scroll;
	padding: 20px 20px 30px 20px;
	background: #FFFFFF scroll;
	background-position: center;
	height: 900px;
	text-align: justify;
	font-size: 17px;
	line-height: 20px;
	font-family: arial,tahoma,verdana,helvetica, sans-serif;
	color: #333333;
	width: 100%;
}
#nav {
	padding: 0 0 0 10;
	text-align: center;
	vertical-align: middle;
	background-color: #C0C0C0;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 50% 0%;
}

