@charset "utf-8";


/*
       	    __     __     ______     __    __     ______     __  __     ______
           /\ \  _ \ \   /\  ___\   /\ "-./  \   /\  __ \   /\ \/ /    /\  ___\
           \ \ \/ ".\ \  \ \  __\   \ \ \-./\ \  \ \  __ \  \ \  _"-.  \ \  __\
            \ \__/".~\_\  \ \_____\  \ \_\ \ \_\  \ \_\ \_\  \ \_\ \_\  \ \_____\
             \/_/   \/_/   \/_____/   \/_/  \/_/   \/_/\/_/   \/_/\/_/   \/_____/

            __     __     ______     ______
           /\ \  _ \ \   /\  ___\   /\  == \
           \ \ \/ ".\ \  \ \  __\   \ \  __<
            \ \__/".~\_\  \ \_____\  \ \_____\
             \/_/   \/_/   \/_____/   \/_____/
			 
			 M0RE    wemakeweb.de        Info@wemakeweb.de                  */
			 
			 

/*-----------------------------------*/
/*------------Navigation----------*/
/*-----------------------------------*/
.navigation {
	margin-left:-9px;
	
}

.navigation li{
	color:#C60C12;
	display:block;
	margin-left:10px;
	width:60px;		/*Breite des kastene*/
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	background-position: left center;
	font-size:14px;
	padding-top:0px;
	padding-right:2px;
	padding-bottom:2px;
	padding-left:10px;
	
}

.navigation li a,
.navigation li a:visited{
	color:#C60C12;	
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}

.navigation li a:hover{
	color: #390;
	text-decoration:none;	
}

.navigation .haupt
/*.navigation .haupt a:visited*/{
	color: #C60C12;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;   /*padding:2px 2px 2px 10px;*/
	font-style: normal;	
	width:110px;
	margin-left:0px;  /* war -3px */
	display:block;
	/*background-position: center center;  /* leiste farbig links*/
	font-weight:bold;
	padding-top:2px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:10px;
	
}
.active li{
	color: #C60C12;
	background-color: white;
}


/*-----------------------------------*/
/*------------Obere Navigation----------*/
/*-----------------------------------*/


#navibereich {
	margin-top:-5px;
	text-align: right;
	color: #390;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
   #navibereich ul {
	margin-bottom: 0;
	text-decoration: none;
   }
   #navibereich li {
	display: inline;
	list-style-type: none;
	margin: 0;
	color: #FFF;
	text-decoration: none;
   }
   #navibereich a,
   #navibereich strong {
	color: #FFF;
	background-color: #FF6500;
	font-weight: normal;
	padding: 4px 8px;
	text-decoration: none;
	/*border: 1px solid #8c8c8c;*/
   }  
   
   #navibereich a:hover,
   #navibereich a:focus { 
      color: black; 
      background-color: white; 
      font-weight: normal; 
     /*  border-bottom-color: white; Rahmenlinie weiss */ 
   }
   
   
   #navibereich a:hover {
	background-color:#FF6500;
	color: #319A00;
   }
   #navibereich a:active { 
      color: black;
      background-color: white; 
   }  

/*-----------------------------------*/
/*------------Sitemap----------*/
/*-----------------------------------*/

.sitemap {
	margin-left:9px;
	clear:both;
	}

.sitemap li{
	/*background-image: url(../image/logo/bullet_red_klein.gif);*/
	display:block;
	margin-left: 10px;
	width:60px;		/*Breite des kastene*/
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	background-repeat: repeat;
	background-position: left center;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #FFF;
	border-bottom-color: #333;
	border-left-color: #FFF;
}

.sitemap li a,
.sitemap li a:visited {
	text-decoration:none;
	color:#319A00;
	display:block;
}
.sitemap li a:hover{
	background-color:#FFF;
	color: #B51818;
	border: 1px none #2D2D2D;
}
.sitemap .last{border-bottom:none;}


.sitemap .haupt{
	font-size:0.8em;
	/*background-image: url(../image/logo/bullet_red_klein.gif);*/
	font-family:Tahoma, Geneva, sans-serif;   /*padding:2px 2px 2px 10px;*/
	width:100px;
	margin-left:0px; 				 /*/ war -3px */
	display:block;
	background-repeat: repeat-x;
	background-position: center center;  /* leiste farbig links*/
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #FFF;
	background-color: #FFF;
}



.active li{display:block;}
