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

a {
	color:#F00;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaa;
	background:url("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;
	color: #8A9F6D;
}

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

html>body div#bigm {
	position:fixed;
	background:url("../images/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='../images/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("bilder/allgemein/mcdbanner.jpg");
	border-bottom:solid 1px #fff;
}

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

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

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

div#navigation a:hover {
	color:#FFC061;
	background-color: #879359;
}

div#navigation a:active {
	color:#FFC061;
	background-color: #879359;
}

div#navigation ul li {
	position:relative;
	float:left;
	height:25px;
	width:100px;
	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:100px;
}

div#navigation li.menu {
 height:25px;}


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

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

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

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;
}
div#navigation ul li.active ul.submenu {
	position:relative;
	text-align:left;
	display:none;
}



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

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

/* IE6 Fix -> wird von JS ausgeblendet*/
* html div#navigation ul li.menu ul.submenu {
	position:absolute;
	text-align:left;
	display:block;
}
/* IE6 Fix -> wird von JS ausgeblendet*/
* html div#navigation ul li.active ul.submenu {
	position:absolute;
	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 li {
	position:relative;
	top:0;
	text-align:left;
	background-color:#eee;
	border-top:solid 1px #fff;
	float:left;
	width:100px;
	height:25px;
}

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("../images/footer_bg.jpg");
	border-bottom:solid 1px #fff;
}

div#footer {
	position:relative;
	height:25px;
	width:802px;
	margin:10px 0 0 0;
	border-top:solid 1px #ccc;
	clear:both;
	background-color: #DBDFC3;
	}
	
div#footernavigation {
	position:relative;
	width:802px;
	height:25px;
	color:#838776;
	z-index:9;
	bottom:0;
}

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

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("../images/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:#FFC061;
	float:left;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	text-align: center;
	overflow: hidden;
	background:url("../images/footer_bg.jpg") repeat-x;
	background-color: #879359;
}
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:401px;
	margin:0px 0px 0 0;
	float:left;
	background-color:#DBDFC3;
	overflow:hidden;
} 

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

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

#home_frame1 {
	position:relative;
	height:294px;
	width:150px;
	border:1px solid #ccc;
	border-left:none;
	margin:0px 0px 0px 0;
	float:left;
	background-color:#DBDFC3;
	overflow:hidden;
}

#home_frame2 {
	position:relative;
	height:296px;
	width:500px;
	margin:0px 0px 0px 0;
	float:left;
	overflow:hidden;
	background-color: #DBDFC3;
	background-image: url(bilder/index/mcdonalds-index-hinter.jpg);
}

#home_frame3 {
	position:relative;
	height:0px;
	width:0px;
	margin:0px 0px 0px 0;
	float:left;
	overflow:hidden;
	background-color: #DBDFC3;
}

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

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

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

.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:838776;
	background-color:#DBDFC3;
	border:1px solid #ccc;
	padding:0;
}
	
#restaurant_info {
	position:relative;
	margin:4px 0 0 5px;
	float:left;
	width:230px;
	overflow:hidden;
	padding:0;
	background-color: #DBDFC3;
	color: #838776;
}

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

#restaurant_facts {
	position:relative;
	margin:4px 0 0 0;
	float:right;
	background-color: #DBDFC3;
	color: #838776;
}

#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-color: #DBDFC3;
}

/* IE6 fix */
* html #restaurant_gallery  {
	height:324px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footernavi_hover.png',sizingMethod='crop');
	background-color: #DBDFC3;
}

#gallerypic_large {
	position:relative;
	height:250px;
	width:315px;
	overflow:hidden;
	background-color:#DBDFC3;
	margin:3px 0 0 3px;
	clear: both;
}
/* 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:#DBDFC3;
	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;
	border:1px solid #999;
	background-color:#DBDFC3;
	overflow:hidden;
}

#newsticker_line {
	position:relative;
	height:25px;
	width:802px;
	margin-top:3px;
	float:left;
	border:1px solid #999;
	border-left:none;
	border-right:none;
	background-color: #879359;
}
	
#restaurant_map {
	position:relative;
	height:190px;
	width:478px;
	border:1px solid #999;
	border-left:none;
	margin-top:3px;
	margin-right:3px;
	float:left;
	background-color: #DBDFC3;
} 

/* 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;
	background-color: #DBDFC3;
}

/* 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;
	background-color: #DBDFC3;
}

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

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

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

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:802px;
}

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

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

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



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:#838776;
}

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:#DBDFC3;
	border:1px solid #fff;
	color:#838776;
}

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:500px;
	margin:0px 0px 0px 0px;
	color:#333;
	background-color: #DBDFC3;
}

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

form {
	position:relative;
	margin:5px 10px 5px 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:#CCCCCC;
	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 input[type="text"], form textarea {
	display: block;
	width: 100%;
	padding: 3px 0;
	margin-bottom:5px;
	background-color:#CCCCCC;
	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:879359;
	font-weight:bold;
	border:1px solid #999;
	cursor:pointer;
}

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


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

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:802px;
	color:#333333;
}

#impressum_frame {
	position:relative;
	float:left;
	width:500px;
	margin:0px 0px 0px 0px;
	color:#838776;
	background-color: #DBDFC3;
	height: 296px;
}


 #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;
	
}

