/* CSS Document */

/*

Dunkelrot:   #840F16
Hauptrot:    #A93231
Hellrot:     #F8C996
Dunkelgrau:  #333333
Hellgrau:    #E3E2E2
Rot Intern:  #CC0000
     

*/

/* Allgemeine Elementformatierungen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
background: #E3E2E2;
color: #333;
font: 100.01% verdana,arial,sans-serif;
margin: 0;
padding: 0 0 20px 0;
text-align: center;
font-size: 100.1%;
}
 

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, legend {
  padding: 0;
  margin: 0;
}


ul { list-style: none; }

li li { font-size: 100% !important; }

a { text-decoration: underline; }

form { margin: 0; padding: 0;}

input, select, textarea {font-size: 95%;}

img, img a{	border: 0;}


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.unsichtbar {
display: none;
position: absolute !important;
top: -6000px !important;
left: -6000px !important;
height: 1px !important;
width: 1px !important;
}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}


/* Rahmen  * * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  max-width: 58em;
  width: 95%;
  text-align: left;
  margin: 20px auto 0 auto;
  
  background: #FFF;
  border: 1px solid #A93231;
}
/*#rahmen {  fuer den IE 
  width:expression(document.body.clientWidth > 1200? "1100px": "auto" );
}*/

/* Aussen, Innen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#aussen{
width: auto;
padding-left: 12em;
}

#innen{
width: 100%;
position: relative;
float: left;
}

/* Sprunglinks
 * * * * * * * * * * * * * * * * * * * * * * * * * */
 #sprunglinks {
  position: absolute;
  width: 100%;
  top: -6000px;
  left: -6000px;
  z-index: 20;
  }
  
  .sprung {
  position: absolute;
  width: 100%;
  top: -6000px;
  left: -6000px;
  }
  
 /* Servicemenu 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#servicemenue
{
width: 100%;
text-align: right;
}

#servicemenue ul{
 list-style: none;
 margin: 0 0.5em;
 padding: 0.3em 0;
 }
 
#servicemenue li{
  display: inline;
  padding: 0 0.3em;
  }
  * html #servicemenue li{    /* f�r den IE 5, der keine paddings akzeptiert */
  height: 0.3em;
  }

#servicemenue a {
  color: #333;   
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  }

#servicemenue a:link, #servicemenu a:visited {
  color: #333;   
  text-decoration: none;
}

#servicemenue a:focus, #servicemenue a:hover, #servicemenue a:active {
  color: #A93231;
  background-color: #E3E2E2;
  text-decoration: underline;
  }
  
 /* Adressleiste 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#adressleiste {
background: #A93231;
margin: 0.7em 0 0;
padding: 0 0.5em;

}

#adressleiste p {
color: #FFF;
font-size: 80%;
font-weight: bold;
text-transform: uppercase;
text-align: right;
padding: 0.4em;

}
 /* Bilderleiste mit Logo
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#bilderleiste {
width: 100%;
background: #F8C996 url(../images/fotos/impressionen-brandenburg-75.jpg) top right  no-repeat;
padding: 0;
margin-bottom: 0.5em;

}

#bilderleiste img{
  float: left;
 }
 
#bilderleiste img.impression{
  float: right;
  }

 /* Hauptmenu 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#hauptmenue {
float: left;
text-align: right;
width: 12em;
margin: 0 0 0 -12em;
padding: 0;
position: relative;
}

#hauptmenue ul {
font-size: 80%;
line-height: 160%;
padding-bottom: 2em;
}

#hauptmenue li {
text-transform: uppercase;
}

#hauptmenue a {
  color: #333;   
  text-decoration: none;
  display: block;
  padding-left: 20px;
}


* html #hauptmenue a{height: 0.5em;} /* f�r IE 5, sonst werden Linien nicht komplett durchgezogen */


#hauptmenue a:focus, #hauptmenue a:hover, #hauptmenue a:active {
  color: #A93231;
  text-decoration: underline;
  }

#hauptmenue li.on {
	background: #E3E2E2 url(../images/layout/pfeil-aktiv-brandenburg.gif) 0 0.2em no-repeat;	
}

#hauptmenue li a.on {
	background: #E3E2E2 url(../images/layout/pfeil-aktiv-brandenburg.gif) 0 0.2em no-repeat;	
}

#hauptmenue .intern a{
color: #CC0000;
padding-top: 0.5em;
}

 /* Suche 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#suche {
text-align: left;
font-size: 80%;
margin: 0.5em 0 1.5em 2.8em;
padding: 0;

width:80%;
}


#suche label {
font-weight: bold;
color: #A93231;
padding-left:0px !important;
margin-left:0px !important;
}

#sucheEingabe{
width:81%;
}
	
.sucheAbschicken{
	
float:right;
width:1.3em;
height:1.3em;
/*Nur f�r IE*/
margin-top:0.125em;
}

/*�berschreibt im Netscape/Mozilla das Margin, das nur f�r den IE gesetzt wurde*/
*[class="sucheAbschicken"]{
margin-top:0.02em;
}

* html #suche label { padding-left: 0.5em; }

fieldset {
border: 0;
}

 /* Inhalt 
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#hauptbereich {
  float: left;
  position: relative;
  width: 100%;
   }

* html #hauptbereich { width: auto; }

#hauptbereich p {
 font-size: 80%;
  line-height: 1.4em;
  margin: 1em 1.5em;
}

#hauptbereich ul {
  line-height: 1.3em;
  list-style-image: url(../images/layout/listenpunkt_brandenburg.gif);
  list-style-position: outside;
}

#hauptbereich ol {
  line-height: 1.3em;
  list-style-position: outside;
}

* html #hauptbereich ul {
  list-style-image: url(../images/layout/listenpunkt_ie_brandenburg.gif);
}

#hauptbereich li {
 font-size: 80%;
 margin-left: 1.5em;
}

#hauptbereich h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 1.2em;
  color: #A93231;
  }
  
#hauptbereich a:link, #hauptbereich a:visited {
 color: #A93231;
}
  
#hauptbereich a:focus, #hauptbereich a:hover, #hauptbereich a:active {
  color: #840F16;
  background: #F8C996;
  }
  
#hauptbereich h1 {font-size: 90%;}
#hauptbereich h2 {font-size: 85%;}
#hauptbereich h3, h4, h5, h6 {font-size: 80%;}

#hauptbereich strong {
color: #A93231;
}

#hauptbereich .textmarke {
text-decoration: none;
}

#hauptbereich .linkliste a{
color: #333333;
}

#hauptbereich ul.linkliste {
list-style: none; !important;
}

* html #hauptbereich  ul.linkliste{
list-style-image: none; !important;
}

#hauptbereich .linklisteueberschriften a{
text-decoration: none;
font-weight: bold;
}

#hauptbereich .linklisteueberschriften li{
list-style-image: url(../images/layout/linkpfeil_brandenburg.gif);
}

* html #hauptbereich .linklisteueberschriften li{
list-style-image: url(../images/layout/linkpfeil_ie_brandenburg.gif);
}

 /* Inhalts�berschrift 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#inhaltsueberschrift {
background: #A93231;
margin: 0;

position: relative;
}

#inhaltsueberschrift h1 {
color: #fff;
font-size: 80%;
font-weight: bold;
text-transform: uppercase;
padding: 0.4em 0;
}

 /* Inhaltsbox 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#inhaltsbox {
background: #E3E2E2;
margin: 0 1.5em;
height:350px;
}

/*�berschreibt im Netscape/Mozilla das height, das nur f�r den IE gesetzt wurde*/
#inhaltsbox[id]{
    height:auto;
    min-height:300px;
}


/* Inhaltstext
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#inhaltstextLeft {
	
float:none;
margin-right:160px;
margin-left:10px;
margin-top: 20px;
margin-bottom: 20px;
}

#inhaltstextRight {
float:none;
margin-right:10px;
margin-left:160px;
margin-top: 20px;
margin-bottom: 20px;
}

#inhaltstextPur {
float:none;
margin-right:20px;
margin-left:20px;
margin-top: 20px;
margin-bottom: 20px;
}

.inhaltstext p {
	margin: 0 10px;
	margin-top:0px !important;
	padding: 0;
}

.intern {
color: #CC0000;
}

/* Tabellen 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

table {
width: 90%;
border: 1px solid #A93231;
border-collapse: collapse;
margin: 10px;
}

.spalte1_veranstaltung {
width: 15%
}

.spalte2_veranstaltung {
width: 30%
}

.spalte3_veranstaltung {
width: 25%
}

.spalte4_veranstaltung {
width: 30%
}

td, th {
font-size: 75%;
padding: 5px 10px;
border: 1px solid #A93231;
}

th {
color: #fff;
text-transform: uppercase;
padding-top: 8px;
text-align: left;
background: url(../images/layout/th_hg-brandenburg.gif) 1px 1px no-repeat;
}

.streifen td {
background: #E3E2E2;
}

caption {
	font-size: 80%;
	font-style: italic;
	color: #A93231;
}

 /* Infokasten */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.infokastenRechts {
font-size: 100% !important;
background-color: #CCC;
width: 130px;
margin: 20px 7px 7px 0;
position:absolute;
right:35px;
}

.infokastenLinks{
font-size: 100% !important;
background-color: #CCC;
width: 130px;
margin: 20px 7px 7px 0;
position:absolute;
left:35px;	
}



#infokasten img {
 border-bottom: 2px solid #E3E2E2;
}

#infokasten h2 {
font-size: 70% !important;
color: #840F16;
margin: 5px 7px;
padding: 0;
}

#infokasten p {
color: #000;
font-size: 70% !important;
font-weight: bold;
margin: 0 7px 10px 7px;
padding: 0;
}

#infokasten li {
font-size: 70% !important;
}
 /* Fuss
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#fuss {
  background: #F8C996;
  border-top: 1px solid  #A93231;

}

#fuss ul {
  list-style: none;
  padding: 0.3em 0 0.3em 13em;
 }
 
#fuss li{
  font-size: 80%;
  font-weight: bold;
  display: inline;
  padding: 0 0.3em;
  }
  * html #fuss li{    /* f�r den IE 5, der keine paddings akzeptiert */
  height: 0.3em;
  }
 
#fuss a {
  color: #840F16;   
  }

#fuss a:focus, #fuss a:hover, #fuss a:active {
  color: #A93231;
  background-color: #E3E2E2;
  text-decoration: underline;
  }