@import url(formulare.css);

body {
	font: 80% verdana;
	background-color: #FFFFCC;
	background-image: url(grafik/anbalk.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#inhalt {
	margin-left: 220px;
	margin-top: 0px;
	width: 480px;
}
#inhalt_breit {
	margin-left: 220px;
	width: 630px;
}
#inhalt h1, #inhalt_breit h1 {
	font-size: 200%;
	color: #15712A;
	text-align: left;
	margin: 20px 0px 0.25em 0px;
}
#inhalt h2, #inhalt_breit h2 {
	font-size: 100%;
	margin: 0.25em 0px 1em 0px;
	color: black;
}
#inhalt h3, #inhalt_breit h3 {
	font-size: 100%;
	margin: 0px;
}
#inhalt p, #inhalt_breit p {
	margin: 0px 0px 1em 0px;
}

#inhalt table.mehrspaltig, #inhalt_breit table.mehrspaltig {
	border-collapse: collapse;
	margin: 0px;
}
#inhalt table.mehrspaltig td, #inhalt_breit table.mehrspaltig td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

#index h1 {
	font-size: 150%;
	color: #15712A;
	text-align: center;
	margin: 20px 0px 1em 0px;
}
#index h2 {
	font-size: 120%;
	margin: 2em 0px 1em 0px;
	color: #2B89E8;
}



#rechts {
	position: absolute;
	top: 200px;
	left: 735px;
	width: 182px;
}
#rechts h1 {
	font-size: 120%;
	color: #2B89E8;
	margin: 1em 0px;
}


/*
#rechts div.box, #inhalt div.box {
	font-size: 80%;
	background-color: #2B89E8;
	background-image: url(grafik/box-unten.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFFFCC;
	margin: 0px 0px 2em 0px;
	padding: 0px;
	border: 1px solid #FFFFCC;
}
#inhalt div.box {
	background-image: url(grafik/box-breit-unten.gif);	
}
#rechts div.box div.box-innen, #inhalt div.box div.box-innen {
	padding: 0px 5px 10px 5px;
	margin: 0px;
}
#rechts div.box h1, #inhalt div.box h1 {
	font-size: 140%;
	color: #FFFFCC;
	margin: 0px 0px 0.5em 0px;
	text-align: center;
}
#rechts div.box select, #inhalt div.box select {
	font: 100% tahoma;
	margin-bottom: 0.2em;
	background-color: #FFFFCC;
}
#rechts div.box input, #inhalt div.box input {
	font: 100% tahoma;
	font-weight: bold;
}
*/

#kopf {
	margin-left: 162px;
}
#logo {
	position: absolute;
	top: 35px;
	left: 720px;
}

#menue {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 155px;
	font-family: tahoma;
	font-size: 110%;
}
#menue a {
	text-decoration: none;
	color: black;
}
#menue a:hover {
	color: white;
}
#menue h1 {
	font-size: 100%;
	margin: 1em 0px 0px 0px;
	text-transform: uppercase;
}
#menue h1 div.untertitel {
	text-transform: none;
	font-weight: normal;
	padding-left: 1em;
	font-size: 80%;
}
#menue h1.region {
	font-size: 130%;
	color: #FFFFCC;
	margin: 0.5em 1em;
	text-transform: none;
}
#menue p {
	margin: 1em 0px 0px 0px;
}
#menue ul {
	list-style-type: none;
	margin: 0px 0px 0px 1em;
	padding: 0px;
	font-size: 80%;
}
#menue form.suche input {
	font-family: tahoma;
}
#menue form.suche input.text {
        font-size:11px;
	border: 1px solid #CCCC99;
	background-color: #FFFFCC;
	width: 100px;
	height: 16px;
}
#menue form.suche input.stichwort {
        font-size:11px;
        border-left-width: 1px;
        border-left-color: #847A75;
        border-left-style: solid;
        border-top-width: 1px;
        border-top-color: #847A75;
        border-top-style: solid;
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-bottom-color: #847A75;
        border-bottom-style: solid;
        border-bottom: 1px;
	background-color: #FFFFCC;
	width: 100px;
	height: 16px;
}
input.weiss {
        font-size:11px;
	border: 1px solid #CCCC99;
	background-color: #FFFFFF;
}
#menue form.suche input.submit {
	font-weight: bold;
	height: 22px;
}
#menue_kontakt {
	margin-top: 2em;
}


form {
	margin: 0px;
	padding: 0px;
}

ul.unternavigation {
	list-style-image: url(grafik/pfeil1.gif);
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
ul.unternavigation li {
	margin-top: 0.5em;
}

/*
ul.unternavigation a {
	color: black;
	text-decoration: none;
}
ul.unternavigation a:hover {
	color: #227722;
}
*/

ul.unternavigation ul {
	list-style-image: url(grafik/pfeil2.gif);
	padding: 0px 0px 0px 18px;
	font-size: 80%;
	margin: 0em 0px 0px 0px;
}
ul.unternavigation ul li {
	margin: 0em;
}

ul.start_mitte {
	list-style-image: url(grafik/pfeil_gruen1.gif);
	margin: 0px;
	padding: 5px 0px 0px 26px;
}

ul.start_mitte li .hervorgehoben {
	color: #15712A;
	font-weight: bold;
} 

.klein {
	font-size: 80%;
}

#nebenlogo {
	position: absolute;
	left: 575px;
	top: 20px;
	width: 150px;
}
a:visited, a:link, a:active {
	color: #817974;
	text-decoration: none;
}
a:hover {
	color: black;
}


/* eigene Erweiterungen: */

#preistabelle {
	border-collapse: collapse;
	margin: 0.5em 0px 1em 0px;
}
#preistabelle td, #preistabelle th {
	border: 1px solid black;
	background-color: #fbfae3;
	padding: 3px;
}
#preistabelle td.preistabelle_reisezeit, #preistabelle th.preistabelle_reisezeit {
	text-align: left;
}
#preistabelle td.preistabelle_preis, #preistabelle th.preistabelle_preis {
	text-align: center;
}

.preise_wanderwoche {
	border-collapse: collapse;
	margin: 0.5em 0px 1em 0px;
	width:100%;
}

.preise_wanderwoche td, .preise_wanderwoche th {
	border: 1px solid black;
	background-color: #fbfae3;
	padding: 3px;
	text-align:center;
}




div.user-iconsleisteoben-pi1 {
	padding-top: 10px;
}
div.user-iconsleisteoben-pi1 table {
	border-collapse: collapse;
	margin-top: 0.5em;
}
div.user-iconsleisteoben-pi1 table td {
	padding: 0px;
	margin: 0px;
}
div.user-iconsleisteoben-pi1 td img {
	margin: 4px 0.5em 0px 0px;
}

div.objekt_verfuegbarkeit {
	font-size: 80%;
	border: 1px solid black;
	background-color: #2B89E8;
	color: #FFFFCC;
	padding: 7px;
	margin-bottom: 9px;
}
div.objekt_verfuegbarkeit h1 {
	font-size: 140%;
	color: #FFFFCC;
	margin: 0px 0px 0.5em 0px;
	text-align: center;
}
div.objekt_verfuegbarkeit select {
	font: 100% tahoma;
	margin-bottom: 0.2em;
	background-color: #FFFFCC;
	}
div.objekt_verfuegbarkeit input {
	font: 100% tahoma;
	font-weight: bold;
}
div.objekt_verfuegbarkeit input.submit {
	width: 60px;
}

div.user-weitereunterkuenfte-pi1 {
	font-size: 80%;
	border: 1px solid black;
	background-color: #2B89E8;
	color: #FFFFCC;
	padding: 7px;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.user-weitereunterkuenfte-pi1 h1 {
	font-size: 140% !important;
	color: #FFFFCC !important;
	margin: 0px 0px 0.5em 0px !important;
	text-align: center !important;
}
div.user-weitereunterkuenfte-pi1 select {
	width: 165px;
	background-color: #FFFFCC;
}

table.htmlbilder {
	border-collapse: collapse;
	border-width: 0px;
	font-size: 80%;
	margin-bottom: 1.5em;
}
table.htmlbilder td {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
table.htmlbilder tr.text td {
	vertical-align: top;
	padding-top: 3px;
}
table.htmlbilder tr.bilder td {
	vertical-align: bottom;
}
table.htmlbilder td img {
	border: 1px solid black;
}
table.htmlbilder td img.leer {
	border-width: 0px;
}

#sprachen {
	position: absolute;
	left: 10px;
	top: 260px;
}


/* TYPO3-Elemente: */

.csc-textpic-caption {
	font-size: 80%;
	padding: 3px 0px 15px 0px;
}
div.csc-textpic-imagewrap {
	padding: 0px 10px 0px 0px;
}
div.csc-textpic-border div.csc-textpic-imagewrap img {
	border: 1px solid black !important;
}
div.csc-textpic-border div.csc-textpic-imagewrap dl.csc-textpic-image {
	xborder: 1px solid red;
	padding-right: 0px;
}
div.csc-textpic-border div.csc-textpic-imagewrap dl.csc-textpic-lastcol {
	xborder: 1px solid green;
	padding-right: 0px;
}
div.csc-textpic-border div.csc-textpic-imagewrap dl.csc-textpic-firstcol {
	xborder: 1px solid blue;
	padding-right: 0px;
}
div.csc-frame-frame1 {
	border: 1px solid black;
	padding: 1em 1em 0em 1em;
	margin: 1em 0em;
}

/* Styleangaben für Sitemap */
div.csc-sitemap ul {
        font-weight: bold;
        list-style-image:url(http://www.cilento-ferien.sicilia-ferien.de/fileadmin/cilento-ferien/template/grafik/pfeil1.gif)
}
div.csc-sitemap ul ul {
        font-weight: normal;
        list-style-image: none;
}
div.csc-sitemap ul ul ul {
        font-size: 80%;
        font-weight: normal;
        list-style-image: none;
}
div.csc-sitemap ul ul ul ul {
        display: none;
}



/* Fehlermeldung + Felder + Pflichtfelder für TIP_FORM (Seite weiterleiten) und Newsletter */
div.fehlermeldung {
        padding:4px 8px 4px 8px;
        margin: 4px 0px 4px 0px;
        color: #CF3030;
        font-weight: bold;
        border: 2px dotted #CF3030;
}

.input_normal, .textarea_normal {
        border: 1px solid #847A75;
        background-color: #FEFBE3;
}

.input_pflicht, .textarea_pflicht {
        border: 1px solid #847A75;
        background-color: #FEFBE3;
}

.input_pflicht_fehler, .textarea_pflicht_fehler {
        border: 1px solid #DC041C;
        background-color: #FEFBE3;
}

.bild_mit_rahmen {
        border: 1px solid #000000; 
        margin: 2px 6px 2px 0px 
}


/* Box Erweiterte Suche */
div.box_erweitertesuche_aussen {
        border: 1px solid #000000; 
        background-color:#2B89E8; 
        padding:10px 20px 10px 20px;
}

div.box_erweitertesuche_innen {
        font-size: 10px; 
        background-color:#FFFFCC; 
        border:1px solid #999999; 
        padding: 2px 15px 2px 15px;
}

div.box_erweitertesuche_innen a {
        color:#000000;
} 

/* Objekt-Rotation */
div.objekt_rotation_div {
        border:1px solid #000000;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color:#2B89E8;          
}

div.objekt_rotation_div div.objekt_rotation_text {
        padding:7px 2px 7px 6px;
        font-size:85%;
        color: #FFFFFF;
}

div.objekt_rotation_div div.objekt_rotation_text a {
        color: #FFFFFF;
        text-decoration:none;
}

/* Box freie Unterkuenfte  */
div.box_freie_unterkuenfte {
        border:1px solid #000000;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color:#2B89E8;
        text-align:center;    
}

div.box_freie_unterkuenfte h1 {
        color: #FFFFFF !important ;
        margin-bottom: 6px  !important ;
        padding-bottom: 0px !important ;
}

div.box_freie_unterkuenfte select {
        background-color: #FFFFCC;
        font-size:85%;    
}

div.box_freie_unterkuenfte span {
        font-size:85%;
        padding-right:1px;    
}


.button_submit_mit_pfeil {
        font-size:11px;
   	font-weight:bold;
   	width:155px;
   	text-align:left;
   	background-color: #FFFFCC;
   	padding-left:20px;
   	border:1px solid #999999;
   	background-image: url(grafik/pfeil3.gif);
   	background-position:10px 2px;
   	background-repeat: no-repeat;
   	cursor:pointer;
   	
}

.button_submit_stichwort_mit_pfeil {
        font-size:11px;
   	font-weight:bold;
   	width:16px;
   	height:16px;
   	text-align:left;
   	background-color: #FFFFCC;
   	padding: 0px;
   	margin: 0px;
   	border:1px solid #847A75;
   	background-image: url(grafik/pfeil5.gif);
   	background-position:3px 0px;
   	background-repeat: no-repeat;
   	cursor:pointer;
}


/* Ausgewählte Unterkünfte auf der Startseite */
table.au_table {
        margin-top:8px;     

}

table.au_table img.au_img {
        border: 1px solid black;
        margin-right:5px;
}

table.au_table div.au_links {
        font-size:75%;
        margin-top:5px;
}


table.au_table div.au_mehr {
        margin-top:10px;
}

#navi_fuss {
  float:none;
  clear:both;
}


@media print {
        #menue, #kopf, #sprachen, #logo, #rechts, #navi_fuss, div.user-objektverfuegbarkeit-pi1 { display: none; }
        #inhalt, #inhalt_breit {
	  margin-left: 0px;
	  width: 90%;
        }
        #inhalt h1, #inhalt_breit h1 {
	  margin: 0px 0px 0.25em 0px;
        }
        #nebenlogo {
	  position: absolute;
 	  left: 55%;
	  top: 20px;
	  width: 150px;
        }
}

/* HTML-Elemente */

.rot { color:#CF3030; }
.blau { color:#3399FF; }
.gruen { color:#15712A; }