@charset "utf-8";
/* CSS Document */


/***********************************************************************
	Iframes used to subscribe / unsubscribe to newsletter
	file: /neuigkeiten/newsletter.html
 ***********************************************************************/
iframe{ border: none; width: 100%; height: 7.5em; }
iframe.small{ height: 5em; }
iframe.tall{ height: 10em; }

.clear{clear: both;}

div.imgbox-right{
	float: right;
	margin-left: 15px;
}



/* general layout of h2 */
div#content.relaunch h2{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 0.2em;
	border-left: 5px solid;
	border-bottom: 1px solid;
	margin-bottom: 1em;
	padding-left: 5px;
	padding-right: 5px;
}
div#content.relaunch h3{
	margin: 2em 0 1em 0;	
}
div#content.relaunch ul{
	margin-bottom: 1em;	
}
/* general layout of span in h2, used to create colored boxes above text
   this might have to get a review because an empty tag is used to provide
   css possibilities */
div#content.relaunch span{
	background-image: url(../images/px_white.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 31px;
	height: 30px;
	display: block;
	border-left: 25px solid;
	margin-bottom: 0.2em;
	margin-left: -5px;
}
/* coloring h2 */
body.themeGreen div#content.relaunch h2{
	background-color: #E3EDD1;
	border-color:  #96C23F;
}
/* coloring span */
body.themeGreen div#content.relaunch span{
	border-color:  #96C23F;
	background-color: #69BDD9;
}
