/* -- ALLGEMEIN ---------------------- */
body {
	color:#cd7f32;
	background-color:black;
	font-family:"Georgia",serif;
}
h1 {
	text-align:center;
	font-size:1.8em;
}
h2 {
	font-size:1.3em;
	margin:0em 0em 1em 0em;
}
h3 {
	font-size:1em;
	margin:2em 0em 1em 0em;
}
h4 {
	font-size:1em;
	margin:0em;
}
p {
	margin:0em 0em 1em 0em;
}
a {
	color:red;
}
a:hover,a:active {
	color:white;
}
table, td, th {
	vertical-align:top;
	font-size:1em;
}
th {
	text-align:left;
}
img {
	border:none;
}
/* -- ALLGEMEIN II ------------------- */
@media all {
	#content {
		line-height:1.5em;
		padding:20px 20px 20px 40px;
		margin:0px;
	}
	#content h2, #content h3 {
		margin-left:-20px;
	}
	#content .floatleft {
		float:left;
		margin:0.5em 1em 0.5em 0em;
	}
	#content .floatright {
		float:right;
		margin:0.5em 0em 0.5em 1em;
	}
	blockquote, fieldset, .dia {
		border:1px solid #333;
		padding:0.5em;
		margin:0em 0em 1em 0em;
		background-color:#111;
	}
	.dia {
		text-align:center;
 	}
	blockquote p, .dia p {
		margin:0em;
	}
}
/* -- BILDSCHIRM --------------------- */
@media screen {
	body {
		/* original pattern by http://www.squidfingers.com */
		background:url(body.gif) fixed #111;
		margin:0em;
		padding:0em;
		text-align:center;
		scrollbar-base-color:black;
		scrollbar-arrow-color:red;
		font-size:0.9em;
	}
	#container {
		background:black;
		border:1px solid #444;
		width:400px;
		text-align:left;
		margin:0em auto;
	}
	#header {
		width:400px;
		height:60px;
		margin:0em;
		padding:0em;
		border-top:1px solid #444;
		border-bottom:1px solid #444;
		overflow:none;
	}
	#header span {
		display:none;
	}
	#navigation {
		float:left;
		position:relative;
		text-align:right;
		width:200px;
		margin:0px 0px 0px -220px;
		list-style:none;
		line-height:2em;
		padding:0em;
	}
	#navigation[id] {
		/* non-IE may use fixed navigation */
		position:fixed;
	}
	/* Navigation */
	#index #nav_index,
	#geschichte #nav_geschichte,
	#programm #nav_programm,
	#kontakt #nav_kontakt,
	#tour #nav_tour,
	#bilder #nav_bilder,
	#cd #nav_cd,
	#gaeste #nav_gaeste {
		text-decoration:none;
		color:#cd7f32;
	}
	#footer {
		color:#777;
		font-size:0.7em;
		padding:0em 20px 3em 20px;
		text-align:center;
	}
	#footer a {
		color:#777;
		text-decoration:none;
	}
	/* Formulare */
	input, textarea {
		margin-bottom:0.5em;
		width:320px;
	}
	input, textarea {
		color:white;
		font-size:0.9em;
		font-family:sans-serif;
		background:#333;
		border:1px solid #666;
		scrollbar-base-color:black;
		scrollbar-arrow-color:red;
	}
	label, small {
		font-size:0.7em;
	}
	button {
		cursor:pointer;
		color:red;
		background:#333;
		border:1px solid #555;
		line-height:1.3em;
	}
}
/* -- DRUCKER ---------------- */
@media print {
	body {
		color:black;
	}
	a {
		color:red;
	}
	#navigation, #footer, form {
		display:none;
	}
}
