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

    * {
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    line-height: 130%;
        color: #333;
    }
    
    a {
	color: #3a7a34;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

	.introtext {
		width:110px;
	    position: absolute;
	    top: 30px;
	    left: 30px;
	}
    .introtext img {
		padding-bottom:10px;
	}
	
	.aktuell {
		width:500px;
		position:absolute;
		top:30px;
		left:210px;
		border-top:1px solid #3a7a34;
		border-bottom:1px solid #3a7a34;
		/*
		background-color:#ffffff;
		*/
	}
	.events {
		padding:10px;
		width:250px;
		float:left;
	}
	.zeiten {
		padding:10px;
		width:200px;
		float:left;
	}
	
	.events p, .zeiten p {
		padding:0px;
		margin:0px;
	}
	.clear {
		clear:both;
		height:1px;
		overflow:hidden;
	}
	.standardlinks {
		padding:10px;
		border-bottom:1px solid #3a7a34;
	}