/* Standard Stylesheet*/
/* Reset all */




img {
    border: none;
}

/* img, a img {
	
	padding: 0px;
	border:none;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
} */


*{
	padding: 0;
	margin: 0;
	border: 0;
}

h2, p, ol { margin-bottom: 1em;   } 
 
 /* ol ul { margin-bottom: 1em; } */


li { 
	display: inline;
}

.Stil1 {color: #FFFFFF; font-size:10px; width:177px;}

/* Allgemeines */

body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	background-image: url(pics/bg.png);
	background-repeat:repeat-x;
	background-color: #cfe1ed;
}

a:link {
	text-decoration: none;
	display: inline;
	color: #333;
}

a:visited {
	text-decoration: none;
	color:#333;
}

a:hover {
	text-decoration: none;
	color: #fff;
}
a:focus {
	text-decoration: none;
	
} 

/* Clear Class */
.c {
	clear: both;
}




/* Absaetze */
p {
	padding-left:20px;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 { padding-left: 20px;

}

h2 { padding-left: 20px;

}

h3 { padding-left: 20px;

}

h4 { padding-left: 20px;

}



/* ANFANG NAVIGATION */
/* ######################################################################*/

ul {
	list-style: none;
	padding-top: 20px;
	line-height: 3em; /* Linkhöhe der Navigation */
	} 

#navigation {
	width: 233px;
	margin: 9px;
	}

	
#navigation li a {
	height: 40px;
	color:#333;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 252px;
	text-decoration: none;
	}	
	
#navigation li a:link {
	color: #333;
	display: block;
	height: 40px;
	width: 200px;	
	background:  url(pics/nav_bg2.png) 0 0px;
	padding: 0px 0 0 30px;
	}

#navigation li a:visited {
	color: #333;
	height: 40px;
	width: 200px;	
	display: block;
	background:  url(pics/nav_bg2.png) 0 0px;	
	padding: 0px 0 0 30px;
	}

	
		
#navigation li a:hover {
	color: #FFF;
	width: 200px;
	height: 40px;
	background: url(pics/nav_bg2.png) 252px;
	padding: 0px 0 0 30px;
	}
	

/* ENDE NAVIGATION */
/* ######################################################################*/	


 
/* Layout */
/* ######################################################################*/	
#wrapper {
	width: 897px;
	height: auto;
	margin: auto;
	background-image:url(pics/bg_content.gif);
}

#header {
	background-image: url(pics/header.png);
	width: auto;
	height: 123px;
	margin-bottom: 10px;
}


.flashbild {
	height:328px;
	width:612px;
	background-color:#FFD18F;
	margin-left:258px;
	background-image: url(flash/banner.jpg);
	background-repeat: no-repeat;

}

#navi { background:#CCCCCC
	
}

#content {
}

#inhalt {
	padding-top:50px;
	padding-left:240px;
	padding-right: 40px;

}

#links {
	float:left; 
	margin-left:14px; 
	margin-right:20px; 
	margin-bottom:20px;
	margin-top:5px; 
	border:solid 1px;
	border-color:#FF9900; 
    text-align:left;
	height:150px;
}

#leiste {
	padding-top:30px;
	padding-left:6px;
	height:auto;
	width:241px;
	float: left;
}

.fillialen {
	float:none;
	padding-left:26px;

}

#footer {
}

#footer_down {
	height:auto;
	margin-top:-20px;
	width:100%;
	background-color:#3f4c6b;
	background-image:url(pics/footer_bg.png);
	background-repeat:repeat-x;
}


#adress {
	width: 897px;
	height: 100%;
	margin: auto;
	padding-left:40px;

}


.accordion_toggle {
			display: block;
			height: 40px;
			width: 550px;
			
			padding: 0 10px 0 10px;
			line-height: 40px;
			color: #FFB03F;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			
			color: #FFB03F;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			width:532px;
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 550px;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #FFB03F;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
		/* Container styling*/
		#horizontal_container {
		  width: 550px;   
		  height: 100px;    
		}
		
		#vertical_nested_container {
		  margin: 20px auto 20px auto;
		  width: 550px;
		}
		
		#vertical_container {
		margin-left:10px;
		  width: 550px;   
		  height: 100px;    
		}
		
		
		
		
	