body {
	width: 100%;
	
  background: #e1e1e1;

  margin: 0;
  padding: 0;
	
	text-align: center;
}

img {
	border: 0px;	
}

div#main {
	width: 960px;
	
	margin: 0 auto;
	background-color: #FFFFFF;
	
	text-align: left;
}

div#main div#top {
	width: 100%;
	height: 122px;
}

div#main div#top img {
	display: block;
}

div#main div#top div#left div#menuContainer {
	width: 100%;
	height: 100%;
  background-color: #b2b2b2;
}

div#main div#top div#left {
	float: left;
	
	width: 700px;
	
	background-color: #FFFFFF;
	background-image: url('./../images/topBackground.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

div#main div#top div#right {
	float: left;
	
	width: 260px;
	height: 100%;
}

div#main div#top div#right div#searchContainer {
  height: 28px;
  background-color: #8e8e8d;
}

div#main div#topSecond {
	clear: left;
	
  width: 100%;
  height: 95px;
}

div#main div#topSecond div#introText {
	float: left;
	
  width: 700px;
  height: 100%;
	
	background-color: #415c79;
	font-size: 11px;
	color: #FFFFFF;
}

div#main div#topSecond div#introText img {
	margin: 31px 0 0 30px;
}

div#main div#topSecond div#blockBlue {
	float: left;
	
  width: 260px;
  height: 100%;
	
	background-color: #294462;
}

div#main div#bannerAndRightColumn {
	width: 100%;
	height: 300px;
}

div#main div#bannerAndRightColumn div#banner {
	float: left;
	
	width: 700px;
	height: 100%;
}

div#main div#bannerAndRightColumn div#banner img {
	display: block;
}

div#main div#bannerAndRightColumn div#rightColumn {
  float: left;
  
  width: 260px;
	height: 300px !important;
	
	background-color: #616162;
}

div#main div#bannerAndRightColumn div#rightColumn div.inner {
	margin: 15px;
	
	color: #FFFFFF;
}

div#main div#bannerAndRightColumn div#rightColumn div.inner h1 {
	color: #FFFFFF !important;
}

div#main div#bannerAndRightColumn div#rightColumn div.inner a {
	color: #FFFFFF;
	text-decoration: underline;
}

div#main div#bannerAndRightColumn div#rightColumn div.inner a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div#main div#site {
  width: 100%;
	
  background-image: url('./../images/contentBG.jpg');
  background-repeat: repeat-y;
  background-position: top right;
	
	padding-bottom: 20px;
	
	border-bottom: 1px solid #999999;
}

div#main div#site div#content {
	float: left;
	
  width: 700px;
}

div#main div#site div#content div.inner {
	margin: 20px;
	padding: 10px;
	
	border-bottom: 1px dotted #CCCCCC;
}

div#main div#site div#smallBanners {
	float: left;
	
	width: 260px;
}

div#main div#site div#smallBanners div {
	margin: 10px;
}

div#main div#site div#smallBanners div img {
	display: block;
}


div.clear {
	clear: both;
}


ul.geuren,
ul.filialen {
  padding: 10px 20px 0 0px;
  margin: 0;
  list-style: none;
}

ul.geuren li {
	padding: 5px 0;
}

ul.geuren li,
ul.geuren li a {
  color: #FFFFFF !important;

  font-weight: bold !important;

  line-height: 120%;

  text-decoration: none !important;
}

ul.geuren li a:hover {
  color: #294462 !important;
}

.geur_item {
  padding: 0 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
}

ul.filialen li.title {
  color: #E2017B;
  font-weight: bold;
}

ul.filialen li.date {
  color: #4b4b4b !important;
}