/**
 * Master StyleSheet
 *
 * @project		Stuttgarter Hofbräu
 * @author		Boris Bojic <bojic@devshack.biz>
 * @copyright	Copyright (c) 2010, Boris Bojic (DevShack)
 * @version		Fri, 03 Sep 2010 21:00:01 +0200
 * @updated		Thu, 07 Apr 2011 12:36:57 +0200
 *
 */


/*
--- CSS reset -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

html,body,div,span,button,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
body{line-height:1.5;font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS';color:#333;background:#FCFAF0;font-size:100.01%;}
input,
select,
textarea{font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS';margin:0;padding:0;border:0;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS';}
table td,table th{vertical-align:middle;}

a{color:#555;text-decoration:none;}

a:hover{
	color: #BB0037;
}

label{
	cursor:pointer;
}

.autoclear {
	clear: both;
	}
	
hr {
	border-top: #999 1px solid;
	height: 1px;
	clear: both;
	width: 600px;
}


/*
--- Main layout -----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

body{
	padding: 20px 0;
}

#wrapper{
	border: 1px solid #EADBBB;
	width: 960px;
	margin: 0 auto;
	background: #F6EAC2 url('./img/wrapper/wrapper-back.jpg') no-repeat;
}

#pferdle{
	background: url('./img/content/pferdle.png') no-repeat 240px 20px;
}

#leftcol{
	float: left;
	width: 220px;
	padding: 0 20px 20px 20px;
}

#rightcol{
	float: left;
	width: 680px;
	padding: 0 20px 20px 0;
	position: relative;
}

#maincol{
	padding-top: 34px;
	min-height: 550px;
}

/* Volle Breite für Dockanimation usw. */
#fullcol{
	position: relative;
	z-index: 80;
	clear: both;
	min-height: 400px; 
	padding: 0 20px 20px 60px;
}

#fullcol p.ab-40 {
		padding-left: 40px;
	}
	
#footnav{
	clear: both;
	border-top: 2px solid #EADBBB;
	margin: 0 20px;
	padding: 10px 0;
}

/*
--- Logo und Subnavigation ------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

/* Logo */
#leftcol h1{
	width: 140px;
	height: 102px;
	padding-top: 20px;
	margin: 0 auto;
	background: url('./img/logo/sh-logo-1.png') no-repeat 0 100%;
}

#leftcol h1 a{
	display: block;
	height: 100%;
	text-indent: -9999em;
}

/* Button des Seitentitels */
#leftcol h2{
	color: #BB0037;
	font-size: .79em;
	font-weight: normal;
	margin-top: 30px;
	padding-left: 10px;
	height: 30px;
	line-height: 25px;
	background: url('./img/subnav/subnav-but.png') no-repeat;
}

	#leftcol h2 a{
		display: block;
		color: #BB0037;
	}

#leftcol ul{
	font-size: .79em;
	line-height: 1.5;
	color: #555;
	padding: 0 7px 0 2px;
	margin-top: -5px;
}

#leftcol li{
	padding: .3em 0 .3em 10px;
	background-color: #F1E8D0;
	border-bottom: 1px solid #fff;
}

#leftcol li.last{
	border-bottom: 1px solid #B9A77F;
}

#leftcol li a{
	display: block;
}

#leftcol li a.active{
	color: #BB0037;
}

#leftcol li.basketinfo{
	color: #333;
	font-size: .9em;
	background-color: #e0d7c0;
}

/* 2. Ebene ------------------ */
#leftcol ul ul{
	font-size: .9em;
	padding: 5px 0;
}

#leftcol li li{
	padding-left: 5px;
	border: 0 none;
}

#leftcol li li a{
	padding-left: 8px;
	background: url('./img/subnav/dot.png') no-repeat 0 .7em;
}

/*
--- Motto und Hauptnavigation ---------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#rightcol h3{
	padding-top: 25px;
	width: 502px;
	height: 35px;
	background: url('./img/motto/motto.png') no-repeat 100% 100%;
	text-indent: -9999em;
}

#rightcol #fruehlingsfest-sichern{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 180px;
}

#nav ul{
	font-size: .79em;
	text-align: center;
	padding-top: 28px;
}

#nav li{
	cursor: pointer;
	position: relative;
	z-index: 800;
	float: left;
	width: 160px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 6px 0;
	background: url('./img/nav/nav-button.png') no-repeat;
}

#nav li a{
	display: block;
	background: url('./img/nav/nav-button.png') no-repeat;
}

#nav li:hover,
#nav li.active,
#nav li a.active,
#nav li a:hover{
	color: #BB0037;
	background-position: 0 -30px;
}

/* 2. Ebene */

#nav ul ul{
	position: absolute;
	z-index: 1000;
	width: 156px;
	padding: 0;
	top: 25px;
	left: 3px;
	padding: 0;
	font-size: 1em;
	display: none;
}

	/* Klappmenüs zeigen */
	#nav li:hover ul{
		display: block;
	}

#nav li li{
	position: static;
	float: none;
	width: auto;
	height: auto;
	line-height: 2;
	padding: 0 0 0 10px;
	background: url('./img/nav/nav-back.png');
	border-bottom: 1px solid #fff;
	text-align: left;
}

	#nav li li.last{
		border-color: #B9A77F;
	}

#nav li li a{
	background-image: none;
}

#nav li li a:hover{
	background-color: #F1E8D0;
}

/*
--- Intro und Flash -------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

body#intro #wrapper{
	background: #F6EAC2 url('./img/intro/intro-back.jpg') no-repeat;
}

body#intro #rightcol{
	min-height: 540px;
}

body#intro #rightcol h3{
	padding-top: 80px;
	margin-bottom: 30px;
}

body#intro #rightcol p{
	font-size: .85em;
	line-height: 1.5;
	padding-bottom: .8em;
}

body#intro #rightcol ul{
	font-size: .79em;
	padding-top: 20px;
}

body#intro #rightcol li{
	width: 220px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 6px 0;
	margin-bottom: 10px;
	background: url('./img/intro/intro-button.png') no-repeat;
}

body#intro #rightcol li a{
	display: block;
	background: url('./img/intro/intro-button.png') no-repeat;
	padding-left: 10px;
}

body#intro #rightcol li a:hover{
	background-position: 0 -30px;
}

/* Flash */
body#flash #wrapper,
body#flash #pferdle{
	background: #fff none;
}

#flashintro{
	min-height: 554px;
	text-align: center;
}

#flashintro p{
	font-size: .8em;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

#flashintro p a{
	color: #BB0037;
}

#flashintro p a:hover{
	text-decoration: underline;
}

#flashintro object{
	display: block;
	margin: 0 auto;
}

/*
--- Inhalt ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

/* Diverse Abstände nach oben */
#maincol .top-pad-15{
	padding-top: 15px;
}

#maincol .top-pad-25{
	padding-top: 25px;
}

#maincol .top-pad-50{
	padding-top: 50px;
}

#maincol .top-pad-100{
	padding-top: 100px;
}

#maincol .top-pad-80{
	padding-top: 80px;
}

#maincol .top-pad-125{
	padding-top: 125px;
}

#maincol .top-pad-200{
	padding-top: 200px;
}

#maincol .right-pad-280 {
	padding-right: 280px;
	}

#maincol .forceclear{
	clear: both;
}

#maincol .imgright{
	float: right;
	margin: 0 0 10px 10px;
}

#maincol .imgleft{
	float: left;
	margin: 0 10px 10px 0;
}

#maincol .clearright{
	clear: right;
}

#maincol .clearleft{
	clear: left;
}

#maincol .imgcenter{
	display: block;
	margin: 0 auto .8em auto;
}

#maincol hr {
	border-top:#e0d7c0 1px solid;
	height:1px;
	margin-right: 200px;
}

#maincol p,
#maincol address{
	font-size: 0.79em;
	color: #333;
	padding: 0 0 .8em 0;
	line-height: 1.5;
}

#maincol address{
	font-style: normal;
}

	#maincol .roteschrift{
		color: #BB0037;
	}
	
	#maincol .graupfeil{
		padding-left: 12px;
		background: url(./img/content/pfeil-grau.png) 1px 50% no-repeat;
	}
	
	#maincol .rotpfeil{
		padding-left: 12px;
		background: url(./img/content/pfeil-rot.png) 1px 50% no-repeat;
	}
	
	#maincol p.small{
		font-size: .7em;
	}

#maincol h4{
	color: #BB0037;
	font-size: .9em;
	padding: 0 0 .8em 0;
	line-height: 1.5;
}

#maincol h4 a {
	text-decoration:underline;
	color: #999999;
	}
	
#maincol h4.gross{
	font-size: 1.2em;
}

#maincol h4.gr-color a{
	font-size: 1.1em;
	color: #333333;
	text-decoration:none;
	}	
	
	
	
#maincol h4.gr {
	font-size: 1.65em;
	padding: 0;
}
		
#maincol h4.gr-ab {
	font-size: 1.65em;
	padding: 20px 0 20px 0;	
}	
	
	
#maincol h4 a:hover {
	color: #BB0037;
		}

#maincol h6{
	color: #333;
	font-size: .79em;
	line-height: 1.5;	
}

#maincol h6.rot{
	color: #BB0037;
}

#maincol h6.wue {
	font-weight: normal;
	font-size: .9em;
	line-height: 2;
	}

#maincol ul,
#maincol ol{
	font-size: 0.79em;
	color: #333;
	line-height: 1.5;
}

#maincol ol{
	list-style-type: decimal;
	margin-left: 25px;
}

#maincol ol li{
	padding-bottom: .8em;
}

	#maincol ul.redlist li{
		color: #BB0037;
		padding: .5em 0;
		font-weight: bold;
	}

#maincol a{
	color: #BB0037;
}

#maincol a:hover{
	text-decoration: underline;
}

#maincol .center{
	text-align: center;
}

#maincol .small{
	 font-size: 0.7em;
	}

/* Fehlermeldungen */
#maincol p.successmessage,
#maincol p.errormessage{
	padding: 10px 10px 10px 45px;
	margin: 10px 0;
	font-weight: bold;
	color: #264409;
	border: 1px dotted #C6D880;
	background: #E6EFC2 url('/cms/design/icons/success.png') 8px 40% no-repeat;		
}

#maincol p.errormessage {
	border-color: #FBC2C4;
	color: #8a1f11;
	background:  #FBE3E4 url('/cms/design/icons/error.png') 8px 50% no-repeat;
}

/* Unternehmen: Anfahrtsskizze */
#maincol address.anfahrtsskizze{
	padding-top: 80px;
}

#maincol dl.anfahrtsskizze{
	width: 364px;
	float: right;
	padding: .8em 0;
	font-size: .75em;
	text-align: right;
}

/* Zweispaltige Definitionslisten */
#maincol dl.list-twocol{
	width: 470px;
	font-size: 0.79em;
	color: #333;
	padding: 0 0 .8em 0;
	line-height: 1.5;	
}

#maincol dl.list-twocol dt{
	float: left;
	font-weight: bold;
	width: 65px;
	padding-right: 5px;
}

#maincol dl.list-twocol dd{
	float: left;
	width: 400px;
}

/* Flashbox */

#maincol .flashmovie{
	width: 480px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}

/* Tabelle ------------------------------ */

#maincol table{
	font-size:0.79em; 
}


#maincol table td{
	padding: 3px 5px;
	border-bottom: 1px dotted #82632d;
}

/* Tabelle Festwirte ------------------------------ */

#maincol table.tb-festwirte{
	text-align: center;
}

#maincol table.tb-festwirte td{
	border: 0 none;
}



/* Kontaktformular ------------------------------ */

#maincol ol.checklist,
#maincol ol.formlist{
	font-size: .79em;
	line-height: 1.5;
	padding: .8em 0;
	margin: 0;
	list-style-type: none;
}

#maincol ol.checklist{
	padding-top: 0;
}

#maincol ol.checklist li,
#maincol ol.formlist li{
	padding: 5px 0;
}

	#maincol ol.formlist label{
		float: left;
		width: 150px;
	}

	#maincol span{
		color: #BB0037;
	}

#maincol ol.formlist input,
#maincol ol.formlist select,
#maincol ol.formlist textarea{
	float: left;
	width: 300px;
	padding: 3px;
	border: 1px solid #E5CA7D;
	background: #fff;
	font-size: 1em;
}

#maincol ol.formlist textarea{
	width: 550px;
}

	#maincol ol.formlist input:hover,
	#maincol ol.formlist input:focus,
	#maincol ol.formlist select:hover,
	#maincol ol.formlist select:focus,
	#maincol ol.formlist textarea:hover,
	#maincol ol.formlist textarea:focus{
		background: #F8F0CB;
	}

#maincol ol.formlist li.submit input{
	cursor: pointer;
	color: #555;
	text-align: center;
	border: 0 none;
	float: none;
	display: block;
	width: 165px;
	height: 28px;
	padding: 0 0 4px 0;
	background: transparent url('./img/nav/nav-button.png') no-repeat;
}

#maincol ol.formlist li.media{
	padding-left: 150px;
}

#maincol ol.formlist li.submit input:hover,
#maincol ol.formlist li.submit input:focus{
	color: #BB0037;
	background-position: 0 -30px;
}

#maincol ol.checklist li{
	padding-left: 5px;
}

#maincol ol.checklist input{
	margin-right: 10px;
}

/* Anmeldeformular Brauereiführung ---------------- */
#maincol ol.formlist input#alter{
	width: 25px;
}

#maincol ol.formlist input#plz{
	width: 50px;
}

#maincol ol.formlist select#anrede{
	width: 100px;
}


#maincol input.inlineinput{
	width: 125px;
	padding: 3px;
	border: 1px solid #E5CA7D;
	background: #fff;
	font-size: 1em;	
}

#maincol input.inlineinput:hover,
#maincol input.inlineinput:focus{
	background: #F8F0CB;
}

#maincol input#personenzahl{
	width: 25px;
}

#maincol input#wunschtermin{
	margin-right: 30px;
}

#maincol table.brauereimenu{
	clear: both;
	font-size: 0.79em;
	color: #333;
	margin: 0 0 .8em 0;
	line-height: 1.4;
}

#maincol table.brauereimenu th,
#maincol table.brauereimenu td{
	text-align: left;
	font-weight: normal;
	border: 0 none;
	padding-top: 1em;
	vertical-align:top;
}

#maincol table.brauereimenu td{
	white-space: nowrap;
	color: #BB0037;
	font-weight: bold;
}

#maincol table.brauereimenu strong{
	display: block;
	color: #BB0037;
	padding-bottom: .5em;
}

/* Aufspringender Kalender */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


.ui-datepicker { font-size: .75em; width: 17em; padding: 2px; border: 1px solid #E5CA7D; background: #F8F0CB;}
.ui-datepicker .ui-datepicker-header { }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { width: 40%; height: 1.8em; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev { float: left;}
.ui-datepicker .ui-datepicker-next { float: right; text-align: right;}

.ui-datepicker .ui-datepicker-title { clear: both; line-height: 1.3em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: 1em; border-collapse: collapse; margin:0 0 .4em; background: #fff;}
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; }
.ui-datepicker td { border: 0; padding: 1px; border: 1px solid #E5CA7D;}
.ui-datepicker td span,
.ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }


/* Galerien ------------------------ */

#maincol dl.galerie{
	float: left;
	margin: 10px 0 10px 30px;
	width: 133px;
	font-size: .7em;
	line-height: 1.5;
}

#maincol dl.galerie dt{
	background: url('/design/img/content/galerie/thumbs_back.png') 50% 50% no-repeat;
	padding: 4px;
	height: 125px;
}


	#maincol dl.galerie dt img{
		display: block;
	}

#maincol p.quellfotos{
	clear: both;
	text-align: right;
	padding-right: 25px;
}

/* Seitennavigation */
#maincol ul.pagenav{
	clear: both;
	padding: 0 0 .8em 0;
	text-align: center;
}

#maincol ul.pagenav li{
	padding: 0 8px 0 0;
	float: left;
	width: auto;
}

	#maincol ul.pagenav li#pageselected a{
		font-weight: bold;
		color: #000;
	}

#maincol img.galteaser{
	display: block;
	margin: 0 auto .8em auto;
}

/* Zweispaltige Galerien */
#maincol dl.doublegal{
	font-size: .7em;
	line-height: 1.5;
	float: left;
	width: 316px;
	margin: 0 10px 1.5em 10px;
}

#maincol dl.doublegal img{
	display: block;
	margin: 0 auto;
}

#maincol dl.doublegal dd{
	padding: 0 3px;
	text-align: center;
}

#maincol dl.doublegal.links-270 {
		width: 250px;
		margin: 0 15px 0 0;
	}
	
#maincol dl.doublegal.rechts-270 {
		width: 250px;
		float: right;
		margin: 0 0 0 15px;
	}



#maincol dl.doublegal.special{
	width: 200px;
	padding-top: 60px;
}

/* Triplegal*/

#maincol dl.triplegal{
	font-size: .7em;
	line-height: 1.5;
	float: left;
	width: 210px;
	margin: 20px 5px 1.5em 5px;
}

#maincol dl.triplegal img{
	display: block;
	margin: 0 auto;
}


#maincol dl.triplegal dd{
	padding: 0 3px;
	text-align: center;
}

/* viergal*/

#maincol dl.viergal{
	font-size: .7em;
	line-height: 1.5;
	float: left;
	width: 160px;
	margin: 0 5px 1.5em 0;
}

#maincol dl.viergal img{
	display: block;
	margin: 0 auto;
}

#maincol dl.viergal dt a {
	padding: 0 3px;
	}

#maincol dl.viergal dd{
	padding: 0 3px;
	text-align: center;
}

/* YouTube Box Eventgalerie - Videos */
#maincol #youtubebox{
	width: 305px;
	float: right;
	margin-right: 15px;
	border: 1px solid #666;
	border-bottom-width: 3px;
	background-color: #cdcdcd;
}

	#maincol #youtubebox h6,
	#maincol #youtubebox p{
		font-size: .75em;
		font-weight: normal;
		padding: 0;
		margin: 0;
		text-align: center;
		line-height: 1.5;
	}

/* Normale Tabellen -------------------------- */
#maincol table.norm-table{
	clear: both;
	font-size: 0.79em;
	color: #333;
	margin: 0 0 .8em 0;
	line-height: 1.4;
}

#maincol table.norm-table th,
#maincol table.norm-table td{
	text-align: left;
	padding: 2px 20px 2px 0;
	border: 0 none;
}

#maincol table.norm-table th { 
	white-space:nowrap;
	}

#maincol table.norm-table th.top-pad-25{
	padding-top: 25px;
}

/* Tabelle mit Bierglas */
#maincol table.bierglas{
	background: url('/aktivitaeten/aktuelles/brauereifest-2010/bilder/brauereifest-volksfestbier-2-Euro.png') 100% 50% no-repeat;
	
}

#maincol table.bierglas td{
	padding-right: 150px;
}

/* Sortiment Seiten und Tabellen -------------------------- */

#maincol .product-pic{
	width: 120px;
	float: left;
	text-align: center;
}

#maincol .product-desc{
	float: left;
	padding-left: 10px;
	width: 480px;
}

#maincol dl.list-red-twocol{
	width: 470px;
	font-size: 0.79em;
	color: #333;
	padding: 0 0 .8em 0;
	line-height: 1.5;	
}

	#maincol dl.list-red-twocol dt{
		color: #BB0037;
		float: left;
		font-weight: bold;
		width: 100px;
		padding-right: 5px;
	}

	#maincol dl.list-red-twocol dd{
		float: left;
		width: 300px;
	}

#maincol table.prdct-table{
	clear: both;
	font-size: 0.79em;
	color: #333;
	margin: -20px 0 1em 0;
	line-height: 1.8;
	border-collapse: separate;
	border-spacing: 3px;
}

#maincol table.prdct-table th,
#maincol table.prdct-table td{
	padding: 0 5px;
	border: 0 none;
}

#maincol table.prdct-table th{
	white-space: nowrap;
	text-align: left;
	line-height: 27px;
	height: 27px;
	color: #fff;
	background: #ED3834 url('./img/table/header-back.png') repeat-x;
}

#maincol table.prdct-table td{
	background-color: #E9D9B7;
}

	#maincol table.prdct-table td.blank,
	#maincol table.prdct-table tr.prdct-img td{
		background-color: transparent;
		text-align: center;	/* Bilder zentrieren */
	}
	
	#maincol table.prdct-table tr.prdct-img td{
		min-width: 100px;
		padding-top: 20px;
	}
	
	 #maincol table.prdct-table td.highlight{
		font-weight: bold;
	}

/* Akkordeon Zeitleiste -------------- */

#maincol h5{
	cursor: pointer;
	color: #BB0037;
	font-size: .7em;
	line-height: 1.5;
	background-color: #ECD393;
}

	#maincol h5.alt1 {background-color: #EDD9A5;}
	#maincol h5.alt2 {background-color: #EAD88E;}
	#maincol h5.alt3 {background-color: #EFDCA1;}
	#maincol h5.alt4 {background-color: #E6C97D;}
	#maincol h5.alt5 {background-color: #E3C677;}
	#maincol h5.alt6 {background-color: #E6CE84;}
	#maincol h5.alt7 {background-color: #ECD393;}


#zeitaccordion div{
	background-color: #F8EED5;
}

#zeitaccordion div p{
	padding-left: 10px;
	padding-right: 10px;
}


/* Scrollende Box für überlange Inhalte, z.B. Brauereiführung */
#scrollbox{
	margin-top: 30px;
	width: 670px;
	overflow: auto;
}

/*
--- Dockanimationen -------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

/* Dock der Startseite */
#homedock,
#productdock{
	z-index: 100;
	width: 100%;
	position: absolute;
	top: 75px;
	left: 0;
	display: none;	
}

/* Produkt-Sortiment */
#productdock{
	top: 50px;
}

#homedock img,
#productdock img{
	padding: 0 10px;
}

#homedock div.jqDockWrap,
#productdock div.jqDockWrap{
	margin:0 auto;
}

#homedock div.jqDockLabelText{
	width: 250px;
	text-align: center;
	font-size: .8em;
	position:absolute;
	top:0;
	left: 0;
	margin-left: -125px;
	white-space:nowrap; 
	cursor:pointer;
}

#productdock div.jqDockLabel{
	text-align: center;
	font-size: .8em;
	white-space: nowrap;
}

#homedock a,
#productdock a{
	color: #333;
}


/*
--- Kronkorken-Aktion über dem Home-Dock ----------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#kronkorken-aktion{
	text-align: center;
	padding-top: 20px;
}

/*
--- Button-Leiste unter der Kronkorken-Aktion -----------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#button-leiste{
	text-align: left;
	margin:  30px 0 0 30px;;
}

#button-leiste img{
	padding-left: 10px;
}/*
--- Untere Footernavigation -----------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#footnav ul{
	font-size: .79em;
}

#footnav li{
	width: auto;
	float: right;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
}

	#footnav li#nav-facebook{
		padding-right: 10px;
	}
	
	#footnav li#nav-regiment{
		padding-right: 0px;
	}

	#footnav li#nav-malteser{
		text-align: center;
		float: left;
		width: 160px;
		padding: 0 10px 6px 0;
		background: url('./img/nav/nav-button.png') no-repeat;
	}

	#footnav li#nav-malteser a{
		display: block;
		background: url('./img/nav/nav-button.png') no-repeat;
	}

	#footnav li a.active{
		color: #BB0037;
	}

	#footnav li#nav-malteser a.active,
	#footnav li#nav-malteser:hover,
	#footnav li#nav-malteser a:hover{
		color: #BB0037;
		background-position: 0 -30px;
	}

/*
--- CSS Autoclear ---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#wrapper:after,
#pferdle:after,
#nav ul:after,
#footnav ul:after,
#maincol dl.list-twocol:after,
#maincol ol.formlist li:after,
#zeitaccordion div:after,
#maincol ul.pagenav:after,
#maincol dl.viergal:after,
#kronkorken-aktion ul:after{
	content: ".";display: block;height: 0;clear: both;visibility: hidden;
}

/* Debugbox */
pre#debug{
	padding: 10px;
	margin: 20px 10px;
	border: 1px solid #777;
	background: #ACD6FF;
	font-size: 12px;
	color: #444;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: #999 2px 2px 2px 0;
	-webkit-box-shadow: 2px 2px 2px #999;
}


/* End of file master.css */ 
/* Location: ./design/master.css */
