@charset "utf-8";

/*-----------------------------------*/
/*---------- Global Styles ----------*/
/*-----------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content:'';
}

.clear {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	height: 0;
	clear: both;
}

.indented {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	font: 62.5%/normal Arial, Helvetica, sans-serif;
	color: #1e2534;
	background: #efefef url(../images/bgr/bgr-body.png) 0 0 repeat-x;
}

/*-----------------------------------*/
/*---------- Layout Styles ----------*/
/*-----------------------------------*/

/*---------- Container ----------*/
#container {
	width: 988px;
	margin: 0 auto;
}

/*---------- Header ----------*/
#header {
	width: 988px;
	height: 422px;
	position: relative;
}

/*---------- Branding ----------*/
h1#branding {
	position: absolute;
	left: 24px;
	top:34px;
	width: 940px;
	height: 109px;
	background: url(../images/bgr/bgr-branding.png) no-repeat left bottom;
}

h1#branding a {
	display: block;
	width: 435px;
	height: 103px;
}

/*---------- Navigation ----------*/
#navigation {
	width: 958px;
	height: 51px;
	position: absolute;
	left: 15px;
	bottom: 0px;
	overflow:hidden;
	background:url(../images/bgr/bgr-navigation.png) 0 0 no-repeat;
}

#navigation li {
	float: left;
	padding-right:38px;
}

#navigation li a {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	height: 51px;
}

#navigation li.last {
	padding-right:0px;
}

#navigation li a.startseite {
	width:84px;
	background:url(../images/bgr/bgr-navigation.png) 0 0 no-repeat;
}
#navigation li a:hover.startseite,
#navigation li.active a.startseite {
	background:url(../images/bgr/bgr-navigation.png) 0 -51px no-repeat;
}

#navigation li a.ueberuns {
	width:110px;
	background:url(../images/bgr/bgr-navigation.png) -122px 0 no-repeat;
}
#navigation li a:hover.ueberuns,
#navigation li.active a.ueberuns {
	background:url(../images/bgr/bgr-navigation.png) -122px -51px no-repeat;
}

#navigation li a.leistungen {
	margin-left:-3px;
	width:118px;
	background:url(../images/bgr/bgr-navigation.png) -267px 0 no-repeat;
}
#navigation li a:hover.leistungen,
#navigation li.active a.leistungen {
	background:url(../images/bgr/bgr-navigation.png) -267px -51px no-repeat;
}

#navigation li a.immobilien {
	margin-left:-1px;
	width:117px;
	background:url(../images/bgr/bgr-navigation.png) -422px 0 no-repeat;
}
#navigation li a:hover.immobilien,
#navigation li.active a.immobilien {
	background:url(../images/bgr/bgr-navigation.png) -422px -51px no-repeat;
}

#navigation li a.anfahrt {
	margin-left:-15px;
	width:93px;
	background:url(../images/bgr/bgr-navigation.png) -562px 0 no-repeat;
}
* html #navigation li a.anfahrt {
	margin-left:-2px;
}
#navigation li a:hover.anfahrt,
#navigation li.active a.anfahrt {
	background:url(../images/bgr/bgr-navigation.png) -562px -51px no-repeat;
}

#navigation li a.kontakt {
	margin-left:-3px;
	width:95px;
	background:url(../images/bgr/bgr-navigation.png) -690px 0 no-repeat;
}
#navigation li a:hover.kontakt,
#navigation li.active a.kontakt {
	background:url(../images/bgr/bgr-navigation.png) -690px -51px no-repeat;
}

#navigation li a.impressum {
	margin-left:-3px;
	width:118px;
	background:url(../images/bgr/bgr-navigation.png) -820px 0 no-repeat;
}
#navigation li a:hover.impressum,
#navigation li.active a.impressum {
	background:url(../images/bgr/bgr-navigation.png) -820px -51px no-repeat;
}

/*---------- Header Image ----------*/
#headerImg {
	width: 984px;
	height: 217px;
	position: absolute;
	left: 3px;
	bottom: 51px;
}

/*---------- Header Email Link ----------*/
a#headerMail {
	position: absolute;
	display: block;
	right: 50px;
	top: 315px;
	overflow: hidden;
	width:154px;
	height: 24px;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	background:url(../images/bgr/bgr-mail.png) 0 0 no-repeat;
}
a:hover#headerMail {
	background:url(../images/bgr/bgr-mail.png) 0 -24px no-repeat;
}


/*---------- ContentContainer ----------*/
#contentContainer {
	width:973px;
	padding:0 0 20px 15px;
	background: url(../images/bgr/bgr-content.png) 0 0 repeat-y;
	position:relative;
	}

/*---------- ContentMain ----------*/
#contentMain {
	float: left;
	width:662px;
	padding: 0;
	font-size:1.2em;
	padding-left:18px;
	height:100%;	
}

#contentMain h2 {
	width:663px;
	padding:29px 0 0 17px;
	font-size: 3.0em;
	font-weight: normal;
	line-height:1.3em;
	color:#535072;
	margin: 0 0 29px 0px;
	border-bottom:4px solid #d10a51;
}

#contentMain h3 {
	font-size: 1.2em;
	line-height:2em;
	font-weight: bold;
	padding:15px 0 0 17px;
	margin: 0 0 12px 0;
	border-bottom:1px solid #dcdcdc;
}

#contentMain h1,
#contentMain h2,
#contentMain h3 {
	margin-left: -18px;
}

#contentMain p {
	line-height:1.6em;
	margin: 0 0 15px 0;
}

#contentMain a {
	color: #000000;
	text-decoration: underline;
}

#contentMain a:hover {
	text-decoration: none;
}

#contentMain strong {
	font-weight: bold;
}

#contentMain em {
	font-style: italic;
}

.photo {
	margin-right:8px;	
	}
.photo img {
	width:210px;	
	}
	
ul.inhalt {
	list-style:disc;
	padding-left:12px;
	}
ul.inhalt li {
	padding-bottom:10px;
	}
ul.inhalt li p{
	margin:0px !important;
	}
	
/*---------- ContentSidebar ----------*/
#contentSidebar {
	float: right;
	width: 250px;
	padding: 0 15px 0 0;
	font-size:1.1em;
}

/*---------- contentFooter ----------*/
#contentFooter {
	width:988px;
	height:35px;
	background:url(../images/bgr/bgr-content-bottom.png) 0 0 no-repeat;
}

/*---------- Footer ----------*/
#footer {
	width: 100%;
	height: 122px;
	float:left;
	background:url(../images/bgr/bgr-footer.png) 0 0 repeat-x;
}