/*
 * Standard Stylesheet
 * Solarthermie Direkt GmbH
 * Stand: 21.09.2009
 */
 
/* ------------------------------------------ *
 * STANDARD ELEMENTS                          *
 * ------------------------------------------ */
 body, html{
	height: 100%;
 }
 
 * html  body, html{
	height: 100%;
	margin: 0;
	padding: 0;
 }
 * {
 	margin: 0;
	padding: 0;
 }
 body{
 	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #012b53;
	text-align: center;
 }
 .clear{
	height: 0;
	clear: both;
	visibility: hidden;
 }
 h1 {
 	font-size: 12px;
	margin-top: 0;
	margin-bottom: 17px;
	color: #012b53;
	text-align: left;
 }
 
 h2 {
 	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0px;
	color: #012b53;
	text-align: left;
 }
 
 h3 {
 	font-size: 100%;
	margin: .6em 0 .6em 0;
	text-align: left;
 }
 h6{
 	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 4px;
 }
 a:link, 
 a:visited {
 	text-decoration: none;
	color: #de0018;
 }
 
 a:focus,
 a:hover,
 a:active {
	 text-decoration: underline;
 }
        #clearing
        {
            clear: both;
            width: 100%;
        }
 /* ------------------------------------------ *
 * Content ELEMENTS                          *
 * ------------------------------------------ */
 #outer_wrapper{
	top: 0px;
	width : 971px;
	background-color: transparent;
	text-align : left;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-image: url(../Images/solar_hintergrund.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: auto !important;
	height: 100%;
	min-height: 50%;
 }
 #Content{
	position: relative;
	margin-top: 77px;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	background-image: url(../Images/ColumnBg.gif);
	background-position: left;
	background-repeat: repeat-y;
	min-height: 100%;
	height: 100%;
 }
 div.Logo{
	position: relative;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: center;
}
img.LogoLink{
	border: none;
}
#footer{
	width : 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height:28px;
}
div.Copyright{
	position: relative;
	top: 0px;
	float: left;
	font-size: 10px;
	color: #496b87;
	text-align: center;
	width: 686px;
	height: 28px;
	margin-bottom: 20px;
	background-image: url(../Images/bgContentleft.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.FooterLinks{
	position: relative;
	top: 0px;
	float: right;
	width: 185px;
	text-align: left;
}

/* Left Content Box */
div.ContentLeft{
	float: left;
	width: 686px;
	text-align: left;
	background-color: #f2f4f6;
	overflow: hidden;
}
div.ContentLeftText{
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: left;
}
div.navigation_content{
	position: relative;
	top: 0px;
	height: 27px;
	background-image: url(../Images/bgNavigationContent.gif) ;
	background-position: top;
	background-repeat: no-repeat;
}
div.Keyvisual{
	position: relative;
	top: 0px;
	text-align: left;
	height: 319px;
	margin-top: 0px;
	margin-top: 0px;
	}
/* floating content two columns only for contact page */
div.ContentFlowLeft{
	width:355px; 
	float:left;
}
div.ContentFlowRight{
	float:right; 
	width:280px;
}
/* Right Content Box */

div.ContentRight{
	float: right;
	width: 200px;
	overflow: hidden;
}
div.BlockRightHeadline{
	background-image: url(../Images/bgHeaderContentRight.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 23px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 4px;
}
div.BlockRight{
	width: 202px;
	height: auto;
}
div.BlockRightContent{
	position: relative;
	top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f4f6;
	min-height: 50px;
	font-size: 10px;
	color: #012b53;
	text-align: left;
	line-height: 15px;
	background-image: url(../Images/bgFooterContentRight.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div.BlockRightContent ul{
	padding-left: 15px;
	padding-right: 10px;
}
div.BlockRightContent ul li{
	list-style-position: outside;
}
