/*
** color codes

:::: grün
100%	=		#68b024;
 90%	=		#77b839;
 80%	=		#86c050;
 70%	=		#95c865;
 60%	=		#a4d07c;
 50%	=		#b3d791;
 40%	=		#c3dfa7;
 30%	=		#d1e7bd;
 20%	=		#e1efd3;
 10%	=		#f0f7e9;
 
:::: grau
#f2f2f2;
#ebebeb;
#cccccc;
#999999;
#666666;

** color codes end
*/

* { margin: 0; padding: 0; }

body {
	background: #ebebeb url(../img/head.png) repeat-x top;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	color:#666;
}
	
#container {
	width: 750px;
	margin: 0 auto;
	background: url(../img/content_pane-shadow.gif) no-repeat center 200px;
}

#header {
	height: 220px;
	width: 750px;
	margin: 0 auto;
	position: relative;
	background:url(../img/FL_Logo.png) no-repeat center 50px;
}

#frame {
}

#breadcrumb {
	margin: 0px 45px 10px 45px;
	color:#999999;
	text-align:left;
	font-size:12px;
	text-indent:20px;
}

#content {
	width: 750px;
	margin: 0 auto;
	padding-bottom:120px;
	border-top: 1px solid #ccc;
	background: #fff url(../img/firma.jpg) bottom center no-repeat;
}

div#footer {
	width: 750px;
	margin: 0 auto 20px auto;
	color: #666;
	font-size: 14px;
	padding-top: 20px;
	background: url(../img/content_pane-shadow.gif) no-repeat top center;
}
	
.wide {
	\width: 750px; /* Angabe für den IE 5.x */
	w\idth: 750px; /* Angabe für Browser die das Boxmodell fehlerhaft darstellen */
	width: 710px;
	padding:0px 20px;
	float: left;
}
	
.narrow {
	\width: 600px; /* Angabe für den IE 5.x */
	w\idth: 600px; /* Angabe für Browser die das Boxmodell fehlerhaft darstellen */
	width: 560px;
	padding:0px 20px;
	float: left;
}

.hide { display: none; }

h1 {
	font-size: 150%;
	color:#77b839;
	background:#f0f7e9;
}

h2 {
	font-size: 150%;
	color:#86c050;
	border-bottom:1px solid #e1efd3;
}

h3 {
	font-size: 125%;
	color:#95c865;
}

h4 {
	font-size: 100%;
	color:#a4d07c;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	line-height: 170%;
	background: url(../img/bullet-list.gif) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

a { 
	outline: none;
	color: #003f8c;	
}

a img { border: 0; }	
	
#header h1 {
	position: absolute;
	top: 42px;
	left: 136px;	
	text-indent: -9999px;
}
	
#header h1 a {
	display: block;
	width: 525px;
	height: 170px;
}
	
#header p {
	display: none;
}

ul#subnav {
	float:left;
	width: 150px;
	text-align: left;
	list-style: none;
	margin: 18px 0 0 0;
	clear: both;
}
	
#subnav li {
	display:block;
	margin-bottom:2px;
	text-indent:20px;
	padding-left:0px;
	background:none;
}
	
#subnav li a {
	display:block;
	padding:5px 0;
	height:20px;
	color:#666666;
	background:#b3d791;
	text-decoration:none;
}

#subnav li a:hover {
	color:#666666;
}

#breadcrumb a {
	text-decoration:none;
	color:#666;
}

#content a {
	outline: none;
	color: #666;
}

#content a:hover {
	color: #999;
}

#content a img {
	margin: 4px;
	border:1px solid #86c050;
	background:#e1efd3;
	padding:6px;
}
	
#content a:hover img {
	background:#a4d07c;
}
	
#footer p#legal {
	margin: 20px auto 0 auto;
	padding-top: 0px;
	text-transform: uppercase;
	text-align: center;
}
	
#footer p#disclaimer {
	font-size:12px;
	color: #333;
	text-align: center;
}

#footer p#disclaimer a{
	color: #333;
	text-align: center;
}

#kwicks_container { 
	height: 40px;
}

#kwicks {
	display:block;
	margin:0;
}

#kwicks li {
	float: left;
	margin:0;
	padding:0;
	list-style: none;
}

#kwicks .kwick {
	display: block;
	width: 148px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
}

#kwicks .kwick span {
	display:none;
}

#kwicks li {
	background:none;
}

#accordion h3.toggler {
	margin: 0 0 2px 0;
	padding: 2px 5px;
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	cursor:pointer;
}
 
.element p {
	margin: 0;
	padding: 4px;
}

/* Tooltip */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #95c865;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	text-align:left;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}

/* BONUS Styles */

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../img/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

.highlight {
	border-bottom: 1px dotted #86c050;
	background: #f0f7e9;
	padding: 0 5px;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	font: 50px/40px Georgia, Times, serif;
}

ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 23px;
	background: url(../img/checklist-bg.gif) no-repeat 0px 0px;
}

div.sticky {
	margin: 15px 0;
	color:#a4d07c;
}

div.sticky div {
	margin: 0;
	width:auto;
	border:1px solid #a4d07c;
	background:#f0f7e9;
}

div.sticky div div {
	margin: 0;
	padding: 15px;
	width: auto;
	color:#666;
}

.img {
	margin-left:35px;
	border:1px solid #a4d07c;
	padding:8px;
}

/* Content Styles */

.angebot {
	width:154px;
	height:286px;
	float:left;
	margin-left:18px;
}

.angebot h4 {
	margin:200px 4px 0px 4px;
}

.angebot p {
	margin:4px;
	font-size:11px;
}

#angebot1 {
	background:url(../gfx/Angebot_PKW.jpg);
}
#angebot2 {
	background:url(../gfx/Angebot_Kasten.jpg);
}
#angebot3 {
	background:url(../gfx/Angebot_9Sitzer.jpg);
}
#angebot4 {
	background:url(../gfx/Angebot_LKW.jpg);
}
