/*==================================
    Farbskala
  ==================================
  Rot: #d8162e
  Grau: #c7c7c7
  Dunkelrot: #b50802
*/




/*
  ==================================
    GLOBAL
  ==================================
*/

op-vh {
        margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	      }


P, OL, UL,DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
                     }

H3 { font-family: verdana, arial;
	font-size: 13px;}

P, H1, H2,H3,OL, UL {margin: 5px 10px 5px 0px;}

h1 {
font: 14px arial, sans-serif;
margin: 5px 0 10px;
font-weight: bold;
color: #b50802;
background: transparent;
}

H2 { font-size: 13px; }

H5 {
font: 14px arial, sans-serif;
margin: 5px 0 10px;
font-weight: bold;
color: #b50802;
background: #F9F9F9;
border-top: 1px solid #b50802;
border-bottom: 1px solid #b50802;
line-height: 25px;
}


/*===================================*/

table img {display: block;}
td img {display: block;}
tr img {display: block;}
div img {display: block;}
a img {display: block; border:0;}

/*===================================*/

div,table,td,tr {
      spacing: 0px;
      padding: 0px;
      border: /*1px solid red;*/0;
      margin: 0px 0px 0px 0px;
     }

/*div {border: 1px solid green; }*/
/*===================================*/

p, ul {
line-height: 17px;
color: black;  /*#737373*/
}

a:link {
text-decoration: none;
color: #b50802;
background: transparent;
}

a:visited {
text-decoration: none;
color: #b50802;
background: transparent;
}

a:active {
text-decoration: none;
color: #737373;
background: transparent;
}

a:hover {
text-decoration: none;
color: #737373;
background: transparent;
          }
          
/*=================================
 ENTRY CSS
 ==================================
*/

.entryc {
       position: absolute;
       top: 5px;
       left: 5px;
       z-index: 2;
        }
          

/*
  ==================================
  DIV BOXES
  ==================================
*/

#total {
         position:absolute;
         top:0px;
         left:0px;
         width:980px;
          z-index:1;
       }

/*===================================*/

#logo {
          position:absolute;
          top:5px;
          left:5px;
          width:1024px;
          height:75px;
          z-index:2;
      /*    border-top: 1px solid #b50802;
          border-left: 1px solid #b50802;
          border-right: 1px solid #b50802;          */
       }


/*===================================*/		

#bgpic  {
           position:absolute;
           top:150px;
           left:5px;
           width:175px;
           z-index:3;

	  }
	

/*===================================*/


/*
==============================================
  CONTENT
==============================================
*/

#content{
	  position:absolute;
          top:150px;
          left:220px;
          height: 400px;
          width:660px;
          z-index:10;
          margin-bottom: 20px;
          border-left: 1px solid #c7c7c7;
          border-top: 1px solid #c7c7c7;
          /* border-bottom: 1px solid #d8162e;
          border-right: 1px solid #d8162e; */
          padding: 10px 10px 10px 10px ;
                }
                

/*===================================*/


html>body #content { /*umgehen des IE fehlers, kenn kein min-width*/
	height: auto;
	min-height: 400px;
		}


.downnavi {
         position: relative;
         top: 30px;
         left: 410px;
         width: 120px;
                   }


#contentlinks{
          position:absolute;
          width:320px;
          z-index:10;
          height: 50px;
              }


#contentrechts {
          position:absolute;
          left: 380px;
          z-index:10;
          height: 150px;
          width:360px;
        }       
	  
/*===================================*/


	  

/*
=================================================
OLD
=================================================
*/

.menuleft {
           position:absolute;
           top:150px;
           left:5px;
           width:140px;
           height:470px;
           padding: 20px 20px 20px 20px;
           z-index:4;
     border-top: 1px solid #d8162e;
     border-right: 1px solid #d8162e;
     border-left: 1px solid #d8162e;
     border-bottom: 1px solid #d8162e;
     min-height: 380px;
	  }

/*===================================*/


.menuleft DIV a{
color: #4D4D4D;
background: transparent;
padding: 2px;
padding-left: 6px;
display: block;
border-left: 10px solid white;
font: 12px arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.menuleft DIV.menu1-level1-no  a:hover {
border-left: 10px solid #b50802;
text-decoration: none;
color: #b50802;}

.menuleft DIV.menu1-level1-act a 
{
border-left: 10px solid white;
text-decoration: none;
padding-left: 0px;
color: #b50802;
}


.menuleft DIV.menu1-level2-no a{
color: #737373;
background: transparent;
padding: 2px;
padding-left: 16px;
display: block;
border-left: 3px solid white;
font-size: 11px;
font-weight: normal;
text-decoration: none;
text-align: left;
margin-top: 1px;}


.menuleft DIV.menu1-level2-no a:hover {
border-left: 3px solid #b50802;
color: #b50802;}


.menuleft DIV.menu1-level2-act a {
font-size: 11px;
border-left: 3px solid white;
padding-left:26px;
color: #b50802;}

/*===================================*/
.menuleft DIV.menulvl3no a{
color: #737373;
background: transparent;
padding-left: 30px;
display: block;
border-left: 3px solid white;
font-size: 10px;
font-weight: normal;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.menuleft DIV.menulvl3no A a:hover{
font-size: 10px;
border-left: 3px solid #b50802;
color: #b50802;}


.menuleft DIV.menulvl3act a{
font-size: 10px;
border-left: 3px solid white;
padding-left:30px;
color:#b50802;
}

/*===================================*/

	  
/*
====================================================
  FORMULARE
===================================================*/   

/* Felder und Submit Button für Email-Formulare */
      
 .csc-mailform 
     {
     /*background-color: white;*/
     border: 0;
     width: 99%;
     height: 100%;
     padding: 0px 0px 0px 0px;
     padding-top: -10px;
          }
 
 .csc-mailform-field
 	{
 	/*background-color:white;*/
        border: 0px;
        }
 
     .csc-mailform-field input {
      background-color: white;
      border: 1px solid;
      border-color: silver;
      font-family:  Verdana;
      font-size: 11px;
      line-height:14px;
      width: 50%;
      }  
      
 .csc-mailform-field textarea {
      background-color: white;
      border: 1px solid;
      border-color: silver;
      font-family: Verdana;
      font-size: 12px;
      line-height:14px;
       } 
  
#mailformNachricht_     
   {width: 250px;
    height : 200px;
    display: block;
    clear:both;
    }


        
    
  .csc-mailform-field label {
      margin:1px;
      font-size:11px;
      line-height:20px;
      color:black;
 /*float: left; */
      text-align: left;
      margin-right: 0px;
      width: 100px;
      height: 20px;
      display: block;
      font-family: Verdana;
     } 

       


/*#mailformformtype_mail
       {
      margin-left: 0px;
      margin-top: 3px;
      padding-left: 1px;
      padding-right: 1px;
      padding-top: 1px;
      padding-bottom: 1px;
      background-color: white;
      border: 1px solid;
      border-color: silver;
      cursor:hand;
        }  
  */      

.csc-caption {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		      }     

.csc-mailform-submit {}		

/*=======================================*/
       
/*
====================================================
  NEWS
===================================================
*/


#newshead {
  color: #b50802;
  font-size: 13px;
  font-weight:bold;
  background:#F9F9F9;
  border-top: 1px solid #b50802; 
  border-bottom: 1px solid #b50802;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 9px;
  margin-bottom: 8px;
  width: 95%;
    	  }
	  
#listview {border-top: 15px solid white;}

#newstable {
	width:60%;
	 padding-top:2px;
	/*background: silver;*/
	    }

#thumbnail {
   	padding-left: 20px;
	   }


#singlenews {
	    width:75%;
	    background: white;
	    padding: 15px 15px 15px 15px;
	    clear: both;
            border-left: 1px solid silver;
            border-left: 1px solid silver;
	     }   

.newsdatehead{
padding-top: 8px;
border-bottom: 1px solid #4d4d4d;}



#snhead {
	    width:95%;
	    background: #b50802;
	    padding: 5px 5px 5px 5px;
	    border: 1px solid silver;
	     }
.newsdatesv {font-size:12px;}

.newstitlesv {}

#snadd{overflow:hidden;
	    width:75%;
	    font-size: 11px;
	    font-family: verdana;
	    background: #b50802;
	    padding: 5px 5px 5px 5px;
	    border: 1px solid silver;
	     }	
	
/*
==============================================
  TOP NAVI
==============================================
*/

#topnavi {
          position:absolute;
          top:120px;
          left:0px;
          width:670px;
          height:40px;
          z-index:33;
	 border-top: 1px solid #c7c7c7;
	 padding-left: 230px;
	 padding-top: 6px;
	 font-size: 13px;
	 line-heigth: 14px;
       }

/*===================================*/
	     
#toarchive {
  color: #FFB180;
  font-size: 11px;
  font-weight:bold;
  background:#F9F9F9;
  border-top: 1px solid #b50802; 
  border-bottom: 1px solid #b50802; 
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 9px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 95%;
	  }
	  
/*===================================*/
	  
#toarchive a:hover {
	color: #C00052;  /*orange*/
	text-decoration: underline;
		}	

/*
==============================================
  SEARCHBOX
==============================================
*/


#searchbox {
         position:absolute;
         top:125px;
         left:5px;
         width:180px;
          z-index:99;
       }

/*===================================*/


.search_box_button {
	 position:absolute;
         top:0px;
         left:170px;
         width:40px;
          z-index:100;
            color: black;
 	    font-family: verdana;
 	    font-weight:normal;}

/*===================================*/
 	    
.search_box_field {
                  font-family: verdana;
                  font-size: 12px;
                  color: #253A57;
                  background-color:#c7c7c7;
                  }

/*
==============================================
  NAVI OBEN RECHTS
==============================================
*/


#iconnavi	 { 
	position:absolute;
     	top:123px;
     	left:860px;
    	z-index:299;
	/*border-top: 1px solid #4D4D4D;*/
		}
		
		

/*=== TOP MENU Startseite, Kontakt, Impressum ===*/
.top_navi {
         position:absolute;
         top:125px;
         left:520px;
         width:440px;
         height: 20px;
         z-index:100;
         display: inline;
         font-size: 14px;
         color: black;
              }

.tn-no  { 
             color: black;
             z-index:55;
           }

.tn-act {
            color: green;
            z-index:55;
          }
          
		
/*
==============================================
  Button
==============================================
*/
		
#menudown {
         position:absolute;
     	top:650px;
     	left:630px;
     	widht: 150px;
     	height:50px;
    	z-index:299;
		}
		
       
       
       
#newsteaser {
        position:absolute;
     	top:785px;
     	left:240px;
     	widht: 400px;
     	height:100px;
    	z-index:300;
    	/*border: 1px solid red;*/
		}