/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 15px;
}
#kopf {
	height:100px;
}
#meldefenster {
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 4px;
	position:absolute;
	top:20px;
	left: 0px;
	height: 50px;
	padding-left:10px;
	background-color: #EEEEEE;
}
#meldefenster a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#meldefenster a:hover {
	text-decoration: none;
	color:#990000;
	font-weight: bold;
}
#inhalt a {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	border-bottom: 2px solid #BBBBBB;
}
#inhalt a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	border-bottom: 2px solid #000000;
}
.logobild {
	position:absolute;
	top: 10px;
	right: 5%;
	margin-right:0px;
}
/* Hauptnavigation */
#navi {
	margin-top:70px;
}
#navlist, #navlistfuss, #fuss form {
	height:20px;
	margin: 0;
	padding: 5px 0 5px 10px;
	background-image: url(../images/lr_neu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}

#navlist ul, #navlist li, #navlistfuss ul, #navlistfuss li {
	margin: 0;
	padding: 0;
	margin-right: 10px;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
/*	float: left; */
	line-height: 14px;
	text-decoration: none;
	color:#000000;
	padding-bottom: 1px;
	border-bottom: 2px solid #BBBBBB;
	font-weight: bold;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover, form a:hover, .inhaltlink:hover {
	border-bottom: 2px solid #000055;
	padding-bottom: 1px;
	background: transparent;
}
/* Formular */
form {
	z-index:0;
}
#formulartext {	
	position:relative;
	width: 110px;
	float: left;
	line-height: 20.5px;
}
input, select, textarea, checkbox {
	width: 200px;
	margin-bottom: 3px;
	padding: 0;
	border: 1px solid #DDDDDD;
	color: #000000;
	background-color: #EEEEEE;
	z-index:0;
}
.schalter {
	width: 20px;
}
textarea {
	width: 350px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.formlink{
	font-size: 100%;
}
.eingabefehler {
	background-color:#336699;
	color:#FFFFFF;
	font-weight: bold;
}/* Hauptinhalt */
#inhalt {
	margin-top: 0;
	margin-left:10px;
	background-color:#FFFFFF;
	position:relative;
}
#inhalt ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.gruppe {
	color:#000000;
	background-color:#CCCCCC;
	display:block;
	margin-left: 1px;
	font-weight: bold;
}
#inhalt ul li {
	width: 250px;
}
.untergruppe {
	width: 550px;
}
#inhalt ul a {
	text-decoration: none;
	color:#000000;
	background-color:#EFEFEF;
	margin-top: 1px;	
	padding-left: 4px;
	display:block;
	font-weight: normal;
	border:none;
}
#inhalt ul a:hover {
	color:#FFFFFF;
	background-color:#336699;
	font-weight: normal;
	border:none;
}
/* allgemeine Textformatierungen */
.text-head2 {
	font-weight:bold;
	font-size: 140%;
	color: #333333;
}
.text-head {
	font-weight:bold;
	font-size: 120%;
	color: #333333;
}
.text-fett {
	font-weight:bold;
}
.text-fett-kursiv {
	font-weight:bold;
	font-style: italic;
}
.text-underline {
	text-decoration: underline;
}
/* Seitenfuß */
#fuss a {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #BBBBBB;
}
#fuss form a:hover {
	cursor:help;
}
#fuss a:hover {
	border-bottom: 2px solid #000000;
	color:#000000;
}
#navlistfuss {
	font-size:10px;
	font-weight:normal;
}
#navlistfuss a:link, #navlistfuss a:visited {
	text-decoration: none;
	color:#000000;
	padding-bottom: 1px;
}
/* Hauptbild */
#startbild {
	position:relative;
	right: 5%;
	top: 10px;
	border: 1px solid #CCCCCC;
	float:right;
	margin-left: 20px;
}
.artikelbild {
	border: 1px solid #CCCCCC;
}
#artikelanzeige {
	width:60%;
}
option, select {
	width:450px;
}

#anrede {
	width:200px;
}
