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

p {
	padding:5px 0 10px 0;
}


h1, h2, h3, h4, h5, h6 {
	line-height:130%;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:15px 0 5px 0;
}
h1 {
	font-size:180%;	
}
h2 {
	font-size:140%;
	font-weight:normal;
	padding:10px 0 0 0;
}
h3 {
	font-size:130%;
	font-weight:normal;
}
h4, h5, h6 {
	font-size:100%;
	font-style:italic;
}
strong {font-weight:bold;}
em { font-style:italic;}
hr {
	border:none;
	background:#999;
	height:1px;
}


img.left_float {
	margin:0 15px 15px 0;
	float:left;
}
img.right_float {
	margin:0 0 15px 15px;	
	float:right;
}
/*----------------------------------------------------------------------*/
/*		Bild mit Text rechts oder links daneben	bei festen Boxen		*/
/*----------------------------------------------------------------------*/	/* HIER AUSKOMMENTIEREN */
.wrapper {
	border-bottom:1px solid #333;
	margin:0 0 15px 0;
	padding:0 0 15px 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	*/
/*----------------------------------------------------------------------*/


ul li {	
	list-style:disc;
	margin:0 0 0 20px;
}

ul li ul {
	background:none;
	border:none;
	margin:0 0 0 0;
	padding:5px;
}
ul li ul li {
	list-style:circle;
	margin:0 0 0 20px;
}

ol {
	font-weight:bold;
	margin:10px;
	padding:10px;
}
ol li {
	list-style-type:upper-latin;
	margin:0 0 0 20px;
}
ol li ol {
	font-weight:normal;
	margin:0;
}
ol li ol li {
	list-style-type:upper-roman;
	margin:0 0 0 10px;
}