* {
    margin: 0;
    padding: 0;
}

body {
	background: #171717 url('../img/gfx/body_bg_gradient_l.gif') repeat-x;
	font-family: "Verdana", "Arial", sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
}

.clear {
	clear: both;
}

/* Links
 * ------------------------------------------------------------------------- */
a,
a:active,
a:visited,
a:hover {
	text-decoration: underline;
	color: #e2001a;
}

div#content a {
	color: #e2001a;
}

div#content .path a {
	color: #fff;
}

div#content .path a:hover {
	color: #ccc;
}

a:hover {
	text-decoration: none;
}

/* Überschriften
 * ------------------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
	font-family: "Arial", sans-serif;
	padding-top: 25px;
	margin: 0px 20px 20px 20px;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	clear: left;
}

h2 {
	padding-top: 28px;
	font-size: 28px;
}

h3 {
	padding-top: 15px;
	font-size: 16px;
}

/*
 * Subline
 */
h5 {
	margin: 15px 20px 0 20px;
	font-family: "Verdana", Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}


/* Absätze
 * ------------------------------------------------------------------------- */
p {
	margin: 20px 20px 0 20px;
	line-height: 16px;
}

dl.rotec_aktuell dd p.twitter img {
    left: 0;
}

ul {
	display: block;
	margin: 20px 20px 0 20px;
	padding: 0 0 0 0;
	list-style: none;
}

li {
	display: block;
	padding: 0 0 0 15px;
	line-height: 16px;
	margin-bottom: 10px;
	background: url('../img/gfx/li_bullet_trans.gif') no-repeat 0 4px;
}

ol {
	list-style: decimal;
	list-style-position: inside;
	margin: 15px 20px 0 20px;
	padding: 0 0 0 0;
}

ol li {
	background: none;
	padding: 0 0 0 0;
	line-height: 14px;
}

/* Content-Design
 * ------------------------------------------------------------------------- */
.price {
	color: #e2001a;
	font-weight: bold;
}

.big_price {
	font-size: 18px;
    color: #e2001a;
}


/* Bilder im Content
 * ------------------------------------------------------------------------- */
p img {
	border: 1px solid black;
	float: left;
	margin: 3px 20px 10px 0;
}

/* Formular
 * ------------------------------------------------------------------------- */
form {
	text-align: left;
	overflow: hidden;
}

fieldset {
	border: 0;
	overflow: hidden;
}

label {
	width: 99px;
	display: block;
	float: left;
	height: 25px;
}

form em {
	color: #e2001a;
}

input,
textarea {
	background: url("../img/gfx/bg_input.png") repeat-x;
	display: block;
	border-top: 1px solid #606060;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #474747;
	border-left: 1px solid #606060;
	height: 17px;
	padding: 3px;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	float: left;
}

textarea {
	background: url("../img/gfx/bg_textarea.png") repeat-x;
	height: 133px;
	padding: 3px;
	width: 480px;
}

fieldset.full input {
	float: none;
	width: 480px;
}

input.submit {
	background: none;
	margin-left: 97px;
	padding-left: 0;
	border: none;
	width: auto;
	height: auto;
	clear: both;
}

* html input.submit {
	margin-left: 49px;
}

fieldset#kopie {
	display: block;
	margin-left: 100px;
}

fieldset#kopie label {
	display: block;
	margin-left: 12px;
	width: auto;
}

/**
 * Formulare Captcha
 */
fieldset#captcha {
	display: block;
	margin-left: 100px;
	clear: both;
}

fieldset#captcha img {
	float: left;
	margin-top: 0;
	border: none;
}

fieldset#captcha input {
	width: 85px;
}

fieldset#captcha label {
	width: auto;
}

/**
 * Kontaktformular
 */
form#kontaktformular {
	width: 650px;
}

form#kontaktformular p {
	width: auto;
	height: auto;
}

form#kontaktformular input#form_kopie {
	border: none;
	background: none;
}

form#kontaktformular .left p,
form#kontaktformular .right p {
	display: block;
	overflow: hidden;
	height: 25px;
}

form#kontaktformular .left {
	float: left;
	width: 50%;
}

form#kontaktformular .right {
	width: 49.99%;
	float: right;
}

form#kontaktformular .full {
	clear: both;
}


/* Startseite
 * ------------------------------------------------------------------------- */
div.start {
	margin-top: 40px !important;
    background: url("../img/bg_startseite_teaser.png") repeat-y;
}

dl.float_container_start {
	width: 315px;
	float: left;
    margin: 0 0 0 0;
	padding: 0;
	background: url("../img/gfx/bg_gig_auszeichnungsboxen.gif") no-repeat;
}

dl.float_container_start dt {
	margin: 0;
	padding: 0 0 0 73px;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	font-size: 16px;
	color: #d2001b;
	float: none;
	width: auto;
	line-height: 39px;
	height: 36px;
	display: block;
	overflow: hidden;
}

dl.float_container_start dd {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
}

dl.float_container_start h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 30px 0 0 0;
	color: #fff;
	letter-spacing: -0.02em;
}

dl.newsletter h3 {
	padding: 10px 0 0 0;
}

dl.rotec_aktuell h3 {
	padding: 12px 0 0 0;
}

dl.float_container_start .meckenheim h3 {
	padding: 18px 0 0 0;
}

dl.float_container_start dd img {
	border: none;
	padding: 0 0 0 2px;
	float: none;
	margin: 0;
	position: relative;
}

dl.newsletter dd img {
	left: -16px;
}

dl.newsletter {
	margin-right: 0;
}

dl.rotec_aktuell dd img {
	left: -11px;
}

dl.float_container_start dd p {
	padding-top: 10px;
	font-size: 11px;
}

dl.float_container_start dd p.first {
	padding: 0;
	margin: 0;
}

dl.float_container_start dd h3,
dl.float_container_start dd p,
dl.float_container_start dd ul,
dl.float_container_start dd small {
	margin: 0 10px 0 15px;
	line-height: 16px;
}

dl.float_container_start dd ul {
	padding: 5px 0 7px 0;
}

dl.float_container_start div.hr {
	border: none;
	border-bottom: 1px solid #4d4d4d;
	margin: 19px 16px 0 16px;
	background-color: #202020;
	height: 1px;
	overflow: hidden;
}

dl.float_container_start dd p.twitter {
    padding-top: 0;
}

dl.float_container_start dd p.twitter a {
    display: block;
}


/* Startseite - Rotec Aktuell
 * ------------------------------------------------------------------------- */
dl.rotec_aktuell dd small {
	display: block;
	font-size: 11px;
	color: #666161;
	padding: 0;
}

dl.rotec_aktuell div.post {
	margin-bottom: 20px;
}

/* Startseite - Unsere Märkte
 * ------------------------------------------------------------------------- */
dl.unsere_maerkte ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	background-image: none;
}

div.float_content dl.unsere_maerkte p.subhead {
	margin-top: 0;
	padding-top: 0;
}

dl.unsere_maerkte ul li {
	margin: 0;
	padding: 0;
	background-image: none;
}

/* Startseite - Coverflow
 * ------------------------------------------------------------------------- */
div#product_flow {
	position: relative;
    width: 100%;
	height: 390px;
    overflow: hidden;
}

div.product_flow_small {
    width: 708px !important;
    height: 307px !important;
    overflow: hidden;
    margin-top: 22px;
}

div#animation_hidden {
    display: none;
    visibility: hidden;
}

div#product_flow div.show {
    display: block;
    visibility: visible;
}

div#product_flow div.product_item {
    position: absolute;
    top: 0;
    left: 20px;
    width: 928px;
	height: 381px;
    background: url('../img/gfx/bg_start_present.gif') top left no-repeat;
}

div.product_flow_small div.product_item {
    overflow: hidden;
    width: 708px !important;
    height: 307px !important;
    background-image: url('../img/product_flow_small.jpg') !important;
}

div.product_flow_small div.product_item {
    width: 688px !important;
    overflow: hidden;
}

div#product_flow h2 {
	padding-top: 35px;
	font-size: 28px;
	color: #e2001a;
}

div#product_flow ul,
div#product_flow ol,
div#product_flow p {
	font-size: 12px;
}

div#product_flow img.product_picture {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 7px;
	left: 2px;
	border: none;
}

div.product_flow_small img.product_picture {
	width: 681px !important;
	height: 284px !important;
	top: 1px !important;
}

div#product_flow ul#poduct_flow_navi {
	position: absolute;
	top: 344px;
	left: 22px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.product_flow_small ul#poduct_flow_navi {
    top: 279px !important;
}

div#product_flow ul#poduct_flow_navi li {
	background: transparent none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	float: left;
	width: auto !important;
	height: 27px;
}

div#product_flow ul#poduct_flow_navi li a,
div#product_flow ul#poduct_flow_navi li a:active,
div#product_flow ul#poduct_flow_navi li a:visited,
div#product_flow ul#poduct_flow_navi li a:hover,
div#product_flow ul#poduct_flow_navi li.active a,
div#product_flow ul#poduct_flow_navi li.active a:active,
div#product_flow ul#poduct_flow_navi li.active a:visited,
div#product_flow ul#poduct_flow_navi li.active a:hover {
	padding: 0 10px 0 10px;
	margin: 7px 0 0 0;
	display: block;
	width: auto;
	outline: none;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #686868;
	text-decoration: none;
	border-right: 1px solid #000;
	border-left: 1px solid #3a3a3a;
}

div#product_flow ul#poduct_flow_navi li.act a,
div#product_flow ul#poduct_flow_navi li.act a:active,
div#product_flow ul#poduct_flow_navi li.act a:visited,
div#product_flow ul#poduct_flow_navi li.act a:hover {
	width: auto;
	border-left: none;
	border-right: none;
	outline: none;
	color: #fff;
	margin: 0 1px 0 1px;
	padding-top: 7px;
	background: transparent url('../img/gfx/start_navi_bullet.gif') center top no-repeat;
}

div#product_flow ul#poduct_flow_navi li.act {
	background: url('../img/gfx/start_navi_li_bg.gif') repeat-x 0 8px;
}


div#product_flow ul#poduct_flow_navi li a:hover {
	background-color: #000;
	overflow:hidden;
	color: #fff;
}

/* Definitions-Listen
 * ------------------------------------------------------------------------- */
dl {
	margin: 20px 20px 0 20px;
}

dt {
	display: block;
	width: 10%;
	font-weight: bold;
	float: left;
	margin-top: 10px;
}

dd {
	margin-top: 10px;
	width: 90%;
	float: left;
}

dd p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*
 * Main-Content: Produktpräsentation
 */
div.float_content {
	margin: 10px 0 0 20px;
}

dl.float_container {
	width: 210px;
	margin: 10px 0 15px 22px;
    padding: 0;
	display: block;
	float: left;
	background: url("../img/bg_teaser_neu.gif") no-repeat;
	height: auto;
	position: relative;
    overflow: hidden;
}

* html dl.float_container {
	margin: 10px 10px 15px 10px;
}

dl.float_container dt {
	margin: 0;
	padding: 0 0 0 9px;
	overflow: hidden;
    width: 100%;
	float: none;
	display: block;
    color: #e2001a;
    height: 26px;
    line-height: 26px;
}

dl.float_container dd {
	margin: 0;
    padding: 0 0 0 2px;
	width: 100%;
	float: none;
}

dl.float_container div.teaser_top {
    height: 118px;
    width: 206px;
    overflow: hidden;
}

dl.float_container div.box_content {
	height: 95px;
	overflow: hidden;
}

dl.float_container div.teaser_top img {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}

dl.float_container div.teaser_top a {
    outline: none !important;
}

dl.float_container p {
	padding: 10px 30px 0 9px;
	margin: 0 0 0 0;
	color: #dfdfdf;
	font-size: 11px;
}

dl.float_container p.preis {
	background: url('../img/gfx/bg_small_auszeichnungsboxen_trans2.gif');
	display: block;
	margin: -1px 0 0 -1px;
	padding: 0;
	height: 26px;
	width: 209px;
}

dl.float_container p.preis strong {
	text-align: left;
	display: block;
	color: #fff;
	margin: 0;
	padding: 5px 29px 0 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}


/*
 * linke Spalte Kontakte-DL
 */
div.position_left {
	margin: 0 0 0 12px;

}

dl.profile_container {
	display: block;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
}

dl.profile_container dt {
	width: 86px;
	height: 68px;
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #000;
}

dl.profile_container dt img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

dl.profile_container dd {
	border: 1px solid #000;
	display: block;
	width: 110px;
	height: 68px;
	background-color: #000;
	overflow: hidden;
}

div.content_left dl.profile_container p {
	margin: 5px 9px 0 9px;
	padding: 0 0 0 0;
	font-size: 10px;
	color: #9d9c9c;
	line-height: 14px;
}

/*
 * Highlighted Boxen
 */
div.highlight {
	overflow: hidden;
	width: 687px;
	margin: 23px 0 25px 20px;
}

div.highlight dl {
	float: left;
	background: url("../img/gfx/highlighted_box-dl.png") repeat-y;
	width: 687px;
	margin: 0;
	padding: 0;
	position: relative;
}
div.highlight dt {
	background: url("../img/gfx/highlighted_box-head2.png") no-repeat top left;
	padding: 0 0 0 12px;
	margin: 0;
	color: #e2001a;
	float: none;
	width: auto;
	height: 35px;
	line-height: 37px;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	font-size: 16px;
}
div.highlight dd {
	background: url("../img/gfx/highlighted_box-dd.png") no-repeat top left;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
}

div.highlight dd img {
	float: left;
	width: 231px;
	overflow: hidden;
	border: 0px solid;
	margin: 0 0 0 1px;
	padding: 0;
}

div.highlight dd p.image_container {
	width: 240px;
	overflow: hidden;
	border: 0px solid;
	float: left;
	margin: 0;
	padding: 0;
}

div.highlight dd p {
	display: block;
	background: transparent;
	height: auto;
	width: auto;
	margin: 0;
	margin: 40px 8px 10px 30px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
}

div.highlight dd p.preis {
	width: 132px;
	background: url("../img/gfx/preis_button2.png") no-repeat top left;
	height: 43px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 1px;
	font-size: 25px;
    letter-spacing: -1px;
	color: #fff;
	padding: 20px 10px 0 8px;
	text-align: right;
	margin: 0;
}

div.highlight dd p.preis strong {
	padding-right: 25px;
}

/* Container in der linken Spalte
 * ------------------------------------------------------------------------- */
div.content_left_box dl.container {
	margin: 0 0 40px 13px;
	padding: 0;
	border: none;
	width: 197px;
	overflow: hidden;
}

div.content_left_box dl.newsletter {
	margin: 0px 0 15px 13px;
	padding: 0;
	border: none;
	width: 197px;
	overflow: hidden;
}

div.content_left_box dl.container dt,
div.content_left_box dl.container dd {
	margin: 0;
	padding: 0;
	width: 197px;
	height: auto;
	display: block;
	float: none;
	overflow: hidden;
	border: none;
}

div.content_left_box dl.container dt img {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 197px;
	border: none;
}

div.content_left_box dl.container dd {
	background-color: #000;
	font-size: 10px;
}

div.content_left_box dl.container dd strong {
	font-size: 11px;
	margin-left: 8px;
	margin-top: 5px;
	display: block;
	color: #c9c9c9;
}

div.content_left_box dl.container dd p strong {
	margin-left: 0;
}

div.content_left_box dl.container dd ul {
	margin-bottom: 15px;
	margin-left: 8px;
}

div.content_left_box dl.container dd ul li {
	margin-bottom: 0;
	background: url('../img/gfx/li_bullet_black.gif') no-repeat left center;
}

div.content_left_box dl.container dd ul li.tel {
	margin-top: 5px;
}

div.content_left_box dl.container dd p {
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}

div.content_left_box dl.ansprechpartner dt img {
	height: 99px;
	width: 86px;
	overflow: hidden;
}

div.content_left_box dl.ansprechpartner dt {
	float: left;
	height: 98px;
	width: 86px;
	border: 1px solid #000;
	overflow: hidden;
}

div.content_left_box dl.ansprechpartner dd.hide {
	float: none;
	height: 1px;
	background: transparent;
	clear: both;
}

* html div.content_left_box dl.ansprechpartner dt {
	height: 100px;
	width: 88px;
}

div.content_left_box dl.ansprechpartner dd {
	width: 105px;
	float: left;
	height: 100px;
	overflow: hidden;
}

div.content_left_box dl.ansprechpartner dd p {
	margin-top: 0px;
}


/* Slider
 * ------------------------------------------------------------------------- */
div#slider {
	right: 0px;
	top: 25%;
	z-index: 999;
	width: 48px;
	overflow: hidden;
	position: fixed;
	cursor: pointer;
}

* html div#slider {
	position: absolute;
}

div#slider {
	margin-left: auto !important;
	margin-right: -7px !important;
	right: 0 !important;
}

div#slider img {
	border: 0px solid;
	padding: 0;
}

div#slider a {
	border: 0px solid;
	padding: 0;
	margin: 0;
	margin-right: -8px;
}

div#slider a:hover {
	margin-right: 0;
}

div#slider_content {
	display: none;
}

/* Newsletter Pop-Up
 * ------------------------------------------------------------------------- */
body#newsletter form {
	text-align: left;
}

body#newsletter form {
	margin-bottom: 0;
	padding-bottom: 0;
}

body#newsletter p label {
	margin-bottom: 0;
	padding-bottom: 0;
}

body#newsletter form input {
	width: 275px;
	float: none;
}

body#newsletter form p.submit {
	margin-top: 5px;
	margin-left: 17px;
	clear: both;
}

body#newsletter form p.submit input {
	background: none;
	margin: 0;
	border: none;
	width: auto;
	height: auto;
	clear: both;
}

body#newsletter {
	background: #212121 url('../img/gfx/body_bg_gradient_newsletter.png') repeat-x;
}

body#newsletter div#cont_main {
	background: url('../img/gfx/bg_popup-var.png') repeat-y;
	margin: 50px auto;
	width: 389px;
}

body#newsletter div#cont_main div#top {
	background: url('../img/gfx/bg_popup-top.png') no-repeat top left;
}

body#newsletter div#cont_main div#bottom {
	background: url('../img/gfx/bg_popup-bottom.png') no-repeat bottom left;
	overflow: hidden;
	padding: 30px;
}

body#newsletter div#cont_main div#bottom form p {
	padding: 0;
	margin: 10px 0 0 0;
	display: block;
}

body#newsletter div#cont_main div#bottom form fieldset {
	padding-top: 10px;
	margin-top: 0;
}

body#newsletter div#cont_main div#bottom form label {
	display: block;
	float: none;
	padding: 0 0 2px 0;
}

body#newsletter div#cont_main div#bottom h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

body#newsletter div#cont_main div#bottom form fieldset p {
	padding-top: 10px;
	padding-top: 0;
}

body#newsletter div#cont_main div#bottom p {
	margin-bottom: 0;
	padding-bottom: 0;
	height: auto;
}

body#newsletter fieldset#captcha {
	margin-left: 0;
}

body#newsletter fieldset#captcha img {
	margin-right: 28px;
}

body#newsletter fieldset#captcha label {
	float: left;
	height: auto;
	margin-bottom: 0;
}

body#newsletter fieldset#captcha input {
	width: 85px;
}

body#newsletter fieldset#captcha input#form_captcha {
	float: left;
}

/* rotec News
 * ------------------------------------------------------------------------- */
div.post div.post_head {
	margin: 20px 20px;
}

div.post div.post_head p {
	margin: 0;
	padding: 0;
}

div.post div.post_head small {
	display: block;
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #666161;
}

div.post div.post_head h3 {
	margin: 0;
	padding: 0;
}

div.post p.info {
	margin: 18px 20px 0 20px;
	display: block;
	height: 1px;
	overflow: hidden;
	background: url('../img/gfx/bg_nav_li.png') repeat-x;
	padding: 5px 0;
	color: #999;
}


/* Zweispaltiger Content
 * ------------------------------------------------------------------------- */
div.content_left {
	display: block;
	width: 24.99%;
	float: left;
	color: #b1b1b1;
	line-height: 14px;
	overflow: hidden;
}

div.content_left_box {
	background-color: #2a2a2a;
	border: 1px solid #606060;
	margin: 22px 0 0 16px; /* Krummer Wert, damit auf einer Linie mit Headlines */
	padding: 0 0 12px 0;
}

div.content_right {
	float: right;
	display: block;
	width: 74.99%;
	overflow: hidden;
}

div.content_left p,
div.content_left ul,
div.content_left ol {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 14px;
}

div.content_left h1,
div.content_left h2,
div.content_left h3 {
	padding: 0;
	margin: 0px 12px 13px 15px;
	color: #b1b1b1;
	font-size: 14px;
	font-weight: bold;
}

div.content_left h3 {
	font-size: 12px;
}


/* Pfad - Sie sind hier:
 * ------------------------------------------------------------------------- */
div.path {
	display: block;
	margin: 20px 16px 0 16px;
	color: #777777;
	padding: 5px 5px 5px 5px;
	background-color: #232323;
	border: 1px solid #0d0d0d;
}

div.path a,
div.path a:active,
div.path a:visited {
	color: #fff;
	text-decoration: none;
}

div.path a:hover {
	color: #e2001a;
}

/* Anfahrt - Google Maps API
 * ------------------------------------------------------------------------- */
div#gmap {
	width: 676px;
	height: 480px;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 20px;
	color: #000;
}

div.twGmapInfo {
	width: 425px;
	color: #000;
	height: 235px;
}

div.twGmapContent p,
div.twGmapContent h3 {
	margin: 0 0 10px 30px;
	padding: 0;
}

div.twGmapContent form label {
	display: block;
	float: none;
	width: auto;
	height: auto;
}

div.twGmapContent form input {
	color: #000;
	background: none;
	background-color: #fff;
	border: 1px solid #888888;
	float: none;
	width: 330px;
}

div.twGmapContent form input#daddr {
	background: none;
	background-color: #fff;
	border: none;
	float: none;
	height: auto;
	width: auto;
}

div.twGmapContent form input.submit {
	width: 150px;
	margin-left: 0;
}


/* Grundaufbau
 * ------------------------------------------------------------------------- */
div#cont_main {
	width: 965px;
	text-align: left;
	margin: 0 auto 0 auto;
	top: 4px;
	padding: 0 0 0 0;
	position: relative;
	background: #1f1f1f url('../img/gfx/bg_content.png') no-repeat 0 130px;
	line-height: 14px;
}

div#header {
	font-family: "Arial", sans-serif;
	height: 99px;
	background: url('../img/gfx/header_bg_gradient.gif') no-repeat top left;
}

div#content {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#footer {
	clear: both;
	background: #1f1f1f none;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

a#logo {
	display: block;
	width: 174px;
	height: 62px;
	position: absolute;
	top: 20px;
}

a#logo img {
	border: 0;
}

p#service_hotline {
	z-index: 2;
	display: block;
	position: absolute;
	top: 102px;
	left: 750px;
	height: 24px;
	line-height: 24px;
	width: 200px;
	background: url('../img/gfx/icon_telephone.png') no-repeat top left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 35px;
}

* html p#service_hotline
{
	background: url('../img/gfx/icon_telephone.gif') no-repeat top left;
}

img#eur_logo {
	display: block;
	position: absolute;
	right: 20px;
	top: 41px;
	border: none;
}

/* Service-Navi
 * ------------------------------------------------------------------------- */
ul#service_nav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	position: absolute;
	list-style: none;
	top: 5px;
	right: 0;
}

ul#service_nav li {
	background: none;
	padding: 0 0 0 12px;
	display: block;
	float: left;
	color: #b0b0b0;
}

ul#service_nav li a,
ul#service_nav li a:active,
ul#service_nav li a:visited,
ul#service_nav li a:hover {
	color: #b0b0b0;
	margin-right: 5px;
}

/* Footer
 * ------------------------------------------------------------------------- */
div#footer p {
	clear: both;
	color: #656565;
	margin: 0px 20px 0 20px;
	padding: 0 0 0 0;
}

div#footer p a {
	color: #656565;
}

ul#footer_navi {
	margin: 0px 20px 0 20px;
	padding: 30px 0 0 0;
	height: 20px;
	display: block;
	list-style: none;

}

ul#footer_navi li {
	width: auto;
	display: inline;
	float: none;
	background: none;
	margin: 0;
	padding: 0 5px 0 0;
	color: #b0b0b0;
}

ul#footer_navi li a,
ul#footer_navi li a:active,
ul#footer_navi li a:visited,
ul#footer_navi li a:hover {
	color: #b0b0b0;
	margin-right: 5px;
}

ul#footer_navi li.active a {
	color: #e2001a;
}


/* Subnavigation
 * ------------------------------------------------------------------------- */
ul#subnavi_1 {
	display: block;
	margin: 12px 13px 28px 13px;
	padding: 2px 0 0 0;
	list-style: none;
	background: url("../img/gfx/trenner_subnavi.png") no-repeat top left;
}

ul#subnavi_1 li {
	margin: 0;
	padding: 0;
	background: url("../img/gfx/trenner_subnavi.png") no-repeat bottom left;
}

ul#subnavi_1 a,
ul#subnavi_1 a:active,
ul#subnavi_1 a:visited,
ul#subnavi_1 a:hover {
	font-family: "Arial", sans-serif;
	margin: 0 0 0 0;
	padding: 0 6px 0 6px;
	display: block;
	font-size: 13px;
	color: #b1b1b1;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}

ul#subnavi_1 a:hover,
ul#subnavi_1 li.active a {
	color: #e2001a;
	background: #323232 url("../img/gfx/trenner_subnavi.png") no-repeat bottom left;
}

ul#subnavi_1 ul {
    margin: 0;
}

ul#subnavi_1 ul a,
ul#subnavi_1 ul a:active,
ul#subnavi_1 ul a:visited,
ul#subnavi_1 ul a:hover {
    font-size: 11px;
    padding: 0 0 0 20px;
    color: #fff;    
}

ul#subnavi_1 ul a:hover,
ul#subnavi_1 ul li.active a {
    color: #e2001a;
    background: #323232 url("../img/gfx/trenner_subnavi.png") no-repeat bottom left;
}

/* Navigation
 * ------------------------------------------------------------------------- */
ul#navi {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	width: 100%;
	height: 31px;
	list-style: none;
	background: url('../img/gfx/navi_bg_gradient.gif') no-repeat top left;
	font-size: 12px;
}

ul#navi li {
	position: relative;
	z-index: 10;
	margin: 1px 0 0 0;
	padding: 0;
	border: 1px solid #434343;
	border-left: none;
	border-bottom: none;
	border-top: none;
	display: block;
	float: left;
	width: auto;
	background: #000 url("../img/gfx/menu.png") repeat-x;
}

ul#navi li a,
ul#navi li a:active,
ul#navi li a:visited,
ul#navi li a:hover {
	display: block;
	float: left;
	width: auto;
	padding: 0 16px 0 16px;
	color: #b1b1b1;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #000;
}

ul#navi li:hover,
ul#navi li.hoverIt {
	background-image: url('../img/gfx/menu_hoover.png');
}

ul#navi li:hover a,
ul#navi li.hoverIt a {
	color: #fff;
}

ul#navi li.active {
	background-image: url('../img/gfx/menu_act.png');
	border: 1px solid #616161;
	border-bottom: 1px solid #3C3C3C;
	border-left: 1px solid #000;
	border-top: none;
}

ul#navi li.active a,
ul#navi li.active a:active,
ul#navi li.active a:visited,
ul#navi li.active a:hover {
	border-left: 1px solid #616161;
	color: #fff;
}

/*
 * 2. Ebene
 */
ul#navi ul {
	margin: 0;
	padding: 5px 0 0 0;
	display: none;
	visibility: hidden;
	position: absolute;
	top: 29px;
	left: 0;
	width: 190px;
	height: auto;
	z-index: 99;
}

ul#navi li:hover ul,
ul#navi li.hoverIt ul {
	display: block;
	visibility: visible;
	padding: 5px 0 10px 0;
	background: #1f1f1f url("../img/gfx/bg_nav_li-top.gif") no-repeat 10px 3px;
}

ul#navi li.active ul {
	display: none;
	visibility: hidden;
}

ul#navi li ul li,
ul#navi li ul li.active,
ul#navi li ul li:hover,
ul#navi li.hoverIt ul li {
	background: #1c1c1c none;
	border: none;
	display: block;
	float: none;
	width: auto;
	height: 24px;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}

ul#navi li ul li a,
ul#navi li ul li a:active,
ul#navi li ul li a:visited,
ul#navi li ul li a:hover,
ul#navi li.hoverIt ul li a,
ul#navi li.hoverIt ul li a:active,
ul#navi li.hoverIt ul li a:visited,
ul#navi li.hoverIt ul li a:hover {
	display: block;
	background: #1c1c1c url('../img/gfx/bg_nav_li.gif') repeat-x;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	line-height: 24px;
	height: 24px;
	text-indent: 6px;
	border: none;
	text-transform: none;
}

ul#navi li ul li a:hover,
ul#navi li.hoverIt ul li a:hover {
	background-color: #323232;
	color: #e2001a;
}


dl.teaser_big {
    display: block;
    width: 333px;
    height: 268px;
    overflow: hidden;
    background: url("../img/teaser_big/bg_teaser_big.jpg") no-repeat;
    float: left;
    margin: 20px 0 0 20px;
    padding: 0;
}

dl.teaser_big dt {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 9px;
    color: #e2001a;
    margin: 0;
    line-height: 26px;
    height: 22px;
    overflow: hidden;
}

dl.teaser_big dd {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

dl.teaser_big dd p {
    margin: 0;
    padding: 7px 10px 7px 10px;
}

dl.teaser_big dd p.img {
    padding: 0;
    margin: 0 0 0 2px;
    width: 329px;
    height: 153px;
    overflow: hidden;

}

dl.teaser_big dd img {
    border: none;
}
