@charset "utf-8";
/* CSS Document */

body		{
			font-family:Arial, sans-serif;
			font-size:14px;
			}

p 			{
			-moz-hyphens: auto;
			-o-hyphens: auto;
			-webkit-hyphens: auto;
			-ms-hyphens: auto;
			-hyphens: auto;
			text-align: left;
			}
					
.h1			{
			font-size:20px;
			font-weight: bold;
			color:#007568;
			}
			
.h2			{
			font-weight: bold;
			}
					
.rechtsbuendig {
			text-align: right;
			}
.img-float-right {
	float: right;
	margin-left: 15px;
			}

#spalte-li	{
			width: 300px;
			float:left;
			padding-right:20px;
			}
			
#spalte-re	{
			width: 300px;
			margin-left:320px;
			padding-left:20px;
			}