/*
 * Copyright © 2004/2007 Wilhelm Bühler
 * See http://wilhelm.buehler.de/impressum.html
 *
 * Author: Wilhelm Bühler
 * Created: 2004-07-01
 * Version: 2004-07-03T06:01
 */

/* Farben und Standard-Tags */

body {
	font-size: 11pt;
	font-family:'Times New Roman',Times,serif;
	background: transparent;
	color: black;
	text-align: justify;
	padding: 0em;
	margin: 0em;
	}
h1, h2, h3, h4, hr {
	background: transparent;
	color: black;
	}
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-bottom: thin solid;
	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;
}
pre {
	text-align: left; /* Safari 1.0b doesn't do this by default */
}		

ul, ol {
	padding-left: 0;
	margin-left: 1.5em; 
	}
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;
	text-align: left;
}
dd {
	padding-left: 4em;
	margin-left: 0;
}
a:link, a:visited, a:active, a:after, a:link:after  { 
	color: black;
	background-color:transparent; 
}

/* div.content a:visited:after {
 *	color: black;
 *	background-color:transparent;
 *	content: " (Link: " attr(href) ") "; 
 *}
 */

img a:visited:after {
	background-color:transparent;
}
p.noprint {
	display: none;
	}
p.center {
	text-align: center; 
}

.footer {
	border: none;
	background-color: transparent;
	margin: 0em;
	padding: 0em;
	text-align: center
	}

.content {
	border: none;
	width: 100%;
	background-color: transparent;
	color:black; 
	padding: 0em;
	margin: 0em;
	}


.werbung, div.top {
	display: none;
	}
#menuLinks {
	display: none;
	}

#menuRechts {
	display: none;
	}
