body, html {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	color: #999;
	font-size:14px;
	letter-spacing:1px;
}

/* general construction */

#mainDiv {
	width: 951px;
	margin:100px auto 0 auto;
}

#mainMenuDiv {
	width:951px;
	height:69px;
}

#headerDiv {
	width:951px;
	height:332px;
	background:url('imgs/header.jpg') no-repeat;
}

#mainMenuUl {
	list-style:none;
	display:block;
	padding:0;
	margin:0;
}

#mainMenuUl li {
	width: 158px;
	height:68px;
	float:left;
}

#mainMenuUl li a {
	width: 158px;
	height:48px;
	padding-top: 20px;
	float:left;
	background: url('imgs/menubutton.jpg') no-repeat right;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#mainMenuUl li a:hover {
	background:url('imgs/menubuttonhover.jpg') no-repeat center;
}

#mainMenuUl li a span {
	display:block;
	margin-top:30px;
	font-size:1.2em;
	letter-spacing:1px;
}

#contentDiv {
	width:951px;
	padding-top:2em;
}

#textDiv {
	width:871px;
	margin:0 40px 0 40px;
	padding-bottom:2em;
}

#footDiv {
	width:951px;
	text-align:center;
	margin:1em 0 1em 0;
	clear:both;
}

#contentColLeftDiv {
	width: 200px;
	float:left;
	background:#FFF;
	border-right: 1px dotted #AAA;
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px dotted #AAA;
}

#contentColRightDiv {
float: right;
width: 310px;

}

.h1 {
  margin-top: 14px;
  margin-bottom: 3px;
  text-transform:uppercase;
	color:#000;
	font-size:1.5em;
	font-weight:normal;
}

#contentColLeftDiv ul, #contentColRightDiv ul {
	padding:0 0 0 1em;
	line-height:18px;
	font-size:0.8em;
}

/* general elements */
h1 {
	text-transform:uppercase;
	color:#000;
	font-size:1.5em;
	font-weight:normal;
}

h2 {
	color: #0062C8;
	font-size: 1em;
	font-weight:normal;
}

p {
	line-height:18px;
	margin-bottom:2em;
}

p img {
	float:left;
	margin: 0 1em 1em 0;
}

.pp {
  margin-top: 0px;
}

.orangeText {
	color: #e32e11;
	display:block;
	border-bottom:1px dotted #AAA;
	font-size:1.4em;
}
.normalized {
  font-size: 1em;
  font-weight: normal;
  display:inline;
  text-transform: none;
  color: #999;
  text-transform: uppercase;
  font-family: Verdana;
  color: #e32e11;
  text-decoration: none;
}

.blue {
  color: #0062C8;
  margin-top: 12px;
  font-size: 1em;
  font-weight: normal;
  text-transform:uppercase;
}

strong {
	color:#e32e11;
}

a.orangeText {
	border:none;
	font-size:1em;
}

a {
	color: #999;
	border:none;
}

a:hover {
	color: #e32e11;
}

.teaserDiv {
	background-color: #DDD;
	padding:1em 80px 1em 40px;
}

.teaserImg {
	float:left;
	margin-right:2em;
}

.clear {
	clear:both;
}

.offerProduct {
}

 .offerProduct img {
 	float:left;
	margin: 0 1em 1em 0;
 }
 
 #textDiv ul {
 	list-style:none;
	padding:0;
 }
 
 #textDiv ul li {
 	margin-bottom: 1em;
 }
 .offerProduct h2 {
 	text-transform:uppercase;
 }

/* specific elements */

#contactForm fieldset {
	width:220px;
	border:none;
	margin:0;
	padding:0;
}

#contactForm input, #contactForm textarea {
	width:220px;
	margin-right:1em;
}

