body {
	margin: 0px;
	padding: 0px;
	scrollbar-shadow-color: #FFF;
	scrollbar-face-color: #99CC66;
	scrollbar-base-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #FFF;
	text-align: center; /* Zentriert die Seite für alten Browser */
	background: #FFFFCC;
	height: 101%; /* Um Mozila-Zucken wegen Scrollbalken zu vermeiden! */
}

body, table, td {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
}

a {
	text-decoration: underline;
	color: #FFF;
}
a:hover { text-decoration: none; }

em { color: #363636; }

/*-------------*/
/*  ALLGEMEINE */
/*-------------*/
#container {
    text-align: left;    /* Seiteninhalt links ausrichten */
    margin: 0px auto;      /* Zentriert die Seite für neuen Browser */
    width: 800px;
	height: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #9C6;
}

#head {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFF;
}

#headImg {
	visibility: hidden;
	filter: revealtrans(duration=2.0, transition=0);
}

#title {
	text-align: center;
	height: 80px;
}

#inhalt { 
	padding: 0px 40px 30px 40px; 
	text-align: justify; 
}

#archiv {
	width: 100%;
	border: 0px;
}
#archiv td {
	font: bold 14px "Courier New", Courier, monospace;
	/*color: #FFF;*/
	width: 33%;
	text-align: center;
	vertical-align: top;
}
#archiv td.text { padding-bottom: 30px; }
#archiv td.title { 
	padding-bottom: 30px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0;
	text-align: left;
	padding-left: 20px;
}

#zitat {
	padding: 30px 120px;
	font-weight: bold;
	line-height: 20px;
	text-align: justify; 
}

#kontakt {
	padding: 30px 100px;
	color: #FF0;
}
#kontakt a { text-decoration: underline; }
#kontakt a:hover { color: #FF0; }

#footer {
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/*-------*/
/*  MENU */
/*-------*/
#nav {
	position: absolute;
	visibility: hidden;
	top: 186px;
	left: 101px;
	width: 88px;
	margin-left: 20px;
	z-index: 2;
	letter-spacing: 1px;
	font-size: 10px;
	text-align: left; 
}
#nav span {
	display: block;
	padding-left: 16px;
}
#nav span.inaktiv {
	height: 17px;
	color: #000;
	cursor: default;
	background: url(../images/arrow.gif) no-repeat;
}
:root #nav span.inaktiv { background: url(../images/arrow.gif) no-repeat left center; }
#nav span.aktiv:first-letter, #nav span.inaktiv:first-letter {
	font-weight: bold;
	font-size: 13px;
}
#nav a {
	display: block;
	height: 17px;
	color: #666;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
	background: url(../images/arrow.gif) no-repeat;
}
:root #nav a:hover { background: url(../images/arrow.gif) no-repeat left center; }

/*------------------*/
/*     Diverse      */
/*------------------*/
ul li, ol li { padding-bottom: 5px; }
blockquote,  blockquote p { margin-top: -8px; }
img { border: 0px; }
img.right { margin-left: 30px; }
img.right2 { margin-right: 130px; }
.italic { font-style: italic; }
.fett { font-weight: bold; }
.gelb { color: #FF0; }
.white { color: #FFF; }
.big { 
	font-size: 20px; 
	padding-left: 25px; 
	line-height: 30px;
}
.underlined {
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
