@charset "utf-8";
/* CSS Document */

body {
	background-color: #fffcf2;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

a:link { color: #AF2421; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
a:focus { text-decoration: underline; }

img { border: 0; }

ul { margin: 0;	padding: 0 0 0 15px; }
li { margin-left: 0; }
ul li ul { margin: 0 0 0 0; }

h1 { font-size: 14px; font-weight: bold; color:#A8141D; margin: 25px 0 5px 0; }
h2 { font-size: 12px; font-weight: bold; padding: 10px 0 0 0; margin: 10px 0 5px 0;}
h3 { font-size: 13px; font-weight: bolder; }

p.align-right { text-align: right; }
p.align-center { text-align: center; }
p.align-justify { text-align: justify; }


#parallaxis {
display:none;
height:0px;
visibility:hidden;
}

/* ############### Seitenaufbau ANFANG############### */
#center {
	background-color: #fff7d6;
	margin: 0 auto;
	width: 955px;
}


/* ########## Kopfzeile ANFANG ######### */
#Kopfzeile {
	height: 225px;
	width: 955px; /* von center */
}

#Kopfpanorama {
	height: 225px;
	width: 955px; /* von center */
}

#Kopfzeile-Panorama {
	height: 225px;
	width: 955px; /* von center */
}
/* ########## Kopfzeile ENDE ######### */



/* ######### Navigation ANFANG ######### */
#homemenu {
background-color:#FDE279;
height:25px;
width:225px;
float:left;
}

#homemenu a {
margin:5px 0 0 10px;
}

#homemenu a:hover, #homemenu a:visited  {
color:#FFFFFF;
text-decoration:none;
}

#Navigation {
	background-color: #ffffff;
	height: 25px;
	padding: 5px 0 0 0;
	text-align: left;
	width: inherit; /* von center */
}


#Navigation {
background-image: url(../images/Verlauf-Navigation.png);
background-repeat:repeat-x;
/*background-color:#FFFFFF;*/
height:26px;
text-align:left;
padding:0 0 0 0;
float:left;
width:955px;
}

#Navigation a{
float:left;
/*color:#555555;*/
}

ul.Hauptmenu {
/*background-color:#FFFFFF;*/
height:26px;
margin:0;
width: 730px;
padding:0;
list-style-type:none;
float:left;
}


.Hauptmenu li{
float:left;
/*background-color:#FFFFFF;*/
height:26px;
list-style-image:none;
border-left: 1px solid #fcecdc;
}


.Hauptmenu a, .Hauptmenu a:link, .Hauptmenu a:visited {
	color:#A8141D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding: 5px 12px 5px 12px;	
	text-decoration:none;
}
 
.Hauptmenu a:hover {
	color:#e8564b;
}
 
.Hauptmenu a:active {
	color:#e8564b;
}
 
.Hauptmenu li.active {
	color:#e8564b;
}
 
.Hauptmenu .active a, .Hauptmenu .active a:link, .Hauptmenu .active a:visited, .Hauptmenu .active a:hover {
	color:#e8564b;
}

ul.Submenu {
list-style-type:none;
margin:0;
padding:0;
background-color:#FDE279;
width:100%
}

ul.Submenu li {
	border-bottom: 1px solid #FFFFFF;
	background-color:#FDE279;
	height:19px;
	width:100%
}


ul.Submenu  a, ul.Submenu  a:link, ul.Submenu  a:visited {
	color:#A8141D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding: 5px;	
	text-decoration:none;
	width:100%;
	display:block;
	text-align:left;
}
 
ul.Submenu  a:hover {
	color:#e8564b;
}
 
ul.Submenu  a:active {
	color:#e8564b;
}
 
ul.Submenu  li.active {
	color:#e8564b;
}
 
ul.Submenu  .active a, ul.Submenu  .active a:link, ul.Submenu  .active a:visited, ul.Submenu  .active a:hover {
	color:#e8564b;
}


ul.Subsubmenu {
list-style-type:none;
margin:0;
padding:0;
background-color:#FFF7EF;
width:100%
}

ul.Subsubmenu li {
	border-bottom: 1px solid #ffffff;
	background-color:#FFF7EF;
	height:19px;
	width:100%
}

ul.Subsubmenu  a, ul.Subsubmenu  a:link, ul.Subsubmenu  a:visited {
	color:#A8141D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding: 5px 5px 5px 11px;	
	text-decoration:none;
}
 
ul.Subsubmenu  a:hover {
	color:#e8564b;
}
 
ul.Subsubmenu  a:active {
	color:#e8564b;
}
 
ul.Subsubmenu  li.active {
	color:#e8564b;
}
 
ul.Subsubmenu  .active a, ul.Subsubmenu  .active a:link, ul.Subsubmenu  .active a:visited, ul.Subsubmenu  .active a:hover {
	color:#e8564b;
}


/*#Homelink {
	background-color: #fee27b;
	float: left;
	height: inherit;
	width: 225px;
}

#Hauptmenu {
	background: transparent url(../images/navi_bg.png) repeat-x scroll 0 0;
	float: left;
	height: inherit;
	width: 730px;
}

#Hauptmenu .Menupunkt {
	border-right: 1px solid #ffffff;
	float: left;
	height: inherit;
	line-height: 25px;
}

#Hauptmenu #letzter.Menupunkt { border-right: none; }*/
/* ########### Navigation ENDE ######### */



/* ########## Seitenkrper ANFANG ######### */
#Inhaltsrahmen {
	background-color: #fff7d6;
	float: left;
	text-align: left;
	width: inherit; /* von center */
	overflow: hidden;
	padding: 0 0 20px 0;
	}
	
/* #### linker Bereich ANFANG#### */
#linke-Spalte {
	background-color: #fff7d6;
	color: #a8141d;
	float: left;
	font-size: 11px;
	width: 225px;
}

#linke-Spalte a:link { color: #a8141d;}
#linke-Spalte a:visited { color: #a8141d;}

#alpenfrieden-1.alpenfrieden- #linke-Spalte p {
padding:0px;
}

#linke-Spalte p {
padding: 0 25px;
}

#Logo {
	height: 114px;
	width: inherit; /* von linke-Spalte */
}

#Content-Links { margin: 15px 0; }

#linke-Spalte .csc-textpic .csc-textpic-imagewrap { margin: 0; }

#linke-Spalte .csc-textpic-imagerow { padding: 5px 0; }
#linke-Spalte dl.csc-textpic-image { margin: 0 5px; }

/* Div's mit abgerundeten Ecken */
#linke-Spalte .element-links { background-color: #fee27b; margin: 15px 0 0 0; padding: 0; }
#linke-Spalte .element-links .top-right-corner { background: #fee27b url(../images/ecke_o_r.png) scroll no-repeat top right; height: 25px; margin: 0; padding: 0; }
#linke-Spalte .element-links .bottom-right-corner { background: #fee27b url(../images/ecke_u_r.png) scroll no-repeat bottom right; height: 25px; margin: 0; padding: 0; }
#linke-Spalte .element-links .element-inhalt { margin: 0; padding: 0; }


#linke-Spalte .csc-textpic-center {
margin:0 0 0 25px;
text-align:center;
}
/* ##### linker Bereich ENDE ##### */



/* ##### rechter Bereich ANFANG##### */
#rechte-Spalte {
	background-color: #fff7d6;
	float: left;
	width: 730px;
	}


/* # Pfadmenu ANFANG # */
#Pfadmenu {
	background-color: #ffffff;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	width: inherit; /* von rechte-Spalte */
}

#Pfadmenu p {
	margin: 0 5px;
}
/* # Pfadmenu ENDE # */


#Content {
	width: inherit; /* von rechte-Spalte */
}


/* # Hauptteil ANFANG # */
#Content-Mitte {
	float: left;
	width: 530px;
}

#Content-Mitte p {line-height:160%;}

#Content-Mitte ul { margin: 0; padding: 0 0 0 15px; line-height:160%; font-family: Arial, Verdana, Helvetica !important; font-size: 12px;}
#Content-Mitte li { margin-left: 0; line-height:160% !important;}
#Content-Mitte ul li ul { margin: 0 0 0 0; line-height:160%; }


#Content-Mitte .csc-textpic-imagewrap {
margin:30px 0 0 0;
}

#Inhalt {
	margin: 10px auto;
	width: 470px;
}

.csc-textpic-caption  {
padding: 5px;
text-align:center;
}
/* # Hauptteil ENDE# */


/* # rechte Spalte ANFANG # */
#Content-Rechts { 
	float: right;
	width: 200px;
}

#Sprachwahl {
	height: 48px;
	margin: 10px 0px 0 14px;
	width: inherit; /* von Content-Rechts */
}

#Content-Rechts .Expressanfrage { margin: 0 20px; padding: 10px 0; }

/* Style fr die selbst definierten berschriften  (3 Stk) */
#Content-Rechts .uerberschrift-aprikot {
	background-image: url(../images/ueberschrift_aprikot.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: inherit; /* von Content-Rechts */
}

#Content-Rechts .uerberschrift-gelb {
	background-image: url(../images/ueberschrift_gelb.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: inherit; /* von Content-Rechts */
}

#Content-Rechts .uerberschrift-orange {
	background-image: url(../images/ueberschrift_orange.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: inherit; /* von Content-Rechts */
}

#Content-Rechts .csc-textpic .csc-textpic-image {
margin: 0;
padding: 0;
}

#Content-Rechts .content-element {
overflow:hidden;
}

#Content-Rechts .element-rechts .bodytext {
padding: 0px 25px;
}

#Content-Rechts .element-rechts ul {
padding: 0px 40px;
}

#Content-Rechts .element-rechts .align-right {
padding: 10px 10px;
}

/* Div's mit abgerundeter Ecke unten Links */
#Content-Rechts .element-rechts { background-color: #fee27b; margin: 15px 0 0 0; padding: 0; }
#Content-Rechts .element-rechts .bottom-left-corner { background: #fee27b url(../images/ecke_u_l.png) scroll no-repeat bottom left; margin: 0; padding: 0; }
#Content-Rechts .element-rechts .element-inhalt { margin: 0; padding: 0; }
/* #rechte Spalte ENDE # */

/* ##### rechter Bereich ENDE##### */
/* ########## Seitenkrper ENDE ######### */
/* ############### Seitenaufbau ENDE ############### */





/* ########## Formulare ANFANG ######### */
input.Feld {
	background-color: #ffffff;
	border: 1px solid #a8141d /*!important*/;
}

input#Abschicken {
	background-color: #fed542;
	border: none;
	color: #a8141d;
    padding: 2px 0 18px 0;
	font-weight: bold;
    margin: 5px 28px 0 0;
}

.Expressanfrage input.Feld {
	font-size: 11px;
	height: 13px;
	margin-left: 10px; 
	width: 70px;
}

.Expressanfrage input#Anreise.Feld, .Expressanfrage input#Abreise.Feld { width: 50px; }

.Expressanfrage .Label {
	font-weight: bolder;
	font-size: 11px;
}

.Expressanfrage input#Abschicken {
	font-size: 11px;
	line-height: 10px;
	height: 13px;
	text-align: center;
	width: 80px;
}


/*Preistabellen***
***********************************/
.Preise {
width: 470px;
}

.Preise td {
padding:0 4px 0 4px;
}

.Preise td.td-0 {
text-align:center;
}

.Preise .tr-0 {
background-color:#FED542 !important;
color:#AF2421;
font-weight:bold;
text-align:center !important;
}

.Preise .tr-even {
background-color:#FEE27B;
text-align:center;
height:50px;
}

.Preise .tr-odd {
background-color:#ffffff;
text-align:center;
height:50px;
}

/*Kinderermaessigung Tabelle***
***********************************/
.Kinderermaessigung {
border:1px solid #fee27b;
border-spacing:0px;
width:310px;
}

.Kinderermaessigung td {
padding:8px;
}

.Kinderermaessigung td.td-1 {
text-align:right;
}

.Kinderermaessigung .tr-even {
background-color:#fee27b;
}

.Kinderermaessigung .tr-odd {
background-color:#ffffff;
}

/***Anfrage_Buchen****
*******************************/

.alpenfrieden-3 fieldset{
margin:10px;
border: 1px solid #fed542; 
/*border: 1px solid #6c6c6c;*/
}

#Form_Adults, #Form_Qty, #Form_Age {
width:25px;
}

#Form_Name, #Form_Surname, #Form_Country, #Form_Email, #Form_Phone, #Form_Fax, #Form_Province {
	width: 280px;
}

#Form_Address { width:220px; }
#Form_Zipcode  { width:70px; }

#Form_Streetnumber { width: 40px; }
#Form_City { width: 190px; }

.alpenfrieden-3 .textarea {
width:230px;
height:80px;
}

.alpenfrieden-3 select {
margin:5px 0 0 5px;
}

#Form_Letterhead {
margin: 0 0 0 5px;
}


.alpenfrieden-3 legend{
font-weight:bold;
padding: 0 5px 0 5px;
}

.alpenfrieden-3 input{
margin:5px;
}
/*Anfrage_Buchen**Ende*******************************/

/***Zimmer****/

#alpenfrieden-9.alpenfrieden-9 #Inhalt .Link {
width:685px !important;
background-color:#fffcf2;
margin:0px;
padding: 5px 0 10px 10px;
}

#alpenfrieden-9.alpenfrieden-9 #Inhalt table.contenttable {
width:685px !important;
background-color:#fffcf2;
text-align:left;
}

#alpenfrieden-9.alpenfrieden-9 #Inhalt table.contenttable p.bodytext{
margin:0 0 0 0px;
padding:5px;
font-weight:normal !important;
}

#alpenfrieden-9.alpenfrieden-9 #Inhalt table.contenttable th.Bild1 img {
height:138px;
width:220px;
}

#alpenfrieden-9.alpenfrieden-9 #Inhalt table.contenttable th.Bild2 img {

height:138px;
width:220px;
}


#alpenfrieden-9.alpenfrieden-9 .zimmer {
font-weight: bolder;
}

#alpenfrieden-9.alpenfrieden-9 #Inhalt h1 {
width:680px;
height:20px;
background-color:#FEE27B;
margin:20px 0 0 0px;
padding:5px 0 0px 5px;
}

#alpenfrieden-9.alpenfrieden-9 #Inhalt .csc-header-n1 h1.csc-firstHeader {
background-color:transparent;
}


#alpenfrieden-9.alpenfrieden-9 #Inhalt table.contenttable ul {
margin:0 0 0 20px;
padding:0 5px 5px 5px;
list-style: disc !important;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight:normal;
}
/*Zimmer**Ende*******************************/

#alpenfrieden-17 .alpenfrieden-2 #Content-Mitte .csc-textpic-image .csc-textpic-firstcol{
margin-right: 300px;
}