/* CSS Document */
@import "scrollable.css";
html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	background: #FFFFFF url(../images/layout/background.jpg) repeat-x top left;
	text-align: center;
}
html>body {
	overflow-y: scroll;
}
#main {
	width: 970px;
	margin: auto;
}
#header {
	width: 970px;
	height: 125px;
}
#wrapper-1 {
	width: 970px;
	min-height: 407px;
	height: auto !important;
	height: 407px;
	background: #FFFFFF url(../images/layout/wrapper1.jpg) no-repeat top left;
}
#content-box {
	padding: 8px 0;
}
.main-menu .active {
	color: #ec7404 !important;
}
#banner {
	clear: left;
	padding: 8px 33px 0 33px;
}

/* Styles für Content-Bereich */
#content {
	padding-top: 25px;
	padding-left: 33px;
	text-align: left;
	float: left;
}
#content p {
	line-height: 1.5em;
	font-size: 1em;
	padding-bottom: 25px;
	padding-right: 33px;
	margin: 0;
}
#content .preamble {
	color: #0099a1;
	font-weight: bold; 
}
#content a:link, #content a:visited {
	color: #646464;
}
#content a:hover {
	color: #ec7404;
}
#content ul {
	padding: 0 0 25px 0;
	margin: 0 0 0 25px;
}
#content li {
	line-height: 1.5em;
}
.PictureContent {
	width: 100%;
	float: left;
	background: url(../images/layout/PicContentBack.jpg) repeat-y top left;
}
.ContentLeft {
	float: left;
	width: 300px;
	padding-bottom: 25px;
}
.ContentRight {
	float: left;
	width: 604px;
	padding-bottom: 25px;
}
.ContentRight p {
	padding-right: 0 !important;
}
/* -> Downloadbereich*/
img.dpic {
	float:left; 
	padding-right:30px;
}
/* -> Event und News Boxstyles */
div.EventNews {
	height:355px;
	width:904px;
	overflow:hidden;
	float:left;
	background: #a1a1a1;
}
ul.EventContent {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	background: #a1a1a1;
	float: left;
	font-size: .9em;
}
ul.EventContent li {
	width: 296px;
	height: 50px;
	padding: 0px 1px 1px 0px;
	background: url(../images/layout/BackEvent.jpg) no-repeat left top;
}
ul.EventContent li.EventImportant{
	background: url(../images/layout/BackEventOrange.jpg) no-repeat left top;
}
ul.EventContent li.default {
	width: 296px;
	height: 50px;
	padding: 0px 1px 1px 0px;
	background: url(../images/layout/BackEventDefault.jpg) no-repeat top left;
}
ul.EventContent a:link, ul.EventContent a:visited {
	color: #0099a1;
	text-decoration: none;
	padding: 10px 5px 0px 37px;
	height: 40px;
	display: block;
}
span.fair {
	font-size: 0.95em;
	line-height: 1.6em;
}
ul.EventContent a:hover {
	color: #ec7404;
	background: url(../images/layout/BackEvent_o.jpg) no-repeat left top;
}
a.more {
	text-decoration: none;
	display: block;
	background: url(../images/layout/more.jpg) no-repeat left top;
	height: 23px;
	width: 69px;
	color: #FFFFFF !important;
	font-weight: bold;
	padding: 5px 0 0 19px;
	position: absolute;
	bottom: 0;
}
a.more:hover {
	background: url(../images/layout/more_o.jpg) no-repeat left top;
	cursor: pointer;
}
/* -> Newsletterbutton */
.regbutton {
	background: url(../images/layout/button.jpg) repeat-x 0 -2px;
	height: 23px;
	width: 102px;
	padding: 0 3px 0px 3px;
	font-weight: bold;
	color: #FFFFFF;
	-moz-outline-style:none;
}
/* ->Tabelle Photovoltaik */
table.term tr.head {
	font-weight: bold;
}
table.term td {
	vertical-align: top;
	padding-top: 5px;
}
tr.head td {
	border-bottom:1px solid #a1a1a1;
	padding-top: 0px;
}
table.term td.RightContent {
	padding-left: 50px;
}
/* ->Boxstyles für Partner */
.PartnerBox {
	background: url(../images/layout/PartnerBox.jpg) no-repeat left top;
	width: 444px;
	height: 148px;
	float: left;
	padding: 0 14px 12px 0;
}
.PartnerBox img {
	float: left;
	padding: 15px;
}
.PartnerBox p {
	padding: 15px 10px 0 0 !important;
	line-height: 1.2em !important;
	font-size: .9em !important;
}
.PartnerBox a:link, #PartnerBox a:visited {
	color: #646464;
	text-decoration: underline;
}
.PartnerBox a:hover {
	color: #ec7404;
}
/********************************/

/* Footer-Bereich */
.clear {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	border: none;
	clear: both;
	color: #FFFFFF;
	background: #a1a1a1;
	margin: 0 33px 0 33px;
}
#footer {
	text-align: center;
	color: #ec7404;
	padding-top: 15px;
}
#footer p {
	margin: 0 0 15px 0;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ec7404;
}
#footer a:hover {
	text-decoration: underline;
}
span.copy {
	font-weight: bold;
	color: #0099a1;
}
/**********************/

h1 {
	padding: 0 0 15px 0;
	margin: 0;
	color: #ec7404;
	font-size: 1.2em;
	text-transform: uppercase;
}
h2 {
	font-size: 1em;
	color: #0099a1;
}
img, a {
	border: none !important;
	-moz-outline-style:none;
}
span.description {
	font-size:0.9em;
	font-style:italic;
}

/* Style für Technik */
.photovoltaik, .solarthermie {
	width: 904px;
}
.photovoltaik h1.active, .solarthermie h1.active {
	float: left;
}
.photovoltaik h1.no_active, .solarthermie h1.no_active {
	color: #999999;
	float: right;
	display: none;
	cursor: pointer;
}
h1.over {
	color: #ec7404 !important;
}
/*********************/
