/*=HTML
====================================== */
html {
	background: url(../images/bg_html.gif) center top repeat-y;
	margin: 0 auto;
}

body {
	background: none;
	color: #0068a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #0068a5;
}

a:hover{text-decoration: none;}

h2
{
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 5px 0;
}

/*=HEADER
====================================== */
#head {
	background: url(../images/bg_head.gif) repeat-x;
	height: 436px;
}

	.teaser {
		margin: 9px 0 0 0;
	}
	
	#logo {
		float: left;
		margin: 25px 0 0 50px;
	}
	
	#slogan {
		margin: 80px 0 0 50px;
	}

/*=CONTENT
====================================== */
#content #images {
	padding: 0 0 5px 42px;
}

#content img {
	margin: -40px 10px 00px 10px;
}

#content p {
	margin: 0 0 0px 52px;
}

#PDFbutton {
	float: right;
	width: 203px;
	height: 44px;
	margin-right: 52px;
	margin-top: 0px;
	background-image: url(../images/katalog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#PDFbutton a {
display: block;
width: 203px;
line-height: 43px;
text-decoration: none;
}

.button {
	background: url(../images/icon_arrow.gif) 180px center no-repeat #408EC2;
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	line-height: 38px !important;
	margin: 5px 0 0 0;
	padding: 0 5px;
	width: 189px !important;
}

/* background-image nur wg. MSIE 6 */

/*=HELPER
====================================== */
.wrapper {
	text-align: left;
	background: none;
	margin: 0 auto;
	width: 975px;
}

