﻿/** Linkfarbe einstellen:

*********************************************************************************************************
*/
a:link  {
    
	font-weight : bold;
	color : #7c674a;
}

a:visited  
{
    
	font-weight : bold;
	color : #7c674a;
}

a:active  
{
    
	font-weight : bold;
	color : #7c674a;
}
A:Hover  
{
    
	font-weight : bold;
	color : #7c674a;
        text-decoration : underline;
}




/** Component Heading überschreibt content.css 

*********************************************************************************************************
*/

  h1,h2,h3,h4,h5,h6,
  .componentheading, .contentheading
  { 
    font-family:"Verdana,times new roman",times,serif; 
    font-weight:bold; 
    color:#000000;
    margin: 0 0 0.25em 0; 
  }

  h1, .componentheading { font-size: 166.57% }                        /* 24px */
  h2, .contentheading   { font-size: 166.57%; color:#182E7A}       /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */


/** 


*********************************************************************************************************
*/


#header {
   
    
    background: #f2f2e6;
    background-image:url(logo.jpg);
    
    background-repeat: no-repeat;
    /* Anpassung an die Höhe der header Grafik: */
    height:90px;    
  } 

/** ANFANG ANFANG ANFANG Änderungen in basemod.css

*********************************************************************************************************
*/

#breadcrumbs {

border-bottom:1px solid #EFEFEF;

border-top:1px solid #EFEFEF;

margin-top:5px;
margin-bottom:10px;

padding-left:20px;

}



/** 

*********************************************************************************************************
*/



/** Hintergrundfarbe des Webauftritts ändern, Zeile 29
*/
 body { background: #f2f2e6; padding: 10px 0; }

  /* overrides basemod.css */
  #page_margins { min-width: 900px; max-width: 900px; margin: 0 auto; border: 0px #889 solid; }



/** ANFANG ANFANG ANFANG Änderungen in content.css

*********************************************************************************************************
*/

body {
    font-family: Verdana, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 80.00%; 
    color: #000000;  
    margin-top:1px; 
  }

  h1,h2,h3,h4,h5,h6,
  .componentheading, .contentheading
  { 
    font-family:Verdana, "times new roman",times,serif; 
    font-weight:bold; 
    color:#000000;
    margin: 0 0 0.25em 0; 
  }

/****************  verschiebt Überschrift h1 nach unten  ********/

h1,
.contentheading
{
	margin-top:2px;
}



/** ANFANG ANFANG ANFANG Änderungen in Navigation 

*********************************************************************************************************
*/

  #main .menu li.menutitle span.separator {
    /*letter-spacing:0.1px;*/    
    background-color:#f2f2e6;
    color: #f9d9c4;   
    font-weight: bold;
    /*font-size:1.45em;
    line-height:150%;*/
    width: 95%;
    padding-left: 5%;    
    border-top: 0px #f2f2e6 solid;
    border-bottom: 1px #f2f2e6 solid;
    margin-top:1px; 
  }
  
  /* Das Men?titel muss auf margin-top:0px gesetzt werden */
  #main .menu li.first_item span.separator {
    margin-top:0px;
  }
  
  /* Änderung Menü Schriftgröße */
  #main .menu {
border-bottom:2px solid #f2f2e6;
border-top:2px solid #f2f2e6;
list-style-type:none;
margin:0;
font-size: 100.00%; 
overflow:hidden;
width:100%;
}

    
/* */

  #main .menu a,
  #main .menu span.separator {
      display:block;
      width: 90%;
      padding:0px 0 2px 10%;
      text-decoration: none;
      background-color:#f2f2e6;
      color: #f2f2e6 ;
      border-bottom: 1px #f2f2e6 solid;
  }
  
  #main .menu li#current a.active_link {
      font-weight: bold;
      color: #7c674a;
      text-decoration: underline;
      background-color:#f2f2e6;
      border-bottom: 0px #eee solid;
      cursor:default;
  }




  /* Level 1 */
  #main .menu li a, 
  #main .menu li span.separator { width: 90%; padding-left: 10%; background-color:#f2f2e6; color: #000000; }
  
  #main .menu li a:focus,
  #main .menu li a:hover,
  #main .menu li a:active { background-color:#f2f2e6; color: #7d6564; }

  /* Level 2 */
  #main .menu li ul li a,
  #main .menu li ul li span.separator { width: 80%; padding-left: 20%; }

  #main .menu li ul li a { background-color:#f2f2e6; color: #; }
  #main .menu li ul li a:focus,
  #main .menu li ul li a:hover,
  #main .menu li ul li a:active { background-color:#f2f2e6; color: #7d6564; }

  /* Level 3 */
  #main .menu li ul li ul li a,
  #main .menu li ul li ul li span.separator { width: 70%; padding-left: 30%; }

  #main .menu li ul li ul li a { background-color:#fcfcfc; color: #888; }
  #main .menu li ul li ul li a:focus,
  #main .menu li ul li ul li a:hover,
  #main .menu li ul li ul li a:active { background-color:#999999; color: #fff; }

  /* Level 4 */
  #main .menu li ul li ul li ul li a,
  #main .menu li ul li ul li ul li span.separator { width: 60%; padding-left: 40%; }

  #main .menu li ul li ul li ul li a { background-color:#f2f2e6; color: #aaa; }
  #main .menu li ul li ul li ul li a:focus,
  #main .menu li ul li ul li ul li a:hover,
  #main .menu li ul li ul li ul li a:active { background-color:#999999; color: #fff; }
  
  
  
    /* 
  
  
  
  




  
 


 /****************  Ergänzungen für den Rand  ********/
  
  #page {
  	margin: 25px 0 25px 25px;
  	padding-right: 25px;
  }
  
  #border-top {  	
  	margin-bottom: -25px;
  }

  #border-bottom {
	margin-top: -25px;
  }  
  
  /****************  Seitenbreite einstellen  ********/
  
  #page_margins { 
  	min-width: 810px;
  	max-width: 810px;
  }
  
  /****************  Positionierung Headergrafik  ********/
  
  #header {
  	height: 210px;
  }
  
  #page_margins {
    position:relative;
    top:-225px;
  }
  
  #header_img {
    width:870px;
    height:230px;
    margin: 0 auto;
    z-index:50;
    /*border: 1px solid black;*/
    position:relative;
    top: 43px;
  }



/** ANFANG Topnavigation Änderungen in basemod.css */

#header #topnav {
background:transparent none repeat scroll 0 0;
color:#AAAAAA;
font-size:80%;
right:5px;
top:-2px;
}



/****************  Footer ändern aus basemod.css  ********/
  
  #footer {
background:#f2f2e6 none repeat scroll 0 0;
border-top:1px solid #EFEFEF;
color:#666666;
padding:15px;
}


#main {
background:#f2f2e6 none repeat scroll 0 0;
padding:10px 0;
}



#col2_content {


padding:20px 20px 10px 10px;
background-color:#f2f2e6;


}


th, td {
padding:0em;
}