/*
Theme Name: Basis-Template zentriert
Theme URI:
Description: Basistemplate für Website aquital
Version: 1.0
Author: Matthias Keßler basierend auf MTS von webdesign-in.de und texto.de
Author URI: http://www.kiconsulting.de


 */

hmtl{

     }

/*Hintergrund*/
body{margin:0;
     padding:0;
     font-family:arial;
     background:;
     background-image:url(images/bg.gif);
     background-repeat:no-repeat;
     }

/* Bereich für alles (linksbündig*/
#all {
      margin-left:0px;;
      margin-top:0px;
      background:;
      margin-bottom:0px;
      }

#header           {
                   height:175px;
                   padding:10px;
                   background:;
                   margin-top:10px;
                   margin-left:20px;
                   border:0px solid #000;
                   }



/*Navibereich*/
#sidebar           {
                    float:left;
                    width:250px;
                    min-height:420px;
                    margin-left:10px;
                    background:;
                    }

#logo                    {
                         margin-left:40px;
                         }


/*Inhaltsbereich*/
#content            {
                     margin-left:270px;
                     background:;
                     padding:0px;
                     min-height:400px;
                     max-width:550px;
                     font-size:13px;
                     border:0px solid #000;
                     }



#footer              {
                      font-size:70%;
                      padding:3px;
                      padding-left:270px;
                      background:;
                      color:#000;
                      clear:left;
                      }



/*--------------------textgestaltung--------------------*/

p {font-size:100%;
        margin-bottom:2px;
     }



h1,h2,h3,h4,h5,h6{
     }

table    {
         background-color:#3aa770;
         }

td       {
         background-color:#fff;
         text-align:left;
         padding-right:5px;
         font-size:100%;
         }

h1   {
      font-size:130%;
      }

h2   {
      font-size:120%;
      margin-bottom:5px;
      margin-left:5px;
      }

h3    {
       font-size:110%;
       }




hr {

        }




ol{
     }

/* Listen in der Navi */

li   {list-style-type: none;
margin-left:-20px;
font-size:13px;
font-weight:bold;
margin-top:10px;
margin-bottom:0px;
font-weight:700;
          }

/* Unterpunkte */

li li     {
           font-weight:500;
           margin-top:5px;
           }

/*Für Listen im Hauptbereich*/

#content li {
             font-weight:500;
             list-style-type: square;
             margin-top:3px;
             }

#content ul{
        margin-top:0;
     }

    ul ul{
         }



     }

b, strong,i,em {
     }

img{
     }



.small   {
          font-size:11px;
          }

/*--------------------linkgestaltung--------------------*/


a {color:#3aa770;


     }
a:link {text-decoration:none;
     }
a:visited {text-decoration:none;
     }
a:link:focus{
     }

a:link:hover, a:visited:hover
 {text-decoration:none;
 color:#000;
 background:;
    }


a:link:active,
a:visited:active {text-decoration:;
     }

#sidebar a {
         font-size:100%;
         padding-left:10px;
         width: 170px;
         display:block;
                  }

/* Hovereffekt */
#sidebar a:link:hover, #sidebar a:visited:hover
 {text-decoration:none;

    }

/* breite der Links */
.page_item { width:180px; }

/* aktuelle Seite */
.current_page_item { background:#fff;}

/*Links im Hauptbereich */
#content a:link {text-decoration:underline;}

#content a:visited {text-decoration:underline;
                  color:#8F8F8F;}

#content a:link:hover {text-decoration:none;}




/*--------------------bilder als links--------------------*/
a img{ border:0;
     }