/*
	angepasster Stil von oswd.org
	J. Leinen
	$Id: style.css,v 1.4 2005/06/03 21:36:35 Leinen Exp $
*/

body{
	background-color: #fff;
	position: absolute;
	left: 50%; top: 15px;
	width: 771px; height: auto;
	margin: 0 0 0 -385px; padding: 0;
	font: 1em verdana, arial, helvetica, sans-serif;
	color: #000;
}


/* The header at the top. */
#header{
	position: relative;
	left: 0px; top: 0px;
	width: 100%; height: 78px;
	text-align: left;
	vertical-align: middle;
	z-index: 2;
}

/* Styles the <h1> tag which is in the header div. */
#header h1{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 1.9em georgia, Times New Roman, serif;
 	background-repeat: no-repeat;
	z-index: 3;
}

/* Styles the word red (#word1) - works only with <h1> and <h2> and <p>. */
h1 .word1, h2 .word1, p .word1{
	color: #FF9933;
}

/* Styles the word black (#word2) - works only with <h1> and <h2> and <p>. */
h1 .word2, h2 .word2, p .word1{
	color: #006699;
}

/* Styles the menu-holder. */
#menu{
	position: absolute;
	left: 18px; top: 79px;
	width: 156px; 
	height: auto;
	padding: 1px 0 0 0;
	background-color: #fff;
	z-index: 1;
}

/* Styles the list holder. */
#menu ul{
	margin: 0 0 0 6px; padding: 0;
	list-style: none;
	font: 0.8em verdana, arial, helvetica, sans-serif;
	background-color: #ddd;
}

/* Styles each "list-item" (or "button") with the same style. */
#menu ul li{
	display: block;
	margin: 0 0 1px 1px; padding: 3px 3px 3px 3px;
	background-color: #fff;
}

/* Styles the link within the button. */
#menu ul li a{
	display: block;
	color: #006699;
	text-decoration: none;
}

/* Gives the link a hover-effect. */
#menu ul li a:hover{
	color: #FF9933;
}

/* styles paragraph under menu */
#menu p{
	font: 0.8em verdana, arial, helvetica, sans-serif;
	color: #006699;
}
	


/* Styles and positions the content-holder. */
#content{
	position: absolute;
	left: 174px; top: 79px;
	width: 596px; height: auto;
	background-color: #fff;
	border-left: 1px #ddd solid; border-top: 0px #ddd solid;
	padding-bottom: 4px;
	z-index: 1;
}

/* Styles the Header (<h2>). */
#content h2{
	display: block;
	font: 1.6em georgia, Times New Roman, serif;
	color:  #006699;
	margin: 1em 0 0 1em; padding: 0 0 .4em 0;
	border-bottom: 1px #ddd solid;
}

/* Styles the paragraphs (<p>) in #content. */
#content p{
	display: block;
	margin: .6em 1em 0 2.4em; padding: 0 0 .6em 0;
	font: .8em verdana, arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: .8em;
	line-height: 1.4em;
}

/* Styles the links within the #content. */
#content a{
	color: #006699;
	text-decoration: none;
	border-bottom: 1px #FF9933 solid;
}

/* Gives the links a hover effect. */
#content a:hover{
	color: #FF9933;
	text-decoration: none;
	border-bottom: none;
}

/* Styles the paragraphs (<p>) in #leseprobe. */
#leseprobe p{
	display: block;
	margin: 0 0 0 2.4em; padding: 0 0 0 0;
	font: .8em georgia, Times New Roman, serif;
	text-align: justify;
	text-indent: 1.0em;
	line-height: 1.7em;
}

/* Styles the class "zitat" in <p>  */
p .zitat{
	display: block;
	background-color: #ddd;
	margin: 0 5em 0 5em; padding: 0 1em 0 1em;
	font: 1em georgia, Times New Roman, serif;
	text-align: justify;
	text-indent: 0;
	line-height: 1.4em;
}

/* Styles the class "quelle" in <p> */
p .quelle{
	display: block;
	margin: -1em 5em 2em 5em; padding: 0 0 0 0;
	font: 1em verdana, arial, helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	text-indent: 0;
	line-height: 1.4em;
}

/* The footer. */
#footer{
	position: relative;
	width: 100%; height: auto;
	font: .6em verdana, arial, helvetica, sans-serif;
	color: #888;
	margin-top: 20px;
	padding: 5px;
	text-align: right;
	border-top: 1px #ddd solid;
}


/* Styles the <acronym> tag. */
acronym{
	border-bottom: 1px #000 dotted;
	cursor: help;
}

