/**************/
/*** Format ***/
/**************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0 none;
	padding:0;
	vertical-align:baseline;
}

a, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

a.arrowed {
	background: url(/_inc/img/link_arrow.jpg) 0px 3px no-repeat;
	padding-left: 25px;
	color: #0c3a81;
}

a.arrowed:hover {
	color: #09C;
}

p {
	padding-bottom: 10px;
	line-height: 150%;
}

h1, h2, div#leftColumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0c3a81;
	padding-bottom: 15px;
}

h1 {
	background: url(/_inc/img/header_underLine.png) repeat-x bottom left;
	margin-bottom: 10px;
}

h2 {

}

h3{
	font-size:14px;
	color: #0c3a81;
	padding:13px 0 10px 0;
}

/**************/
/*** Layout ***/
/**************/

html {
	min-height: 100%;
	height: 100%;
	padding: 0px;
	margin:0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(/_inc/img/bodyBg.jpg) no-repeat top center;
	text-align: center;
}
	
div#mainContainer {
	margin: 0px auto;
	padding: 0px 35px 0px 35px;
	width: 1003px;				 
	text-align: left;
	position: relative;
}

/* absolut positionierte Elemente */
/**********************************/
div#absoluteContainer {
	height: 0px;
	width: 0px;
	position:absolute;
	top: 0px;
	left: 0px;
}

/* Logoschriftzug */
div#logo {
	height: 128px;
	width: 274px;
	position: absolute;
	top: 50px;
	left: 0px;
}

/* Stempel: seit 1903 Beck Lyner */
div#chop {
	height: 146px;
	width: 145px;
	position: absolute;
	top: 271px;
	left: 923px;
}

/* Headerbereich */
/*****************/
div#headerArea {
	
}

/* statische Navigition */
div#topNavi {
	height: 96px;
	width: 1003px;
}

/* Hauptnavigation */
div#mainNaviContainer {
	height: 54px;
	width: 1003px;
	background: #d2def0;
}

div#headerImage {
	height: 326px;
	width: 1003px;
	overflow:hidden;
}


/* Inhaltsbereich */
/******************/

div#contentContainer {
	min-height: 400px;
	width: 1003px;
	padding: 35px 0px 0px 0px;
}

/* linke Spalte im Inhaltsbereich */
div#leftColumn {
	min-height: 400px;
	width: 284px;
	margin: 0px 30px 35px 0px;
	float: left;
}

/* rechte Spalte im Inhaltsbereich */
div#rightColumn {
	/*min-height: 400px;
	width: 689px;
	float: left;
	margin-bottom: 35px;*/
	border-left:1px solid #ddd;
	float:left;
	margin-bottom:35px;
	min-height:400px;
	padding:0 0 0 15px;
	width:670px;
}



span.portletArtikel img{
	padding:0 10px 0 0;
}


/* Footerbereich */
div#footerContainer {
	height: 25px;
	width: 1003px;
	background: #d8e4f4;
	clear: both;
	padding-top: 5px;
}

div#footer_IhrBeck {
	float: left;
	width: 164px;
	height: 20px;
	background: url(/_inc/img/footer_background.jpg) repeat-x;
	font-size: 13px;
	color: #000;
	padding: 5px 0px 0px 15px;
}

div#footer {
	background: #FFF;
	height: 25px;
}

/* Filialen Navigation */
div#footerLeftNavi {
	float: left;
}

div#footerRightNavi {
	float: right;
}

/*******************/
/*** Navigations ***/
/*******************/

/*** mainNavi ***/
/****************/


div#mainNaviContainer ul.portletLevel1 { 
	list-style:none outside none;
	margin:0;
	padding:0;
	float:right;
}
	
div#mainNaviContainer ul.portletLevel1 li { 
	background-image:url(/_inc/img/mainNavi_NO.jpg);
	background-position:left;
	background-repeat:repeat-x;
	display:block;
	float:left;
	position:relative;
}

div#mainNaviContainer ul.portletLevel1 li a { 
	display:block; 
	padding: 18px 0px 0px 30px;
	font-size:13px;
	color:#093b82; 
	text-decoration:none;
	width: 105px;
	overflow: hidden;
	text-transform: uppercase;
	height:36px;
}

div#mainNaviContainer ul.portletLevel1 li.portletLast a { 
	padding: 10px 0px 0px 20px;
	width: 115px;
	height: 44px;
	line-height: 125%;
}
	
div#mainNaviContainer ul.portletLevel1 li a:hover {
	background-image:url(/_inc/img/mainNavi_ACT.jpg);
	background-repeat:repeat-x;
}

div#mainNaviContainer ul.portletLevel1 li.portletActive a {
	background-image:url(/_inc/img/mainNavi_ACT.jpg);
	background-repeat:repeat-x;
}

/* Unternavigation */
div#mainNaviContainer ul.portletLevel1 li ul.portletLevel2 { 
	background-color: #e8f0fd;
	visibility:hidden;	
	display:none;
	list-style:none outside none;
	position:absolute;
	padding:1px 0 0 0; 
	margin:0;
}

div#mainNaviContainer ul.portletLevel1 li.portletLast ul.portletLevel2{
	right:0;
}

*+html div#mainNaviContainer ul.portletLevel1 li ul.portletLevel2{
	display:block;
}
	
div#mainNaviContainer ul.portletLevel1 li:hover ul.portletLevel2 { 
	display:block;
	visibility:visible;
}
div#mainNaviContainer ul.portletLevel1 li:hover a{
	background-image:url(/_inc/img/mainNavi_ACT.jpg);
	background-repeat:repeat-x;
}
	
div#mainNaviContainer ul.portletLevel1 li ul.portletLevel2 li a { 
	font-size:11px;
	min-width:230px;
	display:block;
	background:none;
	padding: 7px 10px 0px 30px;
	height:23px;
	background-color: #e8f0fd;
	border-bottom:1px solid #ffffff;
}
	
div#mainNaviContainer ul.portletLevel1 li ul.portletLevel2 li a:hover {
	min-width:230px;
	background-color: #d2def0;
}

div#mainNaviContainer ul.portletLevel1 li ul.portletLevel2 li.portletActive a {
	min-width:230px;
	background-color: #d2def0;
}
	
	
/*** terzNavi ***/
/****************/

div#terzNavi ul li{
	list-style:none inside none;
}
	

*+html div#terzNavi ul li{
	list-style:none outside none;
}

div#terzNavi ul li a{
	background-image:url(/_inc/img/terzNavi_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:283px;
	margin-bottom:1px;
	display:block;
	height:22px;
	color:#fff;
	padding:6px 0 0 10px;
	position:relative;
}

div#terzNavi ul li.portletActive a{
	background-image:url(/_inc/img/terzNavi_bghover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

div#terzNavi ul li a:hover{
	background-image:url(/_inc/img/terzNavi_bghover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


/* Corners */
span.BoxCorner span{
	height:3px;
	width:3px;
	position:absolute;
	background-repeat:no-repeat;
}

span.cornerTopLeft {
	left:0px;
	top:0px;
	background-image:url(/_inc/img/cornertopleft.png);
}
	
span.cornerTopRight {
	right:0px;
	top:0px;
	background-image:url(/_inc/img/cornertopright.png);
}
	
span.cornerBottomRight {
	right:0px;
	bottom:0px;
	background-image:url(/_inc/img/cornerbottomright.png);
}
	
span.cornerBottomLeft {
	left:0px;
	bottom:0px;
	background-image:url(/_inc/img/cornerbottomleft.png);
}
/* Corners */


/*** topNavi ***/
/***************/

div#topNavi span.portletArtikel {
	float: right;
	margin-top: 25px;
}

div#topNavi span.portletArtikel ul { 
	list-style-type:none; 
	padding:0; 
	margin:0;
	clear:both;
}
	
div#topNavi span.portletArtikel ul li { 
	float:left; 
	padding:0; 
}
	
div#topNavi span.portletArtikel ul li a { 
	display:block; 
	font-size:12px;
	color:#333; 
	text-decoration:none;
	padding: 15px 0 15px 30px; 
}

div#topNavi span.portletArtikel ul li a:hover {
	color: #999;
}



/*** footerLeftNavi ***/
/**********************/



div#footerLeftNavi ul { 
	list-style-type:none; 
	padding:0; 
	margin:0;
	clear:both;
}
	
div#footerLeftNavi ul li { 
	float:left; 
	padding: 0px 1px 0px 0px;
	background: url(/_inc/img/footer_spacerLine.jpg) no-repeat right;
	}
	
div#footerLeftNavi ul li a { 
	display:block; 
	font-size:12px;
	color:#333; 
	text-decoration:none;
	padding: 5px 25px 5px 25px; 
}

div#footerLeftNavi ul li a:hover {
	color: #999;
}


/*** footerRightNavi ***/
/**********************/

div#footerRightNavi span.portletArtikel {
	float: right;
}

div#footerRightNavi ul { 
	list-style-type:none; 
	padding:0; 
	margin:0;
	clear:both;
}
	
div#footerRightNavi ul li.last{ 
	float:left; 
	padding: 0px 1px 0px 0px;
	background: url(/_inc/img/footer_spacerLine.jpg) no-repeat right;
}

div#footerRightNavi ul li { 
	float:left; 
	padding: 0px 0px 0px 0px;
	background: none;
}
	
div#footerRightNavi ul li a { 
	display:block; 
	font-size:12px;
	color:#333; 
	text-decoration:none;
	padding: 5px 0px 5px 15px; 
}

div#footerRightNavi ul li p { 
	display:block; 
	line-height: 125%;
	font-size:12px;
	color:#333; 
	text-decoration:none;
	padding: 5px 15px 5px 25px; 
}

	
div#footerRightNavi ul li a:hover {
	color: #999;
}



/***************/
/*** Content ***/
/***************/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.noPadding {
	padding: 0px;
}

.noMargin {
	margin: 0px;
}

/****************/
/*** Portlets ***/
/****************/

/*** Aktionen ***/
/****************/
ul.produkte {
	list-style: none;
}

ul.produkte li {
	list-style: none;
	float: left;
	margin-right: 47px;
}

ul.produkte li div.productDate {
	font-size: 12px;
	color: #0c3a81;
}

ul.produkte li div.productBox {

}

ul.produkte li div.productImage {
	float: left;
	margin: 9px;
}

ul.produkte li div.productTitle {
	padding: 9px 9px 9px 0px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

ul.produkte li div.productDescription {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

/*** News ***/
/************/

/* News Startseite Links */
div#leftColumn .portletNews ul.portletList {
	list-style: none;
}

div#leftColumn .portletNews ul.portletList li.portletSmallViews{
	list-style: none;
	background: url(/_inc/img/header_underLine.png) repeat-x top left;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}
	
div#leftColumn .portletNews ul.portletList li.portletSmallViews h3 a{
	color: #0c3a81;
	font-size: 14px;	
	margin-bottom: 5px;
	font-weight:normal;
}

div#leftColumn .portletNews ul.portletList li.portletSmallViews h3 a:hover{
	color: #0099CC;
}

div#leftColumn .portletNews ul.portletList li.portletSmallViews p.portletDetailHome{
	max-height:85px;
	overflow:hidden;
}

div#leftColumn .portletNews a.wrapper{
	display:block;
}
	
div#leftColumn .portletNews a.wrapper:hover{
	background-color:#eee;
	display:block;
}



/* Aktuelle Produkte Startseite rechts */
#rightColumn .productBox .portletNews ul.portletList li.portletElement{
	margin:10px 0 0 0;
}

	
#rightColumn .productBox .portletNews ul.portletList li.portletElement a img{
	float:left;
	margin-right:10px;
}

#rightColumn .productBox .portletNews ul.portletList li.portletElement a .newsWrapper{
	float:left;
}
	
#rightColumn .productBox .portletNews ul.portletList li.portletElement{
	padding:10px 0 0 10px !important;
	margin:0 !important;
	width: 258px;
	height: 108px;
	background: url(/_inc/img/product_box.png) no-repeat;
}
	
#rightColumn .productBox .portletNews ul.portletList li.portletElement img{
	float:left;
}
	
#rightColumn .productBox .portletNews ul.portletList li.portletElement div.newsWrapper{
	float:left;
	padding:0 5px 0 10px;
	color:#fff;
	font-weight:bold;
}
	
	
	
/* News Übersicht */
.portletNews ul.newsUebersicht{
	margin:0;
	padding:0;
}

.portletNews ul.newsUebersicht li{
	list-style:none;
	
}

.portletNews ul.newsUebersicht li a{
	display:block;
	padding:10px;
	border-bottom:1px dotted #ccc;
	color:#000;
}


.portletNews ul.newsUebersicht li a:hover{
	border-bottom:1px dotted #000;
	color:#000;
	background:url(/_inc/img/bgFormInput.gif) repeat-x bottom #f0f0f0;
}



	
	
/*News Detail */
.portletNews ul.portletEntries li.portletElement h3.newsHeadLine{
	padding:0 0 15px 0;
	}

.portletNews ul.portletEntries li.portletElement h5.newsTitle{
	font-style:italic;
	margin-bottom:7px;
}

.portletNews ul.portletEntries li.portletElement{
	list-style:none;
}

.portletNews ul.portletEntries li.portletElement span.newsBild{
	float:left;
	margin:0 15px 15px 0;
}

.portletNews a.portletLinkBack{
	display:block;
	clear:both;
	background:url(/_inc/img/arrowBack.gif) no-repeat 0 3px;
	color:#0C3A81;
	padding-left:25px;
}

.portletNews a.portletLinkBack:hover{
	color:#0099CC;
}

/*** CONTENT ****/

table.oeffnungszeiten{
	border-collapse:collapse;
}

table.oeffnungszeiten td.first{
	border-top:1px dotted black;
}

table.oeffnungszeiten td{
	border-bottom:1px dotted black;
	line-height:25px;
	width:120px;
	padding:0;
}
	
table.geschichte td{
	vertical-align:top;
	padding:0 0 30px 0;
}
	
	
table.miniTable td, table td{
	padding:3px 30px 3px 0;
	vertical-align:middle;
	}

	
/*** Produkte ***/
/****************/
.portletProdukt ul li.portletEntryWrapper{
	list-style:none inside none;
	clear:both;
	margin-bottom:30px;
}
	
.portletProdukt ul li.portletEntry{
	list-style:none inside none;
}
	
.portletProdukt ul li .img {
	float:left;
	margin:0 20px 0 0;
	background-image:url("/_inc/img/produktebg2.png");
	background-repeat:no-repeat;
	background-position:bottom center;
	width:226px;
}
	
.portletProdukt ul li .img img{
	padding:10px 10px 16px 13px;
}
	
.portletProdukt ul li .text{
	float:left;
	width:410px;
	margin-top:10px;
}
	
.portletProdukt ul li .text .h4Title{
	font-weight:bold;
	font-size:14px;
}
	
.portletProdukt ul li .text ul li{
	list-style-type: disc;
}


#rightColumn .portletArtikel ul {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
}
	


/*** Formulare  ***/
/***********************/
.portletFieldset, .fieldsetForm {
	border:medium none;
	color:#000;
	margin:20px 0 0 0 !important;
	padding:0 !important;
	text-align:left;
}

.portletFieldset ul, .fieldsetForm ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

* + html .portletFieldset ul {
	margin:0 0 0 -15px;
}

.portletFieldset ul li, .fieldsetForm ul li {
	border-top:1px solid #dfdfdf;
	list-style-position:inside;
	margin:0;
	min-height:30px;
	padding:0;
}

.portletFieldset div {
	border-top:1px solid #dfdfdf;
	list-style-position:inside;
	margin:0;
	min-height:32px;
	padding:0;
}

.portletFieldset div.portletZwingendeFelder {
	border:0 none;
	color:#000;
	font-size:11px;
	margin:0 0 10px 396px;
}

.portletFieldset div.portletFormSubmit, .portletFieldset div.portletButtons {
	border-top:0 none !important;
	margin-left:198px;
}

.portletFieldset ul li.ohneLinie, .fieldsetForm ul li.ohneLinie {
	border:medium none;
	margin:0;
	min-height:20px;
	padding:0;
}

.portletFieldset ul li p, .fieldsetForm ul li p {
	margin:0;
	padding:18px 0 0;
}

.portletFieldset ul li label, .fieldsetForm ul li label, label.portletLabel {
	padding:3px 0 0;
}

.portletFieldset a:link, .portletFieldset a:visited, .fieldsetForm a:link, .fieldsetForm a:visited {
	color:#000;
	text-decoration:underline;
}

.portletFieldset a:hover, .portletFieldset a:active, .fieldsetForm a:hover, .fieldsetForm a:active {
	text-decoration:none;
}
#captchaImage {
	border:medium none;
	width:146px;
}

.submitGenForm {
	margin:0;
}

.textareaGenForm, .portletTextarea {
	background:url(/_inc/img/bgFormTextarea.gif) repeat-x;
	border:medium none;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:100px;
	margin:0 0 18px;
	padding:3px 0 0 4px;
	width:270px;
}

.inputGenForm, .portletInputText, input.text {
	background-color:#CCCCCC;
	border:none;
	color:#000000;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:14px;
	margin:0 0 3px;
	padding:3px 0 0 4px;
	width:270px;
}

.inputGenFormCheck, .portletInputRadio, .portletInputCheck {
	background-color:#FFFFFF !important;
	border:medium none !important;
	color:#FFFFFF;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:22px;
	margin:0 0 3px;
	padding:3px 0 0 4px;
	width:270px;
}
.inputGenFormDropDown, .portletSelect {
	background:url(/_inc/img/bgFormInput.gif) repeat-x;
	border:none;
	color:#000000;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:25px;
	padding:0 0 0 5px;
	width:274px;
}

.labelGenForm, .portletLabel {
	color:#000;
	float:left;
	font-weight:normal;
}
.legendGenForm {
}

.liGenForm, .liGenForm .portletEntry {
	clear:both;
	display:block;
}

.portletSubmit, .portletReset{
	background:url(/_inc/img/terzNavi_bg.jpg) repeat-x;
	border:medium none;
	color:#FFFFFF;
	padding:3px;
}

.portletSubmit:hover, .portletReset:hover{
	background: url(/_inc/img/terzNavi_bghover.jpg) repeat-x;
}

.liGenForm input, input.portletInputText, input.text {
	background:url(/_inc/img/bgFormInput.gif) repeat-x;
	border:none;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:25px;
	margin:0 0 3px;
	min-width:139px;
	padding:3px 0 0 4px;

}
.submitGenForm {
	cursor:pointer;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	margin-right:207px;
	width:70px;
}


.ulGenForm {
	margin:0 !important;
	padding:0 !important;
}

#portletFormError0 {
	color:red;
	list-style:none outside none;
	margin-top:20px;
}

#portletFormError0 .portletErrorHead {
	font-size:16px;
	margin-bottom:15px;
}



/* Glossar */
/***********/
.portletGlossar  {
	display:block;
	margin-bottom:20px;
}
.portletGlossar .menuLabelH2 h3.portletTitle {
	background-color:#F3F3F3;
	background-image:url("/_inc/img/glossarbg.png");
	background-position:center bottom;
	background-repeat:repeat-x;
	border:medium none;
	color:#093984;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0 0 5px;
	padding:10px 0 10px 8px;
}
.portletGlossar h3 {
	color:#0C3A81;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0 0 5px;
	padding:10px 0 10px 0;
}
.portletGlossar li.portletLast {
	border-bottom:1px dotted #CCCCCC;
	margin:0 0 15px;
}
.portletGlossar ul {
	padding:0;
}
.portletGlossar ul li {
	list-style:none inside none;
	padding:0;
}
.portletGlossar p {
	margin:0 0 15px;
}
.portletGlossar li.portletElement a.portletLink {
	border-bottom:1px dotted #CCCCCC !important;
	color:#333333;
	display:block;
	padding:3px 0 3px 0 !important;
	text-decoration:none;
}
.portletGlossar li.portletElement a.portletLink:hover {
	border-bottom:1px dotted #000000 !important;
}
* + html .portletGlossar p {
	display:block;
	margin:10px 0;
}
* + html .portletGlossar ul li {
	border:0 none !important;
}
* + html .portletGlossar ul li a {
	border:0 none !important;
}

