/* .............................................. */
/* .............................................. */
/* ... FINAL IMAGE GmbH - Freddy Fresh V. 2 ..... */
/* ... all rights reserved by FINAL IMAGE GmbH ...*/
/* .............................................. */
/* .............................................. */






/* ... GLOBAL STYLE ... */

* {
 margin: 0px;
 padding: 0px;
 list-style: none;
 outline: none;
}

html {
 overflow-y: scroll;
}

html, body {
 height: 100%;
 width: 100%;
}

body {
 background-color: #FFF;
 background-image: url("../img/body_bg.jpg");
 background-position: left top;
 background-repeat: repeat-x;
}
/* IE 6 HACK */
* html body {
 text-align: center; 
}

.clearFloat {
 clear: both;
 line-height: 0px;
 height: 0px;
 padding: 0px;
 margin: 0px;
}

/* ... GLOBAL STYLE ... */





/* ... FONT STYLE ... */

* {
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 line-height: 14px;
 /* color: #262626; */
 font-weight: normal;
}

a {
 text-decoration: underline;
 color: #262626;
}

a:hover, a:focus {
 text-decoration: none;
}

h1 {
 font-size: 24px;
 line-height: 28px;
 font-weight: bold;
}

h2 {
 font-size: 20px;
 line-height: 24px;
 font-weight: bold;
}

h3 {
 font-size: 16px;
 line-height: 20px;
}

h1.infoline {
 padding-top: 21px;
 text-align: left;
 font-family: arial;
 font-size: 22px;
 font-weight: normal;
 line-height: 26px;
 color: #84AE1B;
}

.bold {
 font-weight: bold !important;
}

.error,
.error * {
 font-weight: bold;
 color: #F00 !important;
}

.okay {
 font-weight: bold;
 color: #84AE1B !important;
}

.textCenter {
 text-align: center !important;
}

.textLeft {
 text-align: left !important;
}

.textRight {
 text-align: right !important;
}

/* ... FONT STYLE ... */





/* ... FORM STYLE ... */

form {
 display: inline;
}

input.box {
 width: auto;
 padding: 0px;
 margin: 0px;
 border: none;
}

input.field {
 padding: 3px;
 margin: 0px;
 border: 1px solid #747474;
 color: #262626;
}

select.field {
 padding: 0px;
 margin: 0px;
 border: 1px solid #747474;
 color: #262626;
}

div.input {
 display: block;
 float: left;
 padding: 0px;
 margin: 0px;
 padding-right: 6px;
 height: 23px;
 overflow: hidden;
 background-image: url("../img/input_global_corner.jpg");
 background-repeat: no-repeat;
 background-position: right top;
}
*+html div.input {
 height: 24px;
 background-position: right 1px; 
}
* html div.input {
 height: 24px;
 background-position: right 1px; 
}

div.input input {
 height: 18px; /* 23 */
 border: none;
 outline: none;
 font-size: 11px;
 line-height: 14px;
 padding: 3px 0 2px 5px;
 margin: 0px;
 background-color: #FFF;
 background-image: url("../img/input_global_bg.jpg");
 background-repeat: no-repeat;
 background-position: left top;
}
*+html div.input input {
 height: 19px;
 padding-top: 4px;
}
* html div.input input {
 height: 23px;
}

div.inputCorner {
 background-position: right -24px;
}
*+html div.inputCorner {
 background-position: right -23px !important;
}
* html div.inputCorner {
 background-position: right -23px !important;
}

div.inputError {
 background-position: right -48px;
}
*+html div.inputError {
 background-position: right -47px !important;
}
* html div.inputError {
 background-position: right -47px !important;
}

div.inputErrorCorner {
 background-position: right -72px;
}
*+html div.inputErrorCorner {
 background-position: right -71px !important;
}
* html div.inputErrorCorner {
 background-position: right -71px !important;
}

div.inputError input {
 background-position: left -23px;
}

p.inputInfo {
 color: #9b9b9b !important;
 font-size: 11px !important;
 line-height: 14px !important;
}
p.inputInfo * {
 color: #9b9b9b !important;
 font-size: 11px !important;
 text-decoration: none;
}
p.inputInfoError {
 color: #F00 !important;
}

/* ... FORM STYLE ... */





/* ... ERROR STYLE ... */

body#error {
 background-image: none !important;
 background-color: #FFF;
}

div#error_container {
 position: absolute;
 z-index: 3000;
 width: 320px;
 padding: 20px;
 padding-top: 10px;
 top: 200px;
 left: 50%;
 margin-left: -180px;
 background-color: #FFF;
 border: 2px solid #F00;
}

div#error_container h1 {
 color: #F00;
 font-size: 20px;
 line-height: 28px;
 font-weight: normal;
 font-family: arial, sans-serif;
 padding-bottom: 10px;
}

div#error_container * {
 text-align: center;
}

div#error_container p, div#error_container a {
 color: #262626;
}

div#error_container p.error {
 padding-bottom: 10px;
 font-weight: normal !important; 
}

/* ... ERROR STYLE ... */





/* ... TOOLTIPP ... */
/* ohne :hover - IE BUG */
.tooltipp:hover {
 position: relative; 
 cursor: pointer;
}

.tooltipp span.tippContainer {
 display: none;
}

.tooltipp span.tippContainer:hover {
 display: none !important;
}
 
.tooltipp:hover span.tippContainer {
 display: block;
 position: absolute;
 left: 10px;
 top: 20px;
 z-index: 20;
 padding: 10px;
 background-color: #FFF;
 border: 1px solid #CCC;
}

/* ... TOOLTIPP ... */





/* ... SITE STYLE ... */

#global_wrapper {
 position: relative;
 width: 100%;
 min-height: 100%;
 height: auto !important;
 height: 100%;
}

#global_wrapper #overlayer {
 position: absolute;
 z-index: 1000;
 left: 0px;
 top: 0px;
 width: 100%;
 min-height: 100%;
 height: 100%;
 background-image: url("../img/overlayer_bg.png");
}
/* IE 6 HACK - no PNG support */
* html #global_wrapper #overlayer {
 background-image: url("../img/overlayer_IE_bg.gif");
 text-align: center;
}

#site_header {
 width: 100%;
 height: 260px;
 background-image: url("../img/header_bg.jpg");
 background-position: center top;
 background-repeat: no-repeat;
}

#site_header #header_wrapper {
 position: relative;
 width: 886px;
 height: 260px; 
 margin: auto auto;
}
/* IE 6 HACK */
#site_header #header_wrapper * html {
 text-align: center;
}

#site_wrapper {
 margin: auto auto;
 padding-bottom: 10px;
 width: 886px;
}
/* IE 6 HACK */
* html #site_wrapper {
 text-align: center;
}

#site_wrapper #site_top_submenu {
 height: 24px; /* 30 */
 padding-top: 6px;
}
/* IE 6 HACK */
* html #site_wrapper #site_top_submenu  {
 height: 30px;
}

#site_wrapper #site_side_submenu {
 float: left;
 width: 168px; /* 199 */
 min-height: 256px; /* 280 */
 padding-left: 31px;
 padding-top: 24px;
 background-image: url("../img/side_submenu_bg.jpg");
 background-position: right top;
 background-repeat: no-repeat;
}
/* IE 6 HACK */
* html #site_wrapper #site_side_submenu { 
 width: 199px;
 height: 280px;
}

#site_wrapper #site_side_maincontainer {
 float: left;
 width: 668px; /* 687 */
 padding-left: 19px;
} 
/* IE 6 HACK */
* html #site_wrapper #site_side_maincontainer {
 width: 687px;
}

#site_wrapper #site_footer {
 padding-top: 63px;
 background-image: url("../img/footer_bg.jpg");
 background-position: left 40px;
 background-repeat: no-repeat;   
}

/* ... SITE STYLE ... */






/* ... HEADER STYLE ... */

#site_header #header_wrapper #header_logo {
 width: 224px;
 height: 193px;
 margin: auto auto;
}

#site_header #header_wrapper #header_filialinfo {
 position: absolute;
 left: 0px;
 top: 70px;
 width: 329px; /* 340 */
 height: 67px; /* 80 */
 padding-top: 11px;
 padding-left: 14px;
 background-image: url("../img/header_filialinfo_bg.jpg");
 background-position: left top;
 background-repeat: no-repeat; 
}
/* IE 6 HACK */
* html #site_header #header_wrapper #header_filialinfo {
 width: 340px;
 height: 80px;
 text-align: left;
}

#site_header #header_wrapper #header_filialinfo p {
 color: #FFF;
 font-size: 12px;
 line-height: 14px;
 padding-bottom: 6px;
}

#site_header #header_wrapper #header_filialinfo p span {
 color: #FFF;
}

#site_header #header_wrapper #header_filialinfo p span.marker {
 color: #ff0000;
 font-weight: bold;
}

#site_header #header_wrapper #header_filialinfo p a {
 color: #ff0000;
 font-weight: normal;
 text-decoration: none;
 cursor: pointer;
}

#site_header #header_wrapper #header_filialinfo p a:hover {
 text-decoration: underline;
}

#site_header #header_wrapper #header_menu {
 position: absolute;
 top: 196px;
 left: 0px;
 width: 856px; /* 886 */
 height: 30px; /* 44 */
 padding-top: 14px;
 padding-left: 30px;
 background-image: url("../img/header_menu_bg.jpg");
 background-position: left top;
 background-repeat: no-repeat; 
}
/* IE 6 HACK */
* html #site_header #header_wrapper #header_menu {
 width: 886px;
 height: 44px;
}

#site_header #header_wrapper #header_menu ul li {
 display: inline;
}

#site_header #header_wrapper #header_menu ul li span.spacer_star {
 float: left;
 display: block;
 width: 33px;
 height: 22px;
 background-image: url("../img/header_spacerstar.gif");
 background-position: center 5px;
 background-repeat: no-repeat;  
}

#site_header #header_wrapper #header_menu ul li a {
 float: left;
 display: block;
 height: 22px;
 background-position: left 0px;
 background-repeat: no-repeat; 
}

#site_header #header_wrapper #header_menu ul li a span {
 position: absolute;
 top: 0px;
 left: -999em;
}

#site_header #header_wrapper #header_menu ul li a:hover,
#site_header #header_wrapper #header_menu ul li a:focus,
#site_header #header_wrapper #header_menu ul li a.aktiv {
 background-position: left -22px;
}

#site_header #header_wrapper #header_menu ul li a.link_01 {
 background-image: url("../img/menu/header_menu_01.jpg");
 width: 56px;
}

#site_header #header_wrapper #header_menu ul li a.link_02 {
 background-image: url("../img/menu/header_menu_02.jpg");
 width: 196px;
}

#site_header #header_wrapper #header_menu ul li a.link_03 {
 background-image: url("../img/menu/header_menu_03.jpg");
 width: 85px;
}

#site_header #header_wrapper #header_menu ul li a.link_04 {
 background-image: url("../img/menu/header_menu_04.jpg");
 width: 95px;
}

#site_header #header_wrapper #header_menu ul li a.link_05 {
 background-image: url("../img/menu/header_menu_05.jpg");
 width: 128px;
}

#site_header #header_wrapper #header_menu ul li a.link_06 {
 background-image: url("../img/menu/header_menu_06.jpg");
 width: 92px;
}

/* ... HEADER STYLE ... */





/* ... SUBMENU ... */

#site_wrapper .site_submenu a {
 color: #262626;
 text-decoration: none;
 font-weight: bold;
}

#site_wrapper .site_submenu a:hover,
#site_wrapper .site_submenu a.aktiv {
 color: #84ae1b;
 text-decoration: none;
}

/* ... SUBMENU ... */





/* ... SUBMENU TOP ... */

#site_wrapper #site_top_submenu div.menuList {
 width: 820px;
 height: 14px;
 margin: auto auto;
 color: #262626;
 font-size: 12px;
 overflow: hidden;
 white-space: nowrap; 
}

#site_wrapper #site_top_submenu div.menuList div.menuListElement {
 position: relative;
 float: left;
 margin-right: 25px;
}

#site_wrapper #site_top_submenu div.menuList div.last {
 margin-right: 0px !important;
}

#site_wrapper #site_top_submenu div.menuList div.menuListElement a {
 font-size: 13px;
 color: #262626;
}

#site_wrapper #site_top_submenu div.menuList div.menuListElement a:hover,
#site_wrapper #site_top_submenu div.menuList div.menuListElement a.aktiv,
#site_wrapper #site_top_submenu div.menuList div.menuListElement:hover a {
 color: #F00;
}

#site_wrapper #site_top_submenu div.menuList div.menuListElement div.menuInfo {
 position: absolute;
 display: block;
 z-index: 100;
 top: 16px;
 left: -5px;
 background-color: #FFF;
 border: 1px solid #d6d6d6;
 border-bottom: 0px;
 color: #262626;
 font-size: 11px;
}

#site_wrapper #site_top_submenu div.menuList div.menuListElement div.menuInfo a {
 display: block;
 color: #262626;
 font-size: 11px;
 font-weight: normal;
}

/* ... SUBMENU TOP ... */




/* ... SUBMENU SIDE */

#site_wrapper #site_side_submenu ul li {
 padding-bottom: 12px;
 text-align: left;
}

#site_wrapper #site_side_submenu ul li a {
 font-size: 12px;
 line-height: 14px;
 text-align: left;
}

#site_wrapper #site_side_submenu .sub_logo {
 text-align: center;
}
/* ... SUBMENU SIDE */




/* ... SIDE CONTENT */

#site_wrapper #site_side_maincontainer .teaser {

} 

#site_wrapper #site_side_maincontainer p {
 line-height: 18px;
 text-align: left;
}

#site_wrapper #site_side_maincontainer h1.infoline span {
 position: absolute;
 top: 0px;
 left: -999em;
}

#site_wrapper #site_side_maincontainer p.info {
 padding-top: 15px;
 color: #84ae1b;
}

#site_wrapper #site_side_maincontainer p.text {
 padding-top: 25px;
 color: #262626;
}

/* ... SIDE CONTENT */





/* ... INFO OVERLAYER CONTAINER ... */

div#info_container {
 position: absolute; 
 z-index: 2000;
 border: 4px solid #FF0000;
 border-bottom: none !important;
 background-color: #FFFFFF;
 background-image: url("../img/infoOverlayer_container_bg.jpg");
 background-position: left bottom;
 background-repeat: no-repeat; 
 top: 230px; 
 left: 50%;
 padding-bottom: 50px !important;
}

div#info_container input.submit {
 position: absolute;
 left: 50%;
 bottom: 10px;
 padding: 0px;
 margin: 0px;
 outline: none;
 border: none !important;
 background: none !important;
 color: #4d0000;
 font-weight: bold;
 font-size: 12px;
 line-height: 14px;
 text-align: center;
 cursor: pointer;
}

/* ... INFO OVERLAYER CONTAINER ... */





/* ... HOME FLOW - FLASH START ... */

#site_wrapper #home_flow {
}

/* ... HOME FLOW - FLASH START ... */





/* ... CONTENT KONTAKT ... */

div#kontakt_container {
 background-image: url("../img/kontakt_bg.jpg");
 background-position: left top;
 background-repeat: no-repeat;
 padding-top: 26px;
 padding-left: 24px;
 text-align: left; 
}

div#kontakt_container h1 {
 font-family: verdana, arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 line-height: 19px;
 color: #650000;
}

div#kontakt_container div.left {
 float: left;
 width: 314px;
 padding-top: 15px;
 padding-bottom: 15px;
}

div#kontakt_container textarea {
 background-image: url("../img/textarea_kontakt_bg.jpg");
 background-position: left top;
 background-repeat: no-repeat;
 background-color: #FFF;
 width: 590px; /* 598px */
 height: 171px; /* 171px */
 margin: 0px;
 padding: 3px;
 padding-right: 0px;
 border: 1px solid #707070;
 outline: none;
 font-family: verdana;
 font-size: 11px;
 line-height: 14px; 
 overflow: auto;
}
* html div#kontakt_container textarea {
 width: 598px;
 height: 171px;
}

div#kontakt_container input.submit {
 display: block;
 outline: none;
 border: none;
 text-decoration: none;
 cursor: pointer;
 background-color: #6e0000;
 background-image: url("../img/orderBTN_bg.jpg");
 background-position: left top;
 background-repeat: no-repeat;
 height: 32px;
 width: 286px;
 margin: 0px;
 padding: 0px;
 padding-bottom: 2px;
 font-size: 12px;
 font-weight: bold;
 color: #FFF;
 text-align: center;
}

div#kontakt_container input.submit:hover {
 background-position: left -32px;
}

/* ... CONTENT KONTAKT ... */





/* ... CONTENT FILIALE ... */

a.filialPDF_BTN {
 display: block;
 width: 286px;
 height: 24px; /* 32 */
 padding-top: 8px;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: none;
 background-image: url("../img/filialBTN_bg.jpg");
 background-position: left 0px;
 background-repeat: no-repeat;
}

a.filialPDF_BTN:hover {
 background-position: left -32px;
}

select#filialeSelect {
 width: 400px;
 font-size: 11px;
 color: #414141;
}

div#filialMaps {
 position: absolute;
 z-index: 100;
 top: 240px;
 left: 50%;
 margin-left: -325px;
 width: 630px;
 height: 440px;
 padding: 5px 10px 10px 10px;
 border: 1px solid #575757;
 background-color: #FFF;
}
* html div#filialMaps {
 width: 650px;
}

div#filialMaps p.bold {
 font-size: 12px;
 line-height: 16px;
 padding-bottom: 6px;
}

div#filialMaps p#mapsClose {
 position: absolute;
 right: 5px;
 top: 3px;
 line-height: 12px;
}

div#filialMaps p#mapsClose a {
 font-size: 10px;
 color: #262626;
 text-decoration: none;
}

/* ... CONTENT FILIALE ... */





/* ... INFO BOX - BOTTOM INFO BOXES ... */

#site_wrapper .infobox_container {
 float: left;
 width: 272px; /* 288 */
 height: 105px; /* 121 */
 padding: 8px;
 margin-right: 11px;
 background-image: url("../img/infobox_bg.jpg");
 background-position: left top;
 background-repeat: no-repeat;
}

#site_wrapper .infobox_last {
 margin-right: 0px !important;
}

/* ... INFO BOX - BOTTOM INFO BOXES ... */




/* ... FOOTER STYLE ... */

#site_wrapper #site_footer p {
 color: #666666;
 text-align: center;
 font-size: 11px;
} 

#site_wrapper #site_footer a {
 color: #666666;
 text-decoration: none;
 font-size: 11px;
} 

#site_wrapper #site_footer a:hover {
 text-decoration: underline;
} 

/* ... FOOTER STYLE ... */






/* .............................................. */
/* .............................................. */
/* ... FINAL IMAGE GmbH - Freddy Fresh V. 2 ..... */
/* ... all rights reserved by FINAL IMAGE GmbH ...*/
/* .............................................. */
/* .............................................. */