/***********************
	FILE
************************
Author:		Benjamin Stellmacher
			<benjamin.stellmacher@hellgrau.com>
Description:	Contains definitions for all elements on the site
***********************/

/*
	2008-08-11	DL	.form_counter in FORM eingefügt
*/

/***********************
	DOCUMENT
***********************/

/* Global White Space Reset */
* {
	margin: 0;
	padding: 0;
}

html {}

body { margin: 0; padding: 0; color: #000; text-align: center; background: #7f99b2 url(../images/bg_document.jpg) repeat-x top center; }

div#main {
	margin: 50px auto 20px auto;
	padding: 0;
	width: 850px;
	color: #000;
	text-align: left;
	/* background: #fff url(../images/bg_main.jpg); */
	background: #fff url(../images/bg_main_top.gif) no-repeat top center;
}

div#main-foot {
	width: 850px;
	height: 19px;
	color: #000;
	background: #fff url(../images/bg_main_bottom.gif) no-repeat bottom center;
}


/***********************
	GENERAL DEFINITIONS
***********************/

h1, h2,h3,p,div,span,a,form,label,input,select,textarea,ul,ol,li {
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

/* FORMS */

fieldset{ border: none; }

label {}

input,textarea,select {}

/* LINKS */

img { border: none; }
a img { border: none; }

/* FORMATTING */

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.notice { font-weight: bold; color: #F00; }

.pre { white-space: pre; }
.no-indent { text-indent: 0px; }
.no-break { white-space: nowrap; }

.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none; }
.clear { clear: both; }

.form_counter { padding-left: 153px; }

/* CONTENT IMAGES */

div.csc-textpic-intext-left div.csc-textpic-imagewrap dl.csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap dl.csc-textpic-image {
}

div.csc-textpic-caption {
	font-size: 0.7em;
}

div#weather {
	background-color: #92ccf2;
	margin-left: -10px;
	width: 130px;
	text-align: center;
}

/***********************
	NAVIGATION
***********************/

div#navigation {
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	height: 37px;
        overflow: hidden;
}

div#navigation ul {
	list-style: none;
}

div#navigation ul li {
	display: inline;
}

div#navigation ul li a {
	float: left;
	margin: 0 1px;
	padding: 12px 0 0 0;
	width: 104px;
	height: 25px;
	font-size: 0.7em;
	font-weight: bold;
	color: #667279;
	text-decoration: none;
	text-align: center;
	background: transparent url(../images/bg_nav_main_tab.gif) no-repeat left top;
}

div#navigation ul li a:hover { color: #fff; background: transparent url(../images/bg_nav_main_tab_active.gif) no-repeat left top; }

div#navigation ul li.active a { color: #fff; background: transparent url(../images/bg_nav_main_tab_active.gif) no-repeat left top; ); }


/***********************
	HEADER
***********************/

div#header {
	position: relative;
	margin: 0 0 0 20px;
	width: 810px;
	height: 234px;
	/* background: transparent url(../images/header_kind_01.jpg) no-repeat; */
        background: transparent;
}

img#header-image {}

div#header div.breadcrumb {
	position: absolute;
	left: 10px;
	bottom: 7px;
}

div#header div.breadcrumb ul {
	list-style: none;
}

div#header div.breadcrumb ul li {
	display: inline;
	padding: 0 2px;
	font-size: 0.7em;
	color: #fff;
}


div#header div.breadcrumb ul li.active {
	font-weight: bold;
	color: #a61923;

}

div#header div.breadcrumb ul li a {
	color: #fff;
	text-decoration: none;
}


/***********************
	CONTENT
***********************/

div#content {
	margin: 0 0 0 20px;
	width: 810px;
	background: transparent url(../images/bg_content.jpg) repeat-y;
}


/***********************
	COLUMN LEFT
***********************/

div#column-left {
	float: left;
	margin: 0 0 0 10px;
	width: 120px;
}

/*	SUBNAVIGATION */

div#column-left ul#subnavigation {
	margin: 37px 0 0 0;
	list-style: none;
}

div#column-left ul#subnavigation li {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

div#column-left ul#subnavigation li.active {
	border-bottom: 1px solid #666;
}

div#column-left ul#subnavigation li a {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

div#column-left ul#subnavigation li a:hover { color: #666; }
div#column-left ul#subnavigation li.active a { color: #666; }


div#column-left h1,
div#column-left h1.csc-firstHeader {
	margin: 0 0 0.8em 0;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
}



/***********************
	COLUMN MIDDLE
***********************/

div#column-middle {
	float: left;
	margin: 27px 20px 0 20px;
	padding: 0 0 20px 0;
	width: 430px;
}

/* BREADCRUMB */

div#column-middle div.breadcrumb {
	display: none;
	margin: 0 0 20px 0;
}

div#column-middle div.breadcrumb ul {
	margin: 0;
	list-style: none;
}

div#column-middle div.breadcrumb ul li {
	display: inline;
	padding: 0 2px;
	font-size: 0.7em;
	color: #666;
}

div#column-middle div.breadcrumb ul li.active {
	font-weight: bold;
	color: #666;
}

div#column-middle div.breadcrumb ul li a {
	color: #666;
	text-decoration: none;
}


/* CONTENT ELEMENTS */

div#column-middle h1,
div#column-middle h1.csc-firstHeader {
	margin: 0 0 0.8em 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
}

div#column-middle h2 {
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
}

div#column-middle h3 {
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
}

div#column-middle h4 {
	margin: 0 0 0.8em 0;
}

div#column-middle h1 a,
div#column-middle h2 a,
div#column-middle h3 a {
	color: #99c9e7;
	color: #008BD0;
	text-decoration: underline;
}

div#column-middle p,
div#column-middle p.bodytext {
	margin: 0 0 20px 0;
	font-size: 0.8em;
	color: #333;
}

div#column-middle p a,
div#column-middle p.bodytext a {
	color: #99c9e7;
	color: #008BD0;
	text-decoration: underline;
}

div#column-middle div.csc-textpic,
div#column-middle img {
	margin: 0 0 20px 0;
}

div#column-middle ul {
	margin: 0 0 20px 20px;
	list-style: disc;
}

div#column-middle ol {
	margin: 0 0 20px 20px;
}

div#column-middle li {
	margin: 0 0 5px 0;
	font-size: 0.8em;
	color: #333;
}

div#column-middle li a {
	color: #99c9e7;
	color: #008BD0;
	text-decoration: underline;
}

div#column-middle table.contenttable {
	margin: 0 0 18px 0;
	padding: 0;
	width: 100%;
	border: none;
}

div#column-middle table.contenttable th,
div#column-middle table.contenttable thead td {
	margin: 0;
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	background: #99c9e7;
	background: #008BD0;
}

div#column-middle table.contenttable th a,
div#column-middle table.contenttable thead td a {
	color: #fff;
	text-decoration: underline;
}

div#column-middle table.contenttable td {
	margin: 0;
	padding: 2px 4px;
	font-size: 1em;
	color: #333;
	background: #cce4f3;
}

div#column-middle table.contenttable td p.bodytext {
	margin: 0 !important;
}

div#column-middle table.contenttable td a,
div#column-middle table.contenttable td p.bodytext a {
	color: #333;
	text-decoration: underline;
}


/***********************
	COLUMN RIGHT
***********************/

div#column-right {
	float: left;
	margin: 27px 0 0 0;
	padding: 0;
	width: 180px;
}

/* CONTENT ELEMENTS */

div#column-right div.content-element {
	margin: 0 0 20px 0;
}

/* SERVICE NAVIGATION */

div#column-right ul#service {
	margin: 37px 0 0 0;
	list-style: none;
}

div#column-right ul#service li {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000;
}

div#column-right ul#service li.active {
	border-bottom: 1px solid #666;
}

div#column-right ul#service li a {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

div#column-right ul#service li a:hover { color: #666; }

div#column-right ul#service li.active a { color: #666; }


/***********************
	SEARCH
***********************/

form#search {
	position: absolute;
	top: 145px;
	right: 15px;
	width: 185px;
}

form#search label {
	display: inline;
	padding: 6px 9px;
	font-size: 0.7em;
	color: #000;
	background: transparent url(../images/hdr_form_search_label.gif);
}

form#search input.text {
	margin: 1px 0 0 0;
	width: 114px;
	/* height: 11px; */
	font-size: 10px;
	color: #000;
	background: #fff;
	border: 1px solid #a61923;
	padding: 2px;
}

form#search input:focus {
	background: yellow;
}

form#search input.submit {}


/***********************
	FOOTER
***********************/

div#footer {
	position: relative;
	margin: 20px 0 0 0;
	width: 980px;
	height: 142px;
	border-top: 1px solid #a61923;
}


/***********************
	SERVICE NAVIGATION
***********************/

ul#service-navigation {
	position: absolute;
	bottom: 8px;
	left: 10px;
	list-style: none;
}

ul#service-navigation li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	font-size: 10px;
	color: #a61923;
}

ul#service-navigation li.active {}

ul#service-navigation li a {
	padding: 0;
	font-size: 10px;
	color: #a61923;
	text-decoration: none;
	line-height: 28px;
}

ul#service-navigation li a:hover { color: #720500; }

ul#service-navigation li.active a { color: #000; }



/***********************
	NEWS
***********************/

/* LIST */

div.news-list-item {
	padding: 10px 0 15px 0;
	border-top: 1px solid #a61923;
}

div.news-list-item span.news-list-date {
	display: block;
	font-size: 0.7em;
	color: #000;
}

div.news-list-item h3 {
	margin: 0 0 15px 0;
}

div.news-list-item h3 a {
	font-size: 0.7em;
	color: #a61923;
	text-decoration: none;
	text-transform: uppercase;
}

div.news-list-item p.bodytext {
	display: inline;
	margin: 0 !important;
	font-size: 0.7em;
	color: #000;
}

div.news-list-morelink {
	display: inline;
}

div.news-list-morelink a {
	font-size: 0.7em;
	color: #a61923;
	text-decoration: none;
}

/* SINGLE */

div.news-single-item {
	padding: 10px 0 15px 0;
	border-top: 1px solid #a61923;
	border-bottom: 1px solid #a61923;
}

div.news-single-item div.news-single-timedata {
	display: block;
	margin: 0 0 5px 0;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
}

div.news-single-item h2 {
	margin: 0 0 15px 0;
	font-size: 0.7em; !important;
	color: #a61923;
	text-decoration: none;
	text-transform: uppercase;
}

div.news-single-item p.news-single-author {}

div.news-single-item p.bodytext {
	line-height: 16px;
}

div.news-single-item div.news-single-backlink {}

div.news-single-item div.news-single-backlink a {
	font-size: 0.7em;
	color: #a61923;
	text-decoration: none;
}


/***********************
	SITEMAP
***********************/

div.csc-sitemap {}

div.csc-sitemap ul li,
ul.csc-menu-1 li { margin: 0 0 6px 20px; }

div.csc-sitemap ul li a,
ul.csc-menu-1 li a {
	font-size: 0.7em;
	color: #a61923;
	text-decoration: underline;
}

div.csc-sitemap ul li a:hover,
ul.csc-menu-1 li a:hover { color: #620500; }

div.csc-sitemap ul li ul,
ul.csc-menu-1 li ul { margin: 0 0 0 20px; }

div.csc-sitemap ul li ul li,
ul.csc-menu-1 li ul li { margin: 0; }


/***********************
	WT GALLERY
***********************/

div.wtgallery_listpic {	margin: 0 0 0 40px; }

div.wtgallery_pagebrowser { text-align: center; }


/***********************
	MAIL FORM
***********************/

form#mailform { font-size: 0.8em; }

form#mailform div.csc-mailform-field { margin: 0 0 0 0; }

form#mailform label {
	clear: left;
	display: block;
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
}

form#mailform input,
form#mailform textarea,
form#mailform select {
	display: block;
	padding: 2px;
	width: 400px;
	border: 1px solid #839db4;
	font-size: 1em;
}

form#mailform input:focus,
form#mailform textarea:focus,
form#mailform select:focus {
	background: #edf1f4;
}

form#mailform input.csc-mailform-check {
	/* display: inline; */
	width: auto;
	padding: 0;
	border: none;
}

form#mailform input.csc-mailform-radio {
	/* display: inline; */
	width: auto;
	padding: 0 10px 0 0;
	border: none;
}

form#mailform legend { display: none; }

form#mailform input.csc-mailform-submit {
	clear: left;
	margin: 10px 0 0 0;
	width: auto;
	color: #000;
	background: #fff;
}

/* form "An/Abmeldung" */

form#mailform input#mailformMF-Vorname,
form#mailform input#mailformMF-Vorname-2 { width: 192px; float: left; }

form#mailform input#mailformMF-Name,
form#mailform input#mailformMF-Name-2 { width: 192px; float: left; margin: 0 0 0 10px; }

form#mailform input#mailformMF-Land,
form#mailform input#mailformMF-Land-2 { width: 68px; float: left; }
form#mailform input#mailformMF-PLZ,
form#mailform input#mailformMF-PLZ-2 { width: 100px; float: left; margin: 0 0 0 10px; }
form#mailform input#mailformMF-Ort,
form#mailform input#mailformMF-Ort-2 { width: 200px; float: left; margin: 0 0 0 10px; }

form#mailform input#mailformMF-Fax,
form#mailform input#mailformMF-Fax-2 { margin: 0 0 20px 0; }

form#mailform input#mailformMF-neueAdresse {}

form#mailform input#mailformMF-Adresse-2 { margin: 0 0 10px 0; }

fieldset#mailformMF-Aktion {
	display: block;
	width: 396px;
	margin: 0 0 0px 0;
	padding: 5px 5px;
	background: #edf1f4;
}

fieldset#mailformMF-Aktion label {
	clear: none;
	float: left;
	margin: 0 15px 0 5px;
	padding: 0;
}

form#mailform input#mailformMF-Stichtag { margin: 0 0 20px 0;  }

fieldset#mailformMF-Aktion input.csc-mailform-radio { float: left; }

form#mailform input#mailformMF-Strom-ZaehlerNr-1,
form#mailform input#mailformMF-Strom-ZaehlerNr-2,
form#mailform input#mailformMF-Strom-ZaehlerNr-3,
form#mailform input#mailformMF-Gas-ZaehlerNr-1,
form#mailform input#mailformMF-Wasser-ZaehlerNr-1 { width: 192px; float: left; }
form#mailform input#mailformMF-Strom-ZaehlerStand-1,
form#mailform input#mailformMF-Strom-ZaehlerStand-2,
form#mailform input#mailformMF-Strom-ZaehlerStand-3,
form#mailform input#mailformMF-Gas-ZaehlerStand-1,
form#mailform input#mailformMF-Wasser-ZaehlerStand-1 { width: 192px; float: left; margin: 0 0 0 10px; }

form#mailform input#mailformMF-Strom-ZaehlerStand-3 { margin: 0 0 20px 10px; }
form#mailform input#mailformMF-Gas-ZaehlerStand-1 { margin: 0 0 20px 10px; }
form#mailform input#mailformMF-Wasser-ZaehlerStand-1 { margin: 0 0 20px 10px; }


/***********************
	LOGIN FORM
***********************/

div.tx-newloginbox-pi1 { text-align: center; }

div.tx-newloginbox-pi1 h3 { display: none; }

div.tx-newloginbox-pi1 p {
	font-size: 0.7em;
	text-align: left;
}

div.tx-newloginbox-pi1 p a {
	font-size: 0.7em;
	color: #a61923;
	text-align: left;
	text-decoration: underline;
}

div.tx-newloginbox-pi1 table {
	margin: 12px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	background: #fff;
	border: none;
	border: 1px solid #a61923;
}

div.tx-newloginbox-pi1 th {
	margin: 0;
	padding: 2px;
	width: 25%;
	text-align: left;
	white-space: nowrap;
	color: #333;
	background: #ffffff;
	border: none;
}

div.tx-newloginbox-pi1 th label {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #333;
}

div.tx-newloginbox-pi1 td {
	padding: 4px;
	font-size: 0.7em;
	color: #333;
	background: #fff;
	border: none;
}

div.tx-newloginbox-pi1 td input {
	padding: 2px;
	font-size: 0.7em;
	color: #333;
	background: #fff;
	border: 1px solid #a61923;
}

div.tx-newloginbox-pi1 td input#user,
div.tx-newloginbox-pi1 td input#pass {
	padding: 2px;
	font-size: 0.7em;
	color: #333;
	background: #fff;
	border: 1px solid #a61923;
	width: 410px;
}


/***********************
	SUCHE
***********************/

table.csc-searchResultInfo {
	border: none;
	padding:0;
	margin:0;
}

h3.csc-searchResultHeader a {
	font-size: 0.7em;
	color: #a61923;
}

p.csc-searchResult { padding: 0 0 15px 0; }


table.csc-searchform { display: none; }

h3.csc-noSearchResultMsg { font-size: 0.7em; }


/***********************
	NEWSLETTER
***********************/

div#content div.teaser-5 form#tx-sremailsubscribe-pi1-tt_address_form { font-size: 0.8em; }

div#content div.teaser-5 form#tx-sremailsubscribe-pi1-tt_address_form p.bodytext {
	margin: 0 0 10px 0;
	font-size: 0.8em;
}

div#content div.teaser-5 form#tx-sremailsubscribe-pi1-tt_address_form strong { font-size: 0.8em; }

div#content div.teaser-5 form#tx-sremailsubscribe-pi1-tt_address_form label {
	display: block;
	font-size: 0.8em;
	padding: 0 0 5px 0;
}

div#content div.teaser-5 form#tx-sremailsubscribe-pi1-tt_address_form input {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 0.8em;
	border: none;
	width: 100%;
}

/***********************
	POPUP: WEATHER
***********************/

body#popup-weather {
	background: #92CCF2;
}

body#popup-weather a {
	display: block;
	padding: 0 20px;
	width: 700px;
	height: 600px;
}

body#popup-weather img#current {
	float: left;
	margin: 0 30px 0 0;
}

body#popup-weather img#forecast {
	float: left;
	margin: 35px 0 0 0;
}