/* ############################################################################################## */
/* beuting-bierverlag-2010                                                                        */

/* ********************************************************************************************** */
/* file: all-content.css                                                                          */
div#content div.object {
	border-top: 1px solid #999;
	margin-bottom: 20px;
	margin-left: 34px;
	padding-top: 20px;
}

div#content div.object div.object-header {
	padding-bottom: 10px;
}

div#content div.firstChild div.object {
	border-top: 0;
	padding-top: 0;
}

div#content div.objectDetail div.object-header {
	background-color: #fff;
	text-transform: uppercase;
	margin-left: -34px;
}

div#content div.more,div#content div.back {
	text-align: right;
}

div#content div.more a,div#content div.back a {
	color: #304f7a;
	display: inline-block;
	padding: 2px 2px 3px;
	text-decoration: none;
}

div#content div.more a:hover,div#content div.back a:hover {
	background-color: #304f7a;
	color: #fff;
}

/* module */
div#content div.modul {
	border-top: 1px solid #999;
	margin-bottom: 20px;
	margin-left: 34px;
	padding-top: 20px;
}

div#content div.modul div.modul-titel {
	padding-bottom: 10px;
}

div#content div.modul-inhalt div.object {
	margin-left: 0;
}

/* mod-sitemap */
div#content div.mod-sitemap {
	border-top: 0;
	padding-top: 0;
}

div#content div.mod-sitemap div.modul-titel {
	background-color: #fff;
	text-transform: uppercase;
	margin-left: -34px;
}

/* mod-anfahrtskizze */
div#content div.mod-anfahrtskizze {
	border-top: 0;
	padding-top: 0;
}

div#content div.mod-anfahrtskizze div.modul-titel {
	background-color: #fff;
	text-transform: uppercase;
	margin-left: -34px;
}

/* mod-vst */
div#content div.mod-vst {
	border-top: 0;
	border-bottom: 1px solid #999;
	padding-top: 0;
}

div#content div.mod-vst div.modul-titel {
	background-color: #fff;
	text-transform: uppercase;
	margin-left: -34px;
}

div#content div.mod-vst div.monatsueberschrift {
	background-color: #304f7a;
	color: #fff;
	padding: 2px 5px;
}

/* mod-routenplaner */
div#content div.mod-routenplaner td td {
	padding-right: 4px;
	padding-bottom: 4px;
}

/* formular */
div#content div.formular {
	border-top: 1px solid #999;
	margin-bottom: 20px;
	margin-left: 34px;
	padding-top: 20px;
}

/* ********************************************************************************************** */
/* file: all-editor.css                                                                           */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/* font */
body,button,input,select,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
}

button,input,select,textarea {
	font-size: 1em;
}

a,body,button,input,select,textarea {
	color: #000;
}

a,button,input,select,textarea {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/* headline */
h1,h2,h3,h4,h5,h6 {
	color: #273646;
	font-weight: bold;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #273646;
	text-decoration: none;
}

.headline,.headline1,.headline2,.headline3,.headline4,.headline5,.headline6
	{
	color: #273646;
	font-weight: bold;
}

.modul-titel {
	color: #273646;
	font-weight: bold;
}

h1,.headline,.headline1,.modul-titel {
	font-size: 1.5em;
}

h2,.headline2 {
	font-size: 1.3em;
}

h3,.headline3 {
	font-size: 1.1em;
}

h4,.headline4,h5,.headline5,h6,.headline6 {
	font-size: 1em;
}

/* image */
a img {
	border: 0;
}

img.image {
	margin-bottom: 0.3em;
}

img.teaserimg_left,img.teaserimg-left {
	float: left;
	margin-right: 0.3em;
}

img.teaserimg_right,img.teaserimg-right {
	float: right;
	margin-bottom: 0.3em;
}

img.teaserimg_left,img.teaserimg-left,img.teaserimg_right,img.teaserimg-right
	{
	margin-left: 0.3em;
}

/* list */
li {
	list-style-image: url('../img/li.gif');
	list-style-type: disc;
	margin-left: 1.5em;
}

ol li {
	list-style-image: none;
	list-style-type: decimal;
	margin-left: 2em;
}

ul li {
	list-style-image: url('../img/li.gif');
	list-style-type: disc;
}

ul ul li {
	list-style-image: url('../img/li-li.gif');
	list-style-type: circle;
}

ul ul ul li {
	list-style-image: url('../img/li-li-li.gif');
	list-style-type: square;
}

/* table */
table.rahmen,table.rahmen th,table.rahmen td {
	border-color: #bebfc1;
	border-style: solid;
	border-width: 1px;
}

table.rahmen {
	border-collapse: collapse;
	border-spacing: 0;
}

table.rahmen th,table.rahmen td {
	padding: 3px 5px;
}

table.rahmenlos,table.rahmenlos th,table.rahmenlos td {
	border: 0;
	border-spacing: 0;
}

table.rahmenlos {
	margin: -3px -5px;
}

table.rahmenlos th,table.rahmenlos td {
	padding: 3px 5px;
}

/* form */
button,input,select,textarea {
	border-color: #929390;
	font-size: 1em;
}

button.button,button.submit,input.button,input.submit {
	background-color: #304f7a;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	padding: 0 5px;
}

button.reset,input.reset {
	background-color: #acb2c8;
	border-style: #929390;
	border-width: 1px;
	color: #fff;
	padding: 0 5px;
}

input.datefield,input.email,input.file,input.text,select,textarea {
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

input.checkbox,input.radio {
	border: 0;
}

/* ********************************************************************************************** */
/* file: all-info.css                                                                             */
div#info div.accordion {
	margin-top: 3px;
}

div#info div.firstChild div.accordion {
	margin-top: 0;
}

div#info div.accordion-header {
	border: 1px solid #e8e9ea;
	cursor: pointer;
	padding: 2px;
}

div#info div.accordion-headerActive {
	cursor: default;
}

div#info div.accordion-headerCnt {
	background-color: #acb2c8;
	color: #fff;
	padding: 5px;
}

div#info div.accordion-headerCnt * {
	color: #fff;
	font-size: 1.083em;
	font-weight: normal;
}

div#info div.accordion-body {
	background-image: url('../img/bgInfoAccordionItem.gif');
	background-repeat: repeat-y;
	color: #304f7a;
	font-size: 0.834em;
}

div#info div.accordion-body a {
	color: #304f7a;
}

div#info div.accordion-bodyCnt {
	background-image: url('../img/bgInfoAccordionItemTop.gif');
	background-repeat: no-repeat;
	padding: 10px 8px;
}

div#info ul.href {
	margin-top: 0.6em;
}

/* ********************************************************************************************** */
/* file: all-infoSearch.css                                                                       */
div#infoSearch {
	color: #55595c;
	font-size: 0.834em;
}

div#infoSearch button,div#infoSearch input {
	color: #55595c;
}

div#infoSearch div.input {
	background-color: #f00;
	float: right;
	height: 25px;
	overflow: hidden;
	width: 131px;
	position: relative;
}

div#infoSearch div.input input {
	border: 1px solid #afafae;
	height: 13px;
	padding: 5px 2px;
	text-align: center;
	width: 125px;
	position: absolute;
	top: 0;
}

div#infoSearch div.button {
	background-color: #f00;
	float: left;
	height: 25px;
	overflow: hidden;
	width: 25px;
	position: relative;
}

div#infoSearch div.button button {
	background-color: #e8e9ea;
	background-image: url('../img/loupe.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #afafae;
	cursor: pointer;
	height: 25px;
	text-indent: -9999em;
	width: 25px;
	position: absolute;
	top: 0;
}

/* ********************************************************************************************** */
/* file: all-layout-pageBody.css                                                                  */
div.pageBodyCol {
	
}

div.pageBodyColCnt {
	min-height: 100px;
}

div#pageBodyCol-1 {
	float: right;
	width: 687px;
}

div#contentInfoHeaderWrap {
	background-color: #304f7a;
	border-bottom: 19px solid #fff;
	padding-bottom: 50px;
}

div#contentInfoHeader {
	background-color: #999;
	background-image: url('../img/bgContentInfoHeader.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-bottom: 4px solid #fff;
	height: 199px;
}

div#pageBodyCol-1-1 {
	float: left;
	width: 528px;
}

div#pageBodyCol-1-1 div.pageBodyColCnt {
	margin-right: 57px;
}

div#content {
	
}

div#pageBodyCol-1-2 {
	float: right;
	width: 159px;
}

div#pageBodyCol-1-2 div.pageBodyColCnt {
	
}

div#infoSearch {
	padding-bottom: 19px;
}

div#info {
	
}

div#pageBodyCol-2 {
	float: left;
	width: 285px;
}

div#pageBodyCol-2 div.pageBodyColCnt {
	margin-right: 37px;
}

a#logo {
	background-image: url('../img/logo-Bierverlag-Beuting-GmbH.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	height: 106px;
	margin-top: 8px;
	margin-bottom: 2px;
	overflow: hidden;
	text-indent: -9999em;
	width: 250px;
}

div#navi {
	border-color: #999;
	border-style: solid;
	border-width: 1px 0;
	padding-top: 3px;
	padding-bottom: 24px;
	padding-left: 18px;
}

div#naviFooter {
	margin-top: 11px;
}

/* ********************************************************************************************** */
/* file: all-layout-pageFooter.css                                                                */
div#pageFooter {
	color: #999;
	font-size: 11px;
	line-height: 26px;
	text-align: right;
}

div#pageFooter a {
	color: #999;
	margin-right: 12px;
	margin-left: 11px;
	text-decoration: none;
}

div#pageFooter a.firstChild {
	margin-left: 0;
}

div#pageFooter a.lastChild {
	margin-right: 0;
}

/* ********************************************************************************************** */
/* file: all-layout-pageHeader.css                                                                */
div#pageHeader {
	color: #999;
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
}

div#pageHeader a {
	color: #999;
	margin-right: 24px;
	margin-left: 23px;
	text-decoration: none;
}

div#pageHeader a.firstChild {
	margin-left: 0;
}

div#pageHeader a.lastChild {
	margin-right: 0;
}

/* ********************************************************************************************** */
/* file: all-layout.css                                                                           */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	background-color: #a98851;
	height: 100%;
}

div#bg {
	background-color: #b4c8f5;
	background-image: url('../img/bgImage-1x813.jpg');
	background-position: 0 100%;
	background-repeat: repeat-x;
}

div#bgImage {
	background-image: url('../img/bgImage-1684x813.jpg');
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

div#bgPageWrap {
	padding-top: 14px;
}

div#bgPage {
	margin: 0 auto;
	max-width: 1020px;
}

div#bgPageTop {
	background-image: url('../img/bgPageTop-1020x20.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 20px;
	overflow: hidden;
	min-width: 100%;
}

div#bgPageMiddleWrap {
	margin-top: -20px;
	padding-top: 20px;
	padding-bottom: 12px;
}

div#bgPageMiddle {
	background-image: url('../img/bgPageMiddle-1020x1.png');
	background-position: 50% 0;
	background-repeat: repeat-y;
}

div#bgPageBottom {
	background-image: url('../img/bgPageBottom-1020x26.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 26px;
	overflow: hidden;
	margin-top: -12px;
	min-width: 100%;
}

div#pageWrap {
	margin: 0 auto;
	width: 1008px;
}

div#page {
	margin-right: 11px;
	margin-left: 25px;
	padding-top: 14px;
}

div#pageHeader {
	border-right: 613px solid #acb2c8;
	height: 24px;
	margin-bottom: 4px;
}

div#pageBody {
	background-image: url('../img/bgPageBodyCol-1-left.gif');
	background-repeat: repeat-y;
	background-position: 285px 0;
	border-bottom: 15px solid #fff;
}

div#pageFooter {
	border-top: 1px solid #999;
	height: 20px;
}

div#pageFooterCnt {
	margin-bottom: -12px;
	position: relative;
}

/* ********************************************************************************************** */
/* file: all-message.css                                                                          */
.message-H { /* Hinweis*/
	
}

.message-W { /* Warnung*/
	
}

.message-E { /* ERROR */
	
}

#system_message,.message-H,.message-W,.message-E {
	background-color: #fff;
	line-height: normal;
	padding-bottom: 1.25em;
}

#system_message div,.message-H div,.message-W div,.message-E div {
	background-color: #999;
	background-position: 3px 3px;
	border: 1px solid #304f7a;
	padding: 3px 3px 3px 23px;
}

#system_message div div,.message-H div div,.message-W div div,.message-E div div
	{
	border: 0;
	padding: 0;
}

/* ********************************************************************************************** */
/* file: all-MilkBox.css                                                                          */
#mbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index: 100;
	cursor: pointer;
}

#mbCenter {
	position: absolute;
	z-index: 101;
	overflow: hidden;
	left: 50%;
	top: 10%;
	background-color: #fff;
	border: 5px solid #fff;
	margin: 0;
	padding: 5px;
}

.mbLoading {
	background: #fff url('../img/MilkBox/loading.gif') no-repeat center;
}

#mbImage {
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
	font-size: 0;
	overflow: hidden;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}

#mbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top: 8px;
	margin: 0;
}

#mbNavigation {
	float: right;
	width: 27px;
	padding-top: 3px;
	border-left: 1px solid #9c9c9c;
}

#mbCount {
	width: 55px;
	overflow: hidden;
	padding-top: 1px;
	float: right;
	text-align: right;
	font-size: 9px;
}

#mbCloseLink,#mbPrevLink,#mbNextLink {
	outline: none;
	display: block;
	float: right;
	height: 20px;
	cursor: pointer;
}

#mbPrevLink,#mbNextLink {
	width: 17px;
}

#mbPrevLink {
	background: transparent url('../img/MilkBox/prev.gif') no-repeat;
}

#mbNextLink {
	background: transparent url('../img/MilkBox/next.gif') no-repeat;
}

a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover {
	background-position: 0 -23px;
}

#mbCloseLink {
	width: 20px;
	background: transparent url('../img/MilkBox/close.gif') no-repeat;
}

#mbDescription {
	margin-right: 27px;
	padding: 0px 10px 0 0;
	font-weight: normal;
	text-align: justify;
}

/* ********************************************************************************************** */
/* file: all-MooFlow.css                                                                          */
.mf {
	visibility: hidden;
	z-index: 1;
	/* color: #fff; */
	font-size: 14px;
}

.mf * {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-o-user-select: none
}

.mf div.loader {
	position: absolute;
	text-align: center;
	z-index: 10000;
	margin: 0 auto;
	top: 45%;
	width: 100%;
	background: url('../img/MooFlow/ajax-loader.gif') no-repeat 50% 0;
	padding: 50px 0;
}

.mf div.caption {
	position: absolute;
	text-align: center;
	z-index: 98;
	margin: 1em auto;
	bottom: 0;
	width: 100%;
}

.mf div.mfNav {
	position: absolute;
	z-index: 99;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
}

.mf div.autoPlayCon {
	float: left;
	width: 10%;
	padding-left: 3%;
	height: 24px;
}

.mf a.play,.mf a.stop {
	width: 27px;
	height: 24px;
	float: left;
	cursor: pointer;
}

.mf a.play {
	background: url('../img/MooFlow/play.gif') no-repeat;
}

.mf a.stop {
	background: url('../img/MooFlow/stop.gif') no-repeat;
}

.mf div.sliderCon {
	margin-top: 5px;
	float: left;
	width: 74%;
}

.mf a.sliderNext {
	background: url('../img/MooFlow/left.gif') no-repeat;
}

.mf a.sliderPrev {
	background: url('../img/MooFlow/right.gif') no-repeat;
}

.mf a.sliderNext,a.sliderPrev {
	text-decoration: none;
	width: 25px;
	height: 16px;
	cursor: pointer;
	float: left;
}

.mf div.resizeCon {
	float: right;
	width: 10%;
	padding-right: 3%;
	height: 24px;
}

.mf a.resize {
	width: 34px;
	height: 24px;
	float: right;
	cursor: pointer;
	background: url('../img/MooFlow/resize.gif') no-repeat;
}

.mf div.slider {
	background: url('../img/MooFlow/middle.gif') repeat-x;
	height: 16px;
	position: relative;
	text-align: left;
	float: left;
}

.mf div.knob {
	height: 16px;
	background: url('../img/MooFlow/middle-slider.gif') repeat-x right
		center;
}

.mf div.knobleft {
	background: url('../img/MooFlow/left-slider.gif') repeat-x center;
	width: 8px;
	height: 16px;
}

/* ********************************************************************************************** */
/* file: all-navi.css                                                                             */
div#navi ul,div#navi li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navi a {
	color: #373234;
	text-decoration: none;
}

div#navi a:hover {
	color: #000;
}

/* level 1 */
div#navi ul {
	
}

div#navi li {
	padding: 7px 0 6px;
}

div#navi a {
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-weight: bold;
	padding-left: 12px;
}

div#navi .men-pfad a {
	background-image: url('../img/bgNaviItemActive.gif');
}

div#navi .men a {
	background-image: none;
}

div#navi .men a:hover {
	background-image: url('../img/bgNaviItemActive.gif');
}

/* level 2 */
div#navi ul ul {
	font-size: 0.917em;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 31px;
}

div#navi .men ul {
	display: none;
}

div#navi li li a {
	font-weight: normal;
}

/* level 3 */
div#navi ul ul ul {
	font-size: 1em;
}

/* ********************************************************************************************** */
/* file: all-print.css                                                                            */
body#print {
	background-color: #FFF;
}

#print-page {
	margin: 0 auto;
	padding-top: 193px;
	width: 460px;
}

#print-body {
	margin: 0 auto;
	width: 452px;
}

#print-body .object {
	margin-top: 15px;
	padding-top:15px;
	border-top: 1px solid #2B4E78;
}
#print-body .firstChild .object {
	border-top:0;
	padding-top:0;
}

#print-header {
	position: absolute;
	top: 0;
	height: 193px;
	width: 460px;
	text-align:left;
}
