/* @override http://localhost:8888/rauch/style.css */

body {
	font: 0.75em Verdana, Arial, sans-serif; /* 0.75em entspr. 12px */
	line-height: 1.5;
	background: url(images/titel/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}
#page {
	width: 1000px;
	margin: auto;
	background: url(images/links.png) no-repeat;
	position: relative;
	height: 740px;
}
h1 {
	background-image: url(images/rechts.jpg);
	width: 475px;
	height: 740px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	text-indent: -20em;
	overflow: hidden;
}
h2 {
	margin: 0;
	text-indent: -50em;
	overflow: hidden;
}
h3 {
	font-size: 1em;
}
p.logo {
	position: absolute;
	margin: 0;
	left: 0;
	width: 157px;
	height: 54px;
	background-image: url(images/rauchecke.gif);
	overflow: hidden;
	z-index: 100;
	top: 686px;
}
p.logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -20em;
}

/* @group spezifische Titel */

h2.t00login {
	background: url(images/titel/00login.gif) no-repeat;
	width: 110px;
	height: 27px;
}
h2.t01benutzerkonto {
	background: url(images/titel/01benutzerkonto.gif) no-repeat;
	width: 400px;
	height: 27px;
}
h2.t02passwort {
	background: url(images/titel/02passwort.gif) no-repeat;
	width: 400px;
	height: 27px;
}

/* @end */

#contents {
	width: 455px;
	height: 700px;
	padding: 5px 0px 5px 50px;
	overflow: auto;
	z-index: 50;
	margin-top: 2px;
}

input {
	padding: 1px;
	margin-right: 1px;
}

input.lang {
	border: none;
	width: 318px;
	height: 17px;
	background: url(images/textfelder/lang.gif) no-repeat;
}

input.langkurz {
	border: none;
	width: 231px;
	height: 17px;
	background: url(images/textfelder/langkurz.gif) no-repeat;
}

input.mittel {
	border: none;
	width: 158px;
	height: 17px;
	background: url(images/textfelder/mittel.gif) no-repeat;
}

input.kurz {
	border: none;
	width: 68px;
	height: 17px;
	background: url(images/textfelder/kurz.gif) no-repeat;
}
/*
input.button {
	background-image: url(images/textfelder/buttonl.gif);
	height: 18px;
	max-width: 500px;
	border: none;
	border-right: 1px solid #000;
	font-size: 1em;
	padding: 0 10px 2px;
}*/

input.button {
	height: 19px;
	max-width: 500px;
	font-size: 0.9em;
	padding: 0 10px 2px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc6600;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 133px;
	text-transform: uppercase;
}
input.buttonlang {
	height: 19px;
	max-width: 500px;
	font-size: 0.8em;
	padding: 0 10px 2px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc6600;
	background-image: url(images/buttonlang.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 238px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
input.button:active {
	padding: 0 9px 2px 11px;
}
.hinweis {
	font-size: 0.8em;
	color: #999999;
}


form {
	padding-bottom: 2px;
}
form.nopadding {
	padding-bottom: 0;
}

form dl {
}

form dl dt {
	margin-bottom: -1.615em;
	width: 11.5em;
	text-align: right;
	padding-left: 0px;
	font-size: 0.9em;
}
form dl dd {
	margin-left: 12em;
	padding: 0.1em 0;
	font-size: 0.9em;
}
form dl dt.required {
	background: no-repeat;
}
form dl dd.required {
}
form dl dd.error {
	background: #ffcbcb url(images/cross.png) no-repeat 1px 2px;
	padding-left: 20px;
	margin: 0.3em 0.3em 0.3em 12em;
	border: 0.1em solid #a80002;
}
form dl dd.warning {
	background: #ffdfbe url(images/error.png) no-repeat 1px 1px;
	padding-left: 20px;
	margin: 0.3em;
	border: 0.1em solid #ff8000;
}
.error {
	background: #ffcbcb url(images/cross.png) no-repeat 1px 2px;
	padding-left: 20px;
	margin: 0.3em 0em 0.3em 0.3em;
	border: 0.1em solid #a80002;
}

/* @group Index */

p.willkommen {
	background-image: url(images/willkommen.gif);
	width: 475px;
	height: 68px;
	text-indent: -30em;
	margin: 30px 0 40px -30px;
	left: 0px;
	position: relative;
	background-color: #3333FF;
}


form#konto_ja {
	padding: 0;
	border-bottom: 1px solid #000;
}
form#konto_ja, form#konto_nein {
	padding: 10px 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
}

/* @end */

/* @group save.php */

.preis {
	display: block;
	font-size: 3em;
	text-align: center;
	font-weight: normal;
}
.alterpreis {
	display: block;
	font-size: 1.5em;
	color: #999;
	text-decoration: line-through;
	text-align: center;
	font-weight: normal;
}

/* @end */
#pageWartung {
	width: 1000px;
	margin: auto;
	position: relative;
	height: 740px;
	background-image: url(images/wartung.jpg);
	background-repeat: no-repeat;
}
