html, body {
	scrollbar-base-color: #008080;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #008080;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #C0C0C0;
}

body {
	color: black;
	background-color: #FFFFFF;
	font-size: 100.01%;
	font-family: Arial, tahoma, sans-serif, verdana;
	margin: 0;
	padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	background:#fff;
}

h1 {
	font-size: 1.5em;
	margin: 0.1em;
	padding: 1.5em 20em 1.5em 1.5em; /* Rechtes Pattern verhindert das Überschrift in die Grafik rutscht */
	text-align: left;
	border-bottom: 2px solid #008080;
	color: #008080;
	background:white url("http://www.lohn-info.de/logo.jpg") no-repeat right; /* H1 Element mit Hintergrundgrafik  */
}

ul#navigation {
	font-size: 0.83em;
	float: left;
	width: 12em;
	margin: 0 0 1.2em 0.5em;
	padding: 0;
}
ul#navigation li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	background:white;
	text-align:center;
}
ul#navigation li:hover {
	background:#fff;
	color:black;
}
ul#navigation li span { /* Gleiche Style Angaben wie HOVER Link */
	display: block;
	padding: 0.8em;
	text-decoration: none;
	text-align:left;
	background:#a0d3d4;
	color: #000000;
	text-decoration: none;
}
ul#navigation a {
	display: block;
	padding: 0.8em;
	text-decoration: none;
	text-align:left;
         background-color: #0b7b7c;
}
ul#navigation a:link {
	color: white;
	background-color: #0b7b7c;
}
ul#navigation a:visited {
	color: #ffffff;
}
ul#navigation a:hover {
	background:#a0d3d4;
	color: #000000;
	text-decoration: none;
}
ul#navigation a:active {
	color: white;
	background-color: #0b7b7c;
}

p#unternavi {
	background-color: #a0d3d4;
	padding: 0.5em;
	margin-top:0 !important;
}

p#unternavi a {
	font-size: 0.83em;
	padding: 0;
	text-decoration:none;
}

p#unternavi span {
	color: #FF0000;
}
p#unternavi a:link {
	color: #000000;
}
p#unternavi a:visited {
	color: #000000;
}
p#unternavi a:hover {
	text-decoration: underline;
}
p#unternavi a:active {
	color: white;
	background-color: gray;
}

div#Inhalt {
	margin: 0 0 1em 11em;
	padding: 1em 1em;
	background-color: white;
	border-left: 1px solid #008080;
}
* html div#Inhalt {
	height: 1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}
div#Inhalt h1 {
	font-size: 1.2em;
	color: #008080;
	margin: 0.2em 0;
	padding: 0;
	font-variant: small-caps;
	border: none;
}
div#Inhalt h2 {
	font-size: 1.2em;
	color: #008080;
	margin: 0.2em 0;
	font-variant: normal;
}
div#Inhalt h3 {
	font-size: 1.05em;
	color: #008080;
	margin: 0.2em 0;
	font-variant: normal;
}
div#Inhalt p {
	font-size: 1em;
	margin: 1em 0;
}

p#Fusszeile {
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0.1em;
	text-align: center;
	background-color: #008080;
	color:#fff;
}

p#Fusszeile a:link {
	color: #fff;
}

p#Fusszeile a:visited {
	color: #FFFFFF;
}

div#Inhalt p#pfad {
	font-size: 0.8em;
	background-color: #efefef;
	padding: 0.2em;
}

.pfadsage {
	background-color: #efefef;
	color: #008080;
}

table {
	empty-cells: hide;
}

caption {
	text-align: left;
	padding: 0 0 25px 0;
	font-weight: bold;
}

th, td {
	padding: 3px;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

th {
	background: #efefef;
	border: 1px solid #000000;
}

.zellerechts {
	text-align: right;
}

.zellemitte {
	text-align: center;
}

.fettfarbig {
	font-weight: bold;
	color: #008080;
}

.fett {
	font-weight: bold;
}

.kassentabelle th, .kassentabelle td {
	width: 400px;
}

.hervor tr:hover {
	background: #a0d3d4;
}

blockquote {
	font-style: italic;
	background: #E4E4E4;
}

.keinrahmen {
	border-style: none;
}


/*
	Styling Slider
*/
div#Inhalt .slider{
	border:1px solid #008080;
	width:600px;
	height:200px;
	overflow:hidden;
	margin-bottom:20px;
	padding-left:40px;
	margin-top:20px;
	margin-left:20px;
}
div#Inhalt .slider .slider_icon{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url("slider/li_icon.png") no-repeat;
	z-index: 10;
	margin-left: -50px;
	margin-top: -10px;
}
div#Inhalt .slider .itemcontainer{
	overflow:hidden;
	width:560px;
	height:200px;
}
div#Inhalt .slider .itemwrap{
	position:relative;
	left:0;
	width:auto;
}
div#Inhalt .slider .item{
	width:258px;
	height:200px;
	float:left;
	padding:0 10px;
	border:1px solid #999;
	border-top:none;
	border-right:none;
}
div#Inhalt .slider .item:hover{
	background:#efefef;
}
div#Inhalt .slider .item h2{
	font-size:1em;
	background:#a0d3d4;
	padding:.5em;
}
div#Inhalt .slider .arrow.left{
	position: absolute;
	height: 45px;
	width: 45px;
	margin-top: 70px;
	margin-left: -45px;
	background: url("slider/arrow_sprite.png") no-repeat top left;
	cursor:pointer;
	z-index: 100;
}
div#Inhalt .slider .arrow.right{
	position: absolute;
	height: 45px;
	width: 45px;
	margin-top: 70px;
	margin-left: 560px;
	background: url("slider/arrow_sprite.png") no-repeat top right;
	cursor:pointer;
	z-index: 100;
}