/*	Joachim Ulbrich Service 	*/
/*	Munich 05/2007			*/
/*	http://www.jus21.de.de/		*/
/*	style.css -- v0.1		*/


* {
	margin: 0px;
	padding:0px;
}


html {
	min-height: 100.05%;
}


body {
	color: black;
	background:#c8c8c8 url(../pix/bk_site.jpg) repeat-x;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
}


div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 800px;
	padding: 0;
	background: #c8c8c8 url(../pix/bk.jpg) repeat-y;
}


h1 {
	text-align: center;
	height: 300px;
	background: #fed url(../pix/top.jpg) no-repeat 100% 45%
}

h1 span {
	display:none
}


ul#Navigation {
	font-family:'Courier New', monospace;
	font-size: 16px;
	float: left;
	width: 200px;
	margin: 0 0 1.2em;
	padding: 0;
}

ul#Navigation li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
}

ul#Navigation p {
	color: #fe682d;
	background-color: black;
	padding: 0.2em;
}

ul#Navigation a {
	padding: 0.2em;
	text-decoration: none;
}

ul#Navigation a:link {
	color: white;
	background-color: black;
	text-decoration: none;
}

ul#Navigation a:visited {
	color: white;
	background-color: black;
	text-decoration: none;
}

ul#Navigation a:hover {
	color: #fe682d;
	background-color: black;
	text-decoration: none;
}

ul#Navigation a:active {
	color: #fe682d;
	background-color: black;
	text-decoration: none;
}


div#Inhalt {
	margin: 0 50px 100px 220px;
	padding: 0 1em;
	min-height: 350px;
	line-height: 1.2em;
}

* html div#Inhalt {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-bottom: 0;
}

div#Inhalt h2 {
	font-size: 16px;
	margin: 0.2em 0;
	color: gray;
	background-color: white;
}

div#Inhalt h3 {
	font-size: 16px;
	margin: 0.2em 0;
	color: gray;
	background-color: white;
}

div#Inhalt p {
	font-size: 14px;
	margin: 1em 0;
}

div#Inhalt a:link, div#Inhalt a:visited, div#Inhalt a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #f2682d;
	}

div#Inhalt img {
	float:left;
	margin: 0px 15px 25px 0;
}

div#Inhalt ul {
	list-style-type:circle;
	line-height:1.5em;
	margin: 1em 0 2em 2em;
}

div#Inhalt dl {
	list-style-type:circle;
	line-height:1.5em;
	margin: 0 0 0 3em;
}

#tabelle {
	width: 400px;
	padding: 0;
	margin: 0;
}

#tabelle caption {
	padding: 0 0 5px 0;
	width: 400px;	 
	font: italic 11px Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
}

#tabelle th {
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #910000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #d4d4d4;
}

#tabelle th.nobg {
	background: none;
}

#tabelle td {
	background: white;
	padding: 6px 6px 6px 12px;
	color: #000000;
}


#tabelle td.alt {
	background: white;
	color: black;
}

#tabelle th.spec {
	background: white;
	font: bold 10px Arial, Verdana, Helvetica, sans-serif;
}

#tabelle th.specalt {
	background: white;
	font: bold 10px Arial, Verdana, Helvetica, sans-serif;
	color: black;
}

#Fusszeile {
	margin-top:100px;
	clear: both;
	font-size: 10px;
	text-align: center;
	height: 30px;
	background: #fed url(../pix/bot.jpg) no-repeat;
	color: white;
}

#Fusszeile p {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}

#Fusszeile a:link, #Fusszeile a:visited, #Fusszeile a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #f2682d;
	}

img.link {
	border: none;
	margin-top: 25px;
	}

img.mitte {
	text-align: center;
	float: left;
	padding: 20px 110px;
	}
