@charset "utf-8";
/* www.rms-metall-stahl.de */

/* ----------------------------- | Body | ----------------------------- */

* {
   margin: 0;
   padding: 0;
}

body {
	background: #145297 url(../images/bg-body.jpg) center top no-repeat;
   font: 0.9em Arial, Helvetica, sans-serif;
   color: #313131;
   line-height: 1.5em;
}

/* ----------------------------- | Tags | ----------------------------- */

p {
   margin: 0 0 15px 0;
}

hr {
   height: 1px;
   border: 0;
   color: #fff;
   background: #fff;
   margin: 15px auto;
   border-top: 1px solid #dcdcdc;
   width: 100% !important;
}

a {
   color: #313131;
   text-decoration: underline;
   outline: none;
}

a:hover {
   text-decoration: none;
}

/* ----------------------------- | Classes | ----------------------------- */

ul.list {
   list-style-type: none;
   margin-bottom: 15px;
}
					
ul.list li {
   background: url(../images/li-list.gif) 0 8px no-repeat;
   padding-left: 20px;
}

.clear {
   float: none;
   clear: both;
}

.images {
	border: 1px solid #dcdcdc;
   padding: 2px;
   margin: 0 10px 10px 0;
}

.images01 {
	border: 1px solid #dcdcdc;
   padding: 2px;
}

.highlight {
	color: #00417d;
}

.map {
	border: 1px solid #dcdcdc;
   padding: 2px;
}

/* ----------------------------- | Branding | ----------------------------- */

h1#branding {
   overflow: hidden;
   font-size: 0.1em;
   text-indent: -9999px;
	width: 400px;
   height: 100px;
   padding-top: 30px;
}

h1#branding a {
	width: 400px;
   height: 100px;
   display: block;
}

/* ----------------------------- | Headlines | ----------------------------- */

h2 {
	width: 514px;
	height: 50px;
	text-indent: -9999px;
	font-size: 0.1em;
	margin-bottom: 15px;
}

h2.willkommen {
	background: url(../images/h2/willkommen.jpg) no-repeat;
}

h2.firmenprofil {
	background: url(../images/h2/firmenprofil.jpg) no-repeat;
}

h2.referenzen {
	background: url(../images/h2/referenzen.jpg) no-repeat;
}

h2.kontakt {
	background: url(../images/h2/kontakt.jpg) no-repeat;
}

h2.danke {
	background: url(../images/h2/danke.jpg) no-repeat;
}

h2.anfahrt {
	background: url(../images/h2/anfahrt.jpg) no-repeat;
}

h2.fehler {
	background: url(../images/h2/fehler.jpg) no-repeat;
}

h2.impressum {
	background: url(../images/h2/impressum.jpg) no-repeat;
}

/* ----------------------------- | =container | ----------------------------- */

#container {
   width: 960px;
   margin: 0 auto;
   background: #fff;
}

/* ----------------------------- | =header | ----------------------------- */

#header {
   background: url(../images/bg-header.jpg) no-repeat;
   width: 960px;
   min-height: 480px;
}

/* ----------------------------- | =navi | ----------------------------- */

#navi {
	width: 723px;
	height: 40px;
	float: right;
	margin: 26px 0 0 0;
}

#navi ul {
   list-style: none;
}

#navi li {
   float: left;
}

#navi a {
   text-indent: -9999px;
   display: block;
   overflow: hidden;
   float: left;
   height: 40px;
}

#navi a.startseite {
	background: url(../images/li-navi.jpg) no-repeat;
	width: 125px;
}

#navi a.startseite:hover,
#navi li.active a.startseite {
	background: none;
}

#navi a.firmenprofil {
	background: url(../images/li-navi.jpg) -125px 0 no-repeat;
	width: 136px;
}

#navi a.firmenprofil:hover,
#navi li.active a.firmenprofil {
	background: none;
}

#navi a.referenzen {
	background: url(../images/li-navi.jpg) -261px 0 no-repeat;
	width: 123px;
}

#navi a.referenzen:hover,
#navi li.active a.referenzen {
	background: none;
}

#navi a.kontakt {
	background: url(../images/li-navi.jpg) -384px 0 no-repeat;
	width: 96px;
}

#navi a.kontakt:hover,
#navi li.active a.kontakt {
	background: none;
}

#navi a.anfahrt {
	background: url(../images/li-navi.jpg) -480px 0 no-repeat;
	width: 97px;
}

#navi a.anfahrt:hover,
#navi li.active a.anfahrt {
	background: none;
}

#navi a.impressum {
	background: url(../images/li-navi.jpg) -577px 0 no-repeat;
	width: 146px;
}

#navi a.impressum:hover,
#navi li.active a.impressum {
	background: none;
}

/* ----------------------------- | =sidebar | ----------------------------- */

#sidebar {
	width: 200px;
	height: 165px;
	float: left;
	margin: 150px 0 0 30px;
}

/* ----------------------------- | =content | ----------------------------- */

#content {
   width: 670px;
   float: left;
   margin: 31px 0 0 31px;
}

.content-column {
	width: 325px;
	float: left;
	margin: 0 10px 0 0;
}

.content-column01 {
	width: 650px;
	float: left;
	margin: 0 10px 0 0;
}

#rotator {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 281px;
	height: 206px;
	margin-bottom: 10px;
}

#rotator img {
	cursor: pointer;
	width: 275px;
	height: 200px;
	border: 1px solid #dcdcdc;
    padding: 2px;
}

/* ----------------------------- | =footer | ----------------------------- */

#footer {
   background: url(../images/bg-footer.jpg) no-repeat;
   width: 960px;
   height: 211px;
   float: none;
   clear: both;
}