@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana;
	font-size: 12px;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;	
}

input
{
	font-family: Verdana;
}

select
{
	font-family: Verdana;
}

textarea
{
	font-family: Verdana;
}

#siteContainer
{
	width: 985px;
	margin: 0 auto;	
}

#topContainer
{
	width: 100%;
	height: 131px;
	overflow: hidden;
}

#bottomContainer
{
	margin-top: 34px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

#logoContainer
{
	width: 205px;
	height: 125px;
	overflow: hidden;
	float: left;
}

#newsletterContainer
{
	width: 226px;
	height: 125px;
	overflow: hidden;
	float: left;	
}

#menuContainer
{
	width: 554px;
	height: 131px;
	overflow: hidden;
	float: left;		
}

.objectRotatorContainer
{
	width: 100%;
	height: 386px;
	overflow: hidden;
	background-image: url('/gfx/objekt_background_01.jpg');
	background-repeat: no-repeat;
}
#topImageContainer
{
	width: 100%;
	height: 386px;
	overflow: hidden;
}
#contentContainer
{
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
}

#footer
{
	margin-left: 9px;
	margin-top: 7px;
	color: #535252;
	font-size: 12px;
}

.objectHeader
{
	font-size: 20px;
	color: #ffffff;
}

.objectTextInfo
{
	color: #ffffff;	
	font-size: 12px;
}

.objectTextTitle
{
	color: #ffffff;	
	font-size: 12px;
	font-weight: bold;
}

.boxLink:link, .boxLink:hover, .boxLink:active, .boxLink:visited
{
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.objectLink
{
	color: #ffffff;	
}
.salesText
{
	margin-bottom: 20px;
	color: #000000;
	font-size: 12px;
}
.factTitle
{
	margin-top: 10px;
	color: #000000;
}
.contactName
{
	font-size: 12px;
	color: #000000;
}
#contactContainer2, #contactContainer3
{
	margin-top: 10px;	
}
.blogInput
{
	border: 1px solid #e2e1e1;
	padding: 1px;
}

/*
Slider
*/
#slider ul, #slider li,	#slider2 ul, #slider2 li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider2
{
	margin-top: 1em;
}

#slider li, #slider2 li
{
	width: 985px;
	height: 386px;
	overflow: hidden; 
}	

#prevBtn, #nextBtn,	#slider1next, #slider1prev
{
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	left: -30px;
	top: 71px;
	z-index: 1000;
}	

#nextBtn, #slider1next
{
	left: 696px;
}														

#prevBtn a, #nextBtn a,	#slider1next a, #slider1prev a
{
	display: block;
	position: relative;
	width: 30px;
	height: 77px;
	background: url(../images/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a
{
	background :url(../images/btn_next.gif) no-repeat 0 0;	
}	
		
ol#controls
{
	margin: 1em 0;
	padding: 0;
	height: 28px;	
}

ol#controls li
{
	margin: 0 10px 0 0; 
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
}

ol#controls li a
{
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	background: #DAF3F8;
	color: #555;
	padding: 0 10px;
	text-decoration: none;
}

ol#controls li.current a
{
	background: #5DC9E1;
	color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus
{
	outline: none;
}

/*
MultiSelect
*/

a.multiSelect {
	background: #FFF url(/gfx/jquery/multiSelect/dropdown.blue.png) right center no-repeat;
	border: solid 1px #e2e1e1;
	padding-right: 20px;
	position: relative;
	cursor: default;
	text-decoration: none;
	color: black;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
}

a.multiSelect:link, a.multiSelect:visited, a.multiSelect:hover, a.multiSelect:active {
	color: #535252;
	text-decoration: none;
}

a.multiSelect span
{
	margin: 1px 0px 1px 3px;
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	white-space: nowrap;
}

a.multiSelect.hover {
	background-image: url(/gfx/jquery/multiSelect/dropdown.blue.hover.png);
}

a.multiSelect.active, 
a.multiSelect.focus {
	border: inset 1px #e2e1e1;
}

a.multiSelect.active {
	background-image: url(/gfx/jquery/multiSelect/dropdown.blue.active.png);
}

.multiSelectOptions {
	margin-top: -1px;
	overflow-y: auto;
	overflow-x: hidden;
	border: solid 1px #e2e1e1;
	background: #FFF;
}

.multiSelectOptions LABEL {
	padding: 0px 2px;
	display: block;
	white-space: nowrap;
}

.multiSelectOptions LABEL.optGroup
{
	font-weight: bold;
}

.multiSelectOptions .optGroupContainer LABEL
{
	padding-left: 10px;
}

.multiSelectOptions.optGroupHasCheckboxes .optGroupContainer LABEL
{
	padding-left: 18px;
}

.multiSelectOptions input{
	vertical-align: middle;
}

.multiSelectOptions LABEL.checked {
	background-color: #f5f5f5;
}

.multiSelectOptions LABEL.selectAll {
	border-bottom: dotted 1px #e2e1e1;
}

.multiSelectOptions LABEL.hover {
	background-color: #e0e0e0;
	color: #535252;
}