/**********/
/* Common */
/**********/
body {
	background:#888888 url(../shared_media/background.jpg) repeat-x scroll left top;
	color:#ffffff;
	font-family:"Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#adff3a;
}

a:hover {
	text-decoration:underline;
	color:#adff3a;
}

.clear {
	clear:both;
}

#page {
	margin:0 auto;
	width:994px;
	background:none;
	padding-bottom:20px;
}

/**********/
/* Header */
/**********/
#header {
	background:none;
	position:relative;
	z-index:0;
}

#header img {
	margin:0 0 40px 0;
}

#header h1 {
	font-size:26px;
	margin:0 0 15px 74px;
	padding:0 0 0 0;
}

#header #logo {
	background:transparent url(../shared_media/hob_group_logo.png) no-repeat scroll left top;
	width:298px;
	height:120px;
	display:block;
	margin-bottom:45px;
}

#header #hob_logo {
	display:none;
}

#header #chamaeleon {
	position:absolute;
	top:7px;
	left:525px;
	width:440px;
	height:341px;
	background:transparent url(../shared_media/chamaeleon.png) no-repeat scroll left top;
}

/**************/
/* Navigation */
/**************/
#navigation {
	background:transparent url(../shared_media/background_navi.jpg) no-repeat scroll left top;
	height:69px;
	padding:0 0 0 0;
	margin:0 0 25px 34px;
}

#navigation ul {
	font-size:1.1em;
	list-style-type:none;
	margin:0 0 0 35px;
	padding:0;
}

#navigation ul li {
	float: left;
	width:auto;
	margin:0;
	padding:0;
}

#navigation ul li a {
	color:#d2d2d2;
	font-size:14px;
	display:block;
	height:24px;
	padding:12px 6px 0 6px;
	z-index:99;
	position: relative;
}

#navigation ul li a:hover {
	text-decoration:none;
	color:#ffffff;
}

#navigation ul li a.selected {
	background:transparent url(../shared_media/background_navi_item_oben.jpg) repeat-x scroll left top;
	color:#ffffff;
}

#navigation ul li ul li a.selected {
	background:none;
}

div#navigation ul li.selected ul {
	top:242px;
	/*display:block !important;*/
}

/******************/
/* Content common */
/******************/
div#content_frame {
	width:960px;
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px;    
	margin:0 0 0 34px;
}

div#content_frame h2 {
	font-size:20px;
	margin:0 0 15px 0;
	padding:0 0 0 0;
}

div#content_frame h3 {
	font-size:18px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}

div#content_frame h4 {
	font-size:18px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}

div#content_frame p {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;
	text-align:left;
}

div#content_frame p.highlight {
	background-color:#838383;
	padding:20px;
}

div#content {
	background:transparent url(../shared_media/background_content.jpg) repeat-y scroll left top;
	overflow:auto;
	padding:15px 12px 15px 15px;
}

div#content table {
	font-size:13px;
	padding:0;
	margin:0;
	border-collapse:collapse;
	empty-cells:show;
}

div#content ul {
	margin:0 0 10px 16px;
	padding:0 0 0 0;
	font-size:13px;
	list-style-image:url(../shared_media/aufzaehlung.gif);
	list-style-position:outside;
}

div#content ol {
	margin:0 0 10px 20px;
	padding:0 0 0 0;
	font-size:13px;
}

div#content span.bildtitel {
	font-weight:normal;
	display:block;
	width:282px;
	font-size:12px;
	text-align:center;
	margin:5px 0 0 0; 
	padding:0;
}

/*******************************/
/* Formular im Content-Bereich */
/*******************************/
div#reparaturanfrage {
	width:430px;
}

div#content form {
	font-size:0.9em;
}

div#content form label {
	display:block;
	width:120px;
	float:left;	
	margin:5px 0;
}

div#content input.text {
	margin:5px 0 5px 0;
	width:280px;
	border:0 none;
	display:block;
	margin-top:5px;
	float:left;	
}

div#content textarea {
	margin-top:10px;
	width:280px;
	border:0 none;
	height:100px;
	float:left;	
	font-family:"Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
	font-size:13px;
}

div#content input.button {
	background-color:#f34d00;
	border:0 none;
	color:#ffffff;
	display:block;
	margin:15px 0 0 0px;
	padding:5px 10px 5px 5px;
}

div#content input.button:hover {
	color:#adff3a;
}

/*Reparaturanfrage*/
div#content form#frmReparaturanfrage input.button {
	width:120px;
	margin-left:306px;
}

span.form_hint {
	display:block;
	margin:10px 0 10px 0;
	font-size:12px;
}
/* Google maps */
div#hobrepairGmap {
	margin:0 auto;
}

div#hobrepairGmapCaption tr.light {
	background-color:#888888;
}

div#hobrepairGmapCaption tr.dark {
	background-color:#6c6c6c;
}

div#hobrepairGmapCaptionLeft {
	float:left;
}

div#hobrepairGmapCaptionRight {
	float:left;
}

div#hobrepairGmapCaption {
	text-align:left;
}

div#hobrepairGmapCaption a {
	text-decoration:none;
	font-size:13px;
}
div#hobrepairGmapCaption a:hover {
	text-decoration:underline;
}

div#hobrepairGmapCaption h1 {
	text-align:left;
	display:block;
	font-size:13px;
	padding:15px 0 0px 0px;
	margin:0;
	font-weight:bold;
}

div#hobrepairGmapCaption table {
	border-collapse:collapse;
	empty-cells:show;
	margin:0;
	padding:0;
	border:0;
}

div#hobrepairGmapCaption td {
	text-align:left;
	padding:5px 15px 5px 15px;
	border:0;
}
    
div#hobrepairGmapCaption th {
	text-align:left;
	padding:5px 15px 5px 15px;
	font-weight:bold;
	font-size:13px;
	border:0;
}

div#content_wide div#hobrepairGMap a.gmnoprint {
	font-size:11px;
	color:#ffffff;
}

/**********************/
/* Content Startseite */
/**********************/
div#content img.startseite {
	display:block;
	float:right;
	margin:0 0 15px 15px;
}

/*****************************/
/* Content Spaltenaufteilung */
/*****************************/
div#content #content_center_wide {
	width:710px;
	padding:0 0 0 0;
	margin:0 18px 0 0;
	overflow:hidden;
	float:left;
}

div#content div#content_right_narrow {
	float:right;
	padding:0;
	margin:0 5px 0 0;
	width:200px;
}

div#content #content_left {
	width:300px;
	float:left;
	padding:0 0 0 0;
	margin:0 18px 0 0;
}

div#content #content_center {
	width:300px;
	float:left;
	padding:0 0 0 0;
	margin:0 18px 0 0;
}

div#content #content_right {
	float:left;
	padding:5px 5px 10px 5px;
	margin:0 0 0 0;
	background-color:#838383;
	width:auto;
}

/*************************/
/* Content rechte Spalte */
/*************************/
div#content_right_narrow div.content_right_box {
	font-size:13px;
}

div#content_right_narrow div.content_right_box h2 {
	font-size:20px;
	margin:0;
	padding:0;
}

div#content_right_narrow div#mpg-cb-text {
	color:#F36D20;
}

div.content_right_box form {
	margin-top:5px;
} 

div.content_right_box table {
	margin-bottom:10px;
}

div.content_right_box div#mpg-cb-callback {
	padding-top:10px;
}

div.content_right_box div#mpg-cb-callback table {
	margin-bottom:10px;
}

div#content_right_narrow div.content_right_box input.text {
	margin-bottom:5px;
	width:200px;
	border:0 none;
}

div#content_right_narrow div.content_right_box input.button {
	background-color:#f34d00;
	border:0 none;
	width:200px;
	color:#ffffff;
	display:inline;
}

div#content_right_narrow div.content_right_box input.button:hover {
	color:#adff3a;
}

/**********/
/* Footer */
/**********/
#footer {
 	width:100%;
	overflow:hidden;
	margin:10px 0 0 0;
	font-size:10px;
}

#footer_navi_rechts {
	float:right;
	margin:0;
	padding:0;
	width:auto;
}

#footer_navi_rechts ul {
	font-size:1.1em;
	list-style-type:none;
	margin:0 -10px 0 0;
	padding:0;
}

#footer_navi_rechts ul li {
	float: left;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	border-left:1px solid #d2d2d2;
	width:auto;
}

#footer_navi_rechts ul li:first-child {
	border-left:0;
}

#footer_navi_rechts ul li a {
	color:#d2d2d2;
}

#footer_navi_rechts ul li a:hover {
	text-decoration:none;
	color:#ffffff;
}

#footer_navi_rechts ul li a.selected {
	font-weight:bold;
}

/*****************************/
/* Rounded corners for IE 7+ */
/*****************************/
.rounded_STYLE {
  position: relative;
}

.rounded_STYLE > .tl, .rounded_STYLE > .tr, .rounded_STYLE > .bl, .rounded_STYLE > .br {
  width: 8px;
  height: 8px;
  position: absolute;
}

.rounded_STYLE > .tl {
  background: url(../shared_media/STYLE-tl.png) top left no-repeat;
  top: 0;
  left: 0;
}

.rounded_STYLE > .tr {
  background: url(../shared_media/STYLE-tr.png) top right no-repeat;
  top: 0;
  right: 0;
}

.rounded_STYLE > .bl {
  background: url(../shared_media/STYLE-bl.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}

.rounded_STYLE > .br {
  background: url(../shared_media/STYLE-br.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}

/******************/
/* Top navigation */
/******************/
.droplinetabs{
	overflow: hidden;
	border-bottom: 1px solid gray; /*underline across bottom of main tabs*/
}

.droplinetabs ul{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.droplinetabs li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.droplinetabs a {
	float: left;
	color: white;
	background: none;
	margin: 0 4px 0 0;
	padding: 0 0 4px 3px;
	text-decoration: none;
	letter-spacing: 1px;
	width:auto;
}

.droplinetabs a:link, .droplinetabs a:visited, .droplinetabs a:active {
	color: white;
}

.droplinetabs a span{
	float: left;
	display: block;
	background: none;
	padding: 7px 9px 3px 6px;
	cursor: pointer;
	width:auto;
}

.droplinetabs a span{
	width:auto;
	float: none;
}

.droplinetabs a:hover{
	color: white;
}

.droplinetabs a:hover span{
	background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: none;
	visibility: hidden;
	
}

/* Sub level menu links style */
#navigation ul li ul li a{
	padding:10px 5px 0 5px;
	margin:0;
	background:none;
	/*border:1px solid #ff0000;*/
	height:22px;
}

#navigation ul li ul li a span{
	background:none;
}

#navigation ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
}

/*********/
/* Popup */
/*********/
div#content_popup {
	font-size:13px;
	margin:10px 10px 10px 10px;
	padding:0;
}

div#content_popup h1 {
	margin:0 0 0 0;
	padding:0;
}

div#content_popup span.red {
	color:#cc0000;
}

div#content_popup span.orange {
	color:#F36D20;
}

div#content_popup form {
	margin:10px 0 0 0;
}

div#content_popup div.formbuttons {
	margin-top:10px;
}

div#content_popup form label {
	display:block;
	width:220px;
	float:left;	
}

div#content_popup input.text {
	margin:5px 0 5px 0;
	width:200px;
	border:0 none;
	display:block;
}

div#content_popup input.button {
	background-color:#f34d00;
	border:0 none;
	width:200px;
	color:#ffffff;
}

div#content_popup input.button:hover {
	color:#adff3a;
}


/*******************/
/*Tip-a-friend form*/
/*******************/
form#tipafriend input {
	width:260px;
	margin:0 0 5px 0;
}

form#tipafriend textarea {
	width:260px;
	margin:0 0 5px 0;
	font-family:"Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
	font-weight:normal;
	font-size:13px;
}

form#tipafriend input.button {
	background-color:#f34d00;
	border:0 none;
	width:200px;
	color:#ffffff;
	display:block;
	margin:5px 0 0 220px;
	padding:5px 10px 5px 5px;
}

/* Google maps elabel */
div#content div.tx-lumogooglemaps-pi1 table.elabel, div#content_wide div.tx-lumogooglemaps-pi1 table.elabel td  {
	border:0;
}

div#content div.tx-lumogooglemaps-pi1 table.elabel {
	color:#000000;	
}

div#content div.tx-lumogooglemaps-pi1 table.elabel a {
	text-decoration:none;
	font-size:13px;
	color:#444444;	
}

div#content div.tx-lumogooglemaps-pi1 table.elabel a:hover {
	text-decoration:underline;
}

div#gmapmarker {
	font-size:13px;
	color:#000000;
	padding:10px 5px 10px;
}

div#gmapmarker a {
	font-size:13px;
	color:#8ddf1a;
}
div#gmapmarker form label {
	width:auto;
	display:inline;
	float:none;
}

div#gmapmarker input.gmapDirButton {
	background-color:#F34D00;
	border:0 none;
	color:#FFFFFF;
	width:205px;
	display:block;
	margin:15px 0 0 0;
	padding:5px 10px 5px 5px;
}

div#gmapmarker input.gmapTextBox {
	width:200px;
}

legend {
	color:#4a4a4a;	
	font-weight:bold;
}