    body {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: Arial;
        font-size: 11px;
    }
    
    #header {
        position: relative;
        height: 70px;
        background-color: #AAE74A;
        width: 97%;
		padding-left: 3%;
		text-align: center;
    }
    
	#logo {
		position: relative;
		top: 10px;
		left: 5px;
		float: left;
		width: 50px;
	}
	
	#headline {
		position: relative;
		left: 20px;
		float: left;
	}
	
    #logo img {
        border: 0;
    }
    
    h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
    h2 {
        font-size: 14px;
        margin-bottom: 0px;
    }    
    
    h3 {
        font-size: 20px;
        margin: 0px;    
    }
    
    #content {
        position: relative;
        padding: 0px;
        background-color: #F5F5F5;
        width: 100%;
    }
    
    #footer {
        position: relative;
        background-color: #AAE74A;
        padding-top: 5px;
        padding-bottom: 5px;	
		text-align:center;
        width: 100%;
    }   
    
    #footer a {
        color: #343434;
    } 
    
    .feld1 {
        float: left;
        width: 90%;
        padding-bottom: 5px;
        padding-top: 5px;
		padding-left: 5%;
    }
    
    .navilink {
        color: #3088FF;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }
    
    .pfeil {
        float: left;
        width: 2%;
        padding-bottom: 3px;
        font-size: 14px;
        font-weight: bold;
    }
    
    .clear {
        background-color: #FFF;
        clear: both;
        height: 2px;
		overflow: hidden;
    }
    
    .textbox {
        /*background-color: #F0F0F0;*/
        border: 1px solid #000;
        height: 17px;
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
        width: 120px;
    }
    
    .select {
        font-size: 10px;
        /*background-color: #F0F0F0;*/
        border: 1px solid #000;        
        width: 120px;
    }
    
    .submit {
        font-size: 10px;
        /*background-color: #F0F0F0;*/
        border: 1px solid #000;        
        width: 120px;    
    }
    
    .type16 {
        font-size: 14px;
    }
    
    .spalte1 {
        float: left;
        width: 45%;
        margin-right: 10px;
    }
    
    .spalte2 {
        float: left;
        width: 50%;
    }    
    
    #map {
        width: 100%;
        height: 40%;
    }
    
    #content a {
        color: #3088FF;
        text-decoration: none;
    }
    
    #content a:hover {
        color: #3088FF;
        text-decoration: underline;
    }    
    
    .newslist {
        list-style: square;
    }
	
	.pagination {
		border:1px solid #CCCCCC;
		float:left;
		margin-right:5px;
		padding:2px;
		text-align:center;
		width:15px;
	}
	
	.pagination a {
		color:#3088FF;
		font-weight:bold;
		text-decoration:none;
	}	
	
	.activepage {
		background-color:#CCCCCC;
	}	
	
	.active {
		background-color: orange;
	}
	
	.oeffnungszeiten td {
		font-size: 11px;
	}
	
/* ################################## Provider ################################# */

.mapchange {
	list-style-type: none;
	padding-left: 0px;
}

.mapchange li {
	float: left;
}

.provider a {
	font-weight: normal !important;
}

.provider_active a {
	font-weight:bold !important;
}	

.AdMobileCaption {
	display: none;
}

.AdMobileInnerBox img {
	border: 0;
}