/* ABZ 2008 written by www.bzweic.de */ /*
MAIN COLORS

red:  #A4091E	#D6001A
blue: #104486	#00539A
grey: #849CAB
*/
	/* GLOBAL RESET ------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 13px;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* STANDARDS ------------------------------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #000;
	background: #EAEEF1 url(/images/bg-page.gif) repeat-y left top;
	line-height: 130%;
}

a,a:link,a:visited,a:active {
	text-decoration: none;
	color: #D6001A;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #00539A;
}

h2 {
	display: block;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 10px;
}

h4 {
	font-weight: bold;
	padding-bottom: 5px;
	color: #00539A;
}

h1 a,h1 a:link,h1 a:active,h1 a:visited {
	color: #00539A;
}

h4 a,h4 a:link,h4 a:active,h4 a:visited {
	color: #00539A;
}

th,td {
	font-size: 13px;
}

p {
	padding-bottom: 10px;
}

form {
	display: inline;
}

input,select,textarea {
	border: solid 1px #849CAB;
	background: #fff;
	font-size: 11px;
}

input:hover,select:hover,textarea:hover {
	border: solid 1px #000;
}

input:focus,select:focus,textarea:focus {
	border: solid 1px #D6001A;
	background-color: #f0f0f0;
}

input.required,select.required,textarea.required {
	border-bottom: solid 1px #D6001A;
}

.button,.button:hover,.button:focus {
	background: #fff url(/images/pfeil-sys.gif) no-repeat center left;
	text-align: center;
	padding-left: 23px;
	padding-right: 5px;
	height: 18px;
	overflow: visible;
}

.buttonBack,.buttonBack:hover,.buttonBack:focus {
	background: #fff url(/images/pfeil-sys2.gif) no-repeat center left;
	text-align: center;
	padding-left: 23px;
	padding-right: 5px;
	height: 18px;
	overflow: visible;
}

.radio {
	background: none;
	width: auto;
	border: 0px;
}

strong,b {
	font-weight: bold;
}

i,em {
	font-style: italic;
}

ul li {
	list-style-image: url(/images/pfeil-rot.gif);
	list-style-position: outside;
	margin-left: 16px;
}

#container ul li a {
	color: #000;
}

div.inner {
	padding: 10px;
}

.red {
	color: #D6001A;
}

.blue {
	color: #00539A;
}

.grey {
	color: #849CAB;
}

.link1,.link1:link,.link1:visited,.link1:active {
	font-size: 11px;
	background-image: url(/images/pfeil-rot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #D6001A;
}

.link1:hover {
	text-decoration: none;
	border-bottom: dotted 1px #D6001A;
}

.link2,.link2:link,.link2:visited,.link2:active {
	background-image: url(/images/pfeil-blau.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #00539A;
}

.link2:hover {
	text-decoration: none;
	border-bottom: dotted 1px #00539A;
}

.link3,.link3:link,.link3:visited,.link3:active {
	color: #000;
	font-weight: bold;
}

.link4,.link4:link,.link4:visited,.link4:active {
	font-size: 11px;
	background-image: url(/images/pfeil-grau.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #849CAB;
}

.link4:hover {
	text-decoration: none;
	border-bottom: dotted 1px #849CAB;
}

/* CONTAINER */
#container {
	width: 800px;
	float: left;
	background: #fff;
}

/* HEADER ----------------------------------------------------------------------------------- */
#header {
	
}

#today {
	left: 468px;
	top: 10px;
	position: absolute;
	font-size: 11px;
}

#menu {
	position: relative;
	height: 45px;
	display: block;
	background: url(/images/bg-menu.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 10px;
	border-bottom: dotted 1px #000;
}

#menu ul {
	background: #D6001A;
	height: 25px;
	list-style-type: none;
	width: auto;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
}

#menu ul li a
	{
	display: block;
	float: left;
	color: #fff;
	padding: 5px 5px 0;
	height: 20px;
}

#menu ul li a span {
	height: 25px;
}

#menu ul li a.selected {
	background: #E1E6EB;
	color: #D6001A;
}

#menu ul li a:hover {
	background: #00539A;
	color: #fff;
	text-decoration: none;
}

#submenu {
	height: 20px;
	color: #D6001A;
	padding-left: 5px;
	padding-top: 3px;
}

#submenu a.selected {
	font-weight: bold;
}

/* CONTENT ---------------------------------------------------------------------------------- */
#content {
	min-height: 250px;
	padding-top: 10px;
}

.topnews {
	clear: both;
	padding-bottom: 10px;
}

/*.topnews img, .news img, .newsdetail img{*/
.topnews img,.news img,.newsdetail .detailbildlinks {
	border: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.newsdetail .detailbildlinks p {
	background-color: #E1E6EB;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
}

.news {
	padding-top: 5px;
	clear: both;
	padding-bottom: 5px;
	border-top: dotted 1px #000;
}

.newsdetail {
	padding-top: 10px;
}

.newsdetail ul {
	list-style: disc inside;
}

.newsdetail ol {
	list-style: decimal inside;
}

.shoppinglinks {
	background: #EAEEF1;
}

.shoppinglinks strong {
	color: #D6001A;
	text-transform: uppercase;
}

.abohinweis_unten {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	background-color: #D6001A;
}

.abohinweis_unten p a {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

.abohinweis_unten p {
	margin: 2px 0;
	padding: 0;
}

.abohinweis_kuerzung {
	margin: 10px 0;
	padding: 1px;
}

.abohinweis_kuerzung p {
	padding: 5px;
	color: #fff;
	background-color: #D6001A;
	font-weight: bold;
}

.abohinweis_kuerzung ul {
	color: #000;
	border: 1px solid #D6001A;
	padding: 5px;
}

.abohinweis_kuerzung ul li {
	
}

.newsactions {
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
	padding-bottom: 5px;
	padding-top: 5px;
}

.newsactions a {
	color: #000;
}

#pathmenu {
	border-bottom: dotted 1px #000;
	padding-bottom: 5px;
	margin-top: -5px;
	padding-left: 10px;
	font-size: 11px;
}

#pathmenu a {
	color: #849CAB;
}

.newsdate {
	float: right;
	font-size: 11px;
}

.formtable {
	width: 580px;
	border: 0px;
}

.formtable td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}

.spacer5 {
	width: 5px;
}

.formtable td.txt {
	text-align: right;
}

.formtable td.field {
	padding-left: 5px;
}

.formtable input,.formtable select {
	width: 40%;
}

.formtable textarea {
	width: 90%;
	overflow: auto;
}

.formtable .button {
	width: auto;
}

.formtable .radio {
	width: auto;
	border: 0px;
}

.rightdotted {
	border-right: dotted 1px #000;
	width: 5px;
}

.table1 {
	border: 0px;
	/*	width:580px;*/
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #00539A;
	padding: 0;
}

.table1 thead th,.table1 tfoot th {
	background: #00539A;
	color: #fff;
	font-weight: bold;
	padding: 7px;
	vertical-align: top;
	border-right: 1px solid #ccc;
}

.table1 tbody td {
	padding: 7px;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	vertical-align: top;
}

.table1 tbody td:last-child,.table1 thead th:last-child {
	border-right: 0px;
}

.table1 tbody tr.odd {
	background: #fff url(/images/bg-table.gif) repeat-x top;
}

.table1 tbody tr.even {
	background: #E1E6EB;
}

/* FOOTER ----------------------------------------------------------------------------------- */
#footer {
	clear: both;
	text-transform: uppercase;
	font-size: 11px;
}

.gotop {
	text-align: right;
	border-bottom: dotted 1px #000;
	border-top: dotted 1px #000;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: none;
}

#globalmenu {
	float: right;
	padding-top: 5px;
}

#footer p {
	padding-top: 5px;
}

.rss {
	border: 0px;
	height: 11px;
	width: 11px;
}

/* ACTIONFRAME ------------------------------------------------------------------------------ */
#actions {
	width: 200px;
	float: left;
	min-height: 100%;
	font-size: 11px;
}

.boxsearch a {
	color: #000;
}

.boxsearch input,.boxsearch select {
	width: 180px;
	font-weight: bold;
}

.boxsearch .button {
	width: auto;
	height: 18px;
}

.boxred {
	border: solid 1px #D6001A;
	background: #fff;
}

.boxblue {
	border: solid 1px #00539A;
	background: #fff;
}

.boxhl1 {
	border-bottom: solid 2px #00539A;
	color: #00539A;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.boxhl2 {
	background: #D6001A;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.boxhl3 {
	border-bottom: solid 2px #fff;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.boxhl4 {
	background: #00539A;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.thema {
	display: block;
	clear: both;
	padding-bottom: 10px;
}

.thema img {
	float: left;
	border: 0px;
	padding-right: 10px;
	width: 50px;
	height: 50px;
}

.thema a,.thema a:link,.thema a:active,.thema a:visited {
	color: #000;
}

.boxlogin {
	border: solid 1px #D6001A;
	background: #D6001A;
	color: #fff;
}

.boxlogin input {
	width: 100%;
}

.boxlogin a {
	color: #fff;
}

.boxlogin .button {
	width: auto;
}

/* BANNER TOP ------------------------------------------------------------------------------- */
#bannertop {
	width: 980px;
	background: #EAEEF1 url(/images/ico-anzeige-v.gif) no-repeat 10px 10px;
}

#bannertop .inner {
	padding: 0 0 0 20px;
}

/* BANNER RIGHT ----------------------------------------------------------------------------- */
#bannerright { /*	display: none;*/
	width: 180px;
	float: left;
	background: url(/images/ico-anzeige-h.gif) no-repeat 0px 0px;
	padding: 10px 0px;
	margin: 0 10px;
}

#bannerright .inner {
	padding-top: 20px;
}

/* BANNER CONTENT --------------------------------------------------------------------------- */
.bannercontent {
	clear: left;
	background: url(/images/ico-anzeige-h.gif) no-repeat right 5px;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
	margin: 10px 0;
}

.bannercontent .inner {
	padding: 10px 0 10px 0;
	width: 336px;
	margin: 0 auto;
}

/* BANNER ACTIONS --------------------------------------------------------------------------- */
.boxwerbung {
	background: url(/images/ico-anzeige-h.gif) no-repeat right top;
}

.boxwerbung .inner {
	padding-left: 0px;
	padding-top: 10px;
}

/* Buchshop */
div.buchtipp {
	padding: 5px 0 10px 0;
	margin: 0 10px 0 0;
	width: 270px;
	height: 150px;
	display: block;
	float: left;
}

div.buchtipp img {
	border: 0;
}

div.buchtipp h4 {
	font-weight: bold;
	margin: 5px 0 5px 110px;
	padding: 0;
}

div.buchtipp p {
	margin-left: 110px;
}

table.rezepte {}
table.rezepte thead tr {background-color:#e6c798;}
table.rezepte th {font-size:12px;text-align: left;padding:2px;}
table.rezepte tbody td {padding:2px;border-bottom:1px solid #680119;}
table.rezepte tr.even {background-color:#fbf3e4;}
table.rezepte {}
table.rezepte {}

#content .galerieContainer {
	width: 550px;
	padding: 16px 9px 14px 9px;
	/*	background-color: #F7F7F7;*/
	float: left;
}

.galerieContainer .element {
	height: 140px;
	width: 124px;
	float: left;
	margin:4px 3px;
}

.galerieContainer .element .box {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	margin: 0 0 3px 0;
	padding: 2px;
	height: 118px;
	width: 118px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.galerieContainer .element a {
	clear: both;
}

.galerieContainer .element .box#active {
	border: 1px solid #009090;
	background-color: #FFFFFF;
}

#einkaufsfuehrer h1{margin-top: 20px; margin-bottom: 20px;}
#einkaufsfuehrer table.Adress_table{margin-bottom: 20px;}
#einkaufsfuehrer table.Adress_table th {text-align:left;vertical-align:top;width:150px; font-weight: bold;}
#einkaufsfuehrer table.Adress_table td {width:260px;}
#einkaufsfuehrer table.infos{margin-top: 20px; margin-bottom: 20px; clear: both;} 
#einkaufsfuehrer table.infos th {padding-bottom:5px;text-align:left;vertical-align:top;width:143px; font-weight: bold;}
#einkaufsfuehrer table.infos td {padding-bottom:5px;}
#einkaufsfuehrer div#big_img {float:left;width:385px; margin-left: 20px;}
#einkaufsfuehrer div.small_images {float:left;width:125px;}
#einkaufsfuehrer div.small_images img{margin-bottom: 10px;}



.einkaufsfuehrerBorderTop{width: 574px; height:15px; background:transparent url(/images/borderTop.png) no-repeat;}
.einkaufsfuehrerBorderBottom{width: 574px; height:15px; background:transparent url(/images/borderBottom.png) no-repeat;}
div.einkaufsfuehrerTrefferliste {width: 542px; padding:15px; margin-top: -10px; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
div.einkaufsfuehrerTrefferliste table{margin-top: -5px; margin-bottom: -10px; clear: both;}
div.einkaufsfuehrerTrefferliste table th{font-weight: bold; vertical-align: top; width:140px;}


div.einkaufsfuehrerDetail{width: 552px; padding-left:20px; margin-top: -10px; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
div.einkaufsfuehrerDetail input,div.einkaufsfuehrerDetail textarea,div.einkaufsfuehrerDetail select{margin-top: 0px; margin-bottom: 5px;width:auto}
div.einkaufsfuehrerDetail table{margin-top: 20px; clear: both;}
div.einkaufsfuehrerDetail table th{font-weight: bold; vertical-align: top; width:140px;}



.printLink{background: url(/images/drucken.png) no-repeat scroll 55px 3px transparent; color: #00539A!important; padding-bottom:4px; padding-right:25px; padding-top:4px;}
.einkaufsfuehrerLink{color: #00539A!important; text-decoration: underline!important;}
.showListStyle ul{list-style: disc inside none;}
.showListStyle ol{list-style: decimal inside none;}
div.news div.einkaufsfuehrerDetail{border: none;}


/* vsc    */
#abzEinkf{width:580px;margin-bottom: 20px;}
.einkaufsfuehrerBorderTopRubrik{width: 580px; height:15px; background:transparent url(/images/borderRubrikTop2.png) no-repeat;}
.einkaufsfuehrerBorderBottomRubrik{width: 580px; height:15px; background:transparent url(/images/borderRubrikBottom2.png) no-repeat;}
div.einkaufsfuehrerRubrik{width: 576px; padding:0px; margin-top: -10px; border-left: 1px solid #ddd; border-right: 1px solid #ddd;background:#eaeef1;}
#infodiv{margin-top: 0px;margin: auto;}  
#infopic{padding-right: 15px;}

div.einkaufsfuehrerRubrik{width: 578px; padding:0px; margin-top: -10px; border-left: 1px solid #ddd; border-right: 1px solid #ddd;background:#eaeef1;}

.SearchBorderTop{width: 350px; height:15px; background:transparent url(/images/borderTop_Rand.png) no-repeat;}
div.SearchDetail{width: 348px; padding:0px; margin-top: -10px; height:80px; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.SearchBorderBottom{width: 350px; height:15px; background:transparent url(/images/borderBottom_Rand.png) no-repeat;}
#einkaufsfuehrerframe{padding:10px;}
.rubrikdist{padding:5px; }
#backbranchecontent #diebranchendetailsHead {margin-top:20px;margin-left:10px;font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 13px;}
#backbranchecontent div p {margin-top:5px;margin-left:15px;font-family: Arial, Helvetica, sans-serif;font-weight: normal;font-size: 13px;}
#brancheQuery{margin-top:5px;margin-buttom:15px;margin-left:10px;font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: 13px;}
#brancheTable{margin-top:15px;margin-buttom:20px;margin-left:10px;padding-bottom:30px;font-family: Arial, Helvetica, sans-serif;}
#branchetxt{margin-left:10px;}



.fl{float: left;}
.fr{float: right;}
.fr .print_fr{margin-right: 15px;}
.mtop{margin-top: 25px;}
.RubrikenBlog{width: 265px; margin-right: 10px; margin-left:5px}
.firmenName{clear:both;font-size:20px;font-weight:normal;padding-top:30px;}
#einkaufsfuehrerSuche a, #einkaufsfuehrerSuche input{font-size: 12px; }
.rubrikenLink a{margin-left: 10px;}
.clear{
	clear: both;
}

.rubrikenLink{ 
	border-bottom:1px dotted #000000;
	margin-top:5px;
	padding-bottom:5px;
	font-weight: bold;
}

/* Notifications */
ul.notification {margin:0;padding:0;list-style: none;list-style-image: none;}
#main_content > ul.notification {margin-left:20px}
ul.notification li.notice, ul.notification li.success, ul.notification li.warn, ul.notification li.error,
ul.notification li.debug {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    list-style: none;
    list-style-image: none;
}

ul.notification li.notice {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/gif/icons/info.png');

}

ul.notification li.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/gif/icons/valid-green.png');
}

ul.notification li.warn {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/gif/icons/warning.png');
}

ul.notification li.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/gif/icons/error.png');
}

ul.notification li.debug {
    color: #444;
    background-color: #ddd;
    background-image: url('/gif/icons/debug.png');
}
