/* DATEI: formate.css */
/* Formatierungen auf www.rechtskritik.de */

/* Grundstruktur der Seite */

body {
  height : 100%;
  background-color : #000000;
  align:center; 
}

#center {
  position:absolute ;
  left:8%  ;
  right:8% ;
}

#head1 {
  top : 0;
  left : 5px;
  width : 800px;
  height : 260px;
  background-image : url(../images/logo_entwurf_5.jpg);
  background-repeat : no-repeat;
  position : absolute;
  z-index : 3;
}

#navigation {
  top : 213px;
  left : 225px;
  width : 540px;
  position : absolute;
  z-index : 5;
}

#menu {
  top : 225px;
  left : 45px;
  width : 160px;
  min-height : 100%;
  position : absolute;
  z-index : 4;
}

/* Formatierungen des Inhalts der Seite */

#content {
  top : 251px;
  left : 225px;
  width : 540px;
  min-height : 100%;
  background-color : #ffffff;
  position : absolute;
  z-index : 2;
}

#content p {
  font-family : Verdana, sans-serif;
  font-variant : normal;
  font-weight : normal;
  white-space : normal;
}

#content ul {
  font-family : Verdana, sans-serif;
  font-variant : normal;
  font-weight : normal;
  white-space : normal;
  list-style-type : disc;
  font-size : 11px;
  color : #666666;
  line-height : 18px;
  border : 1px solid #cccccc;
  margin-right : 18px;
  margin-left : 18px;
  margin-bottom : 24px;
  margin-top : 0;
  padding : 6px;
}

#content li {
  margin-left : 28px;
  margin-top: 6px;
  margin-bottom: 6px;
}

#content h1 {
  font : bold 18px Arial;
  color : #ff00cc;
  background-color : #cccccc;
  letter-spacing : 0.01em;
  padding : 6px;
  margin-right : 18px;
  margin-left : 18px;
  margin-top : 18px;
  margin-bottom : 18px;
  border-left : 0 dotted #666666;
  border-bottom : 0 dotted #666666;
}

#content h2 {
  font : bold 12px Arial;
  color : #666666;
  background-color : #ccccff;
  letter-spacing : 0.02em;
  margin-left : 18px;
  margin-right : 18px;
  margin-bottom : 0;
  margin-top : 0;
  padding-left : 6px;
  padding-right : 6px;
  padding-top : 3px;
  padding-bottom : 2px;
}

#content a {
  color : #0000cc;
  text-decoration : none;
}

#content a:active {
  color : #000000;
  text-decoration : none;
}

#content a:hover {
  color : #ff0033;
  text-decoration : none;
}

#content .kasten {
  font-size : 11px;
  font-variant : normal;
  color : #666666;
  line-height : 18px;
  min-height: 160px; 
  border : 1px solid #cccccc;
  margin-right : 18px;
  margin-left : 18px;
  margin-bottom : 24px;
  margin-top : 0;
  padding : 6px;
}

#content .neutral {
  font-size : 11px;
  font-variant : normal;
  color : #666666;
  line-height : 18px;
  border : 0px ;
  margin-right : 18px;
  margin-left : 18px;
  margin-bottom : 12px;
  margin-top : 0;
  padding : 2px;
}

#content .img_right {
  border : 1px solid #666666;
  float : right;
  vertical-align : text-top;
  margin-left : 12px;
  margin-right : 0;
  margin-top : 3px;
  margin-bottom : 12px;
}

#content .img_left {
  border : 1px solid #666666;
  float : left;
  vertical-align : text-top;
  margin-left : 0;
  margin-right : 12px;
  margin-top : 3px;
  margin-bottom : 12px;
}

#content .img_pfeile {
  border : 0;
  margin : 0;
  float : right;
}

/* Formatierungen in der Menuleiste */

#menu ul {
  list-style-type : none;
  margin : 0;
  padding : 0;
  text-align : left;
}

#menu .normal {
  border-left : 2px solid #999999;
  border-right : 2px solid #999999;
  border-bottom : 2px solid #999999;
  background-color : #000000;
  margin : 0;
  padding : 6px;
}

#menu .active {
  border-right : 2px solid #999999;
  border-left : 2px solid #999999;
  border-bottom : 2px solid #999999;
  background-color : #dddddd;
  margin : 0;
  padding : 6px;
}

#menu a {
  font-family : Verdana, sans-serif;
  color : #ff00cc;
  font-variant : normal;
  font-weight : bold;
  white-space : normal;
  font-size : 13px;
  line-height : 22px;
  text-decoration : none;
}

#menu a:active {
  font-family : Verdana, sans-serif;
  color : #0000cc;
  font-variant : normal;
  font-weight : bold;
  white-space : normal;
  font-size : 13px;
  line-height : 22px;
  text-decoration : none;
}

#menu a:hover {
  font-family : Verdana, sans-serif;
  color : #6600ff;
  font-variant : normal;
  font-weight : bold;
  white-space : normal;
  font-size : 13px;
  line-height : 22px;
  text-decoration : none;
}

#menu .title {
  margin : 0;
  text-align : center;
  background-color : #333333;
  border : 2px solid #999999;
  font-family : Verdana, sans-serif;
  color : #cccccc;
  font-variant : small-caps;
  font-weight : bold;
  white-space : normal;
  font-size : 11px;
  line-height : 36px;
  text-decoration : none;
}

#menu .kontakt {
  margin : 0;
  text-align : left;
  background-color : #000000;
  font-family : Verdana, sans-serif;
  color : #ffffff;
  font-variant : normal;
  font-weight : normal;
  white-space : normal;
  font-size : 11px;
  line-height : 18px;
  text-decoration : none;
}

#menu .block {
  border-left : 2px solid #999999;
  border-right : 2px solid #999999;
  border-bottom : 2px solid #999999;
  padding : 12px;
  margin-bottom : 20px;
}

#bild {
  top : 0;
  left : 0px;
  width : 156px;
  height : 222px;
  background-image : url(../images/plakat_bakj_2011_klein.jpg);
  background-repeat : no-repeat;
  border-left : 2px solid #999999;
  border-right : 2px solid #999999;
  border-bottom : 2px solid #999999;
  padding : 0px;
  margin : 0px;
}


#menu img {
  border : 1px solid #999999;
  margin : 2px;
}

#menu ul img {
  border : 0;
  margin : 0;
}

/* Formatierungen in der Menuleiste */

#navigation p {
  background-color : #333333;
  border : 2px solid #999999;
  font-weight : normal;
  white-space : normal;
  font-size: 12px ;
  color: #cccccc ;
  line-height : 18px;
  padding-left : 4px;
  padding-right : 4px;
  padding-top : 2px;
  padding-bottom : 2px;
  font-variant : small-caps;
}

#navigation a {
  color : #cccccc;
  text-decoration : none;
}

#navigation img {
  padding-left : 3px;
  padding-right : 6px;
}

