/*********************************************************************/
/*                                                                   */
/*                 Basis-Stylesheet für IBS-Online                   */
/*                       www.solarbusiness.de                        */
/*        copyright 2007 Sunbeam GmbH www.sunbeam-berlin.de          */
/*                      Autor: Andrea Ertel                          */
/*                                                                   */
/*********************************************************************/

/*** Allgemeinen Klassen ***/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	background-color: #1067AC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

/** kein Image replacement auf der Startseite **/
#uid1 h1	{
	margin-left: 10px;
}

h1 a	{
	display: block;
	background: url(../images/website/solarenergie.gif) no-repeat 10px 0px;
	width: 449px;
	height: 51px;
	text-decoration: none;
}

h1 span {
	margin-left: -999em;
}

h2	{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-top: 152px;
	color: #003366;
}

h3	{
	/* width: 370px; ae 19.03.2008 */
	margin: 0.7em 0.9em;
	font-size: 1.4em;
	font-weight: normal;
}

h4	{
	/* width: 370px; ae 19.03.2008  */
	margin: 0.9em 0 0.4em 1.2em;
	font-size: 1em;
	font-weight: bold;
}

address	{
	margin: 5px 15px;
	line-height: 1.3em;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #4D6594;
	text-decoration: underline;
}

a:active,
a:hover,
a:focus {
	color: #FF6347;
	text-decoration: none;
}


img {
	border: 0;
}

.clear	{
	clear: both;
}

br.clearleft	{
	clear: left;
}

/*** Special Effects ***/
.usb {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	border: 0px none;
}

/*** Hebt das Floaten der Spalten auf und liefert Abschlußborder des Inhaltsbereiches ***/
.clear	{
	clear: both;
}

.skip         {
	display: none;
}

/**** Styles der maximuminline.css - Anfang ****/
/* invisible hr spacer before and after */
.sbac-spacer {
	clear: both;
	visibility: hidden;
}

.sbac-clearer{
	clear: both;
}

img.sbac-img {
	border: 0px;
}

/* dl mit freistenendem Image */
.dli{   
          }

/* dl in Bildereihen (in DIV)  verhalten sich wie einfache Bilder ohne Abstand */
.dlir {
	float: left;
}


/* Ausrichtung der Captions */
.ddr {
	text-align: right;
	padding: 1px;
}

.ddl {
	text-align: left;
	padding: 1px;
}

.ddc {
	text-align: center;
	padding: 1px;
}

/**** Styles der maximuminline.css - Ende ****/