div#menuefooter {
  left:0px;
  width:185px;
  overflow:hidden;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  background:url(ak-legasthenie_FILES/tile.jpg);
  margin-top:20px;
}
div#menuefooter p {
  color:#ffffff;
}

div#menuefooter a:hover {
  color:#ffffff;
  background:none;
}

/* 
   =================================================================
     GRUNDEINSTELLUNGEN 
   =================================================================
*/


/* 
   -----------------------------------------------------------------
     SCHRIFTEN UND ABSTÄNDE
   ----------------------------------------------------------------- 
*/

body {
  margin:0;
  padding:0;
  text-align:center;
}

div,h1,h2,h3,p,ul,li,a,img,select,input,submit,label  {
  margin:0;
  padding:0;
  font-family:arial,helvetica,sans-serif;
  font-size:10pt; 
  font-style:normal;
  text-decoration:none; 
  color:#333333;
  line-height:14pt; 
}

div,h1,h2,h3,p,ul,li {
}

img {
  border:none;
}
h1 {
  font-size:12pt; 
  font-weight:bold;
}

h2 {
  font-size:11pt; 
  font-weight:bold;
}

h3 {
  font-weight:bold;
}

a {
  color:#FF6600;
}

a:hover {
  color:#333333;
}

hr {
  height:0px;
  border:1px solid #FF6600;
}

/* 
   =================================================================
     STRUKTUR 
   =================================================================
*/

div#behaelter {
  position:relative;
  margin:auto;
  text-align:left;
  width:980px;
  height:100%;
  background-color:#FFFFFF;
}

/* 
   -----------------------------------------------------------------
     OBEN 
   ----------------------------------------------------------------- 
*/

div#behaelter_oben {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height:140px;
  background:url(ak-legasthenie_FILES/header.jpg) top left no-repeat;
  }

div#auxmenue {
  position:absolute;
  top:6px;
  left:205px;
}

/* 
   -----------------------------------------------------------------
     MITTE 
   ----------------------------------------------------------------- 
*/
div#behaelter_mitte {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:url(ak-legasthenie_FILES/tile.jpg) top right repeat-y;
  }
  
div#links{
  position:absolute;
  top:0px;
  left:0px;
  width:197px;
  height:551px;
  background:url(ak-legasthenie_FILES/menuline.gif) top right no-repeat;
}

div#menue {
  position:absolute;
  top:0px;
  left:0px;
  width:195px;
  overflow:hidden;
  font-size:11px;
}

div#rechts {
  position:absolute;
  top:0px;
  left:705px;
  width:260px;
  overflow:hidden;
  font-size:11px;
  z-index:1;
}

div#inhalt {
  position:absolute;
  top:0px;
  left:197px;
  width:508px;
  z-index:1;
  padding-bottom:30px;
}

* html div#inhalt {
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#hintergrundbild {
  position:absolute;
  top:250px;
  left:430px;
  z-index:0;
  }


/* 
   =================================================================
     MENUES 
   =================================================================
*/

/* 
   -----------------------------------------------------------------
     AUXMENUE 
   ----------------------------------------------------------------- 
*/

#auxmenue ul {
}
#auxmenue li {
  display: inline;
  list-style-type: none;
}
#auxmenue a {
  color:#333333;
  font-size:8pt; 
}
#auxmenue a:hover {
  color:#FF6600;
}
#auxmenue #active a {
  color:#FF6600;
}

/* 
   -----------------------------------------------------------------
     MENUE (2 EBENE)
   ----------------------------------------------------------------- 
*/

#menue ul {
  list-style-type: none;
}

#menue li {
  padding:0;
}

#menue li a {
  display: block;
  padding: 0px 10px 2px 10px;;
  margin-bottom: 0px;
  width: 100%;  
  font-size:10pt; 
  line-height:16pt; 
  color: #333333;
  background-color:#CCCCCC;
  text-decoration: none;
  font-weight:bold;
  background:url(ak-legasthenie_FILES/menu_off.gif) bottom left repeat-x;  
}

#menue a:hover {
  color: #FF6600;
  background:url(ak-legasthenie_FILES/menu_on.gif) bottom left repeat-x;  
}

#menue li#active a {
  color: #FF6600;
  background:url(ak-legasthenie_FILES/menu_on.gif) bottom left repeat-x;  
}

#menue li#active ul {
  padding:0px;
}


#menue li#active li a {
  display: block;
  padding: 0px 10px 0px;
  width: 100%;
  color: #333333;
  font-weight:normal;
  font-size:9pt; 
  padding-left:15px;
  margin-left:10px;
  background:url();
  background-color: #E6E6EB;
}

#menue #active li a:hover {
  color: #FF6600;
}

#menue #active #subactive a {
  color: #FF6600;
}

/* 
   =================================================================
     INHALT
   =================================================================
*/

/* 
   -----------------------------------------------------------------
     HAUPTBEREICH
   ----------------------------------------------------------------- 
*/

#inhalt p, #inhalt table, #inhalt ul, #inhalt h1, #inhalt h2, #inhalt h3, #inhalt hr, #inhalt .csc-textpic, #inhalt form {
  margin-top:15px;
  margin-left:15px;
  margin-right:15px;
}

#inhalt ul {
  margin-left:30px;
}

#inhalt li {
  margin-bottom: 6pt;
}

/* --- ERSTER HEADER OBEN PLAZIEREN --- */

#inhalt div.csc-header-n1 {
  position: absolute;
  top:-70px;
  left:0;
}

#inhalt div.csc-header-n1 h1 {
  font-size:14pt; 
  line-height:18pt; 
  font-weight:bold;  
  color:#000066;
}

/* --- NEWS --- */

.news-list-morelink, .news-latest-morelink, .news-single-timedata {
  text-align:right;
  margin-right:15px;
}

.news-single-backlink {
  margin-left:15px;
}

.news-latest-container {
  padding:10px;
  background-color:#666666;
}

.news-latest-container p {
  color:#FFFFFF;
}

.news-latest-container a {
  color:#FF9900;
}

.news-latest-container a:hover {
  color:#FF6600;
}

.news-latest-morelink {
  margin-top:0px;
  padding-top:0px;
  padding-bottom:10px;
}

/* --- FORM--- */

.csc-mailform-field {text-align:right;}
.csc-mailform {border:0;}

   
/* 
   -----------------------------------------------------------------
     BILD OBEN
   ----------------------------------------------------------------- 
*/

#bildoben .csc-textpic-clear, #bildoben .csc-textpic, #bildoben .csc-textpic-image {
  margin:0;
  padding:0;
}

#bildoben .csc-textpic-clear {
  height:0;
  width:0;
}

/* 
   -----------------------------------------------------------------
     RECHTE SPALTE
   ----------------------------------------------------------------- 
*/

#rechts .csc-textpic-clear, #rechts .csc-textpic, #rechts .csc-textpic-image {
  margin:0;
  padding:0;
}

#rechts .csc-textpic-clear {
  height:0;
  width:0;
}

#rechts.news-latest-container {
  padding-left:10px;
  padding-right:10px;
}

/* 
   -----------------------------------------------------------------
     HINTERGRUNDBILD 
   ----------------------------------------------------------------- 
*/

#hintergrundbild .csc-textpic-clear, #hintergrundbild .csc-textpic, #hintergrundbild .csc-textpic-image {
  margin:0;
  padding:0;
}

#hintergrundbild .csc-textpic-clear {
  height:0;
  width:0;
}





