html,body {
	margin:0px; 
	padding:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #000;
	color:#C0C0C0; 
	font-size:9pt;
	text-align:center;
	text-decoration:none;
	scrollbar-face-color:#E6E6E6; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#E6E6E6; 
	scrollbar-3Dlight-color:#888888; 
	scrollbar-arrow-color:#000000; 
	scrollbar-track-color:#FAFAFA; 
	scrollbar-darkshadow-color:#000000; 
	width:97%; /* sonst scrollbalken horizontal */
	vertical-align: middle;
}



/* Bereiche */
#container {
	width: 1000px;
	height:750px;
	padding:0px;
	margin: 0 auto 0 auto;
} 
.container_01 { background: url("../images/site/bg_01.jpg") no-repeat left top; }
.container_02 { background: url("../images/site/bg_02.jpg") no-repeat left top; }
.container_03 { background: url("../images/site/bg_03.jpg") no-repeat left top; }
.container_04 { background: url("../images/site/bg_04.jpg") no-repeat left top; }
.container_05 { background: url("../images/site/bg_05.jpg") no-repeat left top; }
.container_06 { background: url("../images/site/bg_06.jpg") no-repeat left top; }

#header {
	width:1000px;
	margin: 0 auto 0 auto;	
	text-align: right;
}

#inhalt, #inhalt_start {
	width:580px;
	/* height:630px; */
	height:510px;
	margin: 20px 0px 20px auto;
	padding:0px;
	text-align:left;
	overflow:auto;
}
#inhalt_start {
	text-align:center;
	width:1000px;
	height:670px;
	padding:0;
}

#newsletterbox {
	height:100px; 
	width:580px; 
	margin: 0px 0px 0px auto; 	
	background: url("../images/site/newsletterbox_new.jpg") no-repeat left top;
}

#footer {
	margin: 0 auto 0 auto;
	width: 1000px;
	height:20px;
	padding-top:2px;
	text-align:left;
	font-size:10px;
}



.zitatebox {
	background-color:#7F3906;
	width:525px;
	color:#FFFFFF;
	text-align:center;
}
.zitatebox_top {
	background: url("../images/site/zitatebox_top.jpg") no-repeat top ;
	height:10px;
}
.zitatebox_bottom {
	background: url("../images/site/zitatebox_bottom.jpg") no-repeat bottom ;
	height:10px;
}
.zitatebox_zitat {
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.1em;
}




.inhalt_index {
	text-align:center;
}


.form {
	font-size:8pt;
	border: 1px solid #EAEAEA;
	padding:1px;
	background-color:#F7ECCA;
}
.form_button {
	font:11px Arial, Helvetica;
	color:#ffffff;
	border: 1px solid #ffffff;
	background-color: #804000;
}





/* Guestbook */
#postit_container {
	margin-bottom:10px;
	margin-left:20px;
	width:490px;
	color:#000000;	
}
#postit_main {
	background-color:#FCE680;
	margin-left:12px;
	margin-right:3px;
	padding:15px 25px 0 40px;
	font-family:"courier new",courier,monospace;
}
#postit_bottom {
	background: url("../images/site/gb_postitbottom.jpg") no-repeat top ;
	text-align:right;
	background-color:#FCE680;
	height:94px;	
	padding:20px 15px 0 15px;
}




/*=== Termine ===*/
.termin_tag, .termin_progname, .termin_location {
	vertical-align:top;
}
.termin_tag {
	width:100px;
}
.termin_progname {
	width:120px;
}








/*=== Navigationsleiste ===*/
#navbar, #navbar_start {
	width:600px;
	margin: 11px 0px auto auto;
	padding-top:2px;
	padding-bottom:2px;
	text-align:right;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
} 
#navbar_start {
	width:1000px;
}
.link_nav {
	color:#F8F8F8;
	padding:2px;
	font-size:9pt;
	text-decoration:none;	
	border:none;
}
.link_nav:link, .link_nav:visited {
	color:#F8F8F8;
	text-decoration:none;
	border:none;
}
.link_nav:hover, .link_nav:active, .link_nav:focus {
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
	border:none;
}






/*=== Sonstige Links ===*/
.link01:link, .link01:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:95%;
}
.link01:hover, .link01:active, .link01:focus {
	text-decoration:none;
	border-bottom: 1px dotted #86171E;
}

.link02:link, .link02:visited, .link02:hover, .link02:active, .link02:focus { /* (Guestbook) */
	color:#000000;
	text-decoration:underline;
}

.link03:link, .link03:visited { /* (Zitate) */
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#ffffff;
	text-decoration:none;
}
.link03:hover, .link03:active, .link03:focus {
	color:#ffffff;
	text-decoration:underline;
}

.linkdiv:link, .linkdiv:visited, .linkdiv:hover, .linkdiv:active, .linkdiv:focus {
	color:#ffffff;
	text-decoration:none;
	cursor:hand;
}

a:link, a:visited {
	text-decoration:none;
	color:#ffffff;
}
a:hover, a:active, a:focus {
	text-decoration:underline;
}






/*=== Fehler/Erfolg ===*/
.fehler {
	background-color:#B40000;
	width:495px;
	color:#FFFFFF;
	text-align:center;
}
.fehler_top {
	background: url("../images/site/fehler_top.jpg") no-repeat top ;
	height:24px;
}
.fehler_bottom {
	background: url("../images/site/fehler_bottom.jpg") no-repeat bottom ;
	height:10px;
}
.erfolg {
	background-color:#02A33B;
	width:495px;
	color:#FFFFFF;
	text-align:center;
}
.erfolg_top {
	background: url("../images/site/erfolg_top.jpg") no-repeat top ;
	height:10px;
}
.erfolg_bottom {
	background: url("../images/site/erfolg_bottom.jpg") no-repeat bottom ;
	height:10px;
}








/*=== Allg. Tags ===*/
h1 {
	padding-top:10px;
	text-align:left;
	border-bottom:dotted #CCCCCC 1px;
	color:#CCCCCC;
	font-family:Tahoma,Arial,Verdana;
	font-weight:bold;
	font-size:14px;
	font-variant:small-caps;
	letter-spacing:0.2em;
}
h2 { /* Bio  */
	color:#CCCCCC;
	font-size:14px;
	font-variant:small-caps;
	letter-spacing:0.2em;
	margin: 20px 0 -12px 0;
}


/*=== Bilder ===*/
.newsbild, .progbild, .shopbild {
	border:1px solid #ffffff;
	float:right;
	margin:10px;
	margin-top:0px;
}
.framewhite {
	border:1px solid #FFFFFF;
}





/* Spamschutz in Formularen!!! */
#www {
	display:none;
}

