/* ######## Sonderstile Startseite ##### */

/* ##### Spalten ######  */

#flexspalte-home {
	position: relative;
	z-index: 99;
	width: 250px;
	float: left;
	margin: -14px 0px 20px -45px;
}


#spaltelinks {
	width: 187px;
	float: left;
	margin: 0px 10px 20px 0px;
}

#spaltemitte {
	width: 187px;
	float: left;
	margin: 0px 10px 20px 0px;
}

#spalterechts {
	width: 187px;
	float: right;
	margin: 0px 0px 20px 0px;
}

/* Bilder erstzen H2

h2.h2intro { background-image: url(images/inhalt/h2intro.gif);	background-repeat: no-repeat; background-position: 1px 2px; text-indent: -1000px; font-size: 1px; color: #ebebeb; padding: 0px 0px 12px 0px; margin:0;}
h2.h2aktuell { background-image: url(images/inhalt/h2aktuell.gif);	background-repeat: no-repeat; background-position: 1px 2px; text-indent: -1000px; font-size: 1px; color: #ebebeb; padding: 0px 0px 12px 0px; margin:0;}
h2.h2journal { background-image: url(images/inhalt/h2journal.gif);	background-repeat: no-repeat;	background-position: 1px 2px; text-indent: -1000px; font-size: 1px; color: #ebebeb; padding: 0px 0px 12px 0px; margin:0;}
*/

/* Boxen */

.redbox { 
	margin: 0px 0px 0px 0px;
	background-color: #d81983;
	background-image: url(images/bg_teaser_redbox.gif);
	background-repeat: repeat-x;
}

.redbox p { 
	color: #fff;
	padding: 15px;
	margin: 0px 0px 0px 0px;
}
.redbox p a { 
	color: #fff;
	text-decoration: none;
}


.redbox span {
	display: block; 
	background-image: url(images/redbox_corner.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.greenbox { 
	margin-top: 0px;
	background-color: #8da90e;
	background-image: url(images/bg_teaser_greenbox.gif);
	background-repeat: repeat-x;
}

.greenbox p { 
	color: #fff;
	padding: 15px;
	margin: 0px 0px 0px 0px;
	
}

.greenbox a { 
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.greenbox a:hover { 
	text-decoration: none;
	
}

.greenbox p img { 
	display: none;
	
}

.greenbox span {
	display: block; 
	background-image: url(images/redbox_corner.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	height: 1px;
	line-height: 1px;

}



