/***************************************************************************
 *                           		   style.css
 *                            -------------------
 *   date                 : Tuesday, 2007/08/28
 *   copyright            : (C) 2007 Markus Partheymueller
 *   email                : info@klee-parthy.de
 *
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *  Urheberrecht und Nutzungsrecht verbleiben bei Markus Partheymueller, 
 *	Vervielfaeltigung sowie kommerzielle und
 *  nicht-kommerzielle Verbreitung verstossen gegen das Gesetz und werden
 *  zivilrechtlich verfolgt.
 *  Haben Sie dieses Script nicht kaeuflich erworben, so haben Sie vermut-
 *  lich eine Raubkopie erhalten. In diesem Fall wenden Sie sich bitte an
 *  anti-piracy@klee-parthy.de.
 *  Erworbene Lizenzen duerfen nicht vervielfaeltigt werden und berechtigen
 *  nur zur Nutzung von genau einem Exemplar.
 * 
 *  Copyright remains at Markus Partheymueller.
 *  Copying and redistributing is not allowed without permission by us.
 *  If you didn't pay for this copy, please contact anti-piracy@klee-parthy.de
 * 
 ***************************************************************************/

* {
	margin:0;
	padding:0;
}

body,html {
	width:100%;
	height:100%;
}

html {
	background-color:#a0a0a0;
}

body {
	font-family:Verdana,serif;
	font-size:0.8em;
	line-height:1.2em;
}

/* OVERALL PAGE LAYOUT */
div#page {
	width:750px;
	margin:0 auto;
	background-color:#fff;
}

#content {
	width:732px;
	margin:0 auto;
	padding:0.5em;
}

a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a img {
	border:0;
}

/* HEADER, NAVIGATION */

h1#header {

	height:70px;
	display:block;
	border-bottom:8px solid #5a637b;
	border-top:8px solid #5a637b;
/*	border-left:8px solid #a0a0a0;
	border-right:8px solid #a0a0a0;*/
	color:#22385b;
	line-height:70px;
	font-family:"Trebuchet MS", sans-serif;
}

#header span#title {
	color:white;
	font-size:12pt;
	position:relative;
	top:47px;
	left:15px;
	font-style:italic;
}

html>body #logo_header {
	position:relative;
	top:15px;
	left:230px;
}

* html #logo_header {
	position:relative;
	top:15px;
	left:150px;
}

*+html #logo_header {
	position:absolute;
	margin-bottom:10px;
}

*:first-child+html #header {
	line-height:30px;
}

ul#navi {
	list-style-type:none;
	height:25px;
	line-height:20px;
	background-color:#5a637b;
	padding-left:0.7em;
	border-top:1px solid #fff;
	color:#fff;
}

#navi li {
	display:block;
	float:left;
	margin-right:3px;
}

#navi li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:100%;
	text-align:center;
}

#navi li a:hover, #navi li.active {
	border-top:3px solid #fff;
	position:relative;
	bottom:3px;
}

* html li.active {
	bottom:0;
}

ul#subnavi {
	list-style-type:none;
	margin:0 auto;
	margin-top:3em;
	border-top:1px solid #a0a0a0;
	width:700px;
	height:40px;
	line-height:40px;
	font-family:Verdana,sans-serif;
	font-size:0.85em;
}

#subnavi li {
	display:block;
	float:left;
	margin-left:5px;
	line-height:20px;
	text-align:center;
	height:40px;
}

#subnavi a:hover {
	background-color:#e5e5e5;
}

#subnavi li a {
	color:#008;
	display:block;
	height:100%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

#subnavi li.active {
	background-color:#e5e5e5;
}

#subnavi li#clear {width:0;}

/* TEXT */

p {
	padding:7px;
	margin-bottom:0.5em;
	line-height:18px;
	text-align:justify;
}

p.indent {
	text-indent:1em;
}

html>/**/body small {
	line-height:6px;
}

h2 {
	margin:0.8em 0;
	padding-bottom:0.4em;
	border-bottom:2px dotted #a0a0a0;
	text-align:left;
	font-family:"Trebuchet MS", sans-serif;
}

h3 {
	text-align:center;
	font-size:11pt;
	margin:0.6em 0;
}

h4 {
	font-style:italic;
	font-size:10pt;
	margin:0.4em 0;
}


/* FOOTER */

br.clear, li.clear {
	clear:both;
	height:0;
}

#footer {
	height:25px;
	line-height:25px;
	color:#fff;
	padding:0 0.5em;
	background-color:#5a637b;
}

#footer a {
	color:#fff;
}

/* ADMIN */

div.preview {
	width:730px;
	border:1px solid #000;
}
