

/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #a7192e  - rot
 * #666 - dunkelgrau
 * #999 - hellgrau
 * #460c08 - dunkelrot
 * ----------------------------------------------------------------------------- */
 


html    {
    font-size: 100%;
}

body {
    background-color: #fff; /* white */
    color: #000; /* black */
    font-family: 'lektonreg', Helvetica, Arial, sans-serif;
    font-size: 1em; /* 16px */
    line-height: 1.5em; /* 24px */
}

.wrap {
   background-color:#fff; /* white */
}

header {
    color: #000;
 
}

.main {
    
    color: #000; /* black */
}

.rightContent {
    color: #000;
}





/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */

h2, h3  {
    font-family: 'oscb' Helvetica, Arial, sans-serif; /*  */
    font-style: normal;
    font-weight: normal;
	color: #000; /* black */
}

h1  {
	 
     font-size: 0.75em; /* 12px */
    line-height: 1.5em; /* 54px */
}

h2  {
    font-size: 1.375em; /* 22x */ 
    line-height: 1.5em;
  
}

h3  {
    font-size: 1em; /* 16px */
    font-weight: bold;
	padding-right:2em;
	color: #333; /* grey */
}

.white  {
	color: #fff; /* white */
   }
   
   .bold  {
	color: #000; /* white */
	font-weight:700;
   }



p.teasertext    {
    color: #999; /* grey */
    font-family: 'lektonreg',Helvetica,Arial;
    font-size: 1.188em; /* 19px */
    line-height: 1.368em; /* 26px */
}

a {
    text-decoration: none;
}

a:link  {
    color: #000 ;
 }

a:visited {
    color: #000 ;
 
}

a:hover, a:focus, a:active {
    color: #a7192e;   
}

.white a:hover {
    color: #fff;   
}




/*  Navigation */

nav {
 	font-family: 'oscb',Helvetica,Arial;
	font-size:0.5625 /* 9 px*/
}

nav ul li {
    list-style: none;
	line-height:3em;
	border-bottom:dashed;
}



nav a:hover {
	color: #a7192e;
    background-color: #f2f1f1; /* gedeckt weiss */
}

nav a.highlight{
   color: #990033;
   
}

.highlight{
   color: #990033;
   
}
