
	/*--- // -------------------------------------------------------
		
		@ classicboat24 Frontend 
		@ /css/general.css
		@ Style-Sheet für das allgemeine layout_classicboat
		
		@ 03.03.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		-	Navigationen
		-	Breadcrump
		-	Diverse Klassen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/	
	
	/*-----------------------------------------------------------
	
		Element Definitionen
	
	-----------------------------------------------------------*/
	@charset "utf-8";
	
	a {
		text-decoration:underline;
		color:#1c5388;
		outline:none;
	}
	
	h2 {
		padding-bottom:5px;
		color:#1c5388;
		font-weight:bold;
		font-size:15px;
	}
	
	h3 {
		padding:6px 0 5px 0;
		color:#1c5388;
		font-weight:bold;
		font-size:12px;
	}
	
	div#title {
		color:#1c5388;
	}
		
		div#login span {
			padding:1px 0px 1px 18px;
			background:url(../../img/layout_classicboat/pfeil_corner.gif) bottom left no-repeat;		
		}
	
		div#toTop a {
			padding-right:20px;
			background:url(../../img/layout_classicboat/pfeil_corner_top.gif) bottom right no-repeat;
		}
	
	/*-----------------------------------------------------------
		Navigationen
	-----------------------------------------------------------*/
	
		/* -------------- Hauptnavigation -------------- */
		
		div#main-nav ul li.link-car, div#main-nav ul li.link-bike, div#main-nav ul li.link-part, div#main-nav ul li.link-boat {
			background:url(../../img/layout_classicboat/main_nav_bg.png) bottom repeat-x;
		}
		
		div#main-nav ul li a.classicBoat {
			color:#1c5388;
			background:#fff;
			margin-top:2px;
			padding:6px 9px;
		}
		
		div#main-nav ul li.link-car div.left-corner {
			background:url(../../img/layout_classicboat/corner-left.png) bottom left no-repeat;
		}
		
		div#main-nav ul li div.right-corner {
			background:url(../../img/layout_classicboat/seperator.png) bottom right no-repeat;
		}
		
		div#main-nav ul li div.left-corner-active {
			padding-left:6px;
			background:url(../../img/layout_classicboat/corner-left-active.png) bottom left no-repeat;
		}
		
		div#main-nav ul li div.right-corner-active {
			padding-right:6px;
			background:url(../../img/layout_classicboat/corner-right-right-active.png) bottom right no-repeat;
		}
		
		/* -------------- Subnavigation -------------- */
		
		ul#navigation li a.active {
			text-decoration:none;
			color:#1c5388;
			font-weight:bold;
			background:url(../../img/layout_classicboat/h3style.gif) center left no-repeat;
			padding-left:20px;
		}
			
		div#did-you-know {
			width:100%;
			height:104px;
			background:url(../../img/layout_classicboat/green_leaf.jpg) top left no-repeat;
		}
		
		ul#newest-offers li a {
			text-decoration:none;
			color:#fff;
			background:url(../../img/layout_classicboat/white_pfeil.gif) center left no-repeat;
			padding-left:18px;
		}
		
		ul#newest-offers li a:HOVER{
			text-decoration:none;
			color:#ffed00;
			background:url(../../img/layout_classicboat/yellow_pfeil.gif) center left no-repeat;
			padding-left:18px;
		}
		
		/* -------------- Quicknav -------------- */
		
		div#quicknav div.quicknav-container a:HOVER {
			background:#1c5388;
			color:#fff;
			text-decoration:none;
		}
	
	/*-----------------------------------------------------------
		Breadcrump
	-----------------------------------------------------------*/
		
		div#green-button {
			background:#1c5388;
			margin:2px;
			color:#fff;
		}
		
		div#anzahlInserate {
			background:#fff;
			margin:2px;
			color:#1c5388;
		}
	
	
	/*-----------------------------------------------------------
		Diverse Klassen
	-----------------------------------------------------------*/
	
	div#catBG span {
		padding:0 5px;
		background:#1c5388;
		color:#fff;
		font-size:15px;
		font-family:"Times New Roman", Times, Georgia, serif;
		font-weight:bold;
	}
	
	div.title-line {
		width:100%;
		height:20px;
		background:url(../../img/layout_classicboat/green_line.gif) top left repeat-x;
	}	
	
	div.title-line a {
		color:#1c5388;
		text-decoration:none;
	}
	
	div.title-line span {
		margin-left:10px;
		padding:1px 5px 0 5px;
		background:#fff;
		color:#1c5388;
		font-size:19px;
		font-family:"Times New Roman", Times, Georgia, serif;
		font-weight:bold;
	}
	.dotted-line-green {
		background:url(../../img/layout_classicboat/dottedline_g_w.gif) bottom center no-repeat;
	}
	.yellow-font {
		color:#FDED01;
		font-style:italic;
	}
	
	.green-font {
		color:#1c5388;
	}
	
	.catFont {
		color:#1c5388;
		font-weight:bold;
	}
	
