@charset "utf-8";

/* RESET */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, ins, strong, b, u, i, center, ol, ul, li, fieldset, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
	
body {
	line-height: 1; }
	 
ol, ul {
	list-style: none; }
	
blockquote, q {
	quotes: none; }
			
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none; }
				   
table {
	border-collapse: separate;
	border-spacing: 10; }


/* LAYOUT */
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #1350bb url(layout/hintergrund.jpg) repeat-x top;
	margin: 40px 0 40px 0; }
	
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	
	color: #1350bb;
	margin: 0 0 20px 0; }
	
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1350bb;
	margin: 0 0 5px 0; }
	
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1350bb;
	margin: 0 0 20px 0; }
	
h4 	{
	font: bold 14px Arial, Helvetica, sans-serif;

	color:#666;
	font-size: 14px;
	margin: 5px 0 5px 0; }
	
h5 	{
	font: bold 14px Arial, Helvetica, sans-serif;

	color:#1350bb;
	font-size: 14px;
	margin: 5px 0 5px 0; }
	
.textfeld {
	display:none;
}

	
#format {
	width: 980px;
	margin: auto;
	position: relative;
	background: #FFF;
	box-shadow: 1px 2px 10px #222; }

#kopf {
	height: 180px;
	position: relative;
	background: url(layout/kopf.jpg); }

#rim-logo a {
	width: 236px;
	height: 105px;
	position: absolute;
	left: 40px;
	top: 40px;
	text-indent: -9999px;
	outline: none; }


	
#claim {
	position: absolute; 
	bottom: 20px;
	right: 20px; }
	
#aufmacher {
	height: 360px;
	margin: 10px 20px 55px 20px;
	background: #666; }
		   
	#aufmacher.index {
	background: url(layout/aufmacher_index.jpg); }
		
	#aufmacher.impressum {
	background: url(layout/hb_fahne.gif); }
		
	#aufmacher.das_sind_wir {
	background: url(layout/hb_das_sind_wir.jpg); }
	
	#aufmacher.das_tun_wir {
	background: url(layout/hb_das_tun_wir.jpg); }
	
	#aufmacher.ist-analyse {
	background: url(layout/hb_analyse.jpg); }
	
	#aufmacher.kauf_miete_leasing {
	background: url(layout/hb_mieten.jpg); }

	#aufmacher.inzahlungnahme {
	background: url(layout/hb_inzahlung.jpg); }
	
	#aufmacher.installation {
	background: url(layout/hb_installation.jpg); }
	
	#aufmacher.reparatur {
	background: url(layout/hb_reparatur.jpg); }
	
	#aufmacher.aufbereitung {
	background: url(layout/hb_aufbereitung.jpg); }
	
	#aufmacher.produkte {
	background: url(layout/hb_produkte.jpg); }
	
	#aufmacher.specials {
	background: url(layout/hb_specials.jpg); }
	
	#aufmacher.news-ticker {
	background: url(layout/hb_newsticker.jpg); }
	
	#aufmacher.kundenstimmen {
	background: url(layout/hb_kundenstimmen.jpg); }
	
	#aufmacher.karriere {
	background: url(layout/hb_karriere.jpg); }
	
	
#navigation {
	float: left;
	margin: 0 40px 40px 40px; }

	#navigation ul {
		list-style: none; }

		#navigation ul li {
			margin: 0 0 15px 0;}

			#navigation ul li a {
				display: block;
				width: 135px;
				height: 28px;
				font: bold 13px Arial, Helvetica, sans-serif;
				text-decoration: none;
				text-transform: uppercase;
				color: #666;
				padding: 12px 0 0 25px;
				background: #FFF url(layout/button.jpg) left top; }

					#navigation ul li a:hover {
						color: #999;
						background-position: left bottom; }
						
						#navigation ul li a:active {
						color: #FFF;
						background-position: left bottom; }
	
#partner {
	width: 160px; }
	
	#partner a {
		display: block;
		width: 160px;
		height: 35px;
		float: left;
		text-indent: -9999px;
		outline: none; 
		background: url(layout/ccv.gif) no-repeat center center; }
				
		#partner a.rechts {
			background: url(layout/ccc.gif) no-repeat center center; 
			float: right; }
	
#satzspiegel {
	width: 630px; 
	min-height: 365px;
	position: relative;
	float: left;
	padding: 0 100px 40px 0;
	background: #FFF;}
	
	#satzspiegel p {
		color: #666;
		margin: 0 0 15px 0; }
		
		#satzspiegel a {
		color: #666;
		margin: 0 0 15px 0; }
		

		
	

	
#fuss {
	width: 970px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color:#333; 
	position: absolute;
	padding: 20px 0 40px 0; }

	#fuss a {
		color: #FFF;
		font-weight: bold; }
	
#socialmedia {
	width: 146px;
	margin: 5px auto 0 auto; }
	
	#socialmedia a {
		width: 118px;
		height: 23px;
		float: left;
		text-indent: -9999px;
		outline: none; 
		background: url(layout/xing.gif) ;}
	
		#socialmedia a.rechts {
			width: 23px;
			margin: 0 0 0 5px;
			background: url(layout/facebook.gif); }
			
.stop {
	clear: both; }
	

/* RESTE */

/*
h3, h4 {
	font-size: 16px;
	color:#666; }

h4 	{
	font-size: 12px; }
	
#satzspiegel.bild_links {
	float:left;
	margin-right:15px;
	margin-bottom:0px;}
	
#content {
	margin-left:240px;
	color:#666;
	padding-top:50px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:140px;}

#content img {
	border:0px;
	padding-bottom:0px;}
	
#cleaner {
	clear:both;}

#servicetabelle {}

#produkttabelle td {
	background-image: url(bilder/button_produkte.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	text-align: center;}
  
 #produkttabelle tr {
	 }
*/
