@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ccc url(gfx/bg.jpg) repeat-x 0 0;
	color: #333;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.kartons {
	margin-right: 70px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.center {
	text-align: center;
}
p.verbaende {
	margin: 20px 0;
	text-align: center;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #183d8e;
	text-decoration: none;
}
#trust a,
#trust a:visited {
	color: #999;
	text-decoration: none;
}
#trust a:hover {
	color: #183d8e;
	text-decoration: none;
}
#content a,
#content a:visited,
#footer a,
#footer a:visited {
	border-bottom: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}
#content a:hover,
#footer a:hover {
	border-bottom: 1px solid #000;
	color: #183d8e;
	text-decoration: none;
}

/* Typo
----------------------------------------------- */
h1 {
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}
h2, h3, h4 {
	font-size: 1em;
	margin: 1.2em 0 .5em 0;
}
h3.haftungshead {
	margin-top: 25px;
}
h4.gesendet {
	font-size: 18px;
	margin-top: 25px;
}
p, address, blockquote {
	margin: 0 0 .67em 0;
}
#content fieldset p {
	margin: 0 0 0 12px;
}
#content #kundenform fieldset p {
	margin: 0 0 .67em 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 3px 0 1em 30px;
}
#content ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}
#content fieldset ul {
	margin: 0 0 0 30px;
}
#content ol {
	margin: 0 0 1em 25px;
}
#content ol li {
	padding: 0 0 10px 0;
}


/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: url(gfx/bg_wrapper.gif) no-repeat bottom left;
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 782px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: url(gfx/bg_header.jpg) no-repeat 0 0;
	float: left;
	height: 200px;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: right;
	width: 600px;
}
.logo {
	margin: 30px 35px 0 0;
}
#navigation {
	background: url(gfx/bg_navi.jpg) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 175px;
}
#trust {
	border: 1px solid #dfdfdf;
	color: #999;
	float: left;
	font-size: 1em;
	margin: 40px 0 25px 21px;
	padding: 10px 14px 0 14px;
	width: 104px;
	text-align: center;
}
#trust p {
	margin: 0 0 10px 0;
	padding: 0;
}
#container {
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	width: 600px;
}
#content {
	background: #fff url(gfx/bg_content.gif) repeat-x 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #fff;
	float: left;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	line-height: 1.5em;
	padding: 28px 20px;
	width: 558px;
	min-height: 420px;
	height: auto !important;  /*moderne Browser*/
	height: 420px;  /*IE*/
}
#box1,
#box2,
#box3 {
	float: left;
	margin: 0;
	padding: 0 7px;
	width: 171px;
	min-height: 420px;
	height: auto !important;  /*moderne Browser*/
	height: 420px;  /*IE*/
}
#box1 p,
#box2 p,
#box3 p {
	font-size: .9em;
}
#box1 {
	border-right: 1px solid #d0d0d0;
}
#box2 {
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #fff;
	width: 170px;
}
#box3 {
	border-left: 1px solid #fff;
}
.adrleft,
.adrright {
	float: left;
	margin: 0 5px 1em 0;
	padding: 0;
	width: 250px;
}
#thumbnails {
	line-height: normal !important;
}
ul#thumbnails {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	overflow: hidden;
}
ul#thumbnails li { 
	display: inline;
	margin: 0;
	padding: 0;
}
.thm {
	border: 1px solid #999;
	margin: 0 5px 5px 0;
}
#footer {
	background: #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	float: left;
	font-size: 1.1em;
	height: 63px;
	margin: 0;
	line-height: 1.67em;
	padding: 0;
	text-align: center;
	width: 599px; 
}
#footer p {
	margin: 13px 0 0 0;
	padding: 0;
}

/* Navigationen
-----------------------------------------------*/
#navigation ul {
	font-size: 1.2em;
	margin: 50px 8px 0 8px;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #d0d0d0;
	margin: 0;
	list-style: none;
	padding: 0;
}
#navigation li a,
#navigation li a:visited {
	color: #333;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	/*width: 100px;*/
}

html>body #navigation li a,
html>body #navigation li a:visited {
	width: auto;
}
#navigation li a:hover {
	color: #183d8e;
	text-decoration: none;
}
.current {
	font-weight: bold;
}

/* Formulare
----------------------------------------------- */
fieldset {
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 0 10px 5px 10px;
}	
legend {
	border: none;
	color: #ccc;
	padding: 10px 5px;
}
legend strong {
	color: #333;
}
label {
	cursor: pointer;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 125px;
}
input {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 270px;
}
input:hover
textarea:hover {
	border: 1px solid #333;
}
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 360px;
}
.button {
	cursor: pointer;
	margin-left: 135px;
}
/* Fehlermeldungen */
.fehler {
	color: #f00 !important;
	font-weight: bold !important;
}
.false {
	border: 1px solid red;
}
.false-ta {
	border: 1px solid red;
}
