/* ----------------------------------------------------------------------------
Screen CSS File
Deutsche Structured Finance
Copyright 2007 by Softloop
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
}

body { 
	background: #E0E0E0;
	font: 13px Arial;
	color: #000;
	line-height: 1.4;
}

html {
	overflow-y: scroll;
}

h1 {
	font-size: 18px;
	color: #666;
	padding-bottom: 25px;
	padding-top: 25px;
	font-weight: normal;
}

h1.standard {
	background: url("../pics/yellowsquare.gif") no-repeat;
	padding-top: 25px;
	padding-bottom: 0px;
	height: 130px;
	line-height: 1.2em;
}

h2 {
	font-size: 12px;
	color: #666;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
}

h2.ohne_abstand {
	padding: 0px;
}

h2.abstand_unten {
	padding-top: 0px;
	padding-bottom: 10px;
}

h2.abstand_oben_unten {
	padding-top: 20px;
	padding-bottom: 10px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
	line-height: 1.2;
}

td, th {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 20px;
}

table.stromeinspeisung {
	width: 520px;
}

table.stromeinspeisung th, table.stromeinspeisung td {
	padding: 2px 3px;
	font: 10px Arial, sans-serif;
	text-align: right;
}

table.stromeinspeisung th.tLeft, table.stromeinspeisung td.tLeft {
	text-align: left;
}

table.stromeinspeisung th {
	background: #888;
	color: #fff;
}

table.stromeinspeisung th.bRight {
	border-right: 1px solid #fff;
}

table.stromeinspeisung td.bRight {
	border-right: 1px solid #888;
}

table.stromeinspeisung tr.alt td {
	background: #ccc;
}

li {
	padding-bottom: 10px;
	list-style: none;
}

p {
	margin-bottom: 10px;
}

p.clear {
	clear: left;
}

span.grey {
	color: #666;
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	width: 855px;
	overflow: hidden;
}

#header {
	padding-top: 55px;
	position: relative;
	height: 82px;
}

#logo {
	position: absolute;
	left: 45px;	
	margin-top: 28px;
}

#content {
	background: url("../pics/content.gif") repeat-y;
	position: relative;
	text-align: left;
	min-height: 550px;
	overflow: hidden;
	width: 815px;
	padding-bottom: 5px;
}

#navibar {
	font-size: 11px;
	float: left;
	width: 260px;
	padding: 10px 5px 0px 0px;
	line-height: 1.3;
	overflow: hidden;
}

#navibar img {
 	padding-top: 5px;
}

#navibar li {
	padding-bottom: 3px;
}

#navibar .content {
	padding-left: 45px;
}

#navibar .caption {
	padding-left: 5px;
}

.caption {
		font-size: 11px;
		padding-bottom: 10px;
		color: #666;
		overflow: hidden;
}

#articleheader {
	padding-top: 10px;
	margin-bottom: 5px;
	width: 545px;
}

#articleheader div.media {
	position: relative;
	line-height: 0;
}

#articleheader div.media a {
	border: none;
}

#articleheader img.yellowsquare {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.imageNavi {
	position: relative;
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
	width: 175px;
	overflow: hidden;
}

/* ----------------------------------------------------------------------------
Bildmodul
---------------------------------------------------------------------------- */

div.pleft {
	float: left;
	margin-right: 5px;
	vertical-align: text-bottom;
}

div.pright {
	float: right;
	margin-left: 5px;
	vertical-align: text-bottom;
}

div.pnormal {
	clear: both;	
}


/* ----------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------- */

.nav1 {
	height: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	background: url("../pics/nav1.gif") no-repeat;
}

.nav1 a {
	margin-left: 25px;
	color: #FFF;
}

.nav1 a:hover {
	color: #FFCD00;
}

.nav1 a.active {
	color: #FFCD00;
	font-weight: bold;
}

.nav2 {
	background: url("../pics/nav2.gif") no-repeat;
}

.nav3 {
	background: url("../pics/nav3.gif") no-repeat;
}

.nav4 {
	background: url("../pics/nav4.gif") no-repeat;
}

.nav5 {
	background: url("../pics/nav5.gif") no-repeat;
}

.nav2, .nav3, .nav4, .nav5 {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}

.nav2 a, .nav3 a, .nav4 a, .nav5 a {
	margin-left: 25px;
	color: #666;
}

.nav2 a:hover, .nav3 a:hover, .nav4 a:hover, .nav5 a:hover {
	color: #000;
}

.nav2 a.active, .nav3 a.active, .nav4 a.active, .nav5 a.active {
	color: #000;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------
Artikelbereich
---------------------------------------------------------------------------- */

#article {
	float: left;
	padding: 0 10px 80px 0px;
	width: 540px;
	overflow: hidden;
}

#article a {
	color: #000;
	border-bottom: 1px solid #000;
}

#article a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

#article ul {
	margin-bottom: 10px;
}


#article ul li {
	background: url("../pics/bullet.gif") no-repeat 1px 6px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 0px;
}

#article p {
	padding-right: 5px;
}

.smallnav {
	color: #666;
	float: right;
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 31px;
	padding-right: 45px;
	overflow: hidden;
}

.smallnav a {
	color: #666;
}

.smallnav .aktiv {
	color: #000;
}

.smallnav form {
 	display: inline; 
}

#search {
	font: 12px Arial;
	color: #666;
	border: 1px solid #ccc;
	padding: 1px 3px;
	width: 130px;
}

#footer {
	height: 40px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 45px;
	overflow: hidden;
}

#footer a {
	color: #666;
}

#footer .smallnav {
	padding-top: 0;
	padding-right: 0;
}

/*---------------------------------------------------------------------------- 
Download-Modul
---------------------------------------------------------------------------- */

table.download {
	margin-left: 0px;
}



/*---------------------------------------------------------------------------- 
Sitemap
---------------------------------------------------------------------------- */

#sitemap ul {
	list-style-type: none;
 	padding-bottom: 5px;
	border: none;
}

#sitemap li {
 	padding-bottom: 5px;
	border: none;
}

#sitemap a:hover {
	border-bottom: 1px solid #000;
}

#sitemap a {
	border: none;
}

/* Kontaktformular Anfang*/
#content input.text {
	font: 12px Arial;
	width: 400px;
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 7px;
}

#content textarea.textarea {
	font: 12px Verdana, sans-serif;
	width: 400px;
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 0px;
}

#content input.checkbox {
	float: left;
	margin-right: 5px;
}

#content .submit {
  	border: 1px solid #ccc;
  	color: #000;
  	padding: 2px 5px;
	cursor: pointer;
	background: #ccc;
  	margin-top: 15px;
	font-family: Arial, sans-serif;
}

#content label {
	display: block;
}

#content label.textarea {
	margin-top: 5px;  
}

#content textarea:focus {
	color: #000;  
} 

#content input:focus {
	color: #000;
}

/*Kontaktformular Ende*/