/*
stylesheet fuer franchise-existenzgruendung.de
Media: Bildschirmausgabe

Description: Fixi theme #v 1.0
Version: 1.0
Author: Alexander Tobisch, medi-data
*/

di {
border: 1px solid red;
}

html {
padding:0;
margin:0;
height: 100%;
}

body {
padding:0;
margin:0;
font-size: 95%;
color: #184184;
font-family: Arial,Verdana,Helvetica,Sans Serif;
}


.nodisp {
display:none;
}

.nodisp_p {
display:none;
}

.clear {
clear:both;
}

a img {
border-width: 0;
margin-right:3px;
}

a:link, a:visited, a:active, a:focus {
color: #248C00;
text-decoration: underline;
}

a:hover {
color:grey;
text-decoration: none;
}


/* IDs */

#seite {
width:958px;
margin:auto;
background: url(img/bg_navi_y.png) repeat-y left;
}

#seite_bg {
background: transparent url(img/bg_navi.png) no-repeat 0px 218px;
}

 #hauptbereich {
 float:left;
 margin:auto;
 width:720px;
 }

  #oben {
  height:191px;
  background: white url(img/bg_oben.png) no-repeat left top;
  padding: 27px 0px 0px 100px;
  }

  #navigation {
  float:left;
  width:186px;
  padding-top:59px;
  }

   #navigation ul {
   margin:0;
   padding:0;
   list-style-type: none;
   font-family:'Arial Narrow';
   font-weight:normal;
   }

   #navigation ul li {
     padding: 0px;
     margin: 0px;
     margin-top: 8px;
     }

     #navigation a, #navigation a:visited, #navigation a:active, #navigation a:focus {
     color:white;
     text-decoration:none;
     padding-left:1px;
     margin-left:8px;
     /*background: url(img/punkt.gif) no-repeat 3px 4px;*/
     /*display:block;*/ /*nicht setzen, sonst im IE 6 megaabstände */
     }

     #navigation a:hover {
     text-decoration: underline;
     }

     #navigation li.current_page_item a {
     }

     #navigation li ul {
     margin:0px;
     padding:0px 0px 0px 0px;
     }

   #navigation li ul li {
     margin:0px;
     padding:0px 0px 0px 10px;
/*border:1px solid black;*/
     }

     #subnavigation li ul li a, #subnavigation li ul li a:visited, #nsubnavigation li ul li a:active, #subnavigation li ul li a:focus {
     margin:0px;
     padding-left:8px;
     background: url(img/unterpunkt.gif) no-repeat 0px 5px;
     font-weight:normal;
     }

  #inhalt {
  float:right;
  width:477px;
  padding-right:8px;
  line-height:135%;
  }

  #inhalt img.rahmen {
  border: 1px solid #666666;
  margin-right: 5px;
  margin-bottom: 0px;
  }

 #rechte_spalte {
 float:left;
 margin-left:17px;
 width:213px;
 background: white url(img/bg_rechts_oben.png) no-repeat left top;
 padding: 173px 0px 0px 0px;
 }


 #unten {
 height:26px;
 color:white;
 font-size:80%;
 padding:144px 0px 0px 235px;
 background: white url(img/bg_unten.png) no-repeat left top;
 }

   #unten_links {
   float:left;
   width:520px;
   }

   #unten_rechts {
   float:left;
   width:100px;
   }



/* Inhalt */

#inhalt h1 {
font-size:145%;
text-align:center;
font-weight:normal;
margin:0;
padding:0;
margin:9px 0px 34px 0px;
   }

#inhalt ul li {
margin-top:10px;
}

#inhalt h2 {
font-size:120%;
font-weight:normal;
margin:0;
padding:0;
margin:30px 0px -9px 0px;
}

#inhalt .links {
float:left;
}

#inhalt .rechts {
float:left;
}

.klein {
font-size:85%;
}


/* Suche */
#inhalt .navigation {
width:96%;
font-size:90%;
}

.navigation .alignright {
width: 30%;
float:right;
}

.navigation .alignleft {
width: 30%;
float:left;
}

.suche h3 {
padding:0;
margin:0;
margin-top:15px;
margin-bottom:4px;
}

.suche h3 a:link, .suche h3 a:visited, .suche h3 a:active, .suche h3 a:focus {
font-size: 85%;
color: #248C00;
text-decoration: underline;
}

.suche h3 a:hover {
color:grey;
text-decoration: none;