/* Basics
-------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 0.75em/1.3em Verdana,sans-serif;
	background: #f1f1f1;
	}
#wrapper {
	width: 807px;
	margin: auto;
	background: #fff;
	position: relative;
	border-bottom: 3px solid #f1f1f1;
	text-align: left;
	}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
	}
.clearboth {
	clear: both;
	}
	
/* Text
-------------------------------------------------------- */
p {
	padding: 0;
	margin: 0;
	margin-bottom: 1.0em;
	}
h2 {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 0.5em;
	color: #e9640b;
	}
a:visited {
	color: #e9640b;
	}
a:link {
	color: #e9640b;
	}
a:hover {
	color: #999;
	}
a:active {
	color: #999;
	}
.rot {
	color: #f00;
	}
	
/* Head
-------------------------------------------------------- */
#head {
	height: 257px;
	overflow: hidden;
	background: url(../pictures/headerbild.jpg) no-repeat;
	text-indent: -9999px;
	}
	
/* Content
-------------------------------------------------------- */
#content {
	background: url(../pictures/back_text.jpg) 3px 0 no-repeat;
	width: 483px;
	margin: 0;
	margin-bottom: 50px;
	text-align: left;
	position: relative;
	}
	
#text {
	padding-left: 23px;
	padding-top: 17px;
	padding-right: 15px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	}
	
table.auflistung {
	border-top: 2px solid #fff;
	width: 480px;
	border-collapse: collapse;
	margin: 0;
	margin-left: 3px;
	font-size: 0.95em;
	}
table.auflistung tr {
	
	}
table.auflistung tr.blue {
	background: #deebf5;
	}
table.auflistung tr.grey {
	background: #f1f1f1;
	}
table.auflistung tr td.auflistung_bild {
	padding: 5px 2px;
	border-bottom: 2px solid #fff;
	text-align: center;
	}
table.auflistung tr td.auflistung_text {
	padding: 5px 8px;
	border-bottom: 2px solid #fff;
	}
table.auflistung tr td.border_right {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}

.ohnebild {
	height: 90px;
	}
	
.neupreis {
	font-weight: bold;
	color: #ff4800;
	}

img.medienbild {
	margin-right: 15px;
	margin-bottom: 15px;
	}
table.pressespiegel {
	margin: 0;
	padding: 0;
	border: none;
	}
table.pressespiegel td {
	padding-right: 15px;
	}
	
/* Sidebar
-------------------------------------------------------- */
#sidebar {
	width: 324px;
	height: 300px;
	position: absolute;
	top: 257px;
	left: 483px;
	text-align: left;
	background: url(../pictures/back_sidebar.jpg) no-repeat 3px 0;
	font-size: 1.15em;
	}
#sidebar ul {
	padding: 0;
	margin: 0;
	margin-left: 23px;
	margin-top: 17px;
	list-style-type: none;
	}
#sidebar ul li {
	padding-bottom: 8px;
	}
#sidebar ul li a {
	color: #000;
	text-decoration: none;
	}
#sidebar ul li a:hover {
	color: #e9640b;
	}
#sidebar ul li a.active {
	color: #e9640b;
	font-weight: bold;
	}
	
/* Warenkorb
-------------------------------------------------------- */
#sidebar #rahmen {
	margin-left: 23px;
	margin-top: 50px;
	margin-right: 30px;
	}
#sidebar #rahmen h2 {
	font-size: 0.9em;
	}
#sidebar #rahmen table {
	font-size: 0.8em;
	}
#sidebar #rahmen form {
	margin: 0;
	padding: 0;
	}
input.anzahl {
	width: 12px;
	font-size: 0.9em;
	padding: 3px;
	color: #666;
	}
input.aktualisieren {
	margin-left: 10px;
	border: none;
	width: auto;
	margin-top: 10px;
	background: #666;
	color: #fff;
	}
input.zurkasse {
	margin-left: 50px;
	border: none;
	width: auto;
	margin-top: 10px;
	background: #666;
	color: #fff;
	}
	
/* Footer
-------------------------------------------------------- */
#footer {
	width: 807px;
	margin: auto;
	}
#footer p {
	margin: 0;
	}
#footerborder {
	border: 2px solid #fff;
	padding: 10px;
	}
	
/* Rahmen Orange
-------------------------------------------------------- */
#rahmen {
	border: 1px solid #e9640b;
	padding-bottom: 10px;
	background: #fff;
	margin-bottom: 30px;
	}
h2.rahmentitel {
	color: #fff;
	background: #e9640b;
	padding: 5px 10px;
	border: 1px solid #fff;
	}
#rahmen table {
	margin-left: 8px;
	margin-right: 8px;
	border-collapse: collapse;
	font-size: 0.95em;
	}
#rahmen table th {
	padding: 0 5px;
	}
#rahmen table td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
	vertical-align: top;
	}
#rahmen table tr.blue {
	background: #deebf5;
	}
#rahmen table tr.grey {
	background: #f1f1f1;
	}

	
/* Formulare
-------------------------------------------------------- */
.kontaktformular {
	margin: 0;
	padding: 0;
	position: relative;
	}
.kontaktformular label {
	display: block;
	width: 120px;
	float: left;
	line-height: 1.5em;
	}
.kontaktformular input {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 3px;
	color: #666;
	width: 250px;
	}
.kontaktformular .zahl4stellig {
	width: 50px;
	margin-right: 5px;
	}
.kontaktformular .nebenzahl {
	width: 185px;
	}
.kontaktformular select {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	}
.kontaktformular textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	}
.kontaktformular .submit {
	width: auto;
	margin-top: 15px;
	margin-left: 120px;
	background: #666;
	color: #fff;
	}
.kontaktformular .submitRechts {
	width: auto;
	/*#position: absolute;*/
	margin-top: 15px;
	/*left: 320px;*/
	float: right;
	background: #666;
	color: #fff;
	}
.kontaktformular .zurueck {
	width: auto;
	margin-top: 15px;
	background: #666;
	color: #fff;
	}

.kontaktformular .zahl8stellig {
	width: 100px;
	}
.kontaktformular .zahl6stellig {
	width: 80px;
	}
.kontaktformular .submitEinloesen {
	position: absolute;
	width: auto;
	margin-left: 100px;
	background: #666;
	color: #fff;
	}
.kontaktformular .abschliessen {
	width: auto;
	margin-top: 15px;
	float: right;
	background: #666;
	color: #fff;
	}

.kontaktformular .check {
	width: auto;
	float: left;
	margin-right: 5px;
	border: none;
	}
.kontaktformular .labelcheck {
	width: auto;
	float: none;
	}
.kontaktformular #geschenkdatum {
	float: left;
	margin-right: 5px;
	width: 60px;
	font-size: 0.9em;
	}
	
h2.h2formular {
	clear: both;
	margin-top: 30px;
	}
p.geschenk_links {
	float: left;
	margin-right: 5px;
	}

/* UMFRAGE ---------- */
#umfrage p {
	clear: both;
	margin-bottom: 25px;
	}
#umfrage label {
	width: 240px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
input.umfrageradio {
	width: auto;
	}
.marginleft {
	margin-left: 30px;
	}
#anregungen {
	width: 370px;
	height: 100px;
	}

#captchabild {
	float: left;
	margin-right: 20px;
	}