/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		1.2
 * @date		2008-12-09
 */

/**
 * Allgemeine Formatierungen
 */
body {
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	line-height: 1.3em;
	color: #333;
	background: #e0e0e0;
}
.unsichtbar, hr, #navi h2 { display: none; }
.clear { clear: both; }

/**
 * Wrapper
 */
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #f8f8f8;
}
/*Wrapper fuer Gutschein*/
#wrapper2 {
	position: relative;
	width: 770px;
	margin: 10px auto;
	padding: 10px 0;
	background: #f8f8f8;
	text-align: center;
}
#wrapper2 a {
	color: #666;
	font-weight: bold;
}
#wrapper2 a:hover {
	color: #000;
	text-decoration: none;
}

/**
 * Kopfzeile
 */
#kopfzeile {
	width: auto;
	height: 70px;
	margin: 0;
	padding: 10px 0 25px 0;
	background: url(images/background/h1_back.jpg) left no-repeat #000;
}
#kopfzeile h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 70px;
}
#kopfzeile h1 a {
	display: block;
	height: 70px;
	width: 300px;
}

/**
 * Navigation
 */
#navi {
	width: auto;
	height: 1.8em;
	margin: 0;
	padding: 10px 0 10px 3px;
	position: relative;
	background: url(images/background/navi_back.jpg);
}
#navi ul {
	margin: 0 0 0 120px;
	padding: 0;
	line-height: 1.2em;
	list-style-type: none;
}
#navi ul li, #inhalt ul li {
	float: left;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
}
#navi ul li a {
	display: block;
	width: 107px;
	height: 20px;
	margin: 0 1px;
	padding: 2px 0 0 !important;
	padding: 5px 0 0;
	text-decoration: none;
	font-size: 1em;
	color: #f0f0cc;
	background: url(images/background/button.gif) left no-repeat;
}
#navi ul li a:hover {
	color: #000;
	background: url(images/background/button_hover.gif) left no-repeat;
}
#navi ul li span {
	display: block;
	width: 107px;
	height: 20px;
	margin: 0 1px;
	padding: 2px 0 0 !important;
	padding: 5px 0 0;
	font-size: 1em;
	color: #f0f0cc;
	background: url(images/background/button_hover.gif) left no-repeat;
}

/**
 * Inhalt
 */
#inhalt {
	width: auto;
	height: 256px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#inhalt ul {
	margin: 0 0 0 340px;
	padding: 0;
	line-height: 1.2em;
	list-style-type: none;
}
#inhalt ul.partner {
	width: auto;
}
#inhalt ul.partner li {
	float: none;
}
#inhalt ul.partner img {
	border: 1px solid #e5e5e5;
	float: left;
	margin-right: 1em;
}
#impressum #inhalt {
	width: auto;
	height: 256px;
	margin: 0;
	padding: 20px 10px;
	text-align: left;
}
#impressum #inhalt h1 {
	margin: 0;
	padding: 0 0 15px;
	font-size: 1.4em;
}
#impressum #inhalt h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 5px;
}
#impressum #inhalt p {
	margin: 0 0 1.2em;
}
#impressum #inhalt ul {
	margin: 0;
}
#impressum #inhalt ul li {
	font-style: normal;
	text-transform: none;
	margin-bottom: 10px;
	text-align: left;
}
#impressum #inhalt ul li a {
	color: #000;
	font-weight: bold;
	background: none;
}
#impressum #inhalt ul li a:hover {
	text-decoration: none;
}

/**
 * Fusszeile
 */
#fusszeile {
	width: auto;
	height: 7.5em;
	margin: 0;
	padding: 15px 10px;
	background-color: #000;
}
#fusszeile ul {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0 0 10px;
	list-style-type: none;
}
#fusszeile ul li {
	line-height: 1.4em;
}
#fusszeile ul li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#fusszeile ul li a:hover {
	color: #aaa;
}
#fusszeile p {
	margin: 0;
	color: #666;
}
#copyright {
	font-size: 0.9em;
}
#links {
	float: left;
}
#rechts {
	float: right;
}

/**
 * Login-Formular
 */
fieldset {
	width: 370px;
	margin: 0 auto;
	border: 1px solid #333;
	text-align: left;
	padding: 10px;
}
legend {
	font-weight: bold;
	padding: 0 5px;
	margin: 0 !important;
	margin: 0 0 10px;
}
label {
	width: 30%;
	float: left;
	margin: 0 10px 0 5px !important;
	margin: 0 10px 0 12px;
}
input#name, input#log {
	margin-bottom: 5px;
	width: 62% !important;
	width: 57%;
}
input#button {
	cursor: pointer;
	margin-left: 34% !important;
	margin-left: 135px;
}
