/* CSS Document */
body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;	
}

p{
	margin: 0 0 0 20px;
}

td{

}

img{
	border:0;
}
/* LINK */	
a{
	text-decoration:underline;
	color: #037434;
}

a:hover{
	text-decoration: underline;
	color: #037434;
}

a:visited{
	text-decoration:underline;
	color: #037434;
}

a:activ{
	text-decoration: underline;
	color: #037434;
}

/* KLASSEN */
.scrollen{
	overflow: auto;
	width: 700px;
	height: 400px;
}

.hintergrund{
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
}

.hintergrund_news{
	background-image: url(../img/bg_news.jpg);
	background-repeat:no-repeat;
}

.hintergrund_termine{
	background-image: url(../img/bg_termine.jpg);
	background-repeat:no-repeat;
}

.abstand{
	padding:0 0 0 90px;
}

#scrollen{
	padding: 35px 0 0 35px;
	width:600px;
	height:400px;
	overflow:auto;

}

#willkommen{
	width:600px;
	height:400px;
}