@charset "utf-8";
/* CSS Document */

h1 {
	color:#b00;
	font-size:210%;
	font-weight:normal;
}
h2 {
	font-size:170%;
	font-weight:normal;
}
/* mit h2, h3, h4, h5 und h6 können die Eigenschaften der anderen Headlines auch angepasst werden. Z. B. h2 {color:#123456;}*/
.content h2 {
	padding-top:0;
}

/*----------------------------------------------------------------------*/
/*		Bild mit Text rechts oder links daneben	bei festen Boxen		*/
/*----------------------------------------------------------------------*/ /* HIER AUSKOMMENTIEREN */
.wrapper {
	border-bottom:1px solid #ddd;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}
.wrapper h1, .wrapper h2 {
	margin-top:0;
	padding-top:0;
}




.img_wrap_right, .wrapper .float_right {float:right;}
.img_wrap_left, .wrapper .float_left {float:left;}
.wrapper .float_left, .wrapper .float_right {width:36%;}
.img_wrap_right, .img_wrap_left {width:64%;}
/*----------------------------------------------------------------------*/
/*	  / Bild mit Text rechts oder links daneben	 festen Boxen			*/
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*		Bild mit Text rechts oder links daneben	bei umlaufenden Boxen	*/	/*	WICHTIG! Der obere Teil mmuss auskommentiert sein  */
/*----------------------------------------------------------------------*   /* HIER AUSKOMMENTIEREN */
.wrapper {
	border-bottom:1px solid #333;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}
.img_wrap_right, .img_wrap_right .bild_float, .img_wrap_right img {float:right;}
.img_wrap_left, .img_wrap_left img {float:left;}
.wrapper float_left, .wrapper float_right {width:36%;}
.img_wrap_right, .img_wrap_left {width:64%;}
/*----------------------------------------------------------------------*/
/*	  / Bild mit Text rechts oder links daneben	bei umlaufenden Boxen	*/
/*----------------------------------------------------------------------*/