html {
  background: url(../images/fond_2.jpg) no-repeat;
  background-position: top left;
  background-color: #828891;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  color: #e9eaeb;
  font-size: 11px;
  line-height: 1.6;
}

body { 
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 0;
}

.hidden { 
  visibility: hidden;
  border: none;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;	
}

.clear {
  clear: both;
}

#main p {
	margin: 8px 0 8px 0;
	padding: 0;
}

.block {
	overflow: hidden;	
}

a img {
  border: none;
}

/* ---------------------------------------------------------------------------------------- Layout */


#wrapper {
	display: inline-block;
}

#header {
	width: 960px;
	height: 200px;
	position: relative;
}

	#sitenav {
		border: none;
		position: absolute;
		top: 15px;
		left: 35px;
	}
	
	#logo img {
		border: none;
		position: absolute;
		top: 28px;
		right: 0;
	}
	
	#company {
		position: absolute;
		top: 80px;	
		left: 35px;
	}
	
		#company a {
			text-decoration: none;	
		}
	
		#company h1 {
			text-transform: uppercase;
			color: #fff;
			margin-bottom: 0;
			line-height: 32px;
		}
	
	#company img {
			border: none;
			position: absolute;
			top: 90px;
			left: 35px;
	}
	
	#logo a {
		background: none;
		padding:0;
	}


#container {
	height: auto !important;
	float: left;
}

#left {
	width: 205px;
	position: relative;
	float: left;
	padding: 0 0 0 35px;
}

	#left ul li {
		list-style: none;	
	}

#main {
	width: 650px;
	min-height: 100px;
	padding: 0;
}
	

#footer {
	width: 960px;
	clear: both;
	padding: 20px 0 40px 35px;
	margin: 0;
	color: #b8c0cb;
	text-transform: uppercase;
}

#footer a {
	padding: 0;
	margin: 0;
	color: #b8c0cb;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;	
}

/* ---------------------------------------------------------------------------------------- Elemente */

/* ------------------------------------------- Schriften */

h1 {
	font-weight: 300;
	font-style: normal;
	color: #fff;
	padding: 0;
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 27px;
	overflow: visible;
	width: 650px;
	margin: 0 0 20px 0;
}

h2 {
	font-weight: 300;
	font-style: normal;
	color: #fff;
	padding: 0;
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 32px;
	overflow: visible;
	width: 650px;
	margin: 0 0 8px 0;	
}

h2 span {
	background: none;
	padding: 0;
}

h1 span,
h3 span {
	background: #cc0000;
	padding: 0 5px;
}

h3 {
	font-weight: 300;
	font-style: normal;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 20px;
	margin-top: 0;
}


.line_first {
	margin-bottom: 5px;	
}

.grey_subhead {
	color: #b8c0cb;
	font-size: 12px;
	margin-top: 20px;
}

#main p.grey_subhead {
	margin-top: 20px;
}

.teaser {
	font-size: 12px;
	color: #fff;
	line-height: 1.8;
	font-weight: normal;
}

.uppercase {
	text-transform: uppercase;
}

/* ------------------------------------------- Farben */

.color_grau {
	color: #9197a0;
}

.color_blaugrau {
	color: #b8c0cb;	
}

.color_rot {
	color: #cc0000;	
}

.color_white {
	color: #fff;	
}

/* ------------------------------------------- Aufzählungen */

#left ul,
#main ul {
	margin: 0;
	padding: 0;
}

#main ul {
	margin-top: 8px;	
}

#main ul li {
	list-style: none;
	background: url(../images/list_icon.gif) no-repeat 0 11px;
	padding: 0 0 0 16px;
	margin-bottom: 10px;
}


/* ------------------------------------------- Infobox */

.infobox {
	border: 1px solid #fff;
}

#main p.infobox {
	padding: 10px 10px 10px 15px;
	margin-top: 20px;
}

/* ------------------------------------------- Farbige Boxen */

#main p.bg_orange,
#main p.bg_green,
#main p.bg_blue,
#main p.bg_lightgreen {
	padding: 15px;
	margin: 15px 0 20px 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.8;
	font-weight: normal;
}

.bg_orange {
	background: #dd9e29;
}

.bg_green {
	background: #86994e;	
}

.bg_blue {
	background: #7b9aa6;	
}

.bg_lightgreen {
	background: #5ca09f;	
}


/* ------------------------------------------- Links */

/* Normale Links */

#main a {
	background: url(../images/arrow_link.gif) no-repeat 3px 6px;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	padding: 2px 2px 2px 17px;
}

#main a:hover {
	background: url(../images/arrow_link_hover.gif) no-repeat 3px 6px;
	background-color: #9197a0;	
	color: #fff;
}

/* Artikel Links */

#main a.text_link,
#left a.text_link{
	background: none;
	background: url(../images/arrow_link_rueckruf.gif) no-repeat 3px 6px;
	color: #fff;
	text-decoration: none;
	padding: 2px 2px 2px 17px;
}

#main a.text_link:hover,
#left a.text_link:hover{
	background: url(../images/arrow_link_hover.gif) no-repeat 3px 6px;
	background-color: #cc0000;	
	color: #fff;
}

/* Weiter-Link */

#main a.next {
	background-color: #9197a0;
	color: #ececec;
}

#main a.next:hover {
	background-color: #cc0000;	
}


/* Zurück-Link */

#main a.back_link {
	background: url(../images/arrow_link_back.gif) no-repeat 3px 6px;
	background-color: #9197a0;
	color: #ececec;
	text-decoration: none;
	padding: 2px 2px 2px 17px;
}

#main a.back_link:hover {
	background: url(../images/arrow_link_back_hover.gif) no-repeat 3px 6px;
	background-color: #e2001a;	
}

/* Links auf Bildern */

#main .image_container a {
	background: none;	
	padding: 0;
}

#main p.more {
	margin: 0;	
}


/* ------------------------------------------- Rückrufservice */

div.rueckruf {
	margin-top: 20px;	
}

h3.rueckruf span {
	background-color: #9ea4ae;	
}

.rueckruf:hover h3.rueckruf span {
	background-color: #cc0000;
}

.rueckruf a {
	text-decoration: none;	
}	


/* ------------------------------------------- Text/Bilder */

.ce_text {
	margin-bottom: 20px;	
	display: block;
	clear: both;
	float: none;
}

.ce_text .float_left {
	margin-right: 30px;		
}

.ce_text .float_left img {
	width: 200px;	
	height: 119px;
}



/* ------------------------------------------- Spacer */  

.spacer {
	display: block;
	clear: both;
} 

.spacer_top {
	display: block;
	clear: both;
	padding-top: 20px;
} 

.spacer_bottom {
	display: block;
	clear: both;
	padding-bottom: 20px;
}

/* ------------------------------------------- Text/Bilder */

.ce_text {
	margin-bottom: 20px;	
	display: block;
	clear: both;
	float: none;
}

#vorteile .ce_text .float_left {
	margin-right: 30px;		
}

#vorteile .ce_text .float_left img {
	width: 200px;	
	height: 119px;
}



/* ---------------------------------------------------------------------------------------- Navigation */

/* ------------------------------------------- Hauptnavigation */

#left .mod_navigation h1 {
	width: 205px;	
}

#left .mod_navigation li a,
#left .mod_navigation li a:hover {
	background: none;
	padding: 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.mod_navigation span,
.mod_navigation h1 a.trail {
	color: #cc0000 !important;	
	background: none;
	padding: 0;
	text-transform: uppercase;
}

.mod_navigation li.trail h1 {
	font-weight: 600;	
}

#left .mod_navigation h1 a {
	color: #fff;	
}

#left .mod_navigation h1 a:hover {
	background: url(../images/nav_backslash.gif) no-repeat 0 4px;
	padding-left: 22px;
}

#left .mod_navigation h1 a.trail:hover {
	background: none;
	padding: 0;
}

#left .mod_navigation h1 {
	margin-bottom: 2px;	
	color: #fff;
}

/* ------------------------------------------- Sitenav */

p.sitenav {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

.sitenav {
	margin-bottom: 25px;
	color: #dbe1e9;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#header .sitenav a {
	background: none;
	padding: 0;
	font-size: 12px;
	color: #dbe1e9;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#header .sitenav a:hover {
	color: #fff;
	background: none;
}

#header .sitenav a.sitenav_active,
#header .sitenav_active {
	color: #fff;
}


/* ------------------------------------------- Subnavigation */

p.subnav {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

.subnav {
	margin-top: 20px;
	margin-bottom: 25px;
	color: #b8c0cb;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#main .subnav a {
	background: none;
	padding: 0;
	font-size: 12px;
	color: #b8c0cb;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#main .subnav a:hover {
	color: #fff;
	background: none;
}

#main .subnav a.subnav_active {
	color: #fff;
}


/* ---------------------------------------------------------------------------------------- Home - Bereiche */

.bereiche {
	margin: 25px 0 0 0;	
	width: 650px;
}

/* Links */

#main .bereiche a {
	background: url(../images/arrow_link_bereiche.gif) no-repeat 3px 6px;	
	padding-left: 15px;
	color: #fff;
}

#main .bereiche a:hover {
	background: url(../images/arrow_link_hover.gif) no-repeat 3px 6px;
	background-color: #cc0000;
	padding-left: 15px;
}


/* Farben/Bilder */

.bereiche h2 {
	margin-top: 8px;	
}

.bereiche .commerce {
	background: url(../images/commerce_background.jpg) no-repeat;
	background-color: #dd9e29;
	padding: 15px 0 15px 20px;
	height: 104px;
}

.bereiche .tourismus {
	background: url(../images/tourismus_background.jpg) no-repeat;
	background-color: #86994e;	
	padding: 15px 0 15px 20px;
	margin: 0 0 15px 0;
	height: 104px;
}

.bereiche .standard {
	background: url(../images/standard_background.jpg) no-repeat;
	background-color: #7b9aa6;
	padding: 15px 0 15px 20px;
	height: 104px;
	margin: 0 0 15px 0;
}

.bereiche .individuell {
	background: url(../images/individuell_background.jpg) no-repeat;
	background-color: #86c0bf;	
	padding: 15px 0 15px 20px;
	height: 104px;
	margin: 0 0 15px 0;
}

#main .bereiche p {
	padding-right: 220px;
}


/* ---------------------------------------------------------------------------------------- Bildergalerie */

.ce_gallery .first .image_container {
	margin: 15px 0 0 0;
}

.ce_gallery .image_container {
	margin: 5px 0 0 0;	
}

.ce_gallery .image_container img {
	padding-right: 10px;
}

.ce_gallery .col_last .image_container img {
	padding-right: 0;	
}



/* ---------------------------------------------------------------------------------------- Formular */

/*.ce_form {
	padding-top: 20px;
}*/

span.mandatory {
	color: #fff;	
}

#mailform .text,
#mailform select,
#mailform textarea {
	color: #66666;
	font-size: 11px;
	font-family: Verdana, Arial;
	vertical-align: top;
	padding-left: 5px;
}

#mailform input,
#mailform label {
	margin-bottom: 10px;
}

.ce_form label {
	float: left;
	width: 150px;
	margin-bottom: 0;
	border: none !important;
}

#mailform input {
	background-color: #e7ebf1;
	border: 1px solid #ccc;
	color: #666;
	width: 200px;
	padding: 2px 2px 2px 2px;
}

/* ----------------------------------------- Überschrift */

#mailform .headline {
	/*padding-left: 150px;*/
	margin-bottom: 20px;
}


/* ----------------------------------------- Fieldset */

fieldset {
	border: none;
	margin-bottom: 10px;
	border: 1px dashed #ccc;
	padding: 20px 10px 20px 10px;
}

legend {
	display: none;	
}

/* ----------------------------------------- Checkbox */


#mailform .checkbox_container span {
	display: block;	
	margin-bottom: 5px;
}

#mailform .checkbox_container span label {
	float: none;
	width: 200px;
	margin-bottom: 0;
}

#mailform input.checkbox {
	border: none;
	height: 14px;
	margin: 1px 5px 0 148px;
	width: 14px;
	float: left;
}

	
/* ----------------------------------------- Nachrichtenfeld */
	
#mailform textarea {
	border: 1px solid #ccc;
	background-color: #e7ebf1;
	overflow: auto;
	color: #666;
	padding: 2px;
	height: 100px;
	width: 201px;
	margin-bottom: 10px;
}

/* ----------------------------------------- Sicherheitsfrage */

#mailform input.captcha {
	margin-bottom: 0;
}

#mailform span.captcha_text {
	display: block;
}


/* ----------------------------------------- Sende-Buttons */

#mailform input.submit {
	background: #fff;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	margin: 20px 0 0 0;
	border: none;
	text-align: left;
	width: auto;
	cursor: pointer;
}

#mailform input.submit:hover,
#mailform input.submit.hover {
	background: #cc0000;
	color: #fff;
}


/* ----------------------------------------- Fehlermeldung */

p.error {
	float: right;
	font-size: 9px;
	color: #cc0000;
	width: 230px;
	margin-top: 0;
}


/* ---------------------------------------------------------------------------------------- Tooltipps */

#main a.tooltip {
	padding: 0 2px 0 2px;
	background: none;
	color: #4e535f;
	border-bottom: 1px dotted #4e535f;
	cursor: pointer;
	
}

.tooltip
{
	padding-left:14px;
}
 
.tool .tip-title
{
	width: 350px;
	padding: 3px 6px 1px 6px;
	text-align: left;
	background-color: #cc0000;
	color: #ffffff;
}
 
.tool .tip-text
{
	width: 350px;
	margin: 0px;
	padding: 6px 6px 3px 6px;
	text-align:left;
	background-color:#9197a0;
	color:#ffffff;
}

