/***********************************************/
/* Grundelemente */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #8b151b;
	background-color: #8b151b;
	background-image: url(../gfx/layout/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}

/***********************************************/
/* Div um das Layout zusammenzuhalten */
/***********************************************/

#wrapper { width: 75em; }

/***********************************************/
/* Navigation */
/***********************************************/

#wrapperNavigation {
	width: 75em;
	height: 11.3em;
	background-image: url(../gfx/layout/bg_navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sectionLinks {
	position: relative;
	font-size: 1em;
}

#sectionLinks h3 { display: none; }

#sectionLinks li {
	list-style-type: none;
	float: left;
	width: 10.9em;
	height: 3em;
	margin: -1.2em 0.35em 0.7em 0;
	text-align: center;
}

#sectionLinks ul { margin: 0.4em 0 0 -1.8em; }

#sectionLinks a, #sectionLinks a:visited {
	display: block;
	padding: 0.5em 0 0.6em 0;
	color: #fff;
	text-decoration: none;
	background-image: url(../gfx/layout/bg_nav_li.jpg);
	background-repeat: no-repeat;
}

#sectionLinks a:hover { text-decoration: underline; }

/***********************************************/
/* Willkommen */
/***********************************************/

#wrapperWillkommen {
	width: 68.2em;
	height: 13.6em;
	overflow: hidden;
}

.suppenschuessel { margin-top: -0.7em; }

#wrapperWillkommen h1 {
	color: #cacccd;
	font-size: 2em;
	font-style: italic;
	text-align: center;
	position: relative;
	margin-top: -5em;
}

#wrapperWillkommen h2 {
	color: #cacccd;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
}

/***********************************************/
/* Content */
/***********************************************/

#wrapperContent {
	width: 66.5em;
	height: 28em;
	margin-top: 0.1em;
	margin-left: 2em;
}

#main {
	width: 48em;
	height: 22.5em;
	float: left;
	margin-right: 1em;
	background-color: #c4b9bb;
	padding: 1em;
	overflow-y: scroll;
}

#main h1 {
	color: #8b151b;
	font-size: 1.1em;
	margin-top: -0.2em;
	margin-bottom: 0.3em;
}

#main p { color: #8b151b; }

#main a, #main a:visited { color: #8b151b; }

#content { }

#content a, #content a:visited {
	color: #000;
	text-decoration: none;
}

#content a:hover { text-decoration: underline; }

.Content { font-size: 0.85em; }

.content { }

.content p { }

.Content h1 { }

#mainHome {								/* Main fuer Angbeote auf der Startseite */
	width: 48em;
	height: 24em;
	float: left;
	margin-right: 1em;
	padding: 0 1em .5em 1em;
}

#mainHomeTagestipp {
	width: 23em;
	height: 11em;
	float: left;
	background-image: url(../gfx/layout/home_angebote/bg_box_tagestipp.png);
	background-repeat: no-repeat;
	background-position: left -.2em;
}

#mainHomeBonuskarte {
	width: 23em;
	height: 11em;
	float: right;
        margin-right: .3em;
	background-image: url(../gfx/layout/home_angebote/bg_box_bonuskarte.png);
	background-repeat: no-repeat;
	background-position: left -.2em;
}

#mainHomeSaisonTipp {
	width: 47.7em;
	height: 12em;
        margin-top: 1em;
	background-image: url(../gfx/layout/home_angebote/bg_box_saisontipp_winter.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainHomeTagestipp h2, #mainHomeBonuskarte h2 {
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
        margin: .6em 0 0 5em;
}


#mainHomeSaisonTipp h2 {
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
        margin: 1.2em 0 0 1.5em;
        padding-top: .3em;
}

#mainHomeTagestipp p, #mainHomeBonuskarte p, #mainHomeSaisonTipp p { font-size: 1em; }

#mainHomeTagestipp p {
        width: 18em;
        height: 10em;
        margin: 1.2em 0 0 1.5em;
}

#mainHomeBonuskarte p {
        width: 13em;
        height: 10em;
        margin: 1.2em 0 0 1em;
}

#mainHomeSaisonTipp p {
        width: 32em;
        height: 10em;
        margin: 1.2em 0 0 1.7em;
}

.galerie {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#sidebar {
	width: 15em;
	height: 20em;
	float: left;
}

#sidebarBox1 {
	width: 15em;
	height: 10em;
	text-align: center;
	margin-top: -1.2em;
	background-image: url(../gfx/layout/sidebar_button_anfahrt.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#sidebarBox2 {
	width: 15em;
	height: 10em;
	text-align: center;
	margin-top: -1.2em;
	background-image: url(../gfx/layout/sidebar_button_bildergalerie.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#sidebarBox1 p {
	padding-top: 1em;
	line-height: 1.5em;
}

#sidebarBox2 p {
	padding-top: 1em;
	line-height: 1.5em;
}

#sidebarBox1 a, #sidebarBox2 a, #sidebarBox1 a:visited, #sidebarBox2 a:visited {
	color: #cacccd;
	text-decoration: underline;
}

.suppentasse {
	width: 15em;
	height: 10em;
	position: relativ;
	margin-left: 53em;
	margin-top: -5.5em;
	background-image: url(../gfx/layout/suppentasse.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#wochenangebot {
	width: 48em;
	height: 22.5em;
	float: left;
	margin-right: 1em;
	background-color: #c4b9bb;
	padding: 1em;
	background-image: url(../gfx/layout/bg_wochenplan.jpg);
	background-repeat: no-repeat;
	background-position: center 1em;
}

#wochenangebot h1 {
	width: 44em;
	text-align: center;
	color: #cbccce;
	font-size: 1.1em;
	font-weight: regular;
	margin-top: 0.5em;
}

#wochenangebot h2 {
	color: #cbccce;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

#wochenangebot p { color: #8b151b; }

#wochenangebot span { display: none; }

.tbl_wochenangebot {
	width: 48.5em;
	height: 18em;
	margin-top: 1em;
	margin-left: 3em;
	font-size: 0.9em;
	overflow-y: scroll;
}

.gericht {
	width: 40em;
	float: left;
}

/***********************************************/
/* Footer */
/***********************************************/

.logo {
	width: 23em;
	height: 6em;
	margin-left: 1.6em;
	margin-bottom: 1em;
	background-image: url(../gfx/layout/footer_logo.jpg);
	background-repeat: no-repeat;
}

#copyright {
	width: 67em;
	height: 2em;
	text-align: right;
	margin-bottom: 2em;
	text-transform: capitalize;
	color: #FFF;
}

#copyright a, #copyright a:visited {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover { text-decoration: underline; }

/***********************************************/
/* Wiederkehrende Elemente */
/***********************************************/

.fllft {
	float: left;
	margin-right: 0.8em;
}

.labelLeft {
	width: 15em;
	float: left;
}

