/* Edenred CSS */

* {
  margin: 0px;
  padding: 0px;
}

/* Clearfix START */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* Clearfix ENDE */

body {
  color: #424242;
  font: 12px/18px Verdana;
  background: #F7F6F6 url(/images/body_bg.gif) repeat-x 0px 0px;
}
img {
  border: 0px none;
}
h1 {
  margin: 0px;
  color: #11204C;
  font-size: 13px;
  line-height: 20px;
}
h2 {
  color: #11204C;
  font-size: 14px;
  margin: 0px 0px 5px;
  background: url(images/dots.gif) repeat-x 0px bottom;
}
a {
  outline: 0px;
  color: #6D6D6D;
  /*text-decoration: none;*/
}
a:hover {
  /*text-decoration: underline;*/
}
ul {
  list-style-type: none;
}
p {
  float: left;
  width: 440px;
}
p.right {
  float: right;
}

/* allgemeine Klassen */
.bgcolor {
  background-color: #F6F3F1;
}

/* HTML5-Tags definieren */
header,
section,
article,
aside,
footer,
nav {
  display: block;
}

#container {
  width: 900px;
  margin: 20px auto;
  background-color: #FFFFFF;
  border: 30px solid #FFFFFF;
  border-bottom-width: 27px;
}

/* Header mit Logo */
header {
  height: 52px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #11204C;
}
header.home {
  margin-bottom: 20px;
}
.header_left {
  float: left;
}
.header_right {
  float: right;
  margin: 6px 0px 0px 25px;
}

/* Navigation links */
nav#main {
  float: left;
  width: 237px;
}
nav#main ul {
  margin-bottom: 40px;
}
nav#main li {
  border-bottom: 1px solid #EFEFEF;
}
nav#main .active,
nav#main .hover {
  background: url(/images/navigation_hover.gif) repeat-x 0px 1px;
}
nav#main a {
  color: #11204C;
  display: block;
  font-size: 13px;
  padding: 6px 10px;
  text-decoration: none;
}
nav#main .active a {
  font-weight: bold;
}

#banner_nav {
  float: left;
  width: 237px;
  height: 92px;
  color: #11204C;
  margin-bottom: 20px;
  background: url(/images/kontakt_box_detailseite.png) no-repeat 0px 0px;
}
#banner_nav p {
  width: auto;
  margin-top: 44px;
}
#banner_nav a {
  color: #11204C;
  padding-left: 19px !important;
  text-decoration: underline !important;
}
#banner_nav a:hover {
  text-decoration: none !important;
}

/* Contentbereich */
section {
  float: left;
  width: 589px;
  padding: 0px 0px 20px 22px;
  margin: 0px 10px 0px 42px;
  background: url(/images/trennlinie_vertikal.gif) no-repeat 0px 0px;
}
section.home {
  margin: 0px;
  width: 100%;
  padding-left: 0px;
  background: none;
}
article {
  width: 100%;
  margin-top: 20px;
}
article li {
  padding: 0px 0px 15px 12px;
  background: url(/images/dot.png) no-repeat 0px 5px;
}
article a {
  color: #11204C;
}
article a:hover {
  text-decoration: none;
}

/* Banner */
#banner_left,
#banner_center,
#banner_right {
  float: left;
  width: 295px;
  height: 98px;
  margin-right: 10px;
  background: url(/images/teaser_ueber_edenred.png) no-repeat 0px 0px;
}
#banner_center {
  background-image: url(/images/teaser_unser_angebot.png);
}
#banner_left:hover,
#banner_center:hover {
  background-position: 0px -98px;
}
#banner_right {
  width: 290px;
  color: #11204C;
  margin-right: 0px;
  background-image: url(/images/kontakt_box_startseite.png);
}
#banner_right p {
  width: auto;
  margin-top: 41px;
  padding-left: 19px;
}
#banner_right a {
  color: #11204C;
  text-decoration: underline;
}
#banner_right a:hover {
  text-decoration: none;
}

/* Footer mit Metanavi */
footer {
  clear: both;
  margin-top: 15px;
  padding-top: 23px;
  border-top: 1px solid #11204C;
}
footer nav li {
  padding: 0px;
  display: inline;
  margin-right: 20px;
  background: none;
}
footer nav li a {
  color: #6D6D6D;
  font-size: 9px;
}
footer nav li a:hover {
  text-decoration: none;
}
