/* CSS Document */
/***********************************************************************
	Allgemein
***********************************************************************/
html, body{
	height: 100%;
}
body {
	margin: 0px;
	background-color: #cccccc;
	background-image: url(../img/common/BG.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #858585;
	font-size: 14px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
}
/***********************************************************************
	Layout
***********************************************************************/
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	min-height:100%;
	height:auto;
	overflow:hidden;
}
/***********************************************************************
	Header
***********************************************************************/
#header #logo {
	float: left;
	height: 110px;
	width: 400px;
}
#header #claim {
	float: right;
	padding-right:9px;
	height: 110px;
	background-color:#009fe3;
}
#header #claim p {
	margin-top: 20px;
	font-size: 22px;
}
#header #headerUpperPart {
	height: 110px;
}
#header #menu {
	clear: both;
	height: 27px;
	position: relative;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#header #menu .menuBtn {
	height: 23px;
	float: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
}
#header #menu p {
	float: left;
	margin-top: 5px;
}
#header #menu a {
	text-transform: uppercase;
	text-decoration: none;
	display:table-cell;
}
#header #strip {
	height: 8px;
}
/***********************************************************************
	Content
***********************************************************************/
#content {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
#content h1 {
	font-size: 28px;
	font-weight: lighter;
}
#content p.mainText {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 18px;
}
#content h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/***********************************************************************
	Footer
***********************************************************************/
#footerwrapper {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 34px;
	background-image: url(../img/common/footerBG.jpg);
	background-repeat: repeat-x;
}
#footerwrapper #footer #contactWrapper {
	float: left;
	height: 30px;
	font-size: 12px;
	padding-left: 10px;
	vertical-align: middle;
	display: table-cell;
}
#footerwrapper #footer #contactWrapper p em {
	font-style: normal;
	font-weight: bold;
}
#footerwrapper #footer #elcoReference {
	float: right;
	height: 30px;
	width: 240px;
	background-image: url(../img/common/footerElcoBG.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
}
#footerwrapper #footer #elcoReference p {
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 12px;
}
#footerwrapper #footer #elcoReference img {
	float: left;
}
#footerwrapper #footer #elcoReference a {
	color: #858585;
}#footerwrapper #footer #contactWrapper #impressumLink {
	color: #858585;
}
