
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #DEDED8 url(/images/bg1_01.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F7065;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 170%;
}

strong {
	color: #36372F;
}

a {
	color: #36372F;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url(/images/homepage01.jpg) repeat-x left top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	background: url(/images/bg1_02.jpg) no-repeat center top;
}

#header {
	height: 230px;
}

/** MENU */

#menu {
	float: left;
	width: 680px;
	height: 76px;
	padding-top: 154px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #1B1C17;
	/*text-transform: lowercase;*/
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	display: block;
	float: left;
	height: 30px;
	padding: 7px 17px 0px 17px;
}

#menu li.active {
	background: url(/images/homepage03.jpg) repeat-x left top;
}

#menu li.active a {
	background: url(/images/homepage02.jpg) no-repeat left top;
}

#menu li.active span {
	background: url(/images/homepage04.jpg) no-repeat right top;
	text-shadow: 1px 1px 1px #468AAF;
	color: #FFFFFF;
}

/** PAGE */

#page {
	background: url(/images/bg1_04.jpg) repeat-y center top;
	position:relative;
}

#page-bgtop {
	background: url(/images/bg1_03.jpg) no-repeat center top;
}

#page-bgbtm {
	overflow: hidden;
	width: 905px;
	/*padding: 55px 55px 25px 55px;*/
	/*background: url(/images/subpage3_03.jpg) no-repeat center bottom;*/
	padding: 55px 37px 0px 55px;
	background:none
}

.subpage #page-bgtop {
	background: url(/images/subpage2_02.jpg) no-repeat center top;
}

.single #page {
	background: url(/images/subpage3_02.jpg) repeat-y center top;
}

.single #page-bgtop {
	background: url(/images/subpage3_01.jpg) no-repeat center top;
}

.single #page-bgbtm {
	overflow: hidden;
	width: 890px;
	/*padding: 55px 55px 25px 55px;*/
	/*background: url(/images/subpage3_03.jpg) no-repeat center bottom;*/
	padding: 55px 37px 0px 55px;
	background:none;
}

#page-bgbtm-border {
	width:1000px;
	height:25px;
	position:absolute;
	bottom:-25px;
	left:50%;
	margin:0 auto auto -500px;
	background:url(/images/subpage3_03.jpg) no-repeat center bottom;
}
/* Nur Firefox */
@-moz-document url-prefix() {
    #page-bgbtm-border {
        margin:0 auto auto -500px;
    }
}


/** CONTENT */

#content {
	float: left;
	width: 585px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 280px;
	padding-top: 56px;
}

/** FOOTER */

#footer {
	height: 177px;
	background: url(/images/bg1_06.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4B4A9;
}

#footer .legal {
}

#footer .links {
}

/** BANNER */

#banner {
	width: 585px;
	height: 250px;
	background: url(/images/homepage06.jpg) no-repeat 409px 40px;
}

#banner h1 {
	margin: 0px;
	padding: 43px 0px 0px 0px;
	letter-spacing: -6px;
	/*text-transform: lowercase;*/
	font-size: 54px;
	font-weight: bold;
	color: #383931;
}

#banner p {
	margin: 0px;
	padding: 0px;
	letter-spacing: -3px;
	/*text-transform: lowercase;*/
	font-weight: bold;
	font-size: 24px;
	color: #B2B2A5;
}

#banner .text1 {
	display: block;
	margin-top: -10px;
}

#banner .text2 {
	display: block;
	margin-top: -10px;
}

/** TW0 COLUMNS */

#two-columns {
	padding-top: 30px;
}

#column1 {
	float: left;
	width: 270px;
}

#column2 {
	float: right;
	width: 270px;
}

/** CUSTOMER LOGIN */

#foobar {
}


#contact {
	width: 230px;
	height:272px;
	margin-bottom: 25px;
	padding: 20px 25px;
	background: url(/images/homepage10.jpg) no-repeat left top;
	position:relative;
}

#contact h3 {
	color: #FFF;
	font-size: 24px;
	line-height:26px;
	text-shadow: 1px 1px 1px #519EC7;
	margin-bottom:20px;
}




#contact form {
	margin: 0px;
	padding: 0px;
}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#contact input.blank,
#contact textarea.blank {
	color: #C7E5F5 !important;
}

#contact input {
	height: 29px;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	border: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#contact input[type=text] {
	display: block;
	width: 210px;
	padding: 0px 10px;
	background-image:url(/images/subpage1_01.jpg);
	background-position: left top;
	font-size: 15px;
}

#contact input[type=text].mandatory { background-position:left bottom; }

#contact textarea {
	height: 60px;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	border: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 210px;
	padding: 5px 10px;
	background-image: url(/images/subpage1_08.jpg);
	background-position: left top;
	font-size: 15px;
}

#contact textarea.mandatory { background-position:left bottom; }

#contact input[type=submit] {
	display: block;
	float: right;
	width: 74px;
	height: 29px;
	background: url(/images/subpage1_03.jpg) no-repeat left top;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #606154;
	/*text-transform: lowercase;*/
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	margin:0;
	cursor:pointer;
}

#contact #loader { position:absolute; top:50%; left:50%; margin:-24px 0 0 -24px; display:none; }

#contact #formthanks { text-align:center; color:#FFF; text-shadow:1px 1px 1px #519EC7; font-size:14px; font-weight:bold; position:absolute; top:125px; left:25px; width:230px; display:none; }

/*#contact p {
	letter-spacing: -1px;
}

#contact a {
	display: block;
	float: left;
	text-shadow: 1px 1px 1px #519EC7;
	text-transform: lowercase;
	color: #FFFFFF;
}*/

#contact .forgot-pass {
	display: block;
	float: left;
	height: 22px;
	padding-right: 10px;
	background: url(/images/subpage1_04.jpg) no-repeat right 2px;
}

#contact .user {
	display: block;
	float: left;
	padding-left: 10px;
}

/* BOX STYLE 1 */
.box-style1 {
}

.box-style1 .title {
	margin: 0px;
	padding: 0px;
	letter-spacing: -3px;
	/*text-transform: lowercase;*/
	font-weight: bold;
	font-size: 48px;
	color: #383931;
}

.box-style1 .byline {
	margin-top: -10px;
	padding: 0px;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	font-weight: bold;
	font-size: 24px;
	color: #B2B2A5;
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	font-weight: bold;
	font-size: 24px;
	color: #383931;
}

.box-style2 img {
	padding-bottom: 20px;
}

/** BOX 1 */

/** BOX 2 */

#box2 {
	padding-top: 55px;
}

/** BOX 3 */

#box3 {
	padding: 0px 25px 25px 25px;
}

/** BOX 4 */

#box4 {
	padding: 0px 25px 25px 25px;
}

/** LINK STYLE 1 */

.link-align {
	text-align: center;
}

.link1 {
	display: inline-block;
	margin-top: 30px;
	height: 52px;
	background: url(/images/homepage08.jpg) repeat-x left top;
}

.link1 a {
	display: block;
	height: 52px;
	margin: 0px;
	padding: 0px;
	background: url(/images/homepage07.jpg) no-repeat left top;
	text-decoration: none;
}

.link1 span {
	display: block;
	height: 38px;
	margin: 0px;
	padding: 14px 20px 0px 20px;
	background: url(/images/homepage09.jpg) no-repeat right top;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #519EC7;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link2 {
	display: inline-block;
	margin-bottom: 50px;
	height: 52px;
	width:100%;
	background: url(/images/subpage1_06.jpg) repeat-x left top;
}

.link2smallmargin {
	margin-bottom:10px;
}

.link2 a {
	display: block;
	height: 52px;
	margin: 0px;
	padding: 0px;
	background: url(/images/subpage1_05.jpg) no-repeat left top;
	text-decoration: none;
}

.link2 span {
	display: block;
	height: 38px;
	margin: 0px;
	padding: 14px 20px 0px 20px;
	background: url(/images/subpage1_07.jpg) no-repeat right top;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #519EC7;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-align:center;
}

#bg1 {
	background: url(/images/homepage12.jpg) repeat-y left top;
}

#bg2 {
	background: url(/images/homepage11.jpg) no-repeat left top;
}

#bg3 {
	width: 230px;
	margin: 0px;
	padding: 30px 25px 25px 25px;
	background: url(/images/homepage13.jpg) no-repeat left bottom;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding-bottom: 10px;
	clear:both;
}

ul.style1 li:after {
	content: ".";
	clear:both;
}

ul.style1 h3 {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #36372F;
	float:right;
	width:149px;
}

ul.style1 p {
	line-height: 150%;
	text-shadow: 1px 1px 1px #F2F7F8;
	float:right;
	width:149px;
}

ul.style1 .image-style2 {
	float:left;
}

ul.style1 img {
	float: left;
	margin-right: 15px;
}

ul.style1 a {
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding-bottom: 10px;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	float: left;
	width: 270px;
	height: 104px;
	margin-bottom: 25px;
}

.image-style1 span, .image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1a span {
	background: url(/images/pics01.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	clear: both;
	position: relative;
	float: left;
	width: 66px;
	height: 67px;
	margin-right: 15px;
	margin-bottom: 25px;
}

.image-style2 span, .image-style2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2a span {
	background: url(/images/pics04.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */

.image-style3 {
	clear: both;
	position: relative;
	float: left;
	width: 66px;
	height: 67px;
	margin-right: 15px;
	margin-bottom: 25px;
}

.image-style3 span, .image-style3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3a span {
	background: url(/images/pics05.png) no-repeat left top;
}




/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
	position: relative;
	float: right;
	width: 320px;
	text-indent: -9999em;
}




#logo a {
	display: block;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 100%;
	height: 100%;
	/*background: url(/images/homepage05.jpg) no-repeat left top;*/
	text-indent:0;
	margin:94px 0 0 25px;
	position:absolute;
}

/*
.subpage #logo h1 a {
	background: url(/images/subpage2_01.jpg) no-repeat left top;
}

.single #logo h1 a {
	background: url(/images/subpage2_01.jpg) no-repeat left top;
}
*/
/** MENU */

#menu {
}

/** PAGE */

#page {
}

/** CONTENT */

#content h2 {
	margin-top:50px;
}

#content li {
	line-height: 170%;
}

#content #logo-dhbv {
	float:right;
	margin:50px 0 0 0;
}

#content table {
	border-collapse:collapse;
}
#content table td {
	border:1px solid #B2B2A5;
	text-align:center;
	vertical-align:middle;
	padding:7px 20px;
}

#content #jellyco td {
	padding:0;
	border:0;
	text-align:left;
}
#content #jellyco td:first-child {
	width:250px;
}

#content #telfax span {
	display:inline-block;
	width:30px;
}

#content #firmenwagen,
#content #fallbeispiel2,
#content #messestand,
#content #druckprobe,
#content #rohrleitungsortung,
#content #thermographie,
#content #gaspruefung {
	float:right;
	margin:5px 0 60px 20px;
}

#content #fallbeispiel2 { margin-bottom:20px; }

#content #fallbeispiel1,
#content #feuchtigkeit,
#content #elektroakustik,
#content #endoskopie,
#content #kanalkamera,
#content #kanaldruckprobe {
	float:left;
	margin:5px 30px 20px 0;
}

#content #elektroakustik { margin-bottom:40px; }

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}
