/* IEPNGFix v2.0a4 (compatible with IE 5.5/6.0) */
div, img, input {
	behavior: url("./iepngfix/iepngfix.htc");
}
/* end */

/* 100% hack */
html, body {
	height: 100%;
}
/* end */

html, body, img {
	margin: 0;
	padding: 0;
}

html {
	background: #9fa1a4;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	margin: 0;
	padding: 0 0 14px 0;
	font: normal 48px "Tahoma", Arial, Helvetica, sans-serif;
	color: #1d2d3a;
	border-bottom: 1px solid #aeaaa2;
}

h2 {
	margin: 0;
	font: normal 26px "Tahoma", Arial, Helvetica, sans-serif;
	color: #1d2d3a;
}

h3 {
	margin: 0;
	font: normal 18px/18px "Tahoma", Arial, Helvetica, sans-serif;
	color: #48637b;
}

h4 {
	margin: 0;
	padding-left: 29px;
	font: normal 15px/37px "Tahoma", Arial, Helvetica, sans-serif;
	color: #484848;
	background: url(../images/checkbox.gif) 0px 50% no-repeat;
}

h5 {
	margin: 0;
	padding: 48px 0 0 0;
	font: normal 35px "Tahoma", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~maincontainer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#maincontainer, #titel, #leftandright, #bottomcontainer {
	margin: 0 auto; /* change auto to 0 to disable the centering of the page */
}

#maincontainer {
	background: url("../images/maincontainer_bg.gif") center 0 repeat-y;
}

/* 100% hack */
#maincontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -69px; /* the bottom margin is the negative value of #bottomcontainer's height */
}
/* end */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~topcontainer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#topcontainer {
	height: 115px;
	background: url("../images/topcontainer_bg.jpg") 0 0 repeat-x;
}

#topcontainer-content {
	margin: 0 auto;
	width: 898px;
}

ul.topnav {
	float: right;
	list-style: none;
	display: inline;
	padding-right: 0 4px 0 0;
}
	
.topnav li {
	float: left;
	margin: 58px 0 10px 20px;
	display: block;
}
	
.topnav li a {
	outline: none;
	height: 29px;
	padding: 0 12px 0 12px;
	display: block;

	font: normal 16px/29px "Tahoma", Arial, Helvetica, sans-serif;
	color: #d0d2d7;
	text-decoration: none;
}
	
.topnav li a:hover {
	background: url("../images/topnav.gif") left -29px repeat-x;
	color: #ffffff;
}
	
.topnav li a.on {
	background: url("../images/topnav.gif") left 0 repeat-x;
	color: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~titel~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#titel {
	width: 1040px;
	height: 133px;
	background: url("../images/titel_bg.jpg") center 0 no-repeat;
}

#titel-content {
	padding: 31px 71px 0 71px;
}

a.offerte {
	float: right;
	display: block;
	height: 33px;
	margin: 15px 0 0 0;
	padding: 0 33px 0 16px;
	background: url("../images/offerte.gif") right top no-repeat;

	font: normal 16px/33px "Tahoma", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

a.offerte:hover {
	background-position: right -33px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~leftandright~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#leftandright {
	width: 1040px;
	padding: 0 0 30px 0;
}

#leftandright a {
	color: #000000;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~leftcontainer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#leftcontainer {
	float: left;
	width: 686px;

	font: normal 15px/24px "Tahoma", Arial, Helvetica, sans-serif;
	color: #484848;
}

#leftcontainer-content {
	padding: 0 31px 0 71px;
}

.gallery-pic {
	position: relative;
	float: left;
	padding: 0 15px 15px 0;

	color: #ffffff !important;
}

.gallery-pic a {
	color: #ffffff !important;
}

.gallery-pic a img {
	border: 2px solid #ffffff;
}

.gallery-pic a:hover img {
	border: 2px solid #b5b5b5;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~rightcontainer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#rightcontainer {
	float: left;
	width: 354px;

	font: normal 15px/20px "Tahoma", Arial, Helvetica, sans-serif;
	color: #757576;
}

.box {
	width: 281px;
	border: 1px solid #aeaaa2;
}

.box-content {
	padding: 23px 25px 23px 25px;
	background: #edecec;
	border: 4px solid #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~bottomcontainer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}

#push, #bottomcontainer {
	height: 69px; /* #push must be the same height as #bottomcontainer */
}

#bottomcontainer {
	background: #1d2d3a;
}

#bottomcontainer-content {
	padding: 23px 0 0 0;

	font: normal 12px/18px Arial;
	color: #ffffff;
	text-align: center;
}

#bottomcontainer-content a {
	color: #ffffff;
}

#bottomcontainer-content a:hover {
	text-decoration: none;
}