/*
-----------------------------------------------
Layout CSS
----------------------------------------------- */
html {
}

body {
	margin: 0;
	padding: 0;
	background: #c5c8cb;
	overflow-y: scroll;
}

body, div, td, p, b, span, ul, li {
	font-family: Arial, 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

ul {
	list-style-image: url(../images/Bulletpoint.gif);
}

h1, h2, h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

input, select, textarea {
	font-size: 12px;
	border: 1px solid #989898;
}

p.bodytext {
	width: 480px;
	line-height: 15px;
}

p.bodytext span {
	line-height: 100%;
}

table thead tr th p.bodytext {
	width: auto;
}

table tbody tr td p.bodytext {
	width: auto;
}

.clear {
	clear: both;
}

table thead tr th.align-left {
	text-align: left;
}

table thead tr th.align-right {
	text-align: right;
}

table tbody tr td.align-left {
	text-align: left;
}

table tbody tr td.align-right {
	text-align: right;
}

table.contenttable tbody tr td {
	background-color: #f4f4f4;
	padding: 8px;
	margin: 5px;
}

table.contenttable thead tr th {
	background-color: #f4f4f4;
	padding: 8px;
	margin: 0;
}

table.contenttable tbody tr td ul {
	margin-left: 10px;
}


/* Anchors
----------------------------------------------- */
a {
	color: #f36f18;
	text-decoration: none;
}

a:hover {
	color: #f36f18;
	text-decoration: none;
}


/* Transparent
----------------------------------------------- */
.transparent {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}


/* Forms
----------------------------------------------- */
form#search-form {
	font-size: 12px;
	vertical-align: middle;
}

form#search-form a {
	font-size: 12px;
	color: #333;
}

form#search-form a:hover {
	color: #f36f18;
}

form#search-form span {
	border: 1px solid red;
	font-size: 10px;
	height: 30px;
}

form#search-form input {
	border: 1px solid #d8d8d8;
	width: 150px;
	font-size: 10px;
	margin: 20px 5px;
	padding: 5px 0;
}

form#bestellung span {
	color: red;
}

form#bestellung input {
	border: none;
	margin-top: 2px;
	margin-bottom: 4px;
}

form#bestellung select {
	border: none;
	margin-top: 2px;
	margin-bottom: 4px;
}

form#bestellung textarea {
	border: none;
	padding: 0;
	margin: 0;
	width: 300px;
	height: 80px;
}

.tx-indexedsearch-res {
	margin-top: 8px;
}

.tx-indexedsearch-title {
	font-size: 12px;
	font-weight: bold;
}

span.field-error {
	color: red;
}

/* Divs
----------------------------------------------- */
div#container {
	margin: auto;
	padding: 0 25px 25px 25px;
	background: white;
	width: 800px;
	text-align: left;
}

div#left-column {
	float: left;
	margin: 0;
	padding: 0;
}

div#right-column {
	float: right;
}

div#logo {
	margin-top: 25px;
}

div#teaser-headline {
	margin-top: 45px;
	overflow: hidden;
	line-height: 46px;
}

div#teaser-headline p {
	line-height: 50px;
	font-size: 50px;
	font-weight: bold;
	color: #999;
	width: auto;
}

div#teaser {
	margin-top: 45px;
	width: 800px;
	height: 406px;
	overflow: hidden;
}

div#teaser-text {
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	z-index: 666;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

div#teaser-text span {
	color: #fc9700;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

div#teaser-text a {
	display: block;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#teaser-text a:hover {
	color: #fc9700;
}

div#teaser-preisrechner {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 210px;
	height: 250px;
	padding: 10px;
	background-color: #eee;
	overflow: hidden;
	z-index: 666;
}

div#teaser-preisrechner input {
	margin: 0;
	padding: 0;
}

div#erdgasrechner {
	float: left;
	width: 240px;
	height: 250px;
	padding: 10px;
	background-color: #f4f4f4;
	overflow: hidden;
}

div#erdgasrechner input {
	margin: 0;
	padding: 0;
}

div#erdgasrechner input#erdgasrechner-submit {
	padding: 4px 15px;
	margin-top: 25px;
	margin-right: 28px;
	background-color: #eee;
	font-weight: bold;
}

div#navigation {
	margin-top: 55px;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navigation ul li {
	float: left;
/*	display: block;*/
}

div#navigation a {
	line-height: 25px;
	color: #333;
}

div#navigation a:hover {
	color: #f36f18;
}

div#navigation a.active {
	color: #f36f18;
}

div#content {
	margin-top: 45px;
}

div.content-element-wrap {
	width: 548px;
	background-color: #f0f3f7;
	padding: 10px;
	margin-bottom: 8px;
}

div.content-element-wrap h1 {
	font-size: 12px;
	padding-bottom: 8px;
}

div.content-element-wrap h1.csc-firstHeader {
	font-size: 12px;
}

div.content-element-wrap ul {
	list-style-image: url(../images/Bulletpoint.gif);
}

div.content-element-wrap li {
	margin-left: 10px;
}

div#footer {
	font-size: 10px;
	line-height: 25px;
	text-align: right;
	margin-top: 45px;
}

div#footer a {
	color: #333;
}

div#footer a:hover {
	color: #f36f18;
}

div.bestellformular {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

div.bestellformular input, div.bestellformular select {
	padding: 2px;
	width: 140px;
	border: 1px solid #b7b7b7;
}


/* FCE FAQ
----------------------------------------------- */
div.fce-faq-element {
	width: 425px;
	margin-bottom: 15px;
}

div.fce-faq-text {
	margin-top: 10px;
	display: none;
}

/* FCE Tarif
----------------------------------------------- */
div.fce-tarif-container {
	padding: 50px 0 55px 0;
}

div.fce-tarif-inhalt {
}

div.fce-tarif-titel-links {
}

div.fce-tarif-titel-rechts {
}


/* FCE Person
----------------------------------------------- */
div.fce-person-container {
	border-bottom: 1px solid #d0d0d0;
}

div.fce-person-container h1 {
	font-size: 12px;
	padding-bottom: 8px;
}

div.fce-person-container h4 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 16px;
}

div.fce-person-bild {
	float: left;
	margin-right: 10px;
	width: 95px;
	height: 125px;
	overflow: hidden;
}

div.fce-person-beschreibung {
	float: left;
}

div.fce-person-funktion a {
	color: #f36f18;
	text-decoration: none;
}

div.fce-person-funktion a:hover {
	color: #f36f18;
	text-decoration: none;
}

/* FCE Text zweispaltig
----------------------------------------------- */
div.fce-text-2spaltig-container h1 {
	font-size: 12px;
	padding-bottom: 8px;
}

div.fce-text-2spaltig-headline {
	margin-bottom: 18px;
}

div.fce-text-2spaltig-links {
	float: left;
	margin-right: 10px;
	width: 357px;
}

div.fce-text-2spaltig-rechts {
	float: left;
	width: 357px;
}



/* FCE Kontakt
----------------------------------------------- */
div.fce-kontakt-headline {
	font-weight: bold;
	margin-bottom: 8px;
}

div.fce-kontakt-headline2 {
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 5px;
}

/* FCE Text Home
----------------------------------------------- */
div.fce-text-home-container {
	padding: 50px 0 55px 0;
}


/* Liefergebiet
----------------------------------------------- */
DIV#swKarteKontainer {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin-top: 45px;

  width: 799px;
  height: 494px;
  position: relative;
/*  background-color: #f0f3f8; */
}

DIV#swKarteKontainer img {
	margin-left: 120px;
	margin-top: 30px;
}

DIV.swKarteCity {
	position: absolute;
}

DIV.swKarteCity, DIV.swKarteCity A {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6c6b66;
	line-height: 25px;
}

DIV.swKarteCity A {
	color: black;
}

DIV.swKarteCity A:hover {
	color: #fa9c00;
}

DIV#swKarteOverlay {
	position: absolute;
	top: 30px;
	left: 459px;
	background-image: url('../images/karte_overlay.png');
	width: 200px;
	height: 100px;
	display: none;
}

DIV#swKarteOverlayInner {
	padding: 12px 0 18px 13px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}


/* Preisrechner
----------------------------------------------- */
div.preisrechner-schritt1 {
	float: left;
	width: 238px;
	height: 16px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ececec;
	text-align: center;
}

div.preisrechner-schritt1.aktiv {
	background-color: #a3a3a3;
	color: white;
}

div.preisrechner-schrittx {
	float: left;
	width: 238px;
	height: 16px;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ececec;
	text-align: center;
}

div.preisrechner-schrittx.aktiv {
	background-color: #a3a3a3;
	color: white;
}

div.preisrechner-schritt1-auswahl {
	float: left;
	width: 225px;
	padding: 8px;
	font-size: 14px;
	background-color: #e0e1e5;
}

div.preisrechner-schritt1-liste {
	padding: 0;
	margin: 0;
	float: left;
}

div.preisrechner-schritt1-liste1 {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 355px;
	height: 160px;
	padding: 8px;
	background-color: #f4f4f4;
}

div.preisrechner-schritt1-liste1-artikel {
	margin-left: 5px;
	float: left;
	width: 355px;
	height: 20px;
	padding: 8px;
	background-color: #f4f4f4;
}

div.preisrechner-schritt1-liste1 ul {
	margin-top: 10px;
	list-style-image: url(../images/Bulletpoint.gif);
}

div.preisrechner-schritt1-liste1 li {
	margin-left: 12px;
}

div.preisrechner-schritt1-liste1.head {
	margin-top: 0;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.preisrechner-schritt1-liste2 {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 140px;
	height: 160px;
	padding: 8px;
	background-color: #f4f4f4;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

div.preisrechner-schritt1-liste2-artikel {
	margin-left: 5px;
	float: left;
	width: 140px;
	height: 20px;
	padding: 8px;
	background-color: #f4f4f4;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}


div.preisrechner-schritt1-liste2.head {
	margin-top: 0;
	height: auto;
}

div.preisrechner-schritt1-liste1-pellox {
	float: left;
	margin-left: 5px;
	margin-top: 0;
	width: 335px;
	height: 20px;
	padding: 8px;
	background-color: #e0e1e5;
}

div.preisrechner-schritt1-liste2-pellox {
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	width: 115px;
	height: 20px;
	padding: 8px;
	background-color: #e0e1e5;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

div.preisrechner-schritt1-liste2.artikel1 {
	height: 110px;
}

div.preisrechner-schritt1-liste1.artikel4 {
	height: 40px;
}

div.bestelldaten {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
}

div.bestelldaten input, div.bestelldaten select {
	padding: 2px;
	width: 140px;
	border: 1px solid #b7b7b7;
}

div.bestelldaten-links {
	float: left;
	width: 160px;
	margin-bottom: 10px;
}

div.bestelldaten-rechts {
	float: left;
	width: 560px;
	margin-bottom: 10px;
}

div.bestelldaten-rechts input {
	width: 193px;
}

div.bestelldaten-rechts ul {
	margin-left: 15px;
}

div.bestelldaten-rechts-pellox {
	float: left;
	width: 470px;
	margin-bottom: 10px;
}

div.bestelldaten-rechts-pellox input {
	width: 193px;
}

div.bestelldaten-rechts input, div.bestelldaten-rechts textarea, div.bestelldaten-rechts-pellox input, div.bestelldaten-rechts-pellox textarea {
	border: none;
}

div.bestelldaten-rechts select, div.bestelldaten-rechts-pellox select {
	border: 1px solid #b2b2b2;
	margin-left: 0;
}

div.input-abladestellen {
	width: 117px;
}

