/* ===================================
Stylesheet zur Formatierung am Bildschirm
Datei: bildschirm.css 
Datum: 2009-05-25
Autor: Dirk Warnack
=================================== */

/* ==============================================
   01 Allgemeine Einstellungen
   ============================================== */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana;
}

body {
	background-color: #a1a5a8;
	background-image: url(../images/background_side.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 945px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 25px;
}

/* Einstellungen Kopfbereich */
#kopf a {
	text-decoration: none;
	color: white;
	font-size: 11px;
}

/* Einstellungen Textbereich */
#textbereich {
margin-left: 280px;
margin-top: -20px;
}

#dl {
	font-size: 14px;
}

#dl a {
	text-decoration: none;
}

#dl a:link {
	color: #e02514;
}

#dl a:visited {
	color: #b92115;
}

#dl a:hover {
	text-decoration: underline;
}

#text {
	font-size: 14px;
	font-weight: bold;
}

#text a {
	text-decoration: none;
}

#text a:link {
	color: #e02514;
}

#text a:visited {
	color: #b92115;
}

#text a:hover {
	text-decoration: underline;
}

/* Einstellungen Fusszeile */
#fusszeile {
text-decoration: none;
	color: #414545;
	text-align: center;
	font-size: 60%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}

#fusszeile a {
	text-decoration: none;
}

#fusszeile a:link {
	color: #e02514;
}

#fusszeile a:visited {
	color: #b92115;
}

#fusszeile a:hover {
	text-decoration: underline;
}

/* ==============================================
   02 Einstellungen Navigationsbereich
   ============================================== */
ul#navigation {
margin: 10px;
font-family: Arial, Verdana;
width: 235px;
list-style: none;
border-bottom: 1px solid #c6c6c6;
font-size: 11px; 
font-weight: bold;
}

ul#navigation li {
border-top: 1px solid #c6c6c6;
}

ul#navigation li a {
display: block;
height: 22px;
width: 235px;
padding-top: 4px;
background: white;
text-decoration: none;
color: black;
}

ul#navigation li a:hover {
background-color:  	#f0f0f0;
}

ul#navigation strong {
   display: block; 
	height: 22px;
	width: 235px;
	padding-top: 4px;
   font-size: 11px; 
	font-weight: bold;
   text-decoration: none; 
   background-color: #f0f0f0; 
   color: black; 
}

/* ==============================================
   03 Patches für IE5.x und 6
   ============================================== */
/* IE 5.x und 6: hasLayout für Hyperlinks */ 
* html #navibereich ul, 
* html #navibereich a, 
* html #navibereich strong {
   height: 1%;  /* oder 1px oder irgendeinen anderen Wert */ 
}
/* Für IE 5.x (für IE 6 stört es nicht) */
* html #navibereich li {
   float: left; 
   width: 100%; 
}