﻿/* header styles
----------------------------------------------------------*/

h1 
{	/* headline level 1 
	font-size: 1.5em;
	font-weight: bold;
	color: #CCC;
	text-decoration: none; */
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 1.9em;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

h2 
{	/* headline level 2 */
	font-size: 1.4em;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

h3 
{	/* headline level 3 */
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-top: 2em;
	color: #CCC;
	text-decoration: none;
}

h4 
{	/* headline level 4 */
	font-size: 1.0em;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

h4 a 
{	/* anchors in headline level 4 */
	font-size: 1.0em;
	font-weight: bold;
	color: #CCC;
}

h4 a:link 
{	/* anchors in headline level 4 */
	text-decoration: none;
}

h4 a:visited 
{	/* anchors in headline level 4 */
	text-decoration: none;
}

h4 a:hover 
{	/* anchors in headline level 4 */
	text-decoration: underline;
}

/* text styles
----------------------------------------------------------*/

p
{	/* default paragraph */
	color: #CCC;
}

p a
{	/* default anchor in paragraph */
	color: #FFF;
	text-decoration: none;
}

p a:hover
{	/* default hovered anchor */
	color: #56B5FF;
	text-decoration: underline;
}

a
{	/* default anchor */
	color: #FFF;
	text-decoration: none;
}

a:hover
{	/* default hovered anchor */
	color: #56B5FF;
	text-decoration: underline;
}

/* divider
----------------------------------------------------------*/

hr.content-line
{	/* horizontal ruler */
	border: none;
	height: 1px;
	background-color: #56B5FF;
	width: 100%;
}

/* top menu
----------------------------------------------------------*/

a.menu-top 
{
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

a.menu-top:hover 
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

/* bottom menu
----------------------------------------------------------*/

a.menu-bottom 
{
	color: #CCC;
	text-decoration: none;
}

a.menu-bottom:hover 
{
	color: #FFF;
	text-decoration: none;
}

.imprint 
{	/* imprint */
	color: #CCC;
	text-align:right;
}

/* CSS based detail view
----------------------------------------------------------*/

.detail-view 
{
}

.detail-view fieldset 
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #666;
}

.detail-view .row
{
	position: relative;
	width: 100%;
	float: left;
}

.detail-view fieldset p 
{
	margin: 2px 12px 10px 10px;
}

.detail-view legend 
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	color: #CCC;
}

.detail-view .label 
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px 20px 8px 4px;
	float: left;
	position: relative;
	width: 40%;
}

.detail-view .data
{
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	float: left;
	position: relative;
	width: 50%;
}

.detail-view .hint 
{
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	padding: 2px 20px 8px 4px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	width: 90%;
}

/* CSS based edit form
----------------------------------------------------------*/

.edit-form 
{
	float: left;
	width: 100%;
}

.edit-form fieldset 
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #666;
	color: #CCC;
}

.edit-form fieldset a
{
	color: #56B5FF;
}

.edit-form fieldset p 
{
	margin: 2px 12px 10px 10px;
}

.edit-form .row
{
	width: 100%;
	position: relative;
	float: left;
}

.edit-form .label 
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px 20px 8px 4px;
	vertical-align: middle;
	float: left;
	position: relative;
	width: 25%;
}

.edit-form .importance
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	vertical-align: middle;
	float: left;
	position: relative;
	width: 5%;
}

.edit-form .data
{
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	vertical-align: top;
	float: left;
	position: relative;
	width: 40%;
}

.edit-form .validation
{
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	vertical-align: middle;
	float: left;
	position: relative;	
	width: 20%;
}

.edit-form .help 
{	/* help column */
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	vertical-align: middle;
	float: left;
	position: relative;	
	width: 5%;
}

.edit-form .hint 
{
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	padding: 5px 20px 5px 4px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	width: 96%;
	/* background-color: #333; */
}

.edit-form legend 
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	color: #CCC; /* for IE8 */
}

.edit-form input[type="text"] 
{
	width: 200px;
	color: #CCC;
	border: solid 1px #CCC;
	background-color: #313131;
	padding: 2px;
	margin-bottom: 5px; 
	line-height: 20px;
}

.edit-form input[type=text]:focus {
	background-color: #333;
	color: #FFF;
	border: 1px solid #56B5FF; 
	outline: #56B5FF solid 1px;
}

.edit-form input[type="password"] 
{
	width: 200px;
	color: #CCC;
	border: solid 1px #CCC;
	padding: 2px;
	margin-bottom: 5px; 
	font-size: 12px;
	line-height: 20px;
	background-color: #313131;
}

.edit-form input[type=password]:focus {
	background: #333;
	color: #FFF;
	border: 1px solid #56B5FF;
	outline: #56B5FF solid 1px;
}

.edit-form input[type=submit] 
{	/* submit button in forms */
	background-image: url(/Content/Images/Container/DarkFire/container-menuitem-bg.jpg);
	background-color: #333;
	border: solid 1px #999;
	padding: 5px 10px 5px 10px;
	color: #CCC;
}

.edit-form input[type=submit]:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
}

.edit-form textarea 
{
	width: 300px;
	height: 7em;
	border: solid 1px #999;
	margin-bottom: 5px;
	font-size: 12px;
	color: #CCC;
	background-color: #313131;
}

.edit-form textarea:focus {
	background-color: #333;
	color: #FFF;
	border: 1px solid #56B5FF;
	outline: #56B5FF solid 1px;
}

.edit-form select 
{
	border: solid 1px #CCC;
	margin-bottom: 5px; 
	font-size: 12px;
	padding: 2px;
	color: #CCC;
	background-color: #313131;
}

.edit-form select:focus 
{
	background-color: #333;
	color: #FFF;
	border: 1px solid #56B5FF;
	outline: #56B5FF solid 1px;
}


/* line container
-----------------------------------------------------------*/

div.container-line 
{	/* container frame */
	margin: auto;
	margin-bottom: 15px;
	width: 100%;
	border: none; 
	float: left;
}

div.container-line h1
{	/* container headline */
	font-size: 1.4em;
	color: #56B5FF;
}

div.container-line div.content
{	/* container content */
	padding: 5px;
	display: block;
}

div.container-line hr
{	/* horizontal ruler */
	border: none;
	height: 1px;
	background-color: #56B5FF;
	width: 100%;
}

/* no container
-----------------------------------------------------------*/

div.container-none 
{	/* container frame */
	margin: auto;
	margin-bottom: 15px;
	width: 100%;
	border: none; 
	float: left;
}

/* darkfire container
-----------------------------------------------------------*/

div.container-darkfire 
{
	margin: auto;
	margin-bottom: 15px;
	width: 300px;
	border: 1px solid #555;
	float: left;
}

div.container-darkfire div.header-info 
{
	background-image: url(Images/Container/DarkFire/container-header-info-bg.png);
	background-repeat: no-repeat;
	width: 270px;
	height: 35px;
	padding: 0px 15px 20px 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-contact 
{
	background-image: url(Images/Container/DarkFire/container-header-contact-bg.png);
	background-repeat: no-repeat;
	width: 270px;
	height: 40px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-video 
{
	background-image: url(Images/Container/DarkFire/container-header-youtube-bg.jpg);
	background-repeat: no-repeat;
	line-height: 16px;
	width: 270px;
	height: 55px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-facebook 
{
	background-image: url(Images/Container/DarkFire/container-header-facebook-bg.jpg);
	background-repeat: no-repeat;
	line-height: 16px;
	width: 270px;
	height: 55px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-ipad 
{
	background-image: url(Images/Container/DarkFire/container-header-ipad-bg.jpg);
	background-repeat: no-repeat;
	line-height: 16px;
	width: 270px;
	height: 55px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-sweepstake 
{
	background-image: url(Images/Container/DarkFire/container-header-sweepstake-bg.jpg);
	background-repeat: no-repeat;
	line-height: 16px;
	width: 270px;
	height: 55px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-firewood 
{
	background-image: url(Images/Container/DarkFire/container-header-firewood-bg.jpg);
	background-repeat: no-repeat;
	line-height: 16px;
	width: 270px;
	height: 40px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-imprint 
{
	background-image: url(Images/Container/DarkFire/container-header-imprint-bg.png);
	background-repeat: no-repeat;
	width: 270px;
	height: 40px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-architects 
{
	background-image: url(Images/Container/DarkFire/container-header-architects-bg.jpg);
	background-repeat: no-repeat;
	width: 270px;
	height: 40px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.header-infobrochure 
{
	background-image: url(Images/Container/DarkFire/container-header-infobrochure-bg.jpg);
	background-repeat: no-repeat;
	width: 270px;
	height: 40px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.content 
{
	width: 270px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
	display: block;
}

div.container-darkfire div.content a
{	/* menu items */
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

div.container-darkfire div.content p a
{	/* menu items */
	font-weight: normal;
	color: #56B5FF;
	text-decoration: none;
}

div.container-darkfire div.content a:hover
{	/* hovered menu items */
	color: #56B5FF;
	text-decoration: underline;
}

div.container-darkfire div.menu 
{	/* menu container */
	width: 280px;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #313131;
	margin: auto;
}

div.container-darkfire div.menu a
{	/* menu items */
	display: block;
	height: 22px;
	background-image: url(Images/Container/DarkFire/container-menuitem-bg.jpg);
	background-repeat: no-repeat;
	width: 300px;
	font-size: 0.9em;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 15px; 
}

div.container-darkfire div.menu a:hover
{	/* hovered menu items */
	color: #56B5FF;
	text-decoration: underline;
}

/* regional info table
-----------------------------------------------------------*/

table.regional-info td
{	/* regional info table */
	width: 400px;
}

table.regional-info td
{	/* cells in regional info table */
	vertical-align: top;
}

table.regional-info a
{	/* anchors in regional info table */
	display: block;
	font-size: 0.9em;
	color: #CCC;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}

table.regional-info a:hover
{	/* hovered anchors */
	color: #56B5FF;
	text-decoration: underline;
}

/* navigation area
-----------------------------------------------------------*/

div.navigation-area
{	/* navigation area */
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}

div.navigation-area input[type=submit]
{	/* button in navigation area */
	background-color: #333;
	border: solid 1px #999;
	padding: 6px 10px 6px 10px;
	color: #CCC;
}

div.navigation-area input[type=submit]:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
}


div.navigation-area a
{	/* button in navigation area */
	background-color: #333;
	border: solid 1px #999;
	padding: 0px 2px 0px 2px;
	color: #CCC;
	text-decoration: none;
}

div.navigation-area a:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
}

/* top navigation area
-----------------------------------------------------------*/

div.top-navigation-area
{	/* navigation area */
	display: block;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 650px;
}

div.top-navigation-area a
{	/* button in navigation area */
	background-image: url(/Content/Images/Container/DarkFire/container-menuitem-bg.jpg);
	background-color: #333;
	border: solid 1px #999;
	padding: 5px 10px 5px 10px;
	color: #CCC;
	text-decoration: none;
	display: block;
	float: right;
}

div.top-navigation-area a:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
}


/* charge number
-----------------------------------------------------------*/

span.charge-number
{	/* charge numbers */
	font-style:italic;
	font-size: 1.1em;
	color: #FFF;
}

/* partner list
-----------------------------------------------------------*/

div#partner-grid a 
{	/* grid anchor */
	color: #FFF;
	text-decoration: none;
}

div#partner-grid a:hover
{	/* grid hovered anchor */
	color: #56B5FF;
	text-decoration: underline;
}

/* format progress view
-----------------------------------------------------------*/

ul.progress-view 
{	
	float: left;
	width: 665px; 
	height: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
} 

ul.progress-view li 
{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	border: 1px solid #555;
	margin-right: 10px;
	padding: 5px;
	width: 143px;
	float: left;
	text-align: center;
	background-color: #333;
}

ul.progress-view li.active 
{
	border: 1px solid #56B5FF;
	color: #56B5FF;
	background-color: #272727;
}

ul.progress-view a 
{
	color: #CCC;
	text-decoration: none;
}

ul.progress-view a:hover 
{
	color: #FFF;
}

/* content styles
-----------------------------------------------------------*/

div.content hr
{	/* horizontal ruler */
	border: none;
	height: 1px;
	background-color: #CCC;
	width: 100%;
}

div.dialog-message
{	/* message screen in dialogs */
	text-align: center;
	padding: 50px;
}

a.open-architects-dialog
{	/* open architects dialogs */
	text-align: left;
	text-indent: 0px;
}

a.open-infobrochure-dialog
{	/* open infobrochure dialogs */
	text-align: left;
	text-indent: 0px;
}

.text
{	/* common text */
	font-size: 1em;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

/* content styles
-----------------------------------------------------------*/

div.content-item 
{
	font-size: 1em;
	line-height: 16px;
}

div.content-item img
{
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 2px;
}

div.content-item a:hover img 
{
	border: 3px solid #CCC;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}

dev.seo-item 
{	/* item in seo area */
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
	text-decoration: none;
}

/* content menu table styles
-----------------------------------------------------------*/

table.content-menu {
	width: 100%;
}

table.content-menu tr {
	vertical-align:top;
}

table.content-menu td {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #CCC;
	text-decoration: none;
	padding: 0px;
}

/* format final menu images via link */

table.content-menu td > a {
	/* select anchors which are child of a table cell */
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 2px;
}

table.content-menu td > a:hover {
	border: 3px solid #CCC;
	padding: 0px;
}

table.content-menu a > img {
	/* select images which are direct child of a link */
/*    width: 200px;
	height: 200px; */
	border: 0px;
}

/* Produktübersicht
-----------------------------------------------------------*/

div.product-overview {
	color: #CCC;
}

div.product-overview table {
	width: 100%;
}

div.product-overview table tr {
	vertical-align:top;
}

div.product-overview table th {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}	

div.product-overview table td {
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}

div.product-overview table th > a {
	/* select anchors which are child of a table cell */
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
	color: #56B5FF;
}

div.product-overview table th > a:hover {
	text-decoration: underline;
}

div.product-overview table img {
	border: 0px;
}

div.product-overview table hr {
	/* horizontal ruler */
	border: none;
	height: 1px;
	background-color: #CCC;
	width: 100%;
}

/* surveys
-----------------------------------------------------------*/

div.survey
{	/* survey */
	margin: 0px;
	padding: 0px;
}

div.survey div.navigation
{	/* navigation area */
	display: block;
	float: left;
	margin-top: 10px;
}

div.survey div.navigation input[type=submit]
{	/* button in navigation area */
	background-color: #333;
	border: solid 1px #999;
	padding: 6px 10px 6px 10px;
	color: #CCC;
}

div.survey div.navigation input[type=submit]:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
}


div.survey div.navigation a
{	/* button in navigation area */
	background-color: #333;
	border: solid 1px #999;
	padding: 0px 2px 0px 2px;
	color: #CCC;
	text-decoration: none;
}

div.survey div.navigation a:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
	text-decoration: none;
}

div.survey div.survey-options
{	/* survey options */
}

div.survey .row
{
	position: relative;
	width: 100%;
	float: left;
}

div.survey div.option
{	/* survey options */
	position: relative;
	display: block;
	float: right;
	padding: 0px 0px 10px 0px;
	width: 90%;
}

div.survey survey-options input
{	/* survey options radio buttons */
	position: relative;
	display: block;
	float: left;
	padding: 0px 0px 10px 0px;
	width: 10%;
}

div.survey hr
{	/* horizontal ruler */
	border: none;
	height: 1px;
	background-color: #666;
	width: 100%;
	float: left;
}

div.survey table
{	/* horizontal ruler */
	border: none;
	width: 100%;
}

/* partner search
-----------------------------------------------------------*/

div.partner-search
{	/* partner search box */
	margin: 0px;
	padding: 0px;
}

div.partner-search div.navigation
{	/* navigation area */
	display: block;
	float: left;
	margin-top: 10px;
}

div.partner-search .navigation input[type=submit]
{	/* button in navigation area */
	background-color: #333;
	border: solid 1px #999;
	padding: 5px 10px 5px 10px;
	color: #CCC;
  /*  font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 0.9em; */
}

div.partner-search .navigation input[type=submit]:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
}

div.partner-search div.option
{	/* survey options */
	position: relative;
	display: block;
	float: left;
	padding: 0px 0px 10px 0px;
	width: 100%;
}

div.partner-search hr
{	/* horizontal ruler */
	border: none;
	height: 1px;
	background-color: #666;
	width: 100%;
	float: left;
}

/* video
-----------------------------------------------------------*/

div.video-dialog
{
}

div.video-dialog div.header
{
	/* background-image: url("Images/Content/video-bg.png");
	background-repeat: repeat-x; */
	width: 100%;
	border-bottom: 1px solid #CCC;
	font-size: 2em;
}

div.video-dialog div.header span
{
	color: #56B5FF;
	font-style: italic;
}

div.video-dialog div.video
{
	text-align: center;	
	border: 0px solid #CCC;
	margin: 20px;
	padding: 10px;
}

.open-video-dialog 
{	/* style for opening the video dialogue */
	/* border: 1px solid #CCC; */
}

.open-playvideo-dialog 
{	/* style for opening the small play video dialogue */
	/* border: 1px solid #CCC; */
	padding: 2px;
	float: left;
	margin-right: 10px;
}


/* Tabellen Inhaltsseiten
-----------------------------------------------------------*/

div.content-table {
	color: #CCC;
}

div.content-table table {
	width: 100%;
	padding: 1px;
	border: 1px solid #666;
	border-collapse: collapse;
}

div.content-table table tr {
	vertical-align:top;
	background-color: #343434;
}

div.content-table table th {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}	

div.content-table table td {
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #666;
}

div.content-table table th > a {
	/* select anchors which are child of a table cell */
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
	color: #56B5FF;
}

div.content-table table th > a:hover {
	text-decoration: underline;
}

div.content-table table img {
	border: 0px;
}

div.content-table table hr {
	/* horizontal ruler */
	border: none;
	height: 1px;
	background-color: #CCC;
	width: 100%;
}


/* Tabellen Prospekte
-----------------------------------------------------------*/

div.content-brochure {
	color: #CCC;
}

div.content-brochure table {
	width: 200px;
}

div.content-brochure table tr {
	vertical-align:top;
	background-color: #343434;
}


div.content-brochure table td {
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
}


div.content-brochure table img {
	border: 0px;
}

/* Allgemeines Listendesign
-----------------------------------------------------------*/

table.darkfire-table 
{
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0px;
}

table.darkfire-table caption 
{
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

table.darkfire-table th 
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CBCBCB;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #232323 url(Images/table-header-bg.png) repeat-x;
}

table.darkfire-table th:first-child 
{
	border: 1px solid #454545;
}

table.darkfire-table th a 
{
	color: #CBCBCB;
}

table.darkfire-table th a:hover
{
	color: #FFF;
	text-decoration: none;
}

table.darkfire-table thead td
{
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	padding: 6px 6px 6px 12px;
	color: #CBCBCB;
}

table.darkfire-table .child-table tr:first-child td
{
	border-right: 0px solid #454545;
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	padding: 6px 6px 6px 12px;
	color: #CBCBCB;
}

table.darkfire-table td
{
	border-right: 0px solid #454545;
	border-bottom: 1px solid #454545;
	padding: 6px 6px 6px 12px;
	color: #CBCBCB;
}

table.darkfire-table td:first-child
{
	border-right: 0px solid #454545;
	border-left: 0px solid #454545;
	border-bottom: 1px solid #454545;
	padding: 6px 6px 6px 12px;
	color: #CBCBCB;
}

table.darkfire-table tfoot div.paging
{
	float: left;
}

table.darkfire-table tfoot div.hint
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

table.darkfire-table tfoot div.select
{
	float: right;
	font-size: 10px;
}

table.darkfire-table tfoot td
{
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	padding: 6px 6px 6px 12px;
	background-color: #212121;
	color: #CBCBCB;
}

table.darkfire-table tfoot td a.selected
{
	font-weight: bold;
}

table.darkfire-table tr:nth-child(odd)
{
	background: #494949;
	color: #EEE;
}

table.darkfire-table tr:nth-child(even)
{
	background: #444;
	color: #EEE;
}

table.darkfire-table td img.gallery
{
	border: 1px solid #FFF;
}

table.darkfire-table td.center
{
	text-align: center;
}

table.darkfire-table td.left
{
	text-align: left;
}

table.darkfire-table td.right
{
	text-align: right;
}

table.darkfire-table th.center
{
	text-align: center;
}

table.darkfire-table th.left
{
	text-align: left;
}

table.darkfire-table th.right
{
	text-align: right;
}

table.darkfire-table td a
{
	color: #CBCBCB;
	text-decoration: none;
}

table.darkfire-table td a:hover
{
	text-decoration: underline;
}

table.darkfire-table .buttons
{
	float: right;
	display: block;
	position: relative;
}

table.darkfire-table .buttons a
{
	font-size: 0.9em;
}

table.darkfire-table .remark
{
	float: left;
	display: block;
	position: relative;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
}

table.darkfire-table td img.gallery
{
	border: 1px solid #FFF;
}

/* Listendesign Partnertabelle
-----------------------------------------------------------*/

table.partner-table 
{
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0px;
}

table.partner-table caption 
{
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

table.partner-table th 
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CBCBCB;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #232323 url(Images/table-header-bg.png) repeat-x;
}

table.partner-table th:first-child 
{
	border: 1px solid #454545;
}

table.partner-table th a 
{
	color: #56B5FF;
}

table.partner-table thead td
{
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	padding: 6px 6px 6px 12px;
	color: #CBCBCB;
}

table.partner-table .child-table tr:first-child td
{
	border-right: 0px solid #454545;
	border-bottom: 1px solid #454545;
	border-top: 1px solid #454545;
	padding: 6px 6px 6px 12px;
	color: #CBCBCB;
}

table.partner-table td
{
	border-right: 0px solid #454545;
	border-bottom: 0px solid #454545;
	padding: 6px 6px 6px 12px;
	color: #CBCBCB;
}

table.partner-table td:first-child
{
	border-right: 0px solid #454545;
	border-left: 0px solid #454545;
	border-bottom: 0px solid #454545;
	padding: 6px 6px 6px 12px;
	color: #CBCBCB;
}

table.partner-table tr:nth-child(even) td
{
	border-bottom: 1px solid #666;
}

table.partner-table tr.strong td
{
	background-color: #313133;
}

table.partner-table tfoot div.paging
{
	float: left;
}

table.partner-table tfoot div.hint
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

table.partner-table tfoot div.select
{
	float: right;
	font-size: 10px;
}

table.partner-table tfoot td
{
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	padding: 6px 6px 6px 12px;
	background-color: #212121;
	color: #CBCBCB;
}

table.partner-table tfoot td a.selected
{
	font-weight: bold;
}

table.partner-table tr:nth-child(odd)
{
	background: #494949;
	color: #CBCBCB;
}

table.partner-table tr:nth-child(even)
{
	background: #404040;
	color: #CBCBCB;
}

table.partner-table td img.gallery
{
	border: 1px solid #FFF;
}

table.partner-table td.center
{
	text-align: center;
}

table.partner-table td.left
{
	text-align: left;
}

table.partner-table td.right
{
	text-align: right;
}

table.partner-table th.center
{
	text-align: center;
}

table.partner-table th.left
{
	text-align: left;
}

table.partner-table th.right
{
	text-align: right;
}

table.partner-table td a
{
	color: #CBCBCB;
	text-decoration: none;
}

table.partner-table td a:hover
{
	text-decoration: underline;
}

table.partner-table .buttons
{
	float: right;
	display: block;
	position: relative;
}

table.partner-table .buttons a
{
	font-size: 0.9em;
}

table.partner-table .remark
{
	float: left;
	display: block;
	position: relative;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
	width: 430px;
	height: 30px;
}

table.partner-table a.open-rating-dialog
{	/* button in table */
	background-color: #333;
	border: solid 1px #999;
	padding: 1px 2px 1px 2px;
	color: #CCC;
	text-decoration: none;
}

table.partner-table a.open-rating-dialog:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
	text-decoration: none;
}

/* Google Maps
-----------------------------------------------------------*/

.google-header {
	font-size: 18px;
	font-weight: 100;
	color: #2685cf;
	text-decoration: none;
}

.google-text {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #333;
	text-decoration: none;
}

.google-link {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #333;
}

.google-link a {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #333;
	text-decoration: underline;
}

.google-link a:link {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #333;
	text-decoration: underline;
}

.google-link a:hover {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #666;
	text-decoration: underline;
}

/* Partner Gallery
-----------------------------------------------------------*/

img.gallery-item {
	width: 80px;
	margin: 10px 5px 10px 20px;
	float: left;
	position: relative;
	border: 1px solid #CCC;
}

/* video slider
-----------------------------------------------------------*/

table.video
{
	text-align: center;
}

table.video tr td > img
{
	border: 0px;
	padding: 20px;
}

div.video-container
{
	display: block;
	width: 850px;
	float: left;
	position: relative;
	border: 0px solid #666;
	padding: 10px;
	background-color: #444;
}

#videoSlider
{
	display: block;
	width: 830px;
	float: left;
	position: relative;
	height: 160px;
}

#videoSlider img
{
	border: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
}

#videoSlider h4
{
	margin: 0px;
	font-size: 1.2em;
	color: #FFF;	
	text-align: left;
}

#videoSlider p
{
	font-size: 1.1em;
	color: #CCC;	
	text-align: left;
}

/* video table
-----------------------------------------------------------*/

div.video-table {
	color: #CCC;
}

div.video-table table {
	width: 100%;
	padding: 1px;
	border: 0px solid #666;
	border-collapse: collapse;
}

div.video-table table tr {
	vertical-align:top;
	/* background-color: #343434; */
}

div.video-table table th {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}	

div.video-table table td {
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #555;
}

div.video-table table td.center
{
	text-align: center;
}

div.video-table table th > a {
	/* select anchors which are child of a table cell */
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
	color: #56B5FF;
}

div.video-table table th > a:hover {
	text-decoration: underline;
}

div.video-table table img {
	border: 0px;
}

div.video-table table hr {
	/* horizontal ruler */
	border: none;
	height: 1px;
	background-color: #CCC;
	width: 100%;
}

/* FAQ Liste (override JQueryUI Accordion)
-----------------------------------------------------------*/

#faq h3.ui-state-default
{ 
	border: 0px solid #444444; background: #313131 /* url(images/ui-bg_highlight-soft_35_222222_1x100.png) */ 50% 50% repeat-x; 
	font-weight: normal; 
	color: #eeeeee; 
}

#faq h3.ui-state-active
{ 
	border: 1px solid #666; 
	/* background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; */
	background: #0972a5 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #26b3f7; 
}

#faq h3.ui-state-active a
{ 
	font-weight: normal; 
	color: #26b3f7; 
}

/* Newsletter Liste (override JQueryUI Accordion)
-----------------------------------------------------------*/

#newsletter h3.ui-state-default
{ 
	border: 0px solid #444444; background: #313131 /* url(images/ui-bg_highlight-soft_35_222222_1x100.png) */ 50% 50% repeat-x; 
	font-weight: normal; 
	color: #eeeeee; 
}

#newsletter h3.ui-state-active
{ 
	border: 1px solid #666; 
	/* background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; */
	background: #0972a5 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #26b3f7; 
}

#newsletter h3.ui-state-active a
{ 
	font-weight: normal; 
	color: #26b3f7; 
}

/* News Liste (override JQueryUI Accordion)
-----------------------------------------------------------*/

#news h3.ui-state-default
{ 
	border: 0px solid #444444; background: #313131 /* url(images/ui-bg_highlight-soft_35_222222_1x100.png) */ 50% 50% repeat-x; 
	font-weight: normal; 
	color: #eeeeee; 
}

#news h3.ui-state-active
{ 
	border: 1px solid #666; 
	/* background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; */
	background: #0972a5 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #26b3f7; 
}

#news h3.ui-state-active a
{ 
	font-weight: normal; 
	color: #26b3f7; 
}

/* Referenzen Liste (override JQueryUI Accordion)
-----------------------------------------------------------*/

#references h3.ui-state-default
{ 
	border: 0px solid #444444; background: #313131 /* url(images/ui-bg_highlight-soft_35_222222_1x100.png) */ 50% 50% repeat-x; 
	font-weight: normal; 
	color: #eeeeee; 
}

#references h3.ui-state-active
{ 
	border: 1px solid #666; 
	/* background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; */
	background: #0972a5 url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #26b3f7; 
}

#references h3.ui-state-active a
{ 
	font-weight: normal; 
	color: #26b3f7; 
}

/* edit form validation styles
-----------------------------------------------------------*/

.edit-form .field-validation-error
{
	color: #ff0000;
}

.edit-form .field-validation-valid
{
	display: none;
}

.edit-form input[type="text"].input-validation-error
{
	border: 1px solid #990000;
	outline: 1px solid #990000;
	background-color: #443333;
}

.edit-form select.input-validation-error
{
	border: 1px solid #990000;
	outline: 1px solid #990000;
	background-color: #443333;
}

.edit-form textarea.input-validation-error
{
	border: 1px solid #990000;
	outline: 1px solid #990000;
	background-color: #443333;
}

.edit-form input[type="radio"].input-validation-error
{
	outline: #990000 solid 1px;
}

.edit-form .validation-summary-errors
{
	font-weight: normal;
	color: #FF0000;
}

.edit-form .validation-summary-valid
{
	display: none;
}

/* heating cost calculator form
----------------------------------------------------------*/

#heatingCost .edit-form 
{
}

#heatingCost .edit-form fieldset 
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #666;
	color: #CCC;
}

#heatingCost .edit-form fieldset a
{
	color: #56B5FF;
}

#heatingCost .edit-form fieldset p 
{
	margin: 2px 12px 10px 10px;
}

#heatingCost .edit-form .row
{
	width: 100%;
	position: relative;
	float: left;
}

#heatingCost .edit-form .label 
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px 20px 8px 4px;
	vertical-align: middle;
	float: left;
	position: relative;
	width: 35%;
}

#heatingCost .edit-form .importance
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	vertical-align: middle;
	float: left;
	position: relative;
	width: 5%;
}

#heatingCost .edit-form .data
{
	font-size: 1em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	vertical-align: top;
	float: left;
	position: relative;
	width: 50%;
}

#heatingCost .edit-form .validation
{
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	vertical-align: middle;
	float: left;
	position: relative;	
	width: 1px;
}

#heatingCost .edit-form .help 
{	/* help column */
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	vertical-align: middle;
	float: left;
	position: relative;	
	width: 5%;
}

#heatingCost .edit-form .hint 
{
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	padding: 5px 20px 5px 4px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	width: 96%;
	/* background-color: #333; */
}

#heatingCost .edit-form legend 
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px 4px 8px 4px;
	color: #CCC; /* for IE8 */
}

#heatingCost .edit-form input[type="text"] 
{
	width: 200px;
	color: #CCC;
	border: solid 1px #CCC;
	background-color: #313131;
	padding: 2px;
	margin-bottom: 5px; 
	line-height: 20px;
}

#heatingCost .edit-form input[type=text]:focus {
	background-color: #333;
	color: #FFF;
	border: 1px solid #56B5FF; 
	outline: #56B5FF solid 1px;
}

#heatingCost .edit-form input[type=submit] 
{	/* submit button in forms */
	background-image: url(/Content/Images/Container/DarkFire/container-menuitem-bg.jpg);
	background-color: #333;
	border: solid 1px #999;
	padding: 5px 10px 5px 10px;
	color: #CCC;
}

#heatingCost .edit-form input[type=submit]:hover 
{	/* hovered button */
	border: solid 1px #FFF;
	color: #FFF;
}

#heatingCost .edit-form select 
{
	border: solid 1px #CCC;
	margin-bottom: 5px; 
	font-size: 12px;
	padding: 2px;
	color: #CCC;
	background-color: #313131;
}

#heatingCost .edit-form select:focus 
{
	background-color: #333;
	color: #FFF;
	border: 1px solid #56B5FF;
	outline: #56B5FF solid 1px;
}

#heatingCost .result
{
	color: #090;
}

#heatingCost hr
{
	background-color: #313131;
	width: 100%;
	height: 15px;
}

/* sweepstake image rating
----------------------------------------------------------*/

div#sweepstake .rating-image
{
	border: 1px solid #999;
}

table.sweepstake-list
{
	border-spacing: 10px;
	width: 100%;
}

table.sweepstake-list td
{
	padding: 10px;
	border: 1px solid #666;
	vertical-align: top;
	text-align: center;
	font-size: 0.9em;
}

table.sweepstake-list img
{
	border: 1px solid #999;
}
