html { height:100%; }

body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	background-color:#fff;
	font-size:12px;
	height:100%;
}

body *
{
	margin:0px;
	padding:0px;
}

h3 { margin-bottom:0.5em; }

a img { border:none; }

div#centersite
{
	width:950px;
	margin-left:-475px;
	position:relative;
	left:50%;
	padding-bottom:10px;
}

div#headerRow
{
	height:30px; padding:5px;
}

ul#headerMenu
{
	list-style-type:none; margin:0px;
	line-height:30px;
	float:left;
}

ul#headerMenu li
{
	float:left;
	margin-right:5px;
	font-size:11px;
	height:11px;
}

ul#headerMenu li a
{
	text-decoration:none;
	color:#9e9e9e;
	border-right:1px solid #9e9e9e;
	padding-right:5px;
}

ul#headerMenu li.last a
{
	border-right:none;
}


div#headerSearch
{
	height:30px;
	line-height:30px;
	margin-left:40px;
	float:left;
	font-size:11px;
	color:#9e9e9e;
}

div#headerSearch input#searchTerm
{
	font-size:11px;
	padding:2px 1px 0px 1px;
	margin-bottom:-1px;
	margin-left:5px;
	width:11em;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}

div#headerSearch input#searchbutton
{
	background-image:url(/images/search.gif);
	width:23px;
	height:18px;
	line-height:18px;
	font-size:1px;
	text-indent:-2000px;
	overflow:hidden;
	border:none;
	outline:none;
	position:relative;
	top:-2px;
	margin-left:5px;
}

div#header
{
	clear:both;
	position:relative;
}

div#headerSelection
{
	width:230px;
	position:absolute; right:20px; top:0px;
	padding:0px 10px 5px 10px;
	border-bottom:5px solid #9e9d97;
	background-color:#fff;
	z-index:80;
}

div#headerSelection h1
{
	text-indent:-3000px;
	overflow:hidden;
	font-size:0px;
	background-image:url(/images/dummylogo.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:75px;
}

div#headerSelection h1,
div#headerSelection div
{
	margin-bottom:4px;
	background-color:#e7e7e7;
	padding:4px 10px;
}
div#headerSelection div
{
	height:20px;
}

div#headerSelection div b
{
	display:block;
	line-height:20px;
}

div#headerSelection div label
{
	display:block;
	float:left;
	width:50px;
	line-height:20px;
}
div#headerSelection div select
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

div#headerSelection div select 
{
	width:160px;
}

div#headerSelection div select option
{
	padding:0px 1px 0px 5px;
}


ul#mainMenu
{
	border-top:3px solid #9b0000;
	padding-top:1px;
	list-style-type:none;
	background-color:#e7e4de;
	border-bottom:3px solid #ccc9c0;
	line-height:42px;
	height:12px;
	padding:15px 12px;
	margin-bottom:1px;
}

ul#mainMenu li
{
	padding:0px 14px;
	line-height:12px;
	height:12px;
	float:left;
	border-right:1px solid #c8c3ba;
	border-left:1px solid #fffcf6;
	position:relative;
	background-color:#e7e4de;
}

ul#mainMenu li.first
{
	border-left:0px none;
}

ul#mainMenu li.last
{
	border-right:0px none;
}

ul#mainMenu li a
{
	display:block;
	color:#8d8d8d;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 4px;
	font-weight:bold;
}

ul#mainMenu li.active > a
{
	color:#950000;
	padding-bottom:3px;
	border-bottom:3px solid #9d0707;
}


ul#mainMenu li ul
{
	display:none;
	position:absolute;
	left:-1px;
	top:100%;
	padding-top:15px;
	width:auto;
	min-width:100%;
	border-bottom:1px solid #c8c3ba;
	z-index:50;
}

ul#mainMenu li ul li
{
	display:block;
	width:100%;
	padding:5px 10px 5px 14px;
	border-bottom:1px solid #c8c3ba;
	height:auto;
}

ul#mainMenu li ul li.active a
{
	border:0px none;
	padding-bottom:0px;
}

ul#mainMenu li ul li a
{
	line-height:normal;
}

div#contentArea
{
	background-color:#e0e0e0;
	margin-bottom:1px;
	line-height:1.4em;
}

div.cleardiv
{
	clear:both;
}

div#contentAreaRegular
{
	float:left;
	padding:35px;
	width:610px;
}

div#footer
{
	padding:10px;
	line-height:1.5em;
	font-size:11px;
	color:#969696;
	text-align:center;
	border-top:3px solid #ccc9c1;
	background-image:url(/images/footer-bg.png);
	background-repeat:repeat-x;
	height:30px;
}

h2
{
	font-weight:bold;
	font-size:19px;
	color:#9b0000;
	text-transform:uppercase;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:2px solid #a09e99;
	background-image:url(/images/h2-bg.png);
	background-position:left bottom; background-repeat:no-repeat;
}

div#contentArea p
{
	margin-bottom:1em;
	line-height:1.4em;
}

div#contentArea a
{
	color:#333;
	text-decoration:none;
}
div#contentArea a:hover
{
	color:#000;
	border-bottom:1px solid #888;
}

img.thumbnail
{
	border:2px solid #fff;
	box-shadow:0px 0px 4px -1px #000;
	-moz-box-shadow:0px 0px 5px -1px #000;
	margin:0px 11px 11px 0px;
}

div.thumbnail-zoom-icon
{
	display:none;
	background-image:url(/images/zoom.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	width:16px;
	height:16px;
	position:absolute; bottom:11px;
	margin-right:2px;
	margin-bottom:2px;
	right:11px;
}

a.thumbnail-link { line-height:0px; position:relative; font-size:0px; }

a.thumbnail-link:hover div.thumbnail-zoom-icon
{
	display:block;
}

h2.light
{
	color:#535353;
}

div#contentAreaRight
{
	float:right;
	width:215px;
	padding:35px 35px 35px 20px;
}

div.thumbnail-float-left
{
	float:left;
	padding:0px 10px 5px 0px;
	background-color:#E0E0E0;
}

div.thumbnail-float-right
{
	float:right;
	padding:0px 0px 5px 10px;
	background-color:#E0E0E0;
}

div.contentimage-text
{
	font-size:11px;
	text-align:center;
	max-width:100%;
}

div.thumbnail-float-left img.thumbnail,
div.thumbnail-float-right img.thumbnail
{
	margin:0px;
}

a.thumbnail-link
{
	border:0px none !important;
}

div.thumbnail-float-left div.thumbnail-zoom-icon,
div.thumbnail-float-right div.thumbnail-zoom-icon
{
	right:0px;
	bottom:0px;
}

div.contentElement { margin-bottom:2em; }

div#contentAreaRegular ul,
div#contentAreaRegular ol { list-style-position:inside; margin-left:5px; }


table.dyn_formulare
{
	width:400px;
}

table.dyn_formulare th
{
	font-weight:normal;
	padding:0px;
	text-align:left;
	line-height:19px;
}

table.dyn_formulare td
{
	padding:0px 0px;
	font-size:12px;
	line-height:19px;
}

table.dyn_formulare td input.inputNormal,
table.dyn_formulare td textarea.textareaNormal,
table.dyn_formulare td input.inputButton  { border:1px solid #999; width:200px; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:1px 1px 1px 2px; }

table.dyn_formulare th,
table.dyn_formulare td { vertical-align:top; padding:3px 5px 3px 0px; }

table#markenTable { width:330px; float:left;  }
table#markenTable th { text-align:left; font-size:12px; padding:4px; border-bottom:1px solid #aaa; }
table#markenTable td { border-bottom:1px solid #ccc; padding:4px; }
table#markenTable td.red { color:#579100; font-weight:bold; }




form.serviceSelection div
{
	margin-bottom:5px;
	background-color:#e7e7e7;
	padding:4px 10px;
}
form.serviceSelection div
{
	height:20px;
}

form.serviceSelection div label
{
	display:block;
	float:left;
	width:50px;
	line-height:20px;
}
form.serviceSelection div select
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

form.serviceSelection div select 
{
	width:145px;
}

form.serviceSelection div select option
{
	padding:0px 1px 0px 5px;
}

img.serviceDetailImage { float:left; max-width:260px; margin-right:15px; }
