/* CSS Document */

/* Webers Backstube 2006 
   www.birkdesign.de */


    /* Rand grau*/
.rand {
	border: 1px solid #CCCCCC;
	}
	
	/* Rand unten orange */
.rand_unten_orange {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC9502;
	}
	
	/* Rand oben orange */
.rand_oben_orange {
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EC9502;
	padding-left: 40px;  
	}	
	
	
	/* Heisse Adresse orange_oben */
.heisse_adresse {  
	font-size: 10px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
	color:#EC9502; 
	}
	
   /* Hauptüberschriften_orange */
.hauptueberschrift_orange {  
	font-size: 12px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: bold;
	color:#EC9502; 
	}
	
	
	/* Hauptüberschriften_grau */
.hauptueberschrift_grau {  
	font-size: 12px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: bold;
	color:#666666; 
	}
	
	/* Lauftext_grau */
.lauftext_grau {  
	font-size: 10px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
	color:#999999; 
	}

	/* Lauftext_grau_dunkel */
.lauftext_grau01 {  
	font-size: 11px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
	color:#333333; 
	}

	/* Aktuelles orange */
.aktuelles_orange {  
	font-size: 11px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
	color:#EC9502; 
	}
	
	/* Aktuelles_grau */
.aktuelles_grau {
	font-size: 12px;
	text-decoration:none;
	font-family: Verdana;
	font-weight: bold;
	color:#666666;
	padding-left: 40px;
	}	
	
	/* link orange */
.link_orange {  
	font-size: 11px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
	color:#EC9502; 
	}	
	a.link_orange:link  {}
a.link_orange:visited {
    color:#EC9502;
	}	
a.link_orange:hover   {
    color:#666666;
	}
a.link_orange:active  { 
    color:#666666; 
	}
	
		/* link grau */
.link_grau {  
	font-size: 10px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
	color:#999999; 
	}	
	
	
	
	/* Webers Backstube grau_unten_rand */
.backstube_unten {  
	font-size: 9px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
	color:#999999; 
	}
	
	
	/* Hauptnavigation */
a.haupt_navigation {
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	padding-bottom:5px;
	text-align: left;
	background-color:#FFFFFF;
	color: #666666;
	display:block;
	text-decoration:none;
	font-family: Verdana;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
a.haupt_navigation:link  {}
a.haupt_navigation:visited {
    color:#666666;
	}
a.haupt_navigation:hover {
	color:#666666;
	background-image:url(navigation/pfeil-grau1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}
a.haupt_navigation:active  { 
    color:#666666; background-color:transparent; 
	}


    /* Hauptnavigation active */
a.hauptnavigation_active {
	font-size: 11px;
	text-decoration:none;
	font-family: Verdana;
	padding-left: 12px;
	font-weight: normal;
	color:#EC9502;
	padding-bottom:5px;
	text-align: left;
	background-image:url(navigation/pfeil-orange.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display:block;
    background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
	}	
a.hauptnavigation_active:link    {}
a.hauptnavigation_active:visited {
    /*color:#666666;*/
	}
a.hauptnavigation_active:hover   {
	color:#EC9502;
	background-image:url(navigation/pfeil-orange.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}
a.hauptnavigation_active:active  { 
    color:#EC9502; 
	}


    /* Nebennavigation */
a.neben_navigation {
	font-size: 9px;
	font-style: normal;
	color:#999999;
	padding-right:6px;
	padding-top:0px;
	padding-bottom:0px;
	text-align: left;
	background-color:#FFFFFF;
	
	display:block;
	text-decoration:none;
	font-family: Verdana;
	background-repeat:no-repeat;
	background-position:left top;
	height:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 6px;
	}
a.neben_navigation:link  {}
a.neben_navigation:visited {
    color:#999999;
	}	
a.neben_navigation:hover   {
    color:#CCCCCC;
	}
a.neben_navigation:active  { 
    color:#333333; 
	}
	
 
    /* Nebennavigation-Rechts */ 
 a.neben_navigation_re {
	font-size: 9px;
	font-style: normal;
	color:#999999;
	padding-right:6px;
	padding-top:0px;
	padding-bottom:0px;
    text-align: left;
	background-color:#FFFFFF;
	
	display:block;
	text-decoration:none;
	font-family: Verdana;
	background-repeat:no-repeat;
	background-position:left top;
	height:15px;
	padding-left: 6px;
	}
a.neben_navigation_re:link    {}
a.neben_navigation_re:visited {
    color:#999999;
	}
a.neben_navigation_re:hover   {
    color:#CCCCCC;
	}
a.neben_navigation_re:active  { 
    color:#333333; 
	}
 
 

    /* Nebennavigation active */
a.neben_navigation_active {
	font-size: 9px;
	font-style: normal;
	color: #202020;
	padding-right:6px;
	padding-top:0px;
	padding-bottom:0px;
	text-align: left;
	background-color:#FFFFFF;
	color: #202020;
	display:block;
	text-decoration:none;
	font-family: Verdana;
	background-repeat:no-repeat;
	background-position:left top;
	height:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 6px;
	}
a.neben_navigation_active:link  {}
a.neben_navigation_active:visited {
    
	}	
a.neben_navigation_active:hover   {
    color:#202020;
	}
a.neben_navigation_active:active  { 
    color:#202020; 
	}


    /* Nebennavigation rechts active */
 a.neben_navigation_re_active {
	font-size: 9px;
	font-style: normal;
	color: #202020;
	padding-right:6px;
	padding-top:0px;
	padding-bottom:0px;
    text-align: left;
	background-color:#FFFFFF;
	color: #202020;
	display:block;
	text-decoration:none;
	font-family: Verdana;
	background-repeat:no-repeat;
	background-position:left top;
	height:15px;
	padding-left: 6px;
	}
a.neben_navigation_re_active:link    {}
a.neben_navigation_re_active:visited {
    
	}
a.neben_navigation_re_active:hover   {
    color:#202020;
	}
a.neben_navigation_re_active:active  { 
    color:#202020; 
	}
	
   


/*.trennung_haupt_nav {
	border-right-width: 0px;
	border-right-style: none;
	padding-left: 12px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #555555;
	text-decoration: none;
}*/



   /* Bild oben rechts */
.bild_oben {
}


    /* Schrift Formular */
.formular {
    font-family: Verdana;
	font-size: 10px;
	color: #333333;
	}
	
   /* Logo oben links */
.logo {
    background-image:url(bilder/Weber_logo02.gif); background-repeat:no-repeat;
    background-position:12px 10px;
    background-color:white; height:85px;
    }

   /* Grafik unten links */
.getreide {
    background-image:url(bilder/getreide_05.jpg); background-repeat:no-repeat;
    background-position:12px bottom;
    background-color:white; height:141px;
    }

   /* Textausrichtung Startseite */
.textausrichtung_start {
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 100px;
    }


   /* Textausrichtung Aktuelles */
.textausrichtung_aktuelles {
	padding-top: 0px;
	padding-left: 16px;
	padding-right: 12px;
    }

   /* Textausrichtung Aktuelles Start */
.textausrichtung_aktuelles01 {
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 12px;
    }

   /* Hauptüberschriften_orange link */
.hauptueberschrift_orange_link {  
	font-size: 12px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: bold;
	color:#EC9502; 
	}
	
	
	/* Hauptüberschriften_grau link */
.hauptueberschrift_grau_link {  
	font-size: 12px;
    text-decoration:none;
	font-family: Verdana;
	font-weight: bold;
	color:#666666; 
	}
	
.Hervorhebung {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color:#EC9502; 
}
