@charset "utf-8";
/* www.isermann-kg.de */

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

* {
   margin: 0;
   padding: 0;
}

body {
	background: #eee url(../images/bg-body.jpg) repeat-x;
   font: 0.8em Verdana, Arial, Helvetica, sans-serif;
   color: #333;
   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 #ccc;
   width: 100% !important;
}

a {
   color: #333;
   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.jpg) 0 5px no-repeat;
   padding-left: 20px;
	margin-bottom: 5px;
}

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

.images {
	border: 1px solid #ccc;
   padding: 2px;
   margin: 0 6px 15px 0;
}

.highlight {
	color: #003366;
	font-weight:bold;
}

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

h1 {
   overflow: hidden;
   font-size: 0.1em;
   text-indent: -9999px;
	width: 814px;
   height: 84px;
	padding: 20px 0 0 70px;
}

h1 a {
	width: 814px;
   height: 84px;
   display: block;
}

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

h2, h3 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.2em;
}

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

#container {
   background: url(../images/bg-container.jpg) repeat-y;
   width: 968px;
   margin: 0 auto;
}

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

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

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

#navi-add {
	width: 300px;
	height: 32px;
	margin: 52px 0 0 582px;
}

#navi-add ul {
   list-style: none;
}

#navi-add li {
   float: left;
	list-style-type: none;
}

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

#navi-add a.startseite {
	background: url(../images/bg-subnavi.jpg) no-repeat;
	width: 75px;
	height: 32px;
}

#navi-add a.startseite:hover,
#navi-add li.active a.startseite {
	background: none;
	width: 75px;
	height: 32px;
}

#navi-add a.kontakt {
	background: url(../images/bg-subnavi.jpg) -75px 0 no-repeat;
	width: 75px;
	height: 32px;
}

#navi-add a.kontakt:hover,
#navi-add li.active a.kontakt {
	background: none;
	width: 75px;
	height: 32px;
}

#navi-add a.anfahrt {
	background: url(../images/bg-subnavi.jpg) -150px 0 no-repeat;
	width: 75px;
	height: 32px;
}

#navi-add a.anfahrt:hover,
#navi-add li.active a.anfahrt {
	background: none;
	width: 75px;
	height: 32px;
}

#navi-add a.impressum {
	background: url(../images/bg-subnavi.jpg) -225px 0 no-repeat;
	width: 75px;
	height: 32px;
}

#navi-add a.impressum:hover,
#navi-add li.active a.impressum {
	background: none;
	width: 75px;
	height: 32px;
}

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

#navi {
	width: 280px;
	height: 235px;
	margin: 26px 0 0 600px;
}

#navi ul {
   list-style: none;
}

#navi a {
   color: #fff;
	text-decoration: none;
   display: block;
   overflow: hidden;
}

#navi a:hover,
#navi li.active a {
	text-decoration: underline;
}

.navi-highlight {
	padding-left: 50px;
}

.navi-highlight01 {
	margin-bottom: 11px;
}

.navi-highlight02 {
	margin-top: 8px;
}

.navi-highlight03 {
	margin-bottom: 6px;
}

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

#content {
   background: url(../images/bg-content.jpg) no-repeat;
   width: 968px;
	margin-bottom: 25px;
}

#content:after {
   clear: both;
   content: '.';
   display: block;
   height: 0;
   visibility: hidden;
}

#content-main {
	width: 450px;
	float: left;
	margin: 15px 0 0 115px;
}

#content-sidebar {
	width: 225px;
	float: left;
	margin: 15px 0 0 35px;
}

.tel {
	margin-right: 30px;
}

.fax {
	margin-right: 32px;
}

.mail {
	margin-right: 15px;
}

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

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