body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#e5e5e5;
	padding:0px;
	width:100%;
	font-size:16px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

/* hinweis: die schrift für den inhaltsbereich ändern sie weiter unten bei #inbox */


/* scrolleiste internet explorer ab vers.5.5 */

body {
	scrollbar-arrow-color:#A8A8A8;
	scrollbar-base-color:#F2F2F2;
	scrollbar-highlight-color:#A8A8A8;
	scrollbar-shadow-color:#f9f9f9;
	SCROLLBAR-TRACK-COLOR:#F9F9F9;
}

#main {
	text-align:center;
	border:solid 0px #000;
	margin:0px;
	width:100%;
}

/* ================ KOPFBEREICH ================ */

#main_top {
	width:0px;
	width:100%;
	background-image:url(../bilder/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#top {
	height:54px;
	text-align:right;
	padding-right:20px;
}

#top1 {
	height:297px;
	vertical-align:middle;
	text-align:center;
	color:#903;
	padding-top:20px
}

/* ================ INHALTSBEREICH ================ */

#main_inhalt {
	width:100%;
	height:1000px;
	background-image:url(../bilder/back_main.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

#inhalt {
	width:793px;
	height:100%;
}

#inbox {
	height:900px;
	padding-top:50px;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:40px;
	letter-spacing:0px;
	width:100%;
	vertical-align:top;
	text-align:left;
	font-size:15px;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#930;
}

/* überschriften */

h2 {
	font-family:"Trebuchet MS",arial, helvetica, tahoma ,verdana, sans-serif;
	font-style:italic;
	color:#fff;
	margin-bottom:18px;
	letter-spacing:0px;
	font-size:19px;
	border-bottom:solid 0px #746b64;
	padding-bottom:4px
}

#navbox {
	color:#fff;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	border-right:solid 0px #;
	border-left:solid 1px #;
	width:120px;
	vertical-align:top;
	text-align:center;
	padding-left:22px;
	padding-right:0px;
}

/* =============== FUSSBEREICH =============== */

#main_fuss {
	width:0px;
	width:100%;
	background-color:#e5e5e5;
}

#fuss {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	height:169px;
	text-align:center;
	vertical-align:middle;
	letter-spacing:6px;
	background-image:url(../bilder/fuss.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#fuss2 {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	height:89px;
	text-align:center;
	vertical-align:middle;
	background-color:#e5e5e5;
	background-image:url(../bilder/fuss2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

/* =============== NAVIGATION =============== */

/* allgemeine links im text */

a:link, a:visited, a:active { 
	font-size:15px;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
}

a:hover {
	background-color:#fff;
	color:#933;
	text-decoration:none
}

/* menue vertikal */

#menu1 a , #menu1 a:visited , #menu1 a:active {
	display:block;
	background-color:#960;
	color:#FFF;
	text-decoration:none ;
	text-align:left;
	width:180px;
	padding-left:20px;
	line-height:28px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	border-top:solid 0px #fff;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	font-style:normal;
}

#menu1 a:hover {
	background-color:#FC6;
	color:#fff;
	text-decoration:none;
	border-bottom:solid 1px #fff;
}

/* zweites menue ganz  unten */

#menu a, #menu a:visited , #menu a:active {
	display:block;
	color:#000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	margin-left:0px;
	margin-right:0px;
	height:34px;
	line-height:34px;
	text-align:center;
	background:transparent;
}

#menu a:hover {
	color:#000;
	text-decoration:underline;
	background:transparent;
}

.trenn2 {
	width:1px;
	color:#000
}