

/*
 * Positionierung / Hintergrundbilder
 * ------------------------------------------------------------
 */
* {
	margin: 0; 
	padding: 0;
}

body {
	background: #004001 url(../images/layout/BG_Seite.jpg) top center no-repeat;
}

#Page {
	width: 740px;
	margin: 0 auto;
}

#Header {
	width: 740px;
	height: 230px;
}

#Header #Logo {
	float: left;
}

#Logo img {
	border: none;
}

#Foto img { border: none; }

#Navigation {
	clear: both;
	background: transparent url(../images/layout/BG_Navigation.jpg) top center no-repeat;
	height: 32px;
	/*margin-left: 12px;*/
}

#Stage {
	background: transparent url(../images/layout/BG_Inhalt.jpg) top left repeat-y;
	margin-left: 12px;
	float: left;
	width: 712px;
}

#Stage_Alessandro {
	background: transparent url(../images/layout/BG_Inhalt_Alessandro.jpg) top left repeat-y;
	margin-left: 12px;
	float: left;
	width: 712px;
}

#Sidebar {
	width: 237px;
	float: left;
	margin: 0px 7px 0px 12px;
	background: transparent url(../images/layout/BG_Sidebar.jpg) top left no-repeat;
}

#Sidebar .PaddingBox {
	margin: 10px 5px;
}

#Content {
	width: 437px;
	float: left;
	margin: 0px 6px 0px 7px;
	/*background: #fcfaf8 url(../images/layout/BG_Stage_Content.jpg) top left no-repeat;*/
}

#Content_Alessandro {
	width: 690px;
	float: none;
	margin: 0px 6px 0px 11px;
	background: url(../images/layout/BG_alessandro.jpg) top left no-repeat;
}


#Content_Alessandro .Main ul {
	margin: 1em 0 1.5em 30px;
}
#Content_Alessandro .Main ul li {
	padding-bottom: 0.2em;
}


.Alessandro_Table {
	background: url(../images/layout/Alessandro_original_italienische_Kueche.gif) -30px 10px no-repeat;
}



#Content .Main {
	background: transparent url(../images/layout/BG_Stage_Content.jpg)  left top no-repeat;

}

#Content .Heading {
	background: transparent url(../images/layout/BG_Stage_Content_Heading.jpg) top left no-repeat;
	padding: 20px 30px;
}

#Content .PaddingBox {
	padding: 20px 30px 20px 30px;
}

#Footer {
	clear: both;
	background: transparent url(../images/layout/BG_Footer.jpg) top left no-repeat;
	width: 712px;
	margin-left: 12px;
	margin-bottom: 2em;
}





/*
 * Gestaltung/Schriftformatierung
 * ------------------------------------------------------------
 */
body {
	font: 12px/1.4em "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #292929;
}


#Navigation, 
#Navigation a {
	font-family: "Goudy Old Style";
	color: #ffffff; 
	text-decoration: none;
	display: block; 
	float: left;
}

#Navigation {
	text-align: center;
	width: 848px;
	margin-left: -50px;
}

#Navigation a {
	height: 11px;
	margin-top: 2px;
}

#Navigation a span { display: none; }

#Navigation #WirUeberUns {
	background-image: url(../images/layout/NAVI_WirUeberUns.jpg);
	width: 91px;
	margin-left: 15px;
}

#Navigation #ZurGeschichte {
	background-image: url(../images/layout/NAVI_ZurGeschichte.jpg);
	width: 104px;
}

#Navigation #Ambiente {
	background-image: url(../images/layout/NAVI_Ambiente.jpg);
	width: 71px;
}

#Navigation #Zimmervermietung {
	background-image: url(../images/layout/NAVI_Zimmervermietung.jpg);
	width: 122px;
}

#Navigation #Veranstaltungen {
	background-image: url(../images/layout/NAVI_Veranstaltungen.jpg);
	width: 122px;
}

#Navigation #Sehenswuerdigkeiten {
	background-image: url(../images/layout/NAVI_Sehenswuerdigkeiten.jpg);
	width: 132px;
}

#Navigation #Kontakt {
	background-image: url(../images/layout/NAVI_Kontakt.jpg);
	width: 69px;
}

#Navigation #English {
	background-image: url(../images/layout/NAVI_English.jpg);
	width: 84px;
}




#Footer {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

#Footer p {
	color: #ccd9cc;
}

#Footer ul {
	list-style-type: none;
}

#Footer ul li {
	display: inline;
	color: #8ba88b;
}



#Footer a {
	color: #8ba88b;
	text-decoration: none;
}

#Footer a:hover {
	color: #ccd9cc;
}



h1, h2, h3, h4, h5 {
}

h1 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	color: #5a5a23;
	padding-bottom: 6px;
}

h2 {
	font-size: 13px;
	padding-bottom: 1em;
}

#Sidebar h2 {

	font-family: "Times New Roman", serif;
	text-align: center;

	font-weight: normal;
	font-size: 20px;
	color: #5a5a23;
	padding-top: 10px;
	padding-bottom: 8px;
}

#Content  .PaddingBox p {
	margin-bottom: 1em;
}

#Content  p {
	text-align: justify;
}

#Content .Heading {
	font-family: "Times New Roman", serif;
	color: #666666;
	font-size: 14px;
}




.Gallery a img {
	border: none;
}

img.GalleryImageMedium {
	padding: 6px 9px 10px 10px;
	background: transparent url(../images/galerie/BG_GIM.jpg) top left no-repeat;
}

img.GalleryImageMediumVertical {
	padding: 4px 9px 10px 10px;
	background: transparent url(../images/galerie/BG_GIM_Vert.gif) top left no-repeat;
	margin-left: 30px; 
}




img.GalleryImageSmall {
	padding: 5px 9px 10px 10px;
	background: transparent url(../images/galerie/BG_GIS.jpg) top left no-repeat;
}



#Content .Main ul {
	list-style-type: square;
	margin: 0 0 1.5em 20px;
}
#Content .Main ul li {
	padding-bottom: 0.5em;
}



td.Label {
	vertical-align: top;
	padding-right: 10px;
}

.FieldBackground {
	background: white url(../images/layout/BG_Form_Field.jpg) top left no-repeat scroll;
	border: 1px solid #E8DDDA;
	margin-bottom: 5px;
	padding: 1px;
}

.Buttons input {
	background: white url(../images/layout/BG_Form_Field.jpg) top left no-repeat scroll;
	border: 1px solid #E8DDDA;
	margin-bottom: 5px;
	padding: 2px 4px;
	font: 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.Buttons input:hover {
	border-color: #CBC1BF;
}

.Field input,
.Field textarea {
	background: transparent;
	border: 1px solid #f7f1e9;
	border-bottom: none;
	border-right: none;
	padding: 2px 4px;
	font: 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.Field input[type=text] {
	height: 20px;
}

.Field input.Streched,
.Field textarea.Streched {
	width: 250px;
} 

.Field input:focus,
.Field textarea:focus {
	border-top-color: #CBC1BF;
	border-left-color: #CBC1BF;
	
}






.HintsForOwner { font-weight: bold; background-color: yellow; text-align: center; }

.Center { text-align: center; }

.SidebarTextPadding { margin: 0 5px 0 10px; }

a img { border: none; }

.Counter { color: #004001; }







.ContainerVeranstaltungen
{
	margin: 0 auto;
	width: 306px;
	height: 137px;
	background: transparent url(../images/layout/BG_Veranstaltungen.jpg) top left no-repeat; 
}

.ContainerVeranstaltungen table 
{ margin: 0 auto; width: 250px; }

.ContainerVeranstaltungen table tr td 
{ text-align: center;  line-height: 1.5em; padding-bottom: 5px; }
.ContainerVeranstaltungen div
{ text-align: center; }



td.PreisUeberschrift { padding-bottom: 6px; font-weight: bold; }
td.Preis { text-align: right; padding-right: 20px; }




div.Oeffnungszeiten
{
	margin-left: 20px;
	margin-top: 20px;
}
.Oeffnungszeiten table,
table.Oeffnungszeiten 
{
	width: 180px;
	margin-top: 0.8em;;
}
.Zeit
{
	text-align: right; 
}

.ProgrammTurmfest td { vertical-align: top; padding-top: 6px; }
.ProgrammTurmfest td.Tag { font-size: 1.1em; padding: 5px 0 7px; border-bottom: 1px dotted black;}
.ProgrammTurmfest td.Zeit { width: 100px; text-align: left; }
.ProgrammTurmfest td.Beschreibung {}









.Alessandro_Jetzt_in_Loebau {
	font: italic 20px "Goudy Old Style", "Times New Roman", serif !important;
}

.Alessandro_Restaurant {
	font: 20px "xGoudy Old Style", "Times New Roman", serif !important;
}





.veranstaltungen td { vertical-align: top; }
.veranstaltungen h2 { font-size: 130%; font-weight: normal; padding-top: 20px; text-decoration: underline; }
.veranstaltungen td.tag { padding: 0 0 5px 0; font-weight: bold; } 