/*
 * Copyright © 2004/2005 Wilhelm Bühler
 * See http://www.de.buehler.net/impressum.html
 *
 * Author: Wilhelm Bühler
 * Created: 2004-06-26
 * Version: 2004-07-03T06:00
 */

/* Farben und Standard-Tags */

body {
	background: #000; 
	color: #000;
	font-family: Helvetica, sans-serif;
	line-height: 1.3;
	text-align: justify;
	}
h1, h2, h3, h4 {
	background: #999;
	color: #000;
	}
h1 {
	border-bottom: thin solid;
	border-left: thin solid;
	border-right: thin solid;
	line-height: 1;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: center;
	}
h1:first-line { /* bug in Konqueror 3.1 */
	border-bottom: none;		
	font-style: italic;
	}
h2 {
	border-left: thin solid;
	border-right: thin solid;
	clear: both;
	font-weight: bold;
	line-height: 1;
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-top: 1ex;
	text-align: center;
	/* text-transform: uppercase; */
}
h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 1.5em 1em 1em 0;
}
h3.subtitle {
	font-weight: normal;
	font-style: italic;
	margin: 1em;
	display: block;
	text-align: center;
}
h3.menu {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin: 1em;
	padding: 0.4em 0.5em 0.2em 0.5em;
	text-align: center;
}
h4 {
	border-top: thin dotted;
	display: block;
	font-size: 70%;
	font-style: italic;
	font-weight: lighter;
	margin: 1em;
	padding: 0.4em 0.5em 0.2em 0.5em;
	margin: 1.5em 1em 1em 0;
	margin: 0em 8px 0px 0px;
	text-align: right;
}
hr {
	background: #ccc;
	color: #000;
}
pre {
	text-align: left; /* für Safari 1.0b */
}		

ul, ol {
	padding-left: 0;
	margin-left: 1.5em; 
	}
img.right {
	float: right;
}
ul.menu { 
	list-style: none;
	padding-left: 1em;
	}
ul.links { 
	list-style: none;
	padding-left: 0em;
	}
li {
	padding-left: 0;
	margin-left: 0; 
}
p {
	margin-top: 1em;
	margin-bottom: 0;
}
dt {
	padding-left: 1.5em;
	font-weight: bold;
}
dd {
	padding-left: 4em;
	margin-left: 0;
}
a:link img, a:visited img {
  	border-style: none;
	}
a:link, a:visited, a:active {
	color: #000;
}
a:hover {
	background: #000;
	color: #ccc;
	/* outline: dashed #000;  */
}
a:hover * {			/* für Konqueror 3.1 */
	background: inherit 
}
p.center {
	text-align: center; 
}

.footer {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid #ccc;
	background-color: #ccc;
	padding:10px;
	text-align: center
	}

/* 
ideas from http://bluerobot.com/web/layouts/layout3.html
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
*/

.content {
	position:relative; /* "relative"  wegen z-index */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid #000;
	background-color: #ccc;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	} 

.werbung {
	position:relative; /* "relative"  wegen z-index */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid #000;
	background-color: #ccc;
	padding:10px;
	z-index:3; 
	}

div.top {
	position:relative; /* "relative"  wegen z-index */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid #ccc;
	background-color: #ccc;
	line-height: 0.8em;
	padding:5px;
	z-index:3; 
	font-size: 0.8em;
	text-align: right; 
	}

#menuLinks {
	position:absolute;
	width:160px;
	top:20px;
	left:20px;
	border:1px solid #000;
	background-color: #ccc;
	padding:10px;
	z-index:2;
	voice-family: "\"}\""; /* IE bricht hier ab und das ist gut so  */
	voice-family:inherit;
	width:128px;
	}
body>#menuLinks {width:128px;}
		
#menuRechts {
	position:absolute;
	width:200px;
	top:20px;
	right:20px;
	border:1px solid #000;
	background-color: #ccc;
	padding:10px;
	z-index:1;
	voice-family: "\"}\""; /* IE: the ugly brilliant hack. */
	voice-family:inherit;
	width:168px;
	}
body>#menuRechts {width:168px;} /* "be nice to Opera 5". */


