/*
Theme Name: Basis-Template
Theme URI:
Description: Basistemplate f&uuml;r Website - Seitz/Tegtmeyer.
Stand: 18.12.2018
Version: 1.0
Author: Matthias Keßler
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:125px;
                   padding-top:1px;
                   background:;
                   margin-top:45px;
                   border:0px solid #000;
                   background-image:url(images/header.jpg);
                   background-repeat:no-repeat;
                   }

#slogan                  {
                         color:#597d0d;
                         font-weight:700;
                         margin: 0px 0 0 50px;
                         }

/*Navibereich*/
#sidebar           {
                    float:left;
                    width:306px;
                    min-height:420px;
                    margin-left:40px;
                    margin-top:135px;
                    }


/*Inhaltsbereich*/
#content            {
                     margin-left:340px;
                     padding:10px;
                     min-height:400px;
                     max-width:680px;
                     font-size:13px;
                     border:0px solid #000;
                     font-family:tahoma;
                     }



#footer              {
                      font-size:70%;
                      padding:3px;
                      padding-left:350px;
                      background:;
                      color:#000;
                      clear:left;
                      }

#kasten                  {
                         border:2px solid #597d0d;
                         width: 87%;
                         padding:5px;
                         }

#kasten_aus                  {
                         visibility:hidden
                         }




/*--------------------textgestaltung--------------------*/

p {font-size:115%;
        margin-bottom:15px;
     }

p.slogan {
         font-size:22px;
         margin-bottom:15px;
         margin-top:45px;
         }

h1,h2,h3,h4,h5,h6{
     }

td       {
         background-color:#fff;
         text-align:right;
         padding-right:10px;
         font-size:115%;
         }

td.left  {
         text-align:left;
         }

th       {
         font-size:115%;
         }

h1   {
      font-size:130%;
      }

h2   {
      font-size:110%;
      margin-bottom:5px;
      margin-left:5px;
      }

h3    {
       font-size:100%;
       }



hr {

        }




ol{
     }

/* Listen in der Navi */

li   {list-style-type: none;
margin-left:10px;
font-size:90%;
font-weight:bold;
margin-top:3px;
margin-bottom:0px;
font-weight:700;
          }


/* Unterpunkte */

li li     {
           font-weight:500;
           margin-bottom:3px;
           margin-left:-30px;
           }

/*Für Listen im Hauptbereich*/

#content li {
             font-weight:500;
             list-style-type: square;
             margin-top:2px;
             font-size:110%;
             }

#content ul{
        margin-top:0;
        margin-left:20px;
     }

    ul ul{
         }



     }

b, strong,i,em {
     }

img{
     }



.small   {
          font-size:11px;
          }


input, textarea    {
         border: 1px solid #000;
         }

/*--------------------linkgestaltung--------------------*/


a {color:#597d0d;


     }
a:link {text-decoration:none;
     }
a:visited {text-decoration:none;
     }
a:link:focus{
     }

a:link:hover, a:visited:hover
 {text-decoration:underline;

    }


a:link:active,
a:visited:active {text-decoration:underline;
     }



#sidebar a {
         font-size:100%;
         padding-left:3px;
         width: 190px;
         display:block;
                  }

#sidebar li li a {
                 width: 174px;
                 }

/* Hovereffekt */
#sidebar a:link:hover, #sidebar a:visited:hover
 {text-decoration:none;
 background:#E8E8E8;

    }

/* breite der Links */
.page_item { width:200px; }

/* 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;
     }