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

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

/* prozentbreite für version2 - index2.html */
#breite2 {width:98%}

body
{margin-top: 20px; margin-left: 0px; margin-right: 0px;margin-bottom: 20px; background-color: #383838;
background-image:url(images/fvback.jpg);
background-repeat:repeat-x;
background-position:  50% 50%;
}

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

.haupt {
border:solid 1px #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;
}



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

#top1 {
	height:80px;
	background-color:#FFFF00;
	color:#000000;
	width:100%;
	vertical-align:middle;
	text-align:center;
	font-family: "Old English Text MT";
	font-size: 36px;
	line-height: 5px;
	padding-left:20px;
	background-image:url(images/leiste_schatten_ob.jpg);
	background-repeat:repeat-x;
	background-position:  50% 0%;
	font-weight: bold;
}

#name {
font-family: georgia,arial,tahoma,verdana,helvetica, sans-serif;
font-size: 17px;line-height: 20px;
font-variant:small-caps;
letter-spacing:10px;
color:#fff;
}

#top2 {
height:389px;
vertical-align:middle;
text-align:center;
border-top:solid 1px #000;
border-bottom:solid 1px #000;
}

#logo {
	color:#800000;
	background-color:#232323;
	font-family: georgia,arial, helvetica, tahoma ,verdana,  sans-serif;
	font-size: 22px;
	line-height: 20px;
	font-variant:small-caps;
	vertical-align:bottom;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:50px;
	background-image:url(images/park.jpg);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	border-right:solid 1px #232323;
}

#nav {
	padding: 0 0 0 20;
	text-align:justify;
	vertical-align:middle;
	background-color:#232323;

background-image:
background-repeat:repeat-x;
	background-position:  50% 0%;
}

#top3 {
	height:40px;
	background-color:#FFFF00;
	color:#56686D;
	width:100%;
	vertical-align:middle;
	padding-left:10px;
	border-bottom:solid 1px #000;
	background-image:url(images/leiste_schatten_ob.jpg);
	background-repeat:repeat-x;
	background-position:  50%  0%;
}

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

#textbox {
	height:900px;
	background-color:#232323;
	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%;

}


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

#fuss2 {
	height:80px;
	color:#000000;
	background-color:#FFFF00;
	font-family: georgia,arial, helvetica, tahoma ,verdana,  sans-serif;
	font-size: 14px;
	line-height:20px;
	text-align:center;
	width:100%;
	border-top:solid 1px #000;
	background-image:
	background-repeat:repeat-x;
	background-position:  50% 100%;
}

