*{
	margin:0;
	padding:0;
	}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

	
	
html,body { height:100% }	


body {
	text-align:center;/* IE Fix*/
	/* Schriftdefinition */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:100.1%;
	letter-spacing: 0.5px;
	/*background: #FFFEEE;*/
	background-image:url(../img/big_bg.jpg);
}

.collectonme{margin:50px auto; background: red; width:80%; text-align:center; font-size:1.2em; color:#fff;}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { font-size: 8px; color: #666; }

/* 2 Spalten Layout */

/* Container */
#wrapper {
   background-color:#ffffff;
   /*border: 1px solid #555555;*/
   border: 1px outset #999999;
   margin: 50px auto;
   width: 60.75em; 
   overflow:hidden;
}
  
#left-column {
    width:15em;
    float:left;
    text-align:left;
    overflow:hidden;
    margin-bottom: 50px;
}
#right-column {
    width:45em;
    float:right;
    text-align:left;
    overflow:hidden;
}


/* Left Column */
#logo { 
    width: 10.875em; 
    height: 5.375em; 
    margin: 2.8em 0em 5em 2.6em;  
}

#logo img { 
    width: 10.25em; 
    height: 6.075em; 
}
  
#nav { margin-left:2.6em; }  
  
#navigation 				{ list-style-type: none; width: 9.375em; }
#navigation li 				{ margin-bottom: 0.3em; }

#navigation li a {
	display:block;
	height:1.85em;
	width:15em;
  	border: none;
	font-size: 0.685em;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 0.6em;
	padding-left:1em;
	padding-bottom: 0.4em;
	background:url("../img/hauptnav_bg.gif") no-repeat left top;
	font-weight: bold;
}

#navigation li a:hover 		{ color: #FFDA1E; }
#navigation li a.active_nav	{ background:url("../img/hauptnav_bg_hover.gif") no-repeat left top; }


/*-----------------------------------------------------*/
/* Submenue start */
ol#submenue li a {
	background: none;
	color: #000;
	font-size:0.6em;
	padding-top:0.2em;
}

ol#submenue li a:hover 		{ color: #006EB6; }

ol#submenue {
	list-style-type: none;
	width: 10em;
	margin-bottom: 1.0em;
	margin-top: -0.20em;
	border:none;
	padding-bottom: 0.5em;
}


ol#submenue li {
	background-image:url(../img/subnav-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	line-height: 1em;
	height: 1.4375em;
	margin:0em;
}

ol#submenue li a.current {
	color: #006EB6;
}

ol#submenue a  {
	text-decoration:none;
	background: none;
}
/* Submenue End */
/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
/* Link zur Suchfunktion start */
#suchen { margin: 0em 0em 0em 0em; float: right; width: 11.5em; margin-right: 0.5em; }

#suchfeld { 
	width: 11.5em; 
	float: left;
	background: url(../img/icon_suche.png) no-repeat 10.5em 0.4em #FFDA1E;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	}

/* #suchfeld:hover { background: url(../img/suchfeld-over.gif) no-repeat; display: block; } */
#suchfeldhilfe { float: left; }
#suchfeldhilfe a { font-size: 0.55em; text-decoration: none; color: #2155a1; cursor: help; }

#suchfeld input
  {
    width: 11.5em;
    height: 2.0em;
    border: none;
    float: left;
    margin: 0;
    font-size: 0.8em;
    padding-left: 5px;
    background: none;
    font-weight: bold;
  }

/* Right Column */

/* Navigation am Kopf der Seite */

#right-top { 
	margin: 0em 0em 0em 0.9em;
    height:2.5em;
    overflow:hidden;
    width:41.5em;
  }
  
#top-navigation-container		{ width:21.5em; float:left; }
#top-navigation li				{ float:left; list-style-type:none; }
#top-navigation li a
  {
    font-size:0.55em;
    text-decoration:none;
    color:#666666;
    margin-right:1.5em;
  }

/* Header Bild */
#pic { 
    width: 44.375em; 
    height: 19.375em; 
    margin-bottom:2.8em;
    position:relative;
}
  
#picture { 
    width: 44.375em; 
    height: 19.375em; 
    position:relative;
}
   
#content { 
	width: 41em; 
	text-align: left; 
	line-height: 1.0em;
	margin-left:0.9em;
}

#content p {
	font-size: 0.7em;
	margin-bottom: 0.7em;
}

#content a {
	color:#1E54A4;
	text-decoration:none;
	background: #fcf3d4 url(../img/link-corner.gif) no-repeat top right;
	font-style: italic;
  	padding: 2px 3px 2px 5px;
}
   
#content a:hover {
    color:#006eb6;
    text-decoration:none;
    background: #faedbe url(../img/link-corner.gif) no-repeat top right;
    padding: 2px 3px 2px 5px;
}

#content a img, #content img a, #content a.noBorder {
   	text-decoration:none;
	background:none;
   	padding: 0px;
   	border:none;
}
  
#content a.none { background: none; padding: 0px; }

.filmlink { background: #e8c628; font-weight: bold; padding: 2px; }

#content .preview {
	float: left; 
	margin-right: 20px; 
	vertical-align: top;
}


  
#content table {
	font-size: 0.7em;
	margin-bottom: 0.7em;
	border-collapse: collapse;
}
#content table caption
  {
    display:none;
  }
#content table thead tr th
  {
    background-color:#FFDA15;
    padding:0.7em;
    color:#1E54A4;
  }
#content table tbody tr td
  {
    border:1px solid #eeeeee;
    padding:0.7em;
  }
#content table tbody tr th
  {
    border:1px solid #eeeeee;
    padding:0.7em;
  }
#dreispalten
  {
    width:100%;
  }
#dreispalten thead tr th
  {
    background-color:#FFDA15;
    padding:0.7em;
    color:#1E54A4;
    /*width:18.1em;*/
  }
#zweispalten
  {
    width:100%;
  }
#zweispalten thead tr th
  {
    background-color:#FFDA15;
    padding:0.7em;
    color:#1E54A4;
    /*width:27.7em;*/
  }
#content ul {
	font-size: 0.7em;
	list-style-position:inside;
}
#content ul li ul {
	font-size: 1em;
	list-style-position:inside;
	margin-left:2em;
	margin-bottom:0.7em;
}

#content h1 { font-size: 1.5em; color: #0069b4; text-transform:uppercase; padding-bottom:0.3em; line-height:120%; }
#content h2 { font-size: 1.0em; color: #69aae6; margin-bottom:0.3em; }

.news-headline
  {
    color: #0069b4;
  }

/* Schriftswitcher */
#schrift {
  color: #000;
  float: right;
  margin: 0;
  padding: 0em 4em 0em 0em;
  width: 20em;
}

#schrift img { border: 0; }

/* Styleswitcher Schrift */
#schrift #schriftswitcher {
  margin: 0;
  padding: 0;
  text-align: right;
}

#schrift #schriftswitcher li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Fuer noscript-Bereiche (Schrift und Drucken) */
#schrift kbd,
.druckfunktion kbd,
.druckfunktionalt kbd {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
}



#clear 
  { 
    clear:both; 
    width: 57.75em; 
    height: 2em; 
    visibility:hidden;
  }
.clear 
  { 
    clear:both; 
    width:1px; 
    height:1px; 
    visibility:hidden;
 	font-size: 1px;
  }

  
/* Angaben für den Störer*/
/*#hinweisbutton
  {
    position:absolute;
    top:15.625em;
    left:30.625em;
    width:16.5625em;
    height:6.5625em;  
  }*/
  
  
/* Angaben für den Störer für den alternativen Text Information zur Fusion */
/* Hinweis "Kooperation" deaktiviert 20110104 */
#hinweisbutton
  {
    position:absolute;
    top:13.625em;
    left:30.425em;
    width:16.5625em;
    height:6.5625em;  
  }
#hinweisbutton img
  {
    width:265px;
    height:200px;
  }
#print-footer
  {
    display:none;
  }
  
  
  
/* ------------------------------------------------*/ 
/* Sitemap start */
div#content div.csc-sitemap ul {
	font-size: 0.7em;
	list-style-position: outside;
	margin-top: 2em;
	margin-left: 2em;
}

div#content div.csc-sitemap ul li {
    font-weight:bold;
    border:1px solid #cccccc;
    width:20em;
    margin-bottom:1em;
    padding:1em;
    list-style-type: decimal
}
  
div#content div.csc-sitemap ul li ul {
	font-size: 1em;
	list-style-position:inside;
	margin-left:2em;
	margin-bottom:0.7em;
	margin-top:0.7em;
}

div#content div.csc-sitemap ul li ul li {
  font-weight:lighter;
  border:none;
  margin-bottom:0em;
  padding:0em;
}

div#content div.csc-sitemap ul li ul li a {
  background:none;
}

div#content div.csc-sitemap ul li ul li a:hover {
  background:none;
}
/* Sitemap end */
/* ------------------------------------------------*/ 


  
  
/* TYPO3 Styles */
div#content { margin-top: 4.0em; }

div.news-latest-gotoarchive {
	background: none;
}

#content div.news-latest-gotoarchive a,
#content div.news-latest-item div.news-latest-morelink a,
#content div.news-list-item .news-list-morelink a {
	background: #fcf3d4 url(../img/link-corner.gif) no-repeat top right;
}

#content div.news-list-item .news-list-morelink { display: block; margin-top: 5px; }

#content div.news-latest-item div.news-latest-morelink a,
#content div.news-list-item div.news-list-morelink a 				{ font-size: 60%; }
#content div.news-latest-gotoarchive a								{ font-size: 100%; }



div#content div.news-list-item				{ margin-bottom: 40px; }
div#content div.news-list-item h3			{ margin-bottom: 20px; }
div#content div.news-list-item a			{ background: none; }

#content div.news-single-img a,
#content div.news-latest-item a	{ background: none; float: left; margin-right: 20px; }


.bold { font-weight: bold; }

.news-latest-item { margin-bottom: 30px; }
.news-latest-item p { margin: 10px 0 0 0; }



p.newsborder { border-bottom: 1px solid rgb(204, 204, 204); height: 1em; margin-bottom: 2em; }


div.news-list-item span.news-list-date,
div.news-latest-item span.news-latest-date,
div.news-single-item div.news-single-timedata { 
	font-size: 60%; 
	color:#2155A1; 
	padding-left: 2em; 
	background: url(../img/newspaper.gif) no-repeat; margin-left: -1em;
	margin-top: 15px;
}

div.news-single-backlink { font-size: 70%; }

#content div.news-list-browse { font-size: 70%; }


div#thawte { width: 85px; height: 85px; position: absolute; left:0; top:0; z-index: 500; border: 1px solid #000; }




/* ------------------------------------------------*/ 
/* index_searched */
div#content .tx-indexedsearch-result-number.result-number	{ width: 10px; font-size: 10%; }
div#content .tx-indexedsearch-title.title					{ padding-left: 0; }
div#content .tx-indexedsearch-title.title a 				{ background: none; font-size: 120%; color: #69aae6; font-weight: bold; }

div#content .tx-indexedsearch-res td						{ border: 0px solid #fff; padding: 0 0 0 0.7em; }
div#content .tx-indexedsearch-info.info						{ border-bottom: 1px solid #eeeeee; padding: 0.7em 0 1.2em 0; }
div#content .tx-indexedsearch-descr.descr					{ margin-top: -1em; }

div#content .tx-indexedsearch-browsebox						{ margin-bottom: 1.5em; }

table#verstecken { display: none; }

input.suchformularbutton	{ display: none; }
input.suchen ac_input		{ background: none; }
div#suchfeld fieldset 		{ background: none; }




.contenttable.contenttable-0 td 		{ width: 30%; }
.contenttable.contenttable-0 td.td-0	{ font-weight: bold; }

table.contenttable.contenttable-2		{ width: 100%; }
.contenttable.contenttable-2 td.td-0	{ font-weight: bold; }


.csc-textpic.csc-textpic-intext-right-nowrap { margin-bottom: 100px; }


#energietool {
	display: none;
	margin-left: 23px;
	margin-top: 35px;
	font-size: 11px;
}

#energietool a {
	text-decoration: none;
	color: #0069b4;
	font-weight: 700;
}

#npMainContentBdMenuSubEnergieWeltBody {
	margin-bottom: 20px;
}

#npMainContentBdMenuSubEnergieWeltHeadline,
#npMainContentBdMenuSubEnergieWeltBody {
	margin-left: 20px;
}





/*----------formular hidden firld spam protection----------*/
div#country { display: none; }
