/* General */
body {
	margin: 0px;
	padding: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	line-height: 16px;
	background-color: #9EBDE1;
}

/* Für Tabellen innerhalb WebEdition */
.txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	line-height: 16px;
}

.td_bg_grau{
	background-color:#e6e6e6;
}

a {
	color: #003399;
	text-decoration: underline;
}

a:hover { 
	color: #003399;
	text-decoration: none;
}

h1 {
	font-size:18px;
	color:#003399;
	line-height:30px;
}

.h1 referenzen {
	font-size:14px;
	color:#003399;
	line-height:30px;
}

h2 {
	font-size:14px;
	color:#003399;
	line-height:20px;
}

h3 {
	font-size:13px;
	color:#003399;
	line-height:16px;
}

/* Text */
.klein {
	font-size:10px;
}

/* Formular */
.button {
	background-color:#9EBDE1;
	color:#FFFFFF;
	border:1px solid #9EBDE1;
}

input {
	font-family:Verdana;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px solid #003399;
}

textarea {
	font-family:Verdana;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px solid #003399;
}

select {
	font-family:Verdana;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px solid #003399;
}

.form_left{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:130px;
}

.form_right{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:390px;
}

.form_abstand{
	clear:both;
	height:20px;
}

/* Top */
.top {
	position:relative;
	height:185px;
	background-image:url(../img/hg/hg_top.gif);
	background-repeat:repeat-x;
	width:100%;
	min-width:990px;
}

.top_inhalt {
	position:relative;
	width:990px;
}

/* Top: linke Spalte */
.top_left {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	height:185px;
	min-height:185px;
	width:200px;
	background-color:White;
}

.top_logo {
	position:relative;
	width:200px;
	height:150px;
	text-align:center;
}

.top_logo_abstand {
	position:relative;
	width:200px;
	height:35px;
	background-color:#9EBDE1;
}

/* Logo-Abstand für die Startseite */
.top_logo_abstand_startseite {
	position:relative;
	width:200px;
	height:35px;
	background-image:url(../img/hg/hg_top_logo_abstand_startseite.gif);
	background-repeat:repeat-x;
}

/* Trennung zwischen das Logo und das Bild oben */
.top_abstand {
	position:relative;
	float:left;
	height:185px;
	min-height:185px;
	width:10px;
	background-image:url(../img/hg/hg_top_abstand.gif);
	background-repeat:repeat-x;
}

/* Trennung zwischen das Logo und das Bild oben für die Startseite */
.top_abstand_startseite {
	position:relative;
	float:left;
	height:185px;
	min-height:185px;
	width:10px;
	background-image:url(../img/hg/hg_top_abstand_startseite.gif);
	background-repeat:repeat-x;
}

/* Top: rechte Spalte */
.top_right {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	height:185px;
	min-height:185px;
	width:740px;
}

/* Rückruf-Service */
.rueckruf {
	position:relative;
	top:0px;
	left:0px;
	color:White;
	width:740px;
	height:40px;
	background-image:url(../img/hg/hg_top_rueckruf.gif);
	background-repeat:no-repeat;
}

.rueckruf a {
	text-decoration:none;
	color:#FFFFFF;
}

.rueckruf a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.rueckruf_icon {
	position:relative;
	float:left;
	top:10px;
	left:475px;
	width:23px;
	height:16px;
}

.rueckruf_text {
	position:relative;
	float:left;
	top:11px;
	left:481px;
	width:100px;
}

/* Fernzugriff 01.02.08 AR */
.fernzugriff_icon {
	position:relative;
	float:left;
	top:10px;
	left:500px;
	width:23px;
	height:16px;
}

.fernzugriff_text {
	position:relative;
	float:left;
	top:11px;
	left:506px;
	width:100px;
}


/* Rückruf-Service Seite */
.rs_oben {
	position:relative;
	height:54px;
	width:300px;
	background-image:url(../img/hg/hg_top_rueckruf_service.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

.rs_text {
	position:relative;
	width:260px;
	padding:8px;
	height:310px;
	background-color:#FFFFFF;
	overflow:hidden;
}

.rs_form_left{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:80px;
}

.rs_form_right{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:160px;
}

/* Bilder oben */
.top_bild_left {
	position:relative;
	float:left;
	background-image:url(../img/hg/hg_top_bild_left.gif);
	background-repeat:no-repeat;
	width:325px;
	height:110px;
}

.top_bild_right {
	position:relative;
	float:left;
	width:415px;
	height:110px;
	overflow:hidden;
}

/* Haupt-Menu */
.menu {
	position:relative;
	float:left;
	top:1px;
	width:740px;
	height:21px;
	color:#003399;
	font-size:14px;
	padding-top:5px;
}

.haupt_menu {
	position:relative;
	clear:both;
}

.menu_kat {
	position:absolute;
}

.menu a {
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

a.menu_aktiv {
	text-decoration:none;
	font-weight:bold;
}

a.menu_aktiv:hover {
	text-decoration:underline;
	font-weight:bold;
}

.rechteck_menu {
	position:absolute;
	z-index:1;
	top:161px;
}

.menu_abstand {
	position:relative;
	float:left;
	top:1px;
	height:8px;
	background-color:#CDDDEF;
	width:740px;
	line-height:0px;
}

/* Ansprechpartner */
.ansprechpartner {
	position:absolute;
	top:245px;
	left:801px;
	z-index:1;
}

/* Ansprechpartner-Seite */
.ma_oben {
	position:relative;
	height:29px;
	width:400px;
	background-color:#003399;
	background-image:url(../img/hg/hg_top_ansprechpartner.gif);
	background-repeat:repeat-x;
}

.ma_text {
	position:relative;
	width:360px;
	height:275px;
	padding:8px;
	background-color:#FFFFFF;
	overflow:hidden;
}

.ma_photo {
	position:relative;
	float:left;
	border:1px solid #9EBDE1;
	height:140px;
	width:120px;
}

.ma_text_right {
	position:relative;
	float:left;
	margin-left:20px;
	width:200px;
}

.ma_logo {
	position:relative;
	float:left;
	width:160px;
	margin-bottom:20px;
}

.ma_name {
	position:relative;
	float:left;
	width:210px;
	margin-left:5px;
	line-height:20px;
}

.ma_mail_vcard {
	position:relative;
	float:left;
	width:120px;
	text-align:center;
	margin-top:8px;
}

.ma_kontaktdaten {
	position:relative;
	float:left;
	width:210px;
	margin-top:15px;
	margin-left:30px;
	line-height:20px;
}

.ma_linie {
	position:relative;
	width:100%;
	line-height:0px;
	border-bottom:1px solid #9EBDE1;
	margin-top:10px;
}

.ma_description {
	position:relative;
}

/* Ja, mehr Infos! */
.mehr_infos {
	position:absolute;
	top:200px;
	left:801px;
	z-index:1;
}


/* Inhalt */
.inhalt {
	position:relative;
	float:left;
	background-image:url(../img/hg/hg_inhalt.gif);
	background-repeat:repeat-y;
	width:auto;
	min-width:990px;
	_width:990px; /* Nur für IE */
	z-index:0;
}

/* Inhalt für die Startseite */
.inhalt_startseite {
	position:relative;
	background-color:#FFFFFF;
	width:950px;
}

/* Texte auf die Startseite */
.inhalt_text_oben {
	position:relative;
	top:25px;
	left:20px;
	width:700px;
	line-height:20px;
}

.inhalt_text_unten {
	position:relative;
	top:330px;
	left:250px;
	width:650px;
	line-height:20px;
}

/* Bereiche für die Startseite */
.bereiche {
	position:absolute;
	top:120px;
	left:0px;
	height:210px;
	width:950px;
	background-image:url(../img/hg/hg_startseite_mitte.gif);
	background-repeat:repeat-x;
	z-index:1;
}

/* Hotellerie Gastronomie */
.hotellerie_gastronomie {
	position:absolute;
	top:22px;
	left:200px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.mehr_info01 {
	position:absolute;
	top:196px;
	left:340px;
}

/* Industrielle Dienstleister */
.industrielle_dienstleister {
	position:absolute;
	top:22px;
	left:580px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.mehr_info02 {
	position:absolute;
	top:196px;
	left:720px;
}

/* Inhalt: linke Spalte */
.inhalt_left {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:200px;
}

.menu_links {
	position:relative;
	margin-top:30px;
	width:200px;
	color:#003399;
}

.menu_links_kat {
	position:relative;
	width:200px;
	height:18px;
	margin-top:2px;
	background-color:#E7EFF8;
}

.menu_links_kat a {
	text-decoration:none;
	display:block;
	padding-left:40px;
	height:18px;
	width:160px;
}

.menu_links_kat a:hover {
	text-decoration:none;
	display:block;
	background-color:#FFFFFF;
}

.menu_links_kat_aktiv {
	position:relative;
	width:200px;
	height:18px;
	margin-top:2px;
	background-color:#FFF;
}

.menu_links_kat_aktiv a {
	text-decoration:none;
	display:block;
	padding-left:40px;
	height:18px;
	width:160px;
}

.menu_links_kat_aktiv a:hover {
	text-decoration:none;
	display:block;
	background-color:#FFFFFF;
}

.menu_links_kat_aktiv_eb3 {
	position:relative;
	width:145px;
	padding-left:55px;
	height:18px;
	margin-top:2px;
	background-color:#FFF;
}

.menu_links_kat_aktiv_eb3 a {
	text-decoration:none;
	display:block;
	background-color:#FFFFFF;
}

.menu_links_kat_aktiv_eb3 a:hover {
	text-decoration:none;
	display:block;
	background-color:#FFFFFF;
}

.menu_links_kat_eb3 {
	position:relative;
	width:200px;
	height:18px;
	margin-top:2px;
	background-color:#E7EFF8;
}

.menu_links_kat_eb3 a {
	text-decoration:none;
	padding-left:55px;
	height:18px;
	display:block;
}

.menu_links_kat_eb3 a:hover {
	text-decoration:none;
	display:block;
	padding-left:55px;
	background-color:#FFFFFF;
}

.pfeil_menu {
	position:absolute;
	top:6px;
	left:25px;
}

/* Inhalt: rechte Spalte */
.inhalt_right {
	position:relative;
	float:left;
	width:525px;
	height:auto;
	min-height:600px;
	_height: 600px; /* Nur für IE */
	padding-left:50px;
	padding-top:25px;
	padding-right:180px;
}

.rechteck_h2 {
	margin-right:10px;
}


/* Bottom */
.bottom {
	position:relative;
	height:61px;
	background-color: #E7EFF8;
	color:#003399;
	font-size:11px;
	min-width:990px;
	width:100%;
}

.bottom_inhalt {
	position:relative;
	width:990px;
}

.trennlinie {
	position:relative;
	top:-1px;
	left:200px;
	border-bottom: 1px solid #003497;
	width:750px;
	line-height:0px;
}

/* Menu bottom */
.bottom_navi {
	position:relative;
	float:left;
	top:12px;
	left:241px;
}

.bottom_navi ul {
	list-style-type:none;
	display: inline;
	margin:0px;
	padding:0px;
}

.bottom_navi li {
	display: inline;
	margin-right:10px;
}

.bottom_navi a {
	text-decoration: none;
}

.entry_text {
	visibility: hidden;
	display: none;
}

.bottom_navi a:hover { 
	text-decoration: underline;
}

/* Seite drucken */
.drucken {
	position:relative;
	float:left;
	top:14px;
	left:500px;
}

/* keine Druckversion für die Startseite */
.drucken_leer {
	position:relative;
	float:left;
	top:14px;
	left:500px;
	width:93px;
	border: 1px solid #E7EFF8;
}

.drucken a {
	text-decoration: none;
}

.drucken a:hover { 
	text-decoration: underline;
}

/* Seite weiterempfehlen */
.weiterempfehlen {
	position:relative;
	float:left;
	top:14px;
	left:510px;
}

.weiterempfehlen a {
	text-decoration: none;
}

.weiterempfehlen a:hover { 
	text-decoration: underline;
}

/* Zitate */
.zitate_inhalt {
	position:relative;
	clear:both;
	height:0px;
}

.zitate {
	position:absolute;
	bottom:0px;
	left:0px;
	width:200px;
}

.zitate_startseite {
	position:relative;
	top:0px;
	left:0px;
	margin-top:90px;
	width:200px;
}

.zitate_top {
	height:151px;
	width:200px;
	background-image:url(../img/hg/hg_zitate_top.gif);
	background-repeat:no-repeat;
}

.zitate_top_startseite {
	position:relative;
	height:151px;
	width:200px;
	background-image:url(../img/hg/hg_zitate_top_startseite.gif);
	background-repeat:no-repeat;
}

.zitate_text {
	position:relative;
	width:180px;
	background-color:#779ED2;
	color:#FFFFFF;
	padding:10px;
	font-size:11px;
}
/*
.weihnachtsbart {
	position:absolute;
	background-image:url(../img/weihnachts/weihnachtsbart.gif);
	top:-165px;
	left:-3px;
	height:166px;
	width:104px;
}

.weihnachtskugeln {
	position:absolute;
	background-image:url(../img/weihnachts/weihnachtskugeln.gif);
	top:-33px;
	left:152px;
	height:35px;
	width:43px;
}

.weihnachtsmistel {
	position:absolute;
	background-image:url(../img/weihnachts/mistel.gif);
	width:435px;
	height:21px;
	top:-8px;
	left:440px;
}
*/

.zitate_bottom {
	height:28px;
	width:200px;
	background-image:url(../img/hg/hg_zitate_bottom.gif);
	background-repeat:no-repeat;
}

/* Partner-Seite */
.partner_bild{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:200px;
	text-align:center;
}

.partner_text{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:320px;
}

.rot{
	color:#FC0409;
}

.rot a{
	color:#FC0409;
	font-weight:bold;
}

.rot a:hover{
	color:#FC0409;
	font-weight:bold;
}

.blau{
	color:#003399;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.blau a{
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}

.blau a:hover{
	color:#003399;
	font-weight:bold;
	text-decoration:underline;
}
.blau_duenn{
	color:#003399;
}
.blau_duenn a{
	color:#003399;
	text-decoration:underline;
}

.blau_duenn a:hover{
	color:#003399;
	text-decoration:none;
}


/* Kontakt-Seite */
.niederlassungen_left {
	position:relative;
	float:left;
	width:250px;
}

.niederlassungen_right {
	position:relative;
	float:left;
	width:250px;
	margin-left:8px;
}

.kontaktformular_left {
	position:relative;
	float:left;
	width:100px;
}

.kontaktformular_right {
	position:relative;
	float:left;
	width:400px;
}

/* Sitemap */
.sitemap_left {
	position:relative;
	float:left;
	width:260px;
}

.sitemap_right {
	position:relative;
	float:left;
	width:260px;
}

.level_1 a {
	text-decoration:none;
}

.level_1 a:hover {
	text-decoration:underline;
}
.level_2 {
	border-left:1px solid #003399;
	margin-left:5px;
	padding-left:17px;
	padding-top:6px
}

.level_2 a {
	text-decoration:none;
}

.level_2 a:hover {
	text-decoration:underline;
}

/* Impressum */
.impressum_left{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:200px;
}

.impressum_right{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:320px;
}

/* Referenzen */
.referenzen_sterne{
	color:#003399;
	font-size:12px;
	font-weight:bold;
}

.hotelname_logo {
	width:525px;
}

.hotelname {	
	color:#003399;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	background-image:url(../../images/signs/rechteck_h2-01.jpg);
	background-repeat:no-repeat;
	width:280px;
	float:left;
}

.logo {
	float:left;
	width:510px;
	text-align:right;
}

.hoteleigenschaften {
	color:#003399;
	font-weight:bold;
	width:300px;
}

.spalte_left {
	text-align:left;
	float:left;
	width:105px;
}

.spalte_right {
	text-align:right;
	float:left;
	width:40px;
	padding-right:5px;
}

.bilder {
	position:relative;
	float:left;
}

.abstand {
	height:20px;
}

/* Startseite */
.standort_startseite {
	position:relative;
	background-image:url(../img/hg/startseite-standort.gif);
	background-repeat:no-repeat;
	width:310px;
	height:107px;
	text-align:left;
	padding:10px 5px 0px 10px;
	margin-top:40px;
	float:left;
}
.standort_startseite_left {
	position:relative;
	float:left;
	width:130px;
}
.standort_startseite_right {
	position:relative;
	top:-5px;
	float:left;
	width:160px;
	margin-left:10px;
}
