/* Gaumenschmaus START CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #a90a28;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #fff;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}


/* Basic Layout */

#page-area {
	width: 980px;
	margin: auto;
	text-align: left;
	background-image: url(../pics/bg_main_area.jpg);
	background-repeat: no-repeat;
	background-position: 0 480px;
	overflow: hidden;
}

#page-area-start {
	width: 980px;
	margin: auto;
	text-align: left;
	background-color: #a90a28;
	padding-bottom: 15px;
	color: #FFFFFF;
}


#BANNER {
}

#red-bar {
	height: 40px;
	display: block;
	clear: both;
	background-color: #a90a28;
}

#main-area {
	min-height: 300px;
}

#main-area-start {
	min-height: 250px;
	background-image: url(../pics/bg_start_main_area.gif);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	display: block;
	background-image: url(../pics/footer_divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 190px;
	overflow: hidden;
	padding-top: 10px;
}

#footer-start {
    clear: both;
	display: block;
	overflow: hidden;
	padding-left: 160px;
    color: #FFFFFF !important;
    background-image: none;
    background-color: #a90a28;
}
#footer-start h2,
#footer-start h3,
#footer-start .bodytext,
#footer-start a {
    color: #FFFFFF !important;
}

.clearer {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

.divider {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #bb7482;
	padding-top: 14px;
	margin-bottom: 15px;
}


/* MENU START */

#MENU-START {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 120px;
	color: #a49a9c;
	font-size: 1.3em;
	text-transform: lowercase;
}
#MENU-START a {
	color: #a49a9c;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
#MENU-START a:hover,
#MENU-START a.active {
	color: #FFFFFF;
}

#MENU-START li {
	list-style-type: none;
	width: 110px;
	padding-left: 10px;
	float: left;
	margin: 0;
	background-image: url(../pics/start_menu_separator.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
#MENU-START li.first {
    background: none;
}

/* level 2 */
#MENU-START li li.first {
    margin-top: 8px;
}
#MENU-START li li {
    margin-top: 4px;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 0;
    display: block;
    height: auto;
    background: none;
}
#MENU-START li li a {
    font-weight: normal;
    /*color: #c8b886;*/
    color: #CCC;
}

/* MENU MAIN */

#MENU-MAIN {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 190px;
	color: #94878a;
	font-size: 1.3em;
	text-transform: lowercase;
	background-color: #000000;
}
#MENU-MAIN a {
	color: #a49a9c;
	text-decoration: none;
	font-weight: bold;
}
#MENU-MAIN a:hover,
#MENU-MAIN a.active {
	color: #FFFFFF;
}

#MENU-MAIN li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-right: 15px;
}


/* MENU SUB */

#MENU-SUB {
	float: left;
	width: 190px;
	color: #a90a28;
	padding-top: 40px;
	font-size: 1.2em;
}
#MENU-SUB a {
	color: #a90a28;
	text-decoration: none;
	padding: 0 20px;
	text-transform: lowercase;
}
#MENU-SUB li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 3px 0;
	background-image: url(../pics/submenu_divider.jpg);
	background-repeat: no-repeat;
}
#MENU-SUB li.first {
	background: none;
}
#MENU-SUB a:hover,
#MENU-SUB a.active {
	font-weight: bold;
}


/* MENU BASIC */

#MENU-BASIC {
	float: left;
	width: 330px;
	color: #bb7482;
	padding-top: 2px;
	font-size: 1.2em;
}
#MENU-BASIC a {
	color: #bb7482;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
#MENU-BASIC li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-right: 12px;
}
#MENU-BASIC a:hover,
#MENU-BASIC a.active {
	color: #a90a28;
}


/* CONTENT */

#CONTENT-MAIN {
	padding-top: 40px;
	padding-bottom: 15px;
	width: 790px;
	float: left;
	font-size: 1.2em;
}

#CONTENT-MAIN h1 {
	font-size: 1.3em;
	margin: 0 0 1em 0;
}

#CONTENT-MAIN h2 {
	font-size: 1.3em;
	margin: 15px 0 15px 0;
}


#CONTENT-MAIN p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
}

#CONTENT-MAIN .csc-textpic-imagewrap {
	/*margin-top: 14px;*/
}

.text-red {
	color: #b21b16;
}

/* Opening Hours */
#OPENING-HOURS {
    float: left;
    width: 450px;
    font-size: 1.2em;
}
#OPENING-HOURS h2 {
    font-weight: bold;
}
#OPENING-HOURS h3 {
    font-weight: normal;
    
}


/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
}

#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}

#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}

#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}

#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 30px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAILFORM CSS SETTING */
.csc-mailform-field label {
	width: 65px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}
.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.csc-mailform-field TEXTAREA {
	width: 280px;
	margin-bottom: 5px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
	width: 280px;
}
.csc-mailform-field SELECT {
	margin-bottom: 5px;
}
.csc-mailform-submit {
	border: none;
	background-color: #b21b16;
	width: auto !important;
	margin-left: 270px;
	margin-top: 5px;
	padding: 0px;
	color: #FFF !important;
	cursor: pointer;
}
.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 0px;
}
/*.csc-mailform-check {
	float: left;
	text-align: left !important;
	margin-left: 65px !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}*/
#mailformTag,
#mailformPersonenzahl,
#mailformDatum,
#mailformUhrzeit {
    width: 80px;
}