/* general definitions */

body {
	font: 0.833em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../pics/bgBody.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #424242;
}

a {
	color: #22538b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #22538b;
}

h1, h2, h3 ,h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.4em;
	color: #ce001e;
}

h2 {
	font-size: 1.3em;
	color: #ce001e;
}

h3 {
	font-size: 1.2em;
	color: #ce001e;
}

h4 {
	font-size: 1.1em;
	color: #ce001e;
}

/* @group access */

#accessibility {
	height: 0;
	display: none;
}

/* @end */

html {
	min-height: 100%;
	margin-bottom: 1px;
}

/* remove link line */

a:focus {
	outline: none;
}

/* @group minHeight */

html>body #wContent {
	min-height: 450px;
	height: auto !important;
	height: 450px;	
}

/*Mittels des html>body Selektors können wir nur die modernen Browser ansprechen. Wir setzen also zunächst die height auf auto zurück. Dannach können wir die min-height setzen.*/

/* @end */

/* @group clearing */
#wrap:after,
#navi:after,
#navi ul li:after,
#navi ul a:after,
#navi ul li a:after,
#breadcrumb:after,
#wContent:after,
#content:after,
#nRight:after,
#footer:after,
#serviceNav:after,
#validator:after,
#validator ul:after,
div.ditto_item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* spesific definitions */

/* @group layout */

#wrap {
	text-align: center;
	margin-right: auto;
	width: 840px;
	margin-left: auto;
	padding: 0;
	background: url(../pics/shadowBottom.jpg) repeat-y;
	margin-top: 20px;
	position: relative;
}

#wrapHelper {
	background: url(../pics/bgTop.jpg) no-repeat 0 top;
	width: 840px;
	margin: 0;
	padding: 0;
}

#wrapInner {
	width: 826px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: white url(../pics/sidebar.gif) repeat-y right;
}

#head {
	background: white url(../pics/header.jpg) no-repeat right top;
	height: 132px;
}

#logo {
	text-indent: -9999px;
	background: url(../pics/logo.gif) no-repeat 15px 15px;
	width: 218px;
	height: 115px;
	margin: 0;
	padding: 0;
}

#navi {
	background-color: #22538b;
	clear: both;
}

#breadcrumb {
	width: 550px;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	color: #48494d;
}

#content {
	width: 550px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
}

#nRight {
	float: right;
	width: 228px;
	padding-bottom: 20px;
}

#footer {
	background-color: #22538b;
	margin: 0;
	padding: 15px 0;
}

#footer a {
	color: white;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

p#address {
	color: white;
	margin-left: 20px;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

#serviceNav {
	float: right;
	padding-right: 20px;
	margin: 0;
}

#serviceNav li {
	display: inline;
	padding-left: 10px;
}

#validator a {
	color: #ccc;
	font-weight: normal;
	font-style: normal;
}

#validator {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background: url(../pics/shadowfooter.jpg) no-repeat 0 top;
	padding: 10px 0 0;
}

#validator ul {
	float: right;
	margin: 0;
	padding-left: 0;
	width: 215px;
}

#validator li {
	display: inline;
	margin: 0;
	padding-left: 10px;
}

#lSwitch {
	position: absolute;
	top: 140px;
	right: 26px;
}

#lSwitch img {
	border: 1px solid white;
	padding: 1px;
}



/* @end */

/* @group navi */

/* @group naviTop */

#navi ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#navi ul a {
	display: block;
	font-weight: bold;
	line-height: 2.3em;
	float: left;
	color: white;
	padding: 0 0.9em 0 1em;
}

#navi ul li {
	float: left;
}

#navi ul li.active a,
#navi ul li.active a:Link,
#navi ul li.active a:visited,
#navi ul li.active a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #7997b7;
}

#navi ul li a,
#navi ul li a:link,
#navi ul li a:visited,
#navi ul li a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#navi ul li a:hover {
	color: white;
	background-color: #7997b7;
}



/* @end */

/* @group navRight */

#nRight ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}

#nRight ul a {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#nRight ul ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

#nRight ul li a {
	padding: 0;
}

#nRight ul li.active ul li a {
	color: white;
}

#nRight ul li.active a {
	color: #1b4076;
}

#nRight ul li.active ul li.active a {
	color: #1b4076;
}



/* @end */



/* @end */

/* @group form */

#error {
	color: #e2001a;
}

fieldset.spam img {
	border: 1px solid #bfbfbf;
}

fieldset.address,
fieldset.comment,
fieldset.spam {
	border: 1px solid #bfbfbf;
	margin-bottom: 25px;
	padding: 10px;
}

legend {
	margin-left: -7px;
	padding-right: 5px;
	padding-left: 5px;
	color: #424242;
}

select#grund {
	width: 150px;
}

#content form dl dt {
	float: left;
	width: 210px;
}

input#fullname,
input#adresse,
input#ort,
input#telefon,
input#email,
textarea#mitteilung
 {
	width: 280px;
}



/* @end */

/* @group customCss */

img.imgProducts {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}



/* @end */

ul.thumbs li.displayLi {
	display: none;
}

/* @group newslisting */



/* @end */