html,body   {
   margin:0;
   padding:0;
} 
body {
   font: 76% arial,sans-serif;
   text-align:center;
   margin-top: 10px;
   background-color: #F9F8F6;
}
p {
   margin:0 10px 10px;
}
div#header {
   height:180px;  /* 155+25 breadcrumb */
   margin:0;
/*   background: #948b79;*/
   background-image: url('../img/header_bg.jpg');
   background-repeat: no-repeat;
  }

div#container {
   text-align:left;
}
div#content p {
   line-height:1.4;
}
div#navigation {
   background: #dde3e4;
   margin-top: 10px;
}
div#extra {
/*   background:#eef1f1;*/
   background-color: #DDE3E4;  
   margin-top: 10px;
   color: #555F70;
}
div#footer {
   background: #333;
   color: #FFF;
   margin-top: 10px;
}
div#footer p {
   margin:0;
   padding:5px 10px;
}

div#container {
   width:980px;
   margin:0 auto;
}
div#wrapper {
   float:left;
   width:100%;
}
div#content {
   margin-top: 10px;
   margin-left: 210px;
   padding-left: 10px;
   padding-right: 10px;  
   padding-top: 5px;
  /* border: 1px solid red;*/
   background-color: #fff;
   min-height: 400px;
   text-align: justify;
   }
div#navigation {
   float:left;
   width:180px;
   margin-left:-980px;
   margin-bottom: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
/*   border: 1px solid red;*/
}
div#extra {
   float:left;
   width:150px;
   margin-left:-150px;
   padding-top: 10px;
   padding-bottom: 10px;
/*   border: 1px solid red;*/
}
div#footer {
   clear:left;
   width:100%;
   height: 25px;
   background-image: url('../img/bg_bc.gif');
   background-repeat: repeat-x;
   color: #fff;
   margin-top: 10px;
   margin-bottom: 10px;
}
div#footer a {
   color: #fff;
}
div#breadcrumb {
   width: 970px;
   height: 21px;
   background-image: url('../img/bg_bc.gif');
   background-repeat: repeat-x; 
   padding-top: 4px;
   padding-left: 10px;
   color: #fff;
}   
div#breadcrumb #bc_content {
   float: left;
}
div#breadcrumb #bc_content a {
   color: #fff;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#navigation li {
   list-style-type: none;
   padding-bottom: 1px;
}
#navigation li ul {
   margin-left: -20px;
   font-weight: normal;
}
#navigation li a.sub {
   color: #555F70;
   font-family: Arial;
   font-size: 11px;
   background-image: url('../img/pfeil.gif');
   background-position: 1 2;
   background-repeat: no-repeat;
   padding-left: 14px;  
}
#navigation li a:hover {
   color: #D84B47;
   text-decoration: none;
}
#navigation li a:active {
   text-decoration: none;
}

a {
   color: #555F70;
}

a:visited {
   color: #555F70;
   text-decoration: underline;
}
a:hover {
   color: #D84B47;
   text-decoration: none;
}
.current {
   text-decoration: none;
   font-weight: bold;
   background-image: none;
}
.category {
   background-image: url('../img/leiw.gif'); 
   background-repeat: no-repeat;
   background-position: -2px 4px;
   padding-left: 23px;
   padding-top: 2px;
   font-weight: bold;
   margin-bottom: 0;
   color: #D84B47;
   color: #333;
}
/** html .category {
   padding-left: 9px;
}   */
.nav2nd li {
   margin-top: 0;
}
#language {
   float: right;
   margin-right: 10px;
   border-color: #fff;
   margin-top: 2px;
}
.fahne {
   border: 1px solid white;
}
h1 {
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  color: #5F6B7F;
  font-size: 20px;
  line-height: 24px;
  padding-left: 10px;
  margin-bottom: 7px;
}
h2 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #D84B47;
  margin-bottom: 0px;
  padding-left: 10px;
  margin-top: 3px;
  padding-top: 0;
  margin-bottom: 10px;

}
h3 {
  font-size: 12px;
  padding-left: 10px;

}

h4 {

  font-size: 11px;
  padding-left: 10px;
  
}
#content ul {
   list-style-type: bullet;
   margin-top: 3px;
   margin-bottom: 20px;
   margin-left: 20px;
   padding-left: 20px;
   margin-right: 20px;
}
#content li {
/*   background-image: url('../img/listimg.gif');*/
   background-position: 1 3;
   background-repeat: no-repeat;
   padding-left: 0px;
}
#content ol li{background-image: none;
	padding-left: 0;
}
table {
  border: 0px;
  padding: 1px;
  margin: 2px;
  color: black;
  font-family: Arial;
  font-size: 12px;
}
td, th {
  padding: 2px;
  padding-right: 5px;
  padding-left: 5px;
}
th{text-align: left;}
td.backgroundred {
   background: #efd1d2;
   border-bottom: 1px solid #efd1d2;
}
td.backgroundgrey {
   background: #f7f7f7;
   border-bottom: 1px solid #e0e0e0;
}
td.backgrounddarkgrey {
   background: #ebebeb;
   border-bottom: 1px solid #f7f7f7;
}
.boxtitle {
  background: #e0e0e0;
  color: #b80000;
  width: 100%;
  height: 18px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 3px;
}
hr {
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  height: 1px;
  color: #D84B47;
  align: center;
}
.imageleft {
   float: left;
   padding-right: 4px;
   font-size: 10px;
   margin-left: 10px;
   padding-bottom: 4px;
   margin-right: 10px;
}
.imageright {
   float: right;
   padding-left: 4px;
   padding-bottom: 4px;
   font-size: 10px;
   margin-right: 10px;
   margin-left: 10px;
}

ol {
   list-style-type: decimal;
   background-image: none;
}
#extra table {
   font-size: 11px;
   padding-top: 1px;
   padding-bottom: 0;
}
#extra td {
   padding-top: 1px;
   padding-bottom: 0;
}
.block {
  /* clear: both;*/
   display: block;
}

.greybg{
  background: #f7f7f7;
  padding: 2px 0;
}
/* IE div Bug */
* html #content {height:1%;}

.newsdiv {
  font-familiy: Helvetica, Arial, Verdana, sans-serif;
  width: 564px;
  background: #f7f7f7;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 7px;
}
.newstitle {
  display: block;
  padding: -1px;
  padding-left: 4px; 
  padding-top: 3px;
  padding-bottom: 2px; 
  color: #555F70;
}
.newsimg {
  float: right;
  margin: 3px;
  margin-top: 4px;
  margin-left: 8px;
}
.clear {   /* Clear fir Newsboxen */
  clear: both;
}

hr{
background-color:#5f6b7f; /* Mozilla 1.4 */
color:#5f6b7f; /* IE 6 */
border: #5f6b7f; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
width: 470px;
text-align: center;
}
#toplink {
  font-size: 11px;
  text-align: right;
  padding-bottom: 10px;
}
.column_left{
 width: 275px;
 float:left;
/* border:1px solid red;*/
 }
 .large {
 	width: 350px;
 }
.column_right{
	width: 275px;
	margin-left:300px;
	/*border:1px solid blue;*/
	}
	.column_right_large {
		width: 350px;
		margin-left: 375px;
	}
	.twocols_large{
	background:url('../images/bg_twocols.gif') repeat-y 70px;
	}
		.twocols{
	background:url('../images/bg_twocols.gif') repeat-y;
	}

.imgalign_left,.imgalign_right,.imgalign_center{display:block;}
.imgalign_left{text-align:left;}
.imgalign_right{text-align:right;}
.imgalign_center{text-align:center;}

#last_festivals img {border:1px solid #ddd;}


/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0px none; margin:1px}
.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0px none;padding:0px;vertical-align:top; margin:1px}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* FŸr Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}