html, body {
	height:100%;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#990000;
	font-size:11px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
	line-height: 1.8em; 

	/*background-image:url('');*/
}
#kleiner_zeilenabstand {
	line-height: 1.4em;
}
.t100prozent { /* Haupt-Tablle über die ganze Zeit*/
	height: 100%;
	width: 100%;
}
.t800pix { /* Untertabelle definiert die Layoutgröße beim weißen Layout */
	height: 500px;
	width: 800px;
	background-color: #ffffff;
	background-image: url(../upload/bilder/diebarke_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.t800pix2 { /* Untertabelle definiert die Layoutgröße beim grau Layout */
	height: 500px;
	width: 800px;
	background-color: #3e3e3e;
	background-image: url(../upload/bilder/diebarke_black_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.table_kontakt{
	/*color:#FFFFFF;*/
}
#menu { /* Erzeugt Menu Ebene 0 für die Zweispaltigen Seiten*/
	height: 45px;
	width: 720px;
	background-color: #000000;
	float:right;
	text-align: left;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	letter-spacing: 1px;
	padding-top: 25px;
	font-weight: bold;
	}
#menu a:link { color:#990000; text-decoration:none; } 
#menu a:visited{ color:#990000; text-decoration:none; }
#menu a:hover{ color:white; text-decoration:none; } 

#menu2 { /* Erzeugt Menu Ebene 0 für die Einspaltigen Seiten*/
	height: 64px;
	width: 720px;
	background-color: #000000;
	float:right;
	text-align: left;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	letter-spacing: 1px;
	padding-top: 6px;
	font-weight: bold;
	}
#menu2 a:link { color:#990000; text-decoration:none; } 
#menu2 a:visited{ color:#990000; text-decoration:none; }
#menu2 a:hover{ color:white; text-decoration:none; } 

.menu_top, subsubmenu { /* Erzeugt Menu Ebene 0 für die Einspaltigen Seiten*/
	color: #000000;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	}
.menu_top a:link { color:#000000; text-decoration:none; } 
.menu_top a:visited{ color:#000000; text-decoration:none; }
.menu_top a:hover{ color:white; text-decoration:none; } 

.subsubmenu a:link { color:#000000; text-decoration:none; } 
.subsubmenu a:visited{ color:#000000; text-decoration:none; }
.subsubmenu a:hover{ color:#cb0a0a; text-decoration:none; } 

#content {  /* Inhaltsbereich beim 2 Spaltigen Layout*/
	height: 390px;
	width: 565px;
	float:right;
	text-align: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	overflow:auto;
}
#content a:link { color:#cb0a0a; text-decoration:none; } 
#content a:visited{ color:#cb0a0a; text-decoration:none; }
#content a:hover{ color:#000000; text-decoration:none; } 

#content2{  /* Inhaltsbereich beim 1 Spaltigen Layout mit weißem Hintergrund */
	height: 390px;
	width: 775px;
	float:right;
	text-align: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	overflow:auto;
}
#content2 a:link { color:#cb0a0a; text-decoration:none; } 
#content2 a:visited{ color:#cb0a0a; text-decoration:none; }
#content2 a:hover{ color:#000000; text-decoration:none; } 

#content3{  /* Inhaltsbereich beim 1 Spaltigen Layout mit schwarzem Hintergrund */
	height: 390px;
	width: 775px;
	float:right;
	text-align: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	overflow:auto;
	color: #FFFFFF;
}
#content3 a:link { color:#cb0a0a; text-decoration:none; } 
#content3 a:visited{ color:#cb0a0a; text-decoration:none; }
#content3 a:hover{ color:#ffffff; text-decoration:none; } 

#submenu { /* Seiteliches Menu der Ebene 1-x */
	height: 410px;
	width: 195px;
	float:left;
	text-align: right;
	padding-right: 15px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: 500;
	line-height: 2em;
	padding-top: 20px;
	overflow:auto;
	letter-spacing: 0px;
	padding-left: 0px;
}
#submenu a:link { color:#000000; text-decoration:none; }
#submenu a:visited{ color:#000000; text-decoration:none; }
#submenu a:hover{ color:#cb0a0a; text-decoration:none; } 

#barkelogo { /* Logo Links Unten im Layout */
	height: 67px;
	width: 75px;
	float:left;
	background-color: black;
	padding-top: 3px;
	padding-left: 5px;
}
#kopfzeile { 
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 400px;
	background-color: #990000;
	float:left;
	padding-top: 3px;
}
#fusszeile {
	text-align: right;
	vertical-align: middle;
	height: 20px;
	width: 400px;
	background-color: #990000;
	float:right;
	padding-top: 3px;
}
#selectednav_0 {
	color: #ffffff;
	text-decoration: none ;
}
#selectednav_1 {
	color: #cb0a0a;
	text-decoration: none ;
}
#selectednav_2 {
	color: #cb0a0a;
	text-decoration: underline ;
}
#submenu li {
    list-style: none;
}
img {
	border:0px;
	}
.table_banner{
	border: 0px; 
	border-color: #F7C473; 
	border-style: dashed; 
	background-color: #FCF2D5; 
	padding-left:10px;
	width:165px;
}
#td_banner { border: 1px;}

.td_4px_padding {padding-left: 4px; }
.td_hilfsnavi { 
	border: 0px; 
	border-top:1px; 
	border-color: #F7C473; 
	border-style: solid;
}
#td_hilfsnavi {
	border-style: dashed;
	background-color: #FCF2D5; 
	padding-left:20px;
}
#Anliegen {
	width:240px;
	height:170px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size:11px;
}
#nav {
	font-weight: bold;
}
/* ++++++++++++Kontakt++++++++++++++++++++++++++++++++++++++++++++ */
.table_kontakt{
	/*color:black;*/
}
.table_kontakt td { padding: 0px 10px 0px 0px;}
#kon_links { float:left; width: 280px; }
#kon_rechts { float:right; width: 490px; }
#kon_clear { clear:both; width: 675px; height: 25px; padding-left:100px;}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
td {
	font-size:11px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(62,77,116);
	margin-bottom:8px;
	vertical-align: top;  
}

.input {
	font-size:11px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
	width:240px;
	margin-bottom:8px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}

.label {
	font-size:11px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
}

.small {
	font-size:9px;
}

#outer{
	height:100%;
	min-height:100%;
	width:780px;
	color:#000000;
	text-align:left;
	position:relative;
}
 
html>body #outer{ height:auto; } 

#innerwrap {
	float:left;
	width:600px;
}

#header{
	position:absolute;
	top:0;
	left:-1px;
	width:781px;
	height:103px;
	color:#000000;
	background-color:#ffffff;
	background:url(../../images/schraffur_rechts_oben.gif);
	background-repeat:repeat-x;
	background-position:0px 0px ;
	z-index:5;
}

#left {
	position:relative;
	width:180px;
	float:left;
	padding-top:120px;
	padding-bottom:20px;
}

#left p { padding-left:3px;padding-right:2px }

#right p { padding-left:4px;padding-right:2px }

#imagecolumn {
	margin-top:0px;
	position:absolute;
	top:20px;
	left:608px;
	width:148px;
	height:550px;
	z-index:10;
	padding-top:112px;
	padding-left:10px;
	padding-right:10px;
	color:rgb(62,77,116);
}

#imagecolumn a {
	padding:0;
	font-weight:normal;
	font-size:11px;
	color:rgb(190,190,190);
	margin:0;
}

#imagecolumn h1 {
	padding:0;
	font-weight:normal;
	font-size:11px;
	color:rgb(217,104,28);
	margin:0;
}

#right {
	position:relative;
	width:170px;
	float:right;
	margin-top:10px;
	padding-top:170px;
	padding-bottom:20px;
	background-color:#999999;
	background:url(../../images/randbg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:rgb(62,77,116);
}

div,p  { margin-top:0; }

#centrecontent {
	width:408px;
	float:right;
	padding-left:0px;
	padding-right:0px;
	padding-top:105px;
	padding-bottom:20px;
	color:rgb(62,77,116);
}

#centrecontent p { padding-left:3px:color:rgb(62,77,116); }

#clearfooter { width:100%;height:52px;clear:both; }

#bottomnavi {
	text-align:center;
	color:rgb(210,210,210);
}

#additionalnavi {
	float:right;
	background-color:#ffffff;
	margin-top:3px;
	padding-bottom:2px;
	padding-top:0px;
	margin-left:10px;
	text-align:center;
	width:170px;
	color:rgb(160,160,160);
}

#logo {
	width:780px;
	margin-top:18px;
}

#navipath {
	padding:0;
	padding-bottom:10px;
	background-color:#ffffff;
	color:rgb(99,99,99);
	width:388px;
}

.navi{
	width:180px;
	border-bottom:1px solid rgb(170,170,170);
	background-color:rgb(255,255,255);
}
*/
h1 {
	padding-left:2px;
	font-weight:bold;
	font-size:1.1em;
	color:#333333;
	margin:0;
}
h1.content {
	margin-bottom:1.0em;
	padding:0;
}
h2 {
	padding-left:0px;
	font-weight:bold;
	font-size:1em;
	color:#CC0033;
	margin:0;
}
/*
hr { color:rgb(210,210,210); }
*/
/* Geordnetes Listing ----------------------------------------------- */
ol { margin:0px;}
ol li { 
	margin-bottom: 0px;
	list-style-type: none;
	text-align: justify;
}
ol li ul { 
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent: 20px;
}
ol li ul li{ 
	margin-bottom: 0px;
	list-style-type: none;
	text-align: justify;
}
ol li h2 {margin:25px 0 0 0;}
/* Geordnetes Listing speziel  ------------------------ */
ol li.einzug { margin-left: 25px; }
ol li.punkt { list-style-type: circle;}
ol li.decimal { list-style-type: decimal; }

/* ---------------------------------------------------------------*/

a.sitemap_level1 {
	display:block;
	border-bottom:1px solid #b4a8b4;
	color:#CC00333;
	font-weight:normal;
	padding-bottom:0.4em;
	background:url(../images/navi_pfeil_rechts.gif) no-repeat;
	background-position:right;
}

a.sitemap_level2 {
	color:#000000;
	background:url(../images/navi_pfeil_rechts.gif) no-repeat;
	background-position:170px 4px;
	display:block;
}

a.sitemap_level3 {
	color:#3e3e3e;
}

.sitemap_level2_container {
	float:left;
	width:50%;
	padding-top:.3em;
}

.sitemap_level3_container {
	float:right;
	width:50%;
	padding-top:.3em;
}
/*
.input_searchbox {
	width:65px;
	vertical-align:middle;
	font-size:11px;
	color: rgb(62,77,116);
}

.input_newsletterselect {
	width:80px;
	vertical-align:middle;
	font-size:11px;
	margin-right: 8px;
	color: rgb(62,77,116);
}

.label_searchbox {
	vertical-align:middle;
	color:#9d9ea2;
	position:relative;
	padding-left:10px;
	left:-65px;
}

#loginbox {
	background-color:#DFE0E5;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	padding-bottom:.6em;
	padding-top:.6em;
	padding-left:0em;
	padding-right:0em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

#searchbox {
	background-color:#DFE0E5;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	padding-bottom:.6em;
	padding-top:.6em;
	padding-left:0em;
	padding-right:0em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

#newsletterbox {
   background-color:#DFE0E5;
   border-top:1px solid #aeaeae;
   border-bottom:1px solid #aeaeae;
   padding-bottom:.6em;
   padding-top:.6em;
   padding-left:.5em;
   padding-right:.5em;
   margin-top:1.5em;
   margin-bottom:1.5em;
}

.hidden {
	display:none;
}

.balken {
	padding-left:0px;
	background-color:rgb(255,110,43);
	background-image:url(../../images/bg2.gif);
	background-repeat: repeat-x,repeat-y;
	background-position:2px 0px ;
}

.teaser_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
} */
/*---------------------------------------------*/ 
/*               sKalender                     */ 
/*---------------------------------------------

#mod_sK a { 
 font-family:sans-serif;
 font-size:12px;
 text-decoration:none; 
 color:#444444;
}

#mod_sK a.tag { 
 font-size:9px;
}

#mod_sK table {

 width: 160px;
 border: 1px solid #ffffff;
 margin-left: 10px;
 border-spacing:4pt;
 font-size:12px;
 font-family:sans-serif;
 text-decoration:none; 
 color:#000000;
}

#mod_sK td.navl {
 text-align:left; 
 width:20%;
 font-weight:bold;
}

#mod_sK td.navr {
 text-align:right; 
 width:20%;
 font-weight:bold;

}
#mod_sK td.navm {
 text-align:center; 
 width:60%;
 font-weight:bold;
}

#mod_sK td.wtag {
 width:14%;
 background-color:#ffffff;	
 text-align:center; 
 color:#000000;
 font-family:sans-serif;
}


#mod_sK td.wochenende {
 background-color:#eeeeee;	
 color:#aaaaaa;	
 text-align:right; 
 border:1px solid #AAAAAA;
 padding-right:3px;}

#mod_sK td.wochentag {
 color:#999999;	
 text-align:right; 
 border:1px solid #AAAAAA;
 padding-right:3px;}

#mod_sK td.heute {
 color:#43A0AF;	
 text-align:right; 
 border:1px solid #AAAAAA; 
 paddin-right:3px;}

#mod_sK td.belegt {
 background-color:#e3e3ff;
 color:#9E5357;	
 text-align:right; 
 border:1px solid #AAAAAA; 
 padding-right:3px;}

#mod_sK td.belegtwe {
 background-color:#bfbfff;
 color:#9E5357;	

 text-align:right; 
 border:1px solid #AAAAAA; 
 padding-right:3px;}

#mod_sK td.tangiert {
 background-color:#ffffcc;
 color:#9E5357;	
 text-align:right; 
 border:1px solid #AAAAAA; 
 padding-right:3px;}

#mod_sK td.tangiertwe {
 background-color:#ffff99;
 color:#9E5357;	
 text-align:right; 
 border:1px solid #AAAAAA; 
 padding-right:3px;}*/ 

/*---------------------------------------------*/ 
/*               Terminein/ausgabe             */ 
/*---------------------------------------------*/ 

#mod_te p {font-size:100%; color:#222222; }

/*---------------------------------------------*/ 

/*---------------------------------------------*/ 
/*                 Terminliste                 */ 
/*---------------------------------------------*/ 

#mod_tlh {
   text-align:left;
}

#mod_tlf {
   text-align:left;
}

#mod_tl table {
   width:565px; 
   background-color:#ffffff;
   border-collapse:collapse;
}

#mod_tl th {
   width:100%;
   text-align: left;
   vertical-align: top;
   margin-top:5px;
   margin-bottom:5px;
   padding-left:5px;
}

#mod_tl td {
   text-align: left;
   vertical-align: top;
   line-height: 130%;
}

#mod_tl .border { border-top:0px; border-bottom:1px dashed #990000; }
#mod_tl .hell { background-color:#ffffff; }
#mod_tl .dunkel { background-color:#dfdfdf; }
#mod_tl .sp0 { width:0px; }
#mod_tl .sp1 { width:85px; }
#mod_tl .sp2 { width:90px; }
#mod_tl .sp3 { width:300px; }
#mod_tl .sp4 { width:90px; }
#mod_tl .einrueck { padding-left:15px; }

/*---------------------------------------------*/ 

/*---------------------------------------------*/ 
/*                 Terminteaser                */ 
/*---------------------------------------------

#mod_ttl table {
   width:300px; 
   background-color:#ffffff;
   border-collapse:collapse;
}

#mod_ttl th {
   width:100%;
   border-top:1px solid #000000;
   border-bottom:1px solid #000000;
   text-align: left;
   vertical-align: top;
   line-height: 200%;
   background-color:#cacaca;
   margin-top:5px;
   margin-bottom:5px;
   padding-left:5px;
}

#mod_ttl td {
   text-align: left;
   vertical-align: top;
   line-height: 130%;
}

#mod_ttl .hell { background-color:#ffffff; }
#mod_ttl .dunkel { background-color:#dfdfdf; }
#mod_ttl .sp1 { width:110px; }
#mod_ttl .sp2 { width:190px; }
*/ 

/*---------------------------------------------*/ 