/*[fmt]1A90-1A0B-3*/
/*+init {*/
* {
	margin: 0;
	padding: 0;
	font-size: 1em;

}

h1, h2, h3, h4, h5, h6, th {
	font-weight: inherit;
	=font-weight: expression(this.__FW?this.__FW:(new Function('t','return (t.__FW=t.parentNode.currentStyle.fontWeight)'))(this));
}

address, cite, dfn, var {
	font-style: inherit;
	=font-style: expression(this.__FS?this.__FS:(new Function('t','return (t.__FS=t.parentNode.currentStyle.fontStyle)'))(this));
}

caption, code, kbd, pre, samp, tt, input, textarea, select, button {
	font-family: inherit;
	=font-family: expression(this.__FF?this.__FF:(new Function('t','return (t.__FF=t.parentNode.currentStyle.fontFamily)'))(this));
}

table {
	border-spacing: 0;
}

th {
	text-align: left;
}

html, body, thead, tbody, tfoot, tr, th, td, br {
	position: static;
}

input[type=hidden] {
	display: none !important;
}

fieldset, a img {
	border: 0;
}

body {
	font-size: 16px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
p, em {font-size: calc(15px + 0.390625vw);}

@media screen and (max-width: 1200px) {
	p, em {
	  font-size: calc(55px - 0.390625vw);
	}
  }


/*+}*/
html {
	background-color: #EFEFEF;
}

body {
	background-color: #FFFFFF;
	margin: 15px auto;
	width: 800px;
	padding: 20px 100px;
	position: relative;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.intro {
	color: #000000;
	font-weight: bold;
}

.subheadline {
	color: #000000;
	font-weight: bold;
	font-size: 22px;
}

.subhead_mit_logo {
	font-family: Georgia, 'Arial Narrow',Arial,Helvetica,sans-serif;
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 1.1;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

hr {
	height: 1px;
	color: #C8C8C8;
	background-color: #C8C8C8;
	border: none;
}

#inhalt hr.small {
	height: 1px;
	color: #C8C8C8;
	background-color: #C8C8C8;
	border: none;
	margin: 0px 0px; !important;
}

/*Logo*/
#logo {
	width: 800px;
	height: 150px;
}

/*Headline*/
#headline {
	margin-bottom: 10px;
}

#headline img {
	vertical-align: bottom;
}

/*Navigation*/
#navigation {
	padding-top: 1px;
	margin-bottom: 6px;
	font-size: 15px;
	margin-left: -1px;
}

#navigation ul {
	display: block;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	margin-top: -1px;
	width: 800px;
}

#hauptnavigation {
	background-color: #AEAEAE;
}

#unternavigation {
	background-color: #C8C8C8;
}

#navigation ul, #navigation ul a {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul a {
	display: block;
}

#navigation ul li {
	display: inline-block;
	border-left: 1px solid #FFFFFF;
	width: 25%;
	text-align: center;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	margin-left: -1px;
}

#navigation ul li:first-child {
	border-left: none;
	padding-left: 1px;
}

#navigation ul li ul {
	display: block !important;
	position: absolute;
	margin-left: -1px;
	margin-top: 0px;
	background-color: #7B7A7A;
	/*+box-shadow:2px 4px 10px #150F00;*/
	-moz-box-shadow: 2px 4px 10px #150F00;
	-webkit-box-shadow: 2px 4px 10px #150F00;
	-o-box-shadow: 2px 4px 10px #150F00;
	box-shadow: 2px 4px 10px #150F00;
	border: none;
	z-index: 1000;
	width: auto;
}

#navigation ul li ul li {
	display: none;
	border-left: none;
	border-top: 1px solid #FFFFFF;
	padding-left: 10px !important;
	text-align: left;
	width: 189px;
	margin-left: 0px !important;
}

#navigation ul li ul li:first-child {
	border-top: none;
}

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

#navigation ul li:hover ul {
	border: 1px solid #FFFFFF;
}

#navigation ul li:hover ul li {
	display: block;
}

#hauptbereich {
	background: #FFFFFF url(hauptbereich_trennlinien.png) repeat-y;
}

#hauptbereich.ohne-rechte-spalte {
	background-image: url(hauptbereich_trennlinien_nur_links.png);
}

/*Spalte links*/
#spalte-links {
	float: left;
	width: 140px;
}

#spalte-links-uebersicht {
	float: left;
	width: 397px;
	margin-top: 0px;
}

#navigation-links {
	list-style-type: none;
}

#navigation-links li {
	font-size: 90%;
	background-color: #E4E4E4;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 4px 6px;
	margin-bottom: 8px;
	min-height: 46px;
}

.whisky #navigation-links li {
	font: 90% "Arial Narrow", Arial, Helvetica, sans-serif;
}

#navigation-links li li {
	background: transparent;
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 0px 17px;
	min-height: 0px;
}

#navigation-links a {
	text-decoration: none;
	display: block;
}

#navigation-links a:hover {
	text-decoration: underline;
}

/*Spalte rechts*/
#spalte-rechts {
	float: right;
	width: 140px;
}

#spalte-rechts-uebersicht {
	float: right;
	width: 397px;
	margin-top: 0px;
}

#spalte-rechts h1 {
	font-weight: bold;
}

#spalte-rechts h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	color: red;
}

#spalte-rechts p {
	font-size: 14px;
}

#spalte-rechts hr {
	margin: 20px 0px;
}

#spalte-rechts a {
	font-size: 85%;
}

/*Inhalt*/
#inhalt {
	margin: 0px 150px;
	padding-left: 8px;
	padding-right: 8px;
}

.whisky #inhalt {
	color: rgb(128, 4, 21);
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-style: italic;
}

#hauptbereich.ohne-rechte-spalte #inhalt {
	margin-right: 0px;
}

#inhalt .artikel {
	padding-top: 10px;
	overflow: hidden;
}

#inhalt .artikel .artikelbild {
	text-align: center;
}

#inhalt .artikel .artikelbild-links {
	float: left;
	font-weight: bold;
}

#inhalt .artikel .artikelbild-bierkalender {
	float: left;
	font-weight: bold;
	padding-right: 10px;
}

#inhalt .artikel .artikelbild-rechts {
	float: right;
}

#inhalt .artikel a {
	font-weight: bold;
}

#inhalt h1 {
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 30pt "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #C8C8C8;
}

#inhalt h2 {
	font-weight: bold;
	font-size: 16px;
}

#inhalt h2, #inhalt h3, #inhalt p {
	margin: 5px 10px;
}

#inhalt, #spalte-rechts, #spalte-rechts a {
	color: #555555;
}

#inhalt a {
	color: #FF0000;
	text-decoration: none;
}

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

#inhalt ul, #inhalt ol {
	padding-left: 28px;
}

.artikelnavigation .nach-oben, .artikelnavigation .zur-startseite {
	display: block;
	text-align: center;
}

.artikelnavigation .naechster-artikel {
	float: right;
}

#inhalt h2.fett {
	font-weight: bold;
	font-size: 130%;
}

.whisky #inhalt h1, .whisky #inhalt h2, .whisky #inhalt h3 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 34px;
}

.wechsler {

}

.wechsler > * {
	position: absolute;
}

#overlay-abdecker {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000033;
	display: none;
}

#overlay-rahmen {
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	min-height: 45px;
	background: white;
	display: none;
}

#overlay-inhalt {
	padding: 10px;
	text-align: center;
}

#overlay-schliessen {
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	color: #037AE0;
}


