/*********************************************************************/
/*                 Zusatzstylesheet fr die Startseite               */
/*                        fr www.enob.info                          */
/*      copyright 2006/2007 Sunbeam GmbH www.sunbeam-berlin.de       */
/*                                                                   */
/*********************************************************************/


/***  Startseite Teaserboxen Start  ***/  
.box	{
	float: left;
	margin-top: 1em;
	background: url(../../../../../fileadmin/media/Projektteaser/box01.jpg) repeat-x #ECECEC;
	min-width: 12em;
	width: 48.5%;
}

.box#box01	{
	margin-top: 2em;
}

.box#box02	{
	margin-top: 2em;
	margin-left: 0.9em;
	background-image:  url(../../../../../fileadmin/media/Projektteaser/box02.jpg);
}

.box#box03	{
	clear: left;
  	margin-top: 1em;
	background-image:  url(../../../../../fileadmin/media/Projektteaser/box03.jpg);
}

.box#box04	{
	margin: 1em 0 0 0.9em;
	background-image:  url(../../../../../fileadmin/media/Projektteaser/box04.jpg);
}

.box div	{
	background:  url(../../../../../fileadmin/images/runde_ecke_ro.gif) no-repeat top right;
}

.box h3	{
	margin: 0;
	background:  url(../../../../../fileadmin/images/runde_ecke_lo.gif) no-repeat;
	padding: 76px 0.6em 7px 0.6em;
	color: #444444;
	font-size: 1.1em;
}

/** Icons im Startseiten-Teaser erstmal nicht gewnscht // Start **
.box h3 a	{
	padding-left: 22px;
}
*/

/*
.box#box01 h3 a, 
.box#box03 h3 a{
	padding-left: 22px;
	background: url(../../../../../fileadmin/images/icons/icon_eneffstadt.gif) no-repeat 0 0;
}
.box#box02 h3 a,
.box#box04 h3 a{
	padding-left: 22px;
	background: url(../../../../../fileadmin/images/icons/icon_eneffwaerme.gif) no-repeat 0 0;
}
*/


/** Boxen ohne Icons vor der Überschrift **/
.box.ni#box01 h3 a, .box.ni#box02 h3 a, .box.ni#box03 h3 a, .box.ni#box04 h3 a	{ }

/** Boxen mit dem eneffstadt-Icon **/
.box.st#box01 h3 a,
.box.st#box02 h3 a,
.box.st#box03 h3 a,
.box.st#box04 h3 a	{
	padding-left: 22px;
	background: url(../../../../../fileadmin/images/icons/icon_eneffstadt.gif) no-repeat 0 0;
}

/** Boxen mit dem eneffwaerme-Icon **/
.box.wa#box01 h3 a,
.box.wa#box02 h3 a,
.box.wa#box03 h3 a,
.box.wa#box04 h3 a	{
	padding-left: 22px;
	background: url(../../../../../fileadmin/images/icons/icon_eneffwaerme.gif) no-repeat 0 0;
}

/*
.box#box03 h3 a	{background:  url(../../../../../fileadmin/images/icons/icon_neuetech.gif) no-repeat 0 0;}
.box#box04 h3 a	{background:  url(../../../../../fileadmin/images/icons/icon_events.gif) no-repeat 0 0;}
*/

.box h3 a:link, .box h3 a:visited,
.box p.mehr a:link, .box p.mehr a:visited	{
	text-decoration: underline;
}

.box h3 a:link, .box h3 a:visited{
	color:#000;
	display: block; /* jf - 100708 - dmit text nicht icon umfliesst sondern eine harte linke kante hat */
}
/*
.box h3 a:hover, .box h3 a:focus, .box h3 a:active,
.box p.mehr a:hover, .box p.mehr a:focus, .box p.mehr a:active	{
	text-decoration: none;
}
*/

.box h3 a:hover, .box h3 a:focus, .box h3 a:active{
	color:#000;	
}

#content .box p {
	margin: 0;
	background-color: #fff;
	padding: 0.8em;
	padding-bottom: 0.1em;
}

#main #content .box p.mehr	{
	margin: 0;
	padding-bottom: 0.8em;
	padding-top: 0;
	text-align: right;
	border-bottom: 1px solid #e7e7e7;
}

.box h4, .box p, .box p.mehr{
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
/*** Startseite Teaserboxen Ende ***/  
