body, html{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:14px;
	color:#333333;
	height:100%;
	font-family: 'Nunito', sans-serif;
	font-weight:300;
}

body{
	background-image:url('/images/verlauf.jpg');
	background-repeat:repeat-x;
	overflow-y:scroll;
}

img{
	border:none;
	outline:none;
	text-decoration:none;
}

a{
	border:none;
	outline:none;
}

div#wrapper{
	position:relative;
	width:940px;
	margin:0 auto;
	padding: 50px 20px 50px 20px;
}

img#logo{
	display:block;
	margin:0 auto;
}

img#postit{
	position:absolute;
	left:100px;
}

div#text{
	line-height:1.5;
	padding-top:50px;
}

div#footer{
	position:fixed;
	bottom:0;
	left:0;
	background-color:#333333;
	color:#FFFFFF;
	height:24px;
	padding-top:8px;
	width:100%;
	text-align:center;
}

h1{
	font-size:20px;
	font-weight:300;
	margin:0 0 20px 0;	
}

h2{
	font-size:14px;
	font-weight:700;
	margin:0 0 10px 0;
	padding:0;
	color:#B40820;
}

h2.button{
	height:21px;
	overflow:hidden;
	cursor:pointer;
	background-image:url('/images/arrow.png');
	background-repeat:no-repeat;
	background-position:right 0;
}

div.item.down h2.button{
	background-position:right -21px;
}

h3{
	font-size:14px;
	font-weight:400;
	margin:0 0 10px 0;
	padding:0;
	color:#333333;
}

b{
	font-weight:400;
}

a{
	color:#333333;
	text-decoration:underline;
	font-weight:400;
}
a:hover{
	color:#B40820;
}

table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

td{
	padding:0;
	width:250px;
	text-align:right;
	vertical-align:top;
}

div#footer a{
	color:#FFFFFF;
	font-style:normal;
	font-weight:300;
	text-decoration:none;
}
div#footer a:hover{
	text-decoration:underline;
}

div#left{
	float:left;
	width:50%;
}

div#right{
	float:right;
	width:50%;
	text-align:right;
}

.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

div.hr{
	margin:15px 0 15px 0;
	height:8px;
	background-image:url('/images/hr.png');
	background-repeat:repeat-x;
}

div.item{
	width:98%;
	margin:0 auto;
}

div.item div.text{
	font-size:12.5px;
	text-align:justify;
	overflow:hidden;
}