
	/*--- // -------------------------------------------------------
		
		@ Dani Albrecht Frontend 
		@ /css/general.css
		@ Style-Sheet für das allgemeine Layout
		
		@ 3.10.2007 PH / JB
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		-	Banner
		- 	Service Spalte links
		-	Navigationen
		-	Diverse Klassen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/	
	
	/*-----------------------------------------------------------
	
		Element Definitionen
	
	-----------------------------------------------------------*/
	
	body {
		background: #fff;
		font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	}
	h2 {
		clear:left;
		color:#DD0F0F;
		font-size:19px;
		font-weight:normal;
	}	
	div#page {
		width: 100%;
	}
		
	div#print-logo {
		display:block;
		width:100%;
		height:60px;
		background:url(../img/layout/print_logo.gif) left center #DE0F0F no-repeat;
	}
	
	div#header {
		display:none;
	}
	
	div#logo {
		display:none;
	}
	
	div#main {
		width: 100%;
	}	
	
		/* Der Linke Rand */
		div#left-clear {
			display:none;
		}
		
		/* Der Container mit News und Gallery */
		div#sidebar {
			display:none;
		}
		
		/* Der Inhalt Container */
		div#middle {
			position:relative;
			float:left;
			width:100%;
		}
			ul#quicknav {
				display:none;
			}
						
			div#content-title, div#content, div#content-footer {
				width:100%;
				padding:0;
			}
		
			div#content-title{
				clear:both;
				height:96px;
				background:none;
			}
			
				div#breadcrumb ul {
					list-style:none;
					padding-top:36px;
					color:#666;
				}
			
				div#breadcrumb li {
					float:left;
					padding-bottom:16px;
				}
			
				div#breadcrumb a {
					list-style:none;
					padding-top:36px;
					padding-left:5px;
					color:#666;
				}
		
			div#content{
				background:none;
				padding-top:15px;
			}
			
				div.content-left {
					float:none;
					width:100%;
				}
			
				div.content-right {
					float:none;
					width:100%;
				}
		
			div#content-footer{
				height:15px;
				background:none;
			}		
			
			div#print {
				display:none;
			}
	
	div#footer {
		display:none;
	}
	
