/* @override http://symphony.local:8888/workspace/css/styles.css */ * {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #CC0000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #aaa;
    background: url("../gfx/bg.png") repeat-x #ffffff;
    z-index: 1;
}

span.label {
    position: absolute;
    width: 50px;
}

span.tab {
    position: absolute;
    left: 50px;
    width: 100px;
}

ul, ol, li {
    list-style-type: none;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 2em;
}

html > body div#bigm {
    position: fixed;
    background: url("../gfx/bg_blass.png") no-repeat;
    height: 300px;
    width: 380px;
    right: 0;
    bottom: 0;
    z-index: 1;
}* html div#bigm {
    position: absolute;
    height: 300px;
    width: 380px;
    right: 0;
    bottom: 0;
    background: none;
    filter: progid:

DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_blass.png',sizingMethod='crop');
}

div#package {
	position:relative;
	width:802px;
	top:0;
	margin:0 auto;
	border:solid 1px #ccc;
	z-index:2;
}

div#banner {
	height:100px;
	width:802px;
	background-image:url("../gfx/mcd_banner_gelb_links.jpg");
	border-bottom:solid 1px #fff;
}

div#navigation {
	position:relative;
	height:25px;
	width:802px;
	background-color:#eee;

	border-bottom:solid 1px #fff;
	z-index:100;
	cursor:pointer;
	font-weight:bold;
}

div#navigation a {
	text-decoration:none;
	color:#aaa;
}

div#navigation a:hover {
	color:#FFCC00;
}

div#navigation a:active {
	color:#eee;
}

div#navigation ul li {
	position:relative;
	float:left;
	/*height:25px;
	width:125px;*/
	border-right:solid 1px #fff;
	line-height:2;
	text-align:left;
	cursor:pointer;
}

div#navigation ul li a span {
	position:relative;
	left:10px;
}

div#navigation ul li:hover {
	background-color:#aaa;	
}

div#navigation ul li:active {
	background-color:#aaa;
}


div#navigation ul li a {
	display:block;
	height:25px;
	width:125px;
}

div#navigation li.menu {
	/*position: relative;
	padding: 10px;
	background-color: #00FF00;*/
	height:25px;
	width:125px;
}


div#navigation ul li.active {
	position:relative;
	float:left;
	width:125px;
	height:25px;
	border-right:solid 1px #fff;
	line-height:2;
	text-align:left;
	background-color:#aaa;
}

div#navigation ul li.active:active {
	background-color:#aaa;
}

div#navigation ul li.active a {
	color:#eee;
}

div#navigation li.active ul.submenu li.menu a:hover {
	color:ff00ff;
}

div#navigation ul li.active li.menu a:hover {
	color:#FFCC00;
}

div#navigation ul li.active a:active {
	color:#eee;
}

div#navigation ul li.menu ul.submenu {
	position:relative;
	text-align:left;
	display:none;
}

/* IE6 Fix -> wird von JS ausgeblendet*/
* html div#navigation ul li.menu ul.submenu {
	position:absolute;
	text-align:left;
	display:block;
}

div#navigation ul li.active ul.submenu {
	position:relative;
	text-align:left;
	display:none;
}

/* IE6 Fix -> wird von JS ausgeblendet*/
* html div#navigation ul li.active ul.submenu {
	position:absolute;
	text-align:left;
	display:block;
}

* html div#navigation li.active li.menu {
	position:relative;
	text-align:left;
	display:block;
}

div#navigation ul li.active ul.submenu a {
	color:#bbb;
}

div#navigation ul li.active ul.submenu a:hover {
	background-color:#eee;
}

ul.submenu {
	width:123px;
	background:#00FF00;
}

ul.submenu li {
	position:relative;
	top:0;
	text-align:left;
	background-color:#eee;
	border-top:solid 1px #fff;
	float:left;
	
	width:175px;
	height:25px;
}

* html ul.submenu li {
	display:block !important;
}

ul.submenu li:hover {
	background-color:#bbb;
}

ul.submenu li:active {
	background-color:#aaa;
	color:#eee;
}

div#navigation ul li.menu:hover ul.submenu {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

div#navigation ul li.active:hover ul.submenu {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

* html div#navigation li.menu {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	
}

* html div#navigation li.menu {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}


div#puffer {
	position:relative;
	height:5px;
	width:802px;
	background-image:url("../gfx/footer_bg.jpg");
	border-bottom:solid 1px #fff;
}

div#footer {
	position:relative;
	height:25px;
	width:802px;
	margin:10px 0 0 0;
	background:url("../gfx/footer_bg.jpg") no-repeat #eee;
	border-top:solid 1px #ccc;
	clear:both;
	}
	
div#footernavigation {
	position:relative;
	width:802px;
	height:25px;
	color:#aaa;
	z-index:9;
	bottom:0;
}

div#footernavigation a {
	text-decoration:none;
	color:#aaa;
}

div#footernavigation ul {
	float:right;
	height:25px;
}

div#footernavigation ul li.footermenu {
	position:relative;
	float:left;
	width:90px;
	height:25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:2;
	bottom:0;
}

div#footernavigation ul li.footermenu:hover {
	background:url("../gfx/footernavi_hover.png") no-repeat;
	color:#060606;
	cursor:pointer;
}

div#footernavigation ul li.footermenu:active {
	background-color:#aaa;
	color:#ddd;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	position:relative;
	height:25px;
	width:802px;
	margin-top:3px;
	color:#ffff00;
	float:left;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	text-align: center;

	overflow: hidden;
	background:url("../gfx/footer_bg.jpg") repeat-x;
}
div.scroller div.scroller_section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 802px; 
	height: 25px;
	overflow:hidden;
	float:left;	
	text-align: center;
	color: #aaa;
	font-weight:bold;
	line-height:1.6;
}
div.scroller div.scroller_content {
	width: 10000px;
}

#home_promo1 {
	position:relative;
	height:158px;
	width:398px;
	margin:3px 6px 0 0;
	float:left;
	background-color:#CCCC66;
	overflow:hidden;
} 

#home_promo2 {
	position:relative;
	height:158px;
	width:398px;
	margin:3px 0 0 0;
	float:left;
	background-color:#CCEE66;
	overflow:hidden;
} 

#promotion {
	position:relative;
	height:160px;
	width:802px;
	clear:both;
	border-bottom:solid 1px #fff;
	margin:3px 0 3px 0;
}

#home_frame1 {
	position:relative;
	height:294px;
	width:155px;
	border:1px solid #ccc;
	border-left:none;
	margin:2px 5px 3px 0;
	float:left;
	background-color:#fff;
	overflow:hidden;
	z-index:9;
}

#home_frame0 {
	position:relative;
	text-align:center;
	height:296px;
	width:500px;
	margin:2px 5px 0 0;
	float:left;
	overflow:hidden;
}

#home_frame2 {
	position:relative;
	height:296px;
	width:255px;
	margin:2px 5px 0 0;
	float:left;
	overflow:hidden;
}

#home_frame3 {
	position:relative;
	height:296px;
	width:240px;
	margin:2px 5px 0 0;
	float:left;
	overflow:hidden;
}

#home_frame4 {
	position:relative;
	height:294px;
	width:135px;
	border:1px solid #ccc;
	border-right:none;
	margin:2px 0 3px 0;
	float:left;
	background-color:#fff;
	overflow:hidden;
}
/* RESTAURANTS */

#restaurant_content {
	position:relative;
	height:523px;
	width:802px;
}

#restaurant_symbols {
	position:relative;
	height:300px;
	width:59px;
	margin-right:5px;
	border:1px solid #888;
	border-left:none;
	margin-top:3px;
	float:left;
	background:url("../gfx/footernavi_hover.png") repeat-y;
}

.symbol {
	position:relative;
	height:50px;
	width:49px;
	margin:5px 0 0 5px;
	border-bottom:1px solid #ccc;}

#restaurant_filiale {
	position:relative;
	height:300px;
	width:410px;
	margin:3px 0 0 0;
	float:left;
	color:#333;
	background-color:#fff;
	border:1px solid #ccc;
	padding:0;
}
	
#restaurant_info {
	position:relative;
	margin:4px 0 0 5px;
	float:left;
	width:230px;
	overflow:hidden;
	padding:0;	
}

#restaurant_info ul li {
	list-style-type:disc;
	list-style-position:inside;
	
}

#restaurant_facts {
	position:relative;
	margin:4px 0 0 0;
	float:right;
	width:170px;
}

#restaurant_facts table {
	width:160px;
	table-layout:fixed;
}

#restaurant_facts table td {
	width:80px;
	table-layout:fixed;
}

#restaurant_desc {
	position:relative;
	margin:4px 0 0 0;
	float:left;
	background-color:#000033;
}


#restaurant_gallery {
	position:relative;
	height:300px;
	width:318px;
	border:1px solid #999;
	border-right:none;
	margin-top:3px;
	float:right;
	background:url("../gfx/footernavi_hover.png");
}
/* IE6 fix */
* html #restaurant_gallery  {
	height:324px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/footernavi_hover.png',sizingMethod='crop');
}

#gallerypic_large {
	position:relative;
	height:250px;
	width:315px;
	overflow:hidden;
	background-color:#ccc;
	margin:3px 0 0 3px;
	
}
/* IE6 fix */
* html #gallerypic_large {
	width:310px;
	margin:3px 0 0 1px;
	border:1px solid #999;
}
#gallerypic_large .content {
	position:relative;
	height:250px;
	width:100000px;
	background-color:#ccc;
	clear:both;
	z-index: 100;
}

#gallerypic_large .content div.section {
	position:relative;
	height:250px;
	width:315px;
	float: left;
	margin-left:1px;
}

/* IE6 fix */
* html #gallerypic_large .content div.section {
	margin-left:0;
}

#gallery_preview {
	position:absolute;
	bottom:0;
	left:0;
}
/* IE6 fix */
* html #gallery_preview {
	bottom: 3px;
}

.gallerypic_small {
	position:relative;
	height:41px;
	width:50px;
	margin:3px 0 2px 3px;
	float:left;
	background-color:#ddd;
	overflow:hidden;
}

.gallerypic_small img {
	height:41px;
	width:50px;
}

#newsticker_line {
	position:relative;
	height:25px;
	width:802px;
	margin-top:3px;
	float:left;
	border:1px solid #999;
	border-left:none;
	border-right:none;
	background:url("../gfx/footer_bg.jpg") no-repeat #eee;
}
	
#restaurant_map {
	position:relative;
	height:190px;
	width:478px;
	border:1px solid #999;
	border-left:none;
	margin-top:3px;
	margin-right:3px;
	float:left;
} 
/* IE6 fix */
* html #restaurant_map {
	width:477px;
} 

#restaurant_promo {
	position:relative;
	height:190px;
	width:319px;
	border:1px solid #999;
	border-right:none;
	margin-top:3px;
	float:left;
}
/* IE6 fix */
* html #restaurant_promo {
	height:188px;
	background: #440044;
} 

/* News - �bersicht*/

#content_news {
	position:relative;
	width:800px;
}

#news_frame {
	position:relative;
	width:500px;
	margin:3px 5px 0 0;
	float:left;
}

div.news_art {
	position:relative;
	height:120px;
	width:498px;
	margin:0 0 10px 0;
	background-color:#eee;
	border:1px solid #ccc;
}

div.news_art a {
	text-decoration:none;
}	

div.news_art_title {
	position:relative;
	top:0;
	font-weight:bold;
	margin:10px 5px 5px 10px;
}

span.news_art_date {
	font-style:italic;
}


div.news_art_text {
	position:relative;
	width:335px;
	margin:10px 5px 10px 10px;
	float:left;
	line-height:1.3em;
	color:#000;
}

.news_art_pic img{
	position:absolute;
	top:0;
	right:0;
	margin:1px 1px 0 0;
	height:118px;
	width:150px;
	padding:0;
}

/* News - Detail */

div.news_art_detail {
	position:relative;
	width:500px;
	margin:0 0 5px 0;
	background-color:#eee;
	border:1px solid #fff;
	color:#000;
}

div.news_art_text_detail {
	position:relative;
	margin:10px 10px 10px 10px;
}

.news_art_pic_detail img{
	position:relative;
	height:150px;
	float:left;
	overflow:hidden;
	margin:0 10px 0 3px;
}
	
/* Jobs - �bersicht */

#content_jobs {
	position:relative;
	width:800px;
}

#jobs_frame {
	position:relative;
	width:500px;
	margin:3px 5px 0 0;
	float:left;
}

div.jobs_anzeige {
	position:relative;
	height:35px;
	width:498px;
	margin:0 0 10px 0;
	background-color:#eee;
	border:1px solid #ccc;
}

div.jobs_anzeige:hover {
	background-color:#e5e5e5;
}



div.jobs_anzeige a {
	text-decoration:none;
}	

div.jobs_anzeige a:hover {
	text-decoration:underline;
}

span.jobs_position {
	font-weight:bold;
	margin:10px 10px 5px 10px;
}

div.jobs_art_text {
	position:relative;
	width:360px;
	margin:10px 10px 10px 10px;
	float:left;
	line-height:1.3em;
	color:#000;
}

span.jobs_teaser {
	margin:0 0 0 10px;
}

div.jobs_anzeige_detail {
	position:relative;
	height:500px;
	width:498px;
	margin:0 0 5px 0;
	background-color:#eee;
	border:1px solid #fff;
	color:#000;
}

div.jobs_anzeigentext {
	position:relative;
	margin:10px 20px 10px 10px;
	float:left;
}

div.jobs_anzeige_detail li {
	margin-left:5px;
}

div.erwartung {
	position:relative;
	height:200px;
	width:220px;
	float:left;
	margin:10px;
	
}

div.angebot {
	position:relative;
	height:200px;
	width:220px;
	float:left;
	margin:10px;
}

div.abschluss {
	position:relative;
	height:50px;
	width:488px;
	float:left;
	margin:10px;
}

a.back {
	margin-left:10px;
}

.jobs_art_pic img{
	position:relative;
	height:70px;
	float:right;
	overflow:hidden;
	margin:0 10px 5px 5px;
}

.jobs_art_pic_detail img{
	position:relative;
	height:150px;
	float:right;
	overflow:hidden;
}

div#jobs_ansprechpartner {
	position:relative;
	margin:20px 0 10px 10px;
	color:#333333;
}

/* About! */

#content_kontakt {
	position:relative;
	width:800px;
	
}

#kontakt_frame {
	position:relative;
	float:left;
	width:496px;
	margin:2px 5px 5px 0;
	border:1px solid #bbb;
	background:url("../gfx/footernavi_hover.png");
	color:#333;
	
}

div#kontakt_frame h2, div#kontakt_frame h3 {
	position:relative;
	margin-left:10px;
	
}

form {
	position:relative;
	margin:20px 10px 10px 10px;
	
}

form fieldset {
	position:relative;

}




form label {
	
}

form label small {

}

form label small a:hover {
	color: #ccc;
	border-color: #888; 
}

form select#kontakt_subject {
	position:relative;
	height:22px;
	width:100%;
	background-color:#FFFFCC;
	border:1px solid #ccc;
	margin-bottom:5px;
	font-size:13px;
	padding-top:1px;
		
}

form select#kontakt_restaurant {
	position:relative;
	height:22px;
	width:100%;
	background-color:#FFFFCC;
	border:1px solid #ccc;
	margin-bottom:5px;
	font-size:13px;
	padding-top:1px;
		
}

form select#kontakt_subject option {
	position:relative;
	float:left;
	background-color:#FFFF99;
	padding:2px 0 2px 3px;
		
}

form select#kontakt_restaurant option {
	position:relative;
	float:left;
	background-color:#FFFF99;
	padding:2px 0 2px 3px;
		
}


form input[type="text"], form textarea {
	display: block;
	width: 100%;
	padding: 3px 0;
	margin-bottom:5px;
	background-color:#FFFFCC;
	border:1px solid #ccc;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

form textarea {
	height: 200px;
}

form input[type="submit"]#submit {
	display: block;
	float: right;
	height:20px;
	width:80px;
	background-color:#FF9900;
	font-weight:bold;
	border:1px solid #999;
	cursor:pointer;
}

form input[type="submit"]#submit:hover {
	background-color:#FFCC00;
}


form label.required input {
	background-color: #FFFFCC;
}

form p.success {
	color: #2c421b;
	background-color: #8acd55;
	padding: 5px 15px;
	border-top: 1px solid #a9fa68;
	border-bottom: 1px solid #6fa444;
	margin: 1px !important;
}

form p.error {
	color: #5f311b;
	background-color: #fb834b;
	border-top: 1px solid #fcc8a4;
	border-bottom: 1px solid #ae5832;
	padding: 5px 15px;
	margin: 1px !important;
}

form label.error{
	color: #b12123;
	font-weight: bold;
}

form#publish-article {
	text-align: center;
}

form#publish-article fieldset button#submit {

}

#content_impressum {
	position:relative;
	width:800px;
	color:#333333;
}

#impressum_frame {
	position:relative;
	float:left;
	width:496px;
	margin:2px 5px 5px 0;
	border:1px solid #bbb;
	background:url("../gfx/footernavi_hover.png");
	color:#333;
}


 #impressum_frame h2 {
	position:relative;
	margin-left:10px;
	
}

#impressum_frame h3 {
	position:relative;
	margin:0;
	
}


.impressum_eintrag {
	position:relative;
	margin:10px 0 10px 10px;
	cursor:pointer;	
}

.impressum_realisation {
	position:relative;
	margin:20px 0 10px 10px;
	
}