@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #C7001A;
}
.oneColFixCtrHdr #container {
	width: 1009px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	background-image: url(images/header.gif);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/content_bg.jpg);
	height: 581px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	height: 48px;
	background-image: url(images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 1009px;
	background-repeat: no-repeat;
	background-color: #C7001A;
}

.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#navigation ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	position: relative;
	top: 110px;
  }
  
  #navigation ul li {
    list-style: none;
    display: inline;
    margin: 0.0em; padding: 0;
  }

  #navigation ul a {
	padding: 0.2em 1em;
	text-decoration: none;
	color: #FFFFFF;
  }
  
  #navigation ul a:hover {
	padding: 0.2em 1em;
	text-decoration: none;
	color: #FF9999;
  }
  
   #navigation ul span {
	padding: 0.2em 1em;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #C7001A;
  }
#bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	top: 200px;
	position: relative;
	text-align: center;
	line-height: 30px;
}

#bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	top: -50px;
	position: relative;
	line-height: 20px;
	left: 400px;
}

#portrait {
	background-image: url(images/brandwyk_portrait.jpg);
	height: 163px;
	width: 129px;
	border: 2px solid #FFFFFF;
	position: relative;
	left: 230px;
	top: 150px;
	background-repeat: no-repeat;
}
#untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	top: 160px;
	left: 230px;
}

#bodytext_angebote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	position: relative;
	line-height: 20px;
	left: 400px;
	padding-top: 70px;
	width: 590px;
}

#bodytext_referenzen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	position: relative;
	line-height: 20px;
	left: 400px;
	padding-top: 70px;
	width: 200px;
	float: left;
}

#bodytext_referenzen2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	position: relative;
	line-height: 20px;
	left: 400px;
	padding-top: 70px;
	width: 200px;
	float: left;
}
