/* ######################################## */
/* # Basisdaten         			      # */
/* ######################################## */

* + html
{	overflow-y: hidden;
}

br.cl
{	clear: both;
}

div
{	margin: 0;
	padding: 0;
}

div.schmal
{	float: left;
	padding: 0 50px 0 0;
	margin: 0;
	width: 340px;
}

div.weit
{	width: 540px;
}

div.rahmen
{	display: inline-block;	
	padding: 8px;	
	border: solid 2px #dfdad1;
}

body
{	margin: 0;
	padding: 0;
	background-color: #fdfcf7;
	background-repeat: no-repeat;
	background-position: 35px 95px;
	font-family: Times New Roman, Times, serif;
	color: #746e64;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}

/* ######################################## */
/* # Textformatierung				      # */
/* ######################################## */

a, a:active, a:focus
{	text-decoration: none;
	color: #847d72;
	outline-style: none;
	-moz-outline-style: none;
}
a:hover
{	color: #c4bcaf;
}

h1, h2, #locations .land
{	margin: 0;
	padding: 11px 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	text-transform: uppercase;
	color: #847d72;
}
h2, #locations .land
{	margin: 0 0 0 0;	
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 15px;
}

h3
{	margin: 0 0 2px 0;
	padding: 0;
}
h3 span
{	display: inline-block;
	margin: 0;
	padding: 1px 6px 1px 6px;
	height: 13px;
	background-color: #c4bcaf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	text-transform: uppercase;
	color: #fdfcf7;
}
h3 span.email
{	text-transform: none;
}
h3 span.hinweis
{	background-color: #f0eae4;
	color: #978d7d;
}
h3 a
{	color: #fdfcf7;
}
h3 a:hover
{	color: #978e7d;
}


.subhead
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.pfeilrechts, #locations a
{	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../basics/pfeilrechts.gif);
	background-repeat: no-repeat;
}
.pfeillinks
{	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../basics/pfeillinks.gif);
	background-repeat: no-repeat;
}
#locations a.anchor
{	margin: 0;
	padding: 0;
	background-image: none;
	height: 0px;
}
a.facebook
{	display: inline-block;	
	margin: 0;
	height: 20px;
	padding: 2px 0 0 25px;
	background-image: url(../basics/facebook_small.png);
	background-repeat: no-repeat;
}


p
{	margin: 0;
	padding: 2px 0 4px 0;
}

sup
{	line-height: 0px;
	font-size: 8px;
}

small,
#menu small,
small br
{	font-size: 9px;
	line-height: 11px;
	padding: 0px;
	margin: 0px;
}

ol, ul
{	margin: 0 0 0 15px;
	padding: 2px 0 2px 0;
	list-style-position: outside;
	list-style-image:url(../basics/bullet.gif);
}
ol.neutral,
ul.neutral,
#submenu_locations_container ol,
#submenu_locations_container ul
{	margin: 0;
	list-style-position: none;
	list-style-type: none;
	list-style-image: none;
}

ol.numbered {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;	
}


li
{	margin: 0;
	padding: 0 0 2px 0;
}
ol.neutral li,
ul.neutral li
{	margin: 0;
	padding: 0 0 6px 0;
}

div.kasten
{	padding: 10px;
	background-color: #978e7d;
	font-family: Arial, Helvetica, sans-serif;
	color: #fdfcf7;
}

.rot
{	color: #de0036;;
}
.rot_bg
{	background-color: #a80626;
}
.hellrot_bg
{	background-color: #de0038;
}
.gruen_bg
{	background-color: #005429;
}


hr
{	display: block;	
	padding: 0;
	margin: 2px 0 4px 0;
	height: 1px;
	border: none;
	background-color: #847d72;
}
hr.hr_margin
{	width: 480px;
}

.img_poster
{	padding: 2px;	
	border: solid 2px #dfdad1;
}




/* ######################################## */
/* # Header        					      # */
/* ######################################## */

#header
{	position: absolute;
	top: 45px;
	left: 35px;
	right: 40px;
	height: 30px;
	background-color: #dfdad1;
	min-width: 980px;
}

#header_logo
{	float: left;
	width: 256px;
	height: 30px;
	background-image: url(../basics/vaplogo.gif);
	border: 0 solid #fdfcf7;
	border-right-width: 2px;
}
#header_logo img
{	border: none;
}

#header_space
{	float: left;
	width: 152px; /* HIER ÄNDERUNGEN BEI BREITEM MENU BERÜCKSICHTIGEN */
	height: 30px;
	border: 0 solid #fdfcf7;
	border-right-width: 2px;
}

#header ul
{	margin: 0;
	padding: 0;
    list-style-type: none;
    list-style-image: none;
}

#header ul li
{	float: right;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#header ul li a:hover
{	color: #fdfcf7;
	background-color: #c4bcaf;
}

#header ul li.akt a,
#header ul li.akt a:hover
{	color: #fdfcf7;
	background-color: #978e7d;
}

#header ul li a
{	display: block;
	margin: 0;
	padding: 3px 6px 0 6px;
	width: 94px;
	height: 27px;
	background-color: #dfdad1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #978d7d;
	border-left: solid 2px #fdfcf7;
}

#header ul li a.fb
{	padding-left: 32px;
	background-image: url(../basics/facebook.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#header ul li a:hover.fb
{	background-image: url(../basics/facebookhover.jpg) ;
}

#header ul li.smnr_fb
{	background-image: url(../basics/facebook.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #dfdad1;
}

#header ul li a.pa
{	padding-left: 32px;
	background-image: url(../basics/parking.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#header ul li.akt a.pa
{	background-image: url(../basics/parkingakt.jpg);
}
#header ul li a:hover.pa
{	background-image: url(../basics/parkinghover.jpg) ;
}
#header ul li.akt a:hover.pa
{	background-image: url(../basics/parkingakt.jpg) ;
}

/* ######################################## */
/* # Textfeld     					      # */
/* ######################################## */

#main
{	position: absolute;
	padding: 17px 0 0 30px;
	margin: 0 0 0 0;
	top: 77px;
	left: 445px;
	min-width: 565px;
}

#main_bottom_space
{	height: 80px;
}


/* ######################################## */
/* # Logosection 					      # */
/* ######################################## */

#logosection
{	float: left;
	display: block;
	margin: 0;
	padding: 8px 0 0 0;
	width: 150px;
	background-color: #f0eae4;
	text-align: center;
}

#logosection img
{	margin: 0 0 8px 0;
	border: 4px solid #fdfcf7;
}

/* ######################################## */
/* # Umfrage     					      # */
/* ######################################## */

.u_auswahl
{	margin: 0 0 2px 0;
	position: absolute;
	width: 480px;
}
.u_auswahl,
.u_auswahl li ul
{	margin: 0;
	list-style-position: none;
	list-style-type: none;
	list-style-image: none;
}
.u_auswahl li ul
{	display: none;
	position: relative;
	top: 0;
	padding: 20px 10px 0 10px;
	height: 380px;
	overflow: auto;
	background-color: #f0eae4;
}
.u_auswahl li a
{	display: block;
}
.u_auswahl li ul li
{	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
}
.u_auswahl li ul li a
{	margin: 0;
	padding: 0 0 0 10px;
	background-color: #f0eae4;
}

ul#radio
{	display: block;
	width: 450px;
	margin: 0;
	padding: 9px 9px 9px 19px;
	border: solid 1px;
	border: solid 1px #dfdad1;
	list-style-position: none;
	list-style-type: none;
	list-style-image: none;
}
ul#radio li
{	padding: 10px 0 10px 0;
}
ul#radio a
{	display: inline-block;
	margin: 0 2px 0 0;
	padding: 3px 0 0 0;
	width: 20px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	text-align: center;
	border: solid 1px #dfdad1;
}
ul#radio a:hover
{	background-color: #f0eae4;
}
ul#radio a.neutral
{
}
ul#radio a.aktiv
{	color: #fdfcf7;
	background-color: #c4bcaf;
	border-color: #978e7d;
}
ul#radio .frage
{	display: inline-block;
	width: 300px;
}

.butt,
.butt_select,
.butt_select_up
{	display: inline-block;
	padding: 6px 10px 0 10px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #746e64;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	text-transform: uppercase;
	background-image: url(../basics/button.jpg);
	border: solid 1px;
	border-color: #746e64;
	border-left-color: #dfdad1;
	border-top-color: #f0eae4;
	border-bottom-color: #978e7d;
}
.butt:hover
{	background-image: url(../basics/button_hov.jpg);
}
.butt_select
{	background-image: url(../basics/button_select.jpg);
	background-position: right;
}
.butt_select_up
{	background-image: url(../basics/button_select_up.jpg);
	background-position: right;
}


/* ######################################## */
/* # Locations 						      # */
/* ######################################## */


#locations
{
}

#locations ul
{	margin: 0 0 16px 15px;
	padding: 4px 0 0 0;
    list-style-type: none;
    list-style-image: none;
}

#locations li
{	margin: 0;
	padding: 2px 0 2px 0;
}

.l_pfeilneutral
{ 	width: 14px;
	height: 84px;
	background-image: none;
	background-color: #dfdad1;
}

.l_pfeillinks
{ 	width: 14px;
	height: 84px;
	background-image: url(../basics/l_pfeillinks.gif);
}
.l_pfeillinks:hover
{ 	background-image: url(../basics/l_pfeillinkssel.gif);
}

.l_pfeilrechts
{ 	width: 14px;
	height: 84px;
	margin: 0 1px 0 0;
	background-image: url(../basics/l_pfeilrechts.gif);
}
.l_pfeilrechts:hover
{	background-image: url(../basics/l_pfeilrechtssel.gif);
}

#l_leiste
{	margin: 4px 0 1px 0;
	width: 540px;
}

#l_leiste div,
#l_leiste a
{	float: left;
	margin: 0 1px 0 0;
}

#l_leiste a.opaque
{	opacity: 0.5;
	filter:alpha(opacity=50);
}
#l_leiste a.opaque:hover
{	opacity: 1;
	filter:alpha(opacity=100);
}
#l_leiste img
{	border: none;
}

.l_leistemitte
{	position: relative;
	float: left;
	width: 424px;
	height: 84px;
	overflow: hidden;
}
.l_leistemitte_wide
{	position: relative;
	float: left;
	width: 508px;
	height: 84px;
	overflow: hidden;	
}

#l_leisteinnen
{	position: relative;
	left: 0;
	width: 2000px;
	height: 84px;
	padding: 0px;
	margin: 0px;
}

#l_adresse, #store
{	padding-top: 30px;
	display: block;
}

#l_bild
{	position: relative;
	display: none;
	width: 539px;
	height: 500px;
}

#store_o span
{	display: inline-block;
	margin: 0 0 2px 0;
	padding: 1px 8px 1px 6px;
	height: 13px;
	background-color: #c4bcaf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #fdfcf7;
}
#store_o span.space
{	margin-right: 2px;
	padding-right: 6px;
}
#store_o span.off
{	color: #dfdad1;
	background-color: #dfdad1;
}
#store_o span.fixedw
{	width: 18px;
}

/* ######################################## */
/* # Home 							      # */
/* ######################################## */

.h_willkommen
{	margin: 108px 0 0 20px;
}

.h_openings
{	margin: 20px 0 0 236px;
}

/*

#h_news
{	position: fixed;
	left: 495px;
	bottom: 150px;
	width: 515px;
}
* html #h_news
{	position: relative;
	left: 20px;
	top: 100px;
	height: 300px;
}
*/
#h_news {
	display: block;
	margin-top: 30px;
}




#h_news div
{	float: left;
	margin: 0 20px 0 0;
}

#h_news div span
{	padding: 0 0 0 6px;
}

#h_news h3 span
{	padding: 1px 6px 1px 6px;
}


/* ######################################## */
/* # FAQ						          # */
/* ######################################## */


#faq dt
{	margin: 0;
	padding: 4px 0 0 0;
}

#faq dd
{	display: none;
	width: 330px;
	padding: 4px 8px 6px 8px;
	margin: 4px 0 8px 15px;
	background-color: #f0eae4;
}

#faq a.f_pfeilrechts
{	display: inline-block;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../basics/pfeilrechts.gif);
	background-repeat: no-repeat;
}

/* ######################################## */
/* # WEIHNACHTSÖFFNUNGSZEITEN             # */
/* ######################################## */

.w_datum
{	float: left;
	display: block;
	margin: 0;
	padding: 1px 6px 1px 6px;
	width: 165px;
	height: 13px;
	background-color: #dfdad1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	color: #978d7d;
}

.w_zeiten
{	float: left;
	display: block;
	margin: 0 0 0 2px;
	padding: 1px 6px 1px 6px;
	width: 93px;
	height: 13px;
	background-color: #c4bcaf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	color: #fdfcf7;
}

/* ######################################## */
/* # NEWS KASTEN			              # */
/* ######################################## */

div.k_rahmen
{	width: auto;
}
div.k_head
{	padding: 3px 6px 3px 6px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	color: #fdfcf7;
	background-color: #978e7d;
}
div.k_content
{	padding: 8px 6px 8px 6px;
	background-color: #f0eae4;
}

/* ######################################## */
/* # Specials Litauen       				      # */
/* ######################################## */

#specials_img {
	width: 540px;
}
#specials_img img{
	padding: 0;
}
#specials_img a {
	opacity: 0.5;
	filter:alpha(opacity=50);
	margin-right: 5px;
}
#specials_img a.last {
	margin-right: 0;
}
#specials_img a.active {
	opacity: 1;
	filter:alpha(opacity=100);
}

/* ######################################## */
/* # Vapiano People          				      # */
/* ######################################## */

div.people
{	position: fixed;
	left: 535px;
	bottom: 230px;
	width: 515px;
	height: 105px;
	background-image: url(../basics/people_bg.gif);
	background-repeat: no-repeat;	
}
* html div.people
{	position: relative;
	left: 60px;
	top: 230px;
	height: 105px;
}
div.people img {
	float: left;
}
div.people div {
	float: left;
	padding-top: 58px;
}
div.people div span {
	background-color: #636464;
}
div.people div a span {
	background-color: #a4002d;
	padding-left: 15px;
	background-image: url(../basics/people_link.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
div.people div a:hover span {
	background-color: #de0038;
}

div.geschenke
{	position: fixed;
	left: 495px;
	bottom: 350px;
	width: 515px;
	height: 105px;
	background-image: url(../basics/people_bg.gif);
	background-repeat: no-repeat;	
}
* html div.geschenke
{	position: relative;
	left: 20px;
	top: 350px;
	height: 105px;
}


/* ######################################## */
/* # Vapiano People          		  # */
/* ######################################## */

.form_button_b {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("../basics/form_button_b_bg.jpg");
    border-color: #B8B0A3 #746E64 #746E64 #B8B0A3;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #746E64;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    line-height: 13px;
    margin-right: 7px;
    text-decoration: none;
    width: 80px;
}
.form_button_c {
    height: 16px;
    padding: 5px 0 0;
    text-align: center;
}
.form_button_d {
    height: 16px;
    padding: 5px 0 0;
    text-align: center;
    width: 200px;
}
}
.form_button_e {
    height: 16px;
    padding: 5px 0 0;
    text-align: center;
    width: 350px;
}
.form_button_b:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-position: 0 -21px;
    border-color: #DE0038 #A4002D #A4002D #DE0038;
    border-style: solid;
    border-width: 1px;
}

