/*  ===============================================
Stand:  Zweispaltiges Layout mit Float und margin
Datei:  style_ufw_1.css
Datum:  2019-01-17
Autor:  Ulrich Müller
================================================ */

/* ======================================
  1. Kalibrierung und Restauration
  ====================================== */
/* Reset - alle Abstände auf NULL */
*  { padding: 0; margin: 0; }
/* optional: erzwingt Scrollbar im Firefox */
html { height: 100%; margin-bottom: 1px; }
h2, h3, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em ; }
/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* ======================================
  2. Allgemeine Styles
  ====================================== */

 /* Liste ul ohne Aufzählungszeichen */ 
.linklist { 
	list-style-type: none;
	text-decoration: none;
	/*color: LinkText;*/
	color: #84406f;
}
/* Header bleibt fixiert */
/* Style the header */
.ufw-header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 150px;
}

/* Page content */
.content {
  /*padding: 16px;*/
  padding-top: 150px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
/*------------- End sticky -------*/
/* Position Elemente verschieben */
.uf-relative {
	position: relative;
	top: -100px;
}

body {
  background-color: #8c8c8c;
  color: white;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100%
  }
h1 { font-size: 3em;}
h2 { font-size: 2em;}
@media screen and (max-width: 64em) {
h1 { font-size: 2.5em; }
h2 { font-size: 1.5em; }
}
@media screen and (max-width: 50em) {
h1 { font-size: 2em;}
h2 { font-size: 1.5em; }
}
@media screen and (max-width: 30em){
h1 { font-sitze: 1.5em; }
}
/*h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; } */
address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  /*color: LinkText;*/
  /*color: #0469B4; */
  /* outline: none; */ /* nur wenn es Sie wirklich stört */
}
/*a:link { color: color:#336699;; } */
 /*a:visited { color: #cc6666; } */
a:hover,
a:focus {
  border-bottom: 1px solid #0000bf;
}
a:active {
  color: white;
  background-color: white;
}



/* Style für Tabellen */

table {
  color: #000077;
  background-color: #f1f1f1;
  border-collapse: collapse;
  border: 4px solid #8c8c8c;
  layout: fixed;
}

thead {
  background-color: #c0c0c0;
  text-align: center;
}
tfoot {
  background-color: #c0c0c0;
  font-size: 95%;
  border-top: 2px solid #8c8c8c;
  border-bottom: 2px solid #8c8c8c;
}
td, th, tr {
  text-align: left;
  padding: 4px;
  /*border: 2px solid #3636A3;*/

}
/* Allgemeine Klassen und IDs */
/* img#logo {
  background-color: white;
  color: black;
  padding: 0;
  border: none;
} */

.aa-text-blue-grey {color:#336699;}
.uf-text-violet {color: #84406f;}
.aa-topbar{border-top:6px solid #336699!important}.aa-bottombar{border-bottom:6px solid #336699!important}
.uf-topbar{border-top:6px solid #84406f!important}.uf-bottombar{border-bottom:6px solid #84406f!important}
/* Skiplink ausblenden */
.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* Bilder floaten und mit Rahmen versehen */
.bildlinks {
  float:left;
  padding: 2px;
  border: 2px solid #ccc;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bildrechts {
  float:right;
  padding: 3px;
  /*border: 3px solid #ccc; */
  -webkit-box-shadow: 3px 3px 3px #7C7C7C;
  box-shadow: 3px 3px 3px #7C7C7C;
  margin-bottom: 10px;
  margin-left: 10px;
}
.clearing { clear: both; }
.trennung {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
       }
p.trennung {
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
       }

/* ======================================
  3.  Styles für die Layoutbereiche
  ====================================== */
#wrapper {
  /*background: white url(farbverlauf_zweispaltig.jpg) repeat-y left top;*/
  background-color: white;
  color: black;
  width: 900px;
  margin: 10px auto;
}
/*#kopfbereich {
  position: relative;
  /*background: #ffff29 url(farbverlauf.jpg) repeat-y left top;*/
  /* FF:255, 29:41 */
  color: black;
  /*padding: 10px 0px 10px 0px;*/
  padding: 0;
}
    #kopfbereich p {
    position: absolute; /* relativ zu #kopfbereich */
    top: 90px ;
    right: 5px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px; /* war 1em */

  }
    #kopfbereich p span {
    color: #ffff33;
    font-weight: bold;
    font-size: 243%;
  }
    #kopfbereich img {
    background-color: #ffff33;
    color: black;
    padding: auto;
    /* border: 1px solid #d9d9d9; */
    border: none;
  } */

/* Ab hier wird die Navigation gestaltet */
#navibereich {
  background-color: #f1f1f1;
  float: left;
  width: 200px;
  margin-left:10px;
  padding-left: 10px;
  padding-top: 20px;
}
  
 

  #navibereich ul {
    width: 170px;
    margin: 0;

  }
  #navibereich li {
	list-style-type: none;
    margin: 0;
    padding-bottom: 5px;
  }
  
  #navibereich a {
    display: block;
    text-decoration: none;
    color: #84406f;
    background-color: #ddd;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 2px;
    margin: 0;
    border: 1px solid #8c8c8c;
  } 

  #fraktion #navi02 a,
  #aktuelles #navi03 a,
  #basis #navi01 a,
  #archivstart #navi03 a,
  #archiv-2022 #navi28 a,
  #archiv-2021 #navi27 a,
  #archiv-2020 #navi26 a,
  #archiv-2019 #navi25 a,
  #archiv-2018 #navi24 a,
  #archiv-2017 #navi23 a,
  #archiv-2016 #navi22 a,
  #archiv-2015 #navi21 a,
  #archiv-2014 #navi20 a,
  #archiv-2013 #navi19 a,
  #archiv-2012 #navi18 a,
  #archiv-2011 #navi08 a,
  #archiv-2010 #navi09 a,
  #archiv-2009 #navi04 a,
  #archiv-2008 #navi05 a,
  #archiv-2007 #navi06 a,
  #aktuelles-feld1 #navi14 a,
  #aktuelles-feld2 #navi15 a,
  #aktuelles-feld3 #navi16 a,
  #aktuelles-feld4 #navi17 a,
  #feld1 #navi10 a,
  #feld2 #navi11 a,
  #feld3 #navi12 a,
  #feld4 #navi13 a,
  #downloads #register07 a,
  #presse #register08 a,
  #startseite #register01 a  
  {
    color: grey;
    background-color: white;
  }
  

#feld1 #register01 a,
#feld2 #register01 a,
#feld3 #register01 a,
#feld4 #register01 a,
#wir-uns #register02 a,
#fraktion #register02 a,
#basis #register02 a,
#aktuelles-feld2 #register03 a,
#aktuelles-feld3 #register03 a,
#aktuelles-feld4 #register03 a,
#meldung #register04 a,
#impressum #register05 a,
#datenschutz #register06 a,
#kontakt #register09 a
{
  color: grey;
  background-color: white;
  }
  
  
  
  
  #navibereich a:hover,
  #navibereich a:focus,
  #navibereich a:active  {
    color:grey;
    background-color: #efefef;
  }
  /*#navibereich a:active {
    color: grey;
    background-color: white;
    border-right-color: white;
  }*/ 

/* Ab hier wird der registerbereich gestaltet */

 #registerbereich {
  color: black;
  background-color: #cfcfcf;
  position: relative;
  padding: 10px 10px 3px 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #8c8c8c;
}
  #registerbereich ul {
    text-align: right;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0 1px 0;
    margin-left: 10px;
  }
  #registerbereich li {
    display: inline;
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #registerbereich a {
    color: black;
    background-color: #ddd;
    margin: 0px;
    padding: 4px 8px 4px 8px;
    border: 1px solid #8c8c8c;
  }
  #registerbereich a:hover,
  #registerbereich a:focus {
    color: black;
    background-color: #EFEFEF;
  }
  #registerbereich a:active {
    color: black;
    background-color: #ffff29;
    border-bottom-color: #ffff29;
    }

/* -- der Textbereich -- */

#textbereich {
  padding: 20px 10px 20px 15px;
  margin-left: 200px;
  min-height: 850px;
  border-left: 1px solid #e8e820;
  /*overflow: auto; /* scrollbar */
}
  #textbereich a {
  color: #336699;
  border-bottom: none;
}
  #textbereich a:hover,
  #textbereich a:focus {
    background-color: #EFEFEF;
  }
  
/* -- Fussbereich -- */

#fussbereich {
  color: black;
  background-color: #cfcfcf;
  padding: 10px 20px 10px 20px;
  border-top: 3px solid #ffff29;
  margin-top: 0;
}
#fussbereich a {
  color: #336699;
  }
  
/* -- Liste mit Links und Text zu Links -- */
#linkliste a {
  display: block;
  text-decoration: none;
  color: #84406f;
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 4px 4px 4px 4px;
  margin: 0;
  border: 1px solid #8c8c8c;
  }
#linkliste a:hover,
           a:focus {
           background-color: #ddd;
  }
#linkliste {
  font-size: 100%;
  
  }

#information {
	background-color: #e8e820;
	width: 190px;
	}
/* ======================================
  4. Sonstige Styles
  ====================================== */
/* Das Kontaktformular */
/*form {
  background-color: #eee;
  padding: 20px;
  border: 1px solid #8c8c8c;
} */


label {
  display: block;
  cursor: pointer;  /* Mauszeiger wird zur Hand */
}
input#absender,
input#name,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}

/* Die kleine Galerie */
div.galerie {
  overflow: hidden; /* zum Einschließen der Floats */
  padding: 25px 10px 10px 0;
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout für IE6 */
* html div.galerie { height: 1%; }

div.galerie img {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-right: 5px;
  margin-bottom: 10px;
}
div.galerie img.logo {
  margin: 0px 2px 0px 2px;
  padding: 3px 2px 0px 2px;
  border: 0;

/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */