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

/* #########################-----------------------------Standarts-----------------------------######################### */

* {
	margin:0;
	padding:0; }
	
:focus {
	outline: 0;
}
	
html {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	font-size: 16px;
}
	
body {
	padding: 0; 
	background:white url(../images/blaugelb/bg.jpg) center 0px repeat-x ;
	}
	
body img {display: none;}

#container { margin: 50px 0 0 50px; width: 877px; float: none;
	clear: both;}

a, a:visited { color: #3c3c3c; text-decoration: underline; border-bottom: none;}
a:hover { color: #3c3c3c; text-decoration: none; border-bottom: none;}
a:active, a:focus {background:  #3c3c3c; color: white;}


/* #########################-----------------------------Head-Bereich-----------------------------######################### */


/* #########################-----------------------------Navigation-----------------------------######################### */

#navi ul li { list-style-type: none; margin: 5px;}
#navi ul li a:hover, #navi ul li a:active {background:  #3c3c3c; color: white;}
#subnavi ul li { list-style-type: none; margin: 5px;}
#subnavi ul li a:hover, #subnavi ul li a:active {background:  #3c3c3c; color: white;}
/* #########################-----------------------------Content-----------------------------######################### */


#ul2 { margin: 10px 0 10px 10px;}

#content li:hover { background-color: #3C3C3C; color: white!important;}


/* #########################-----------------------------Extra-----------------------------######################### */


/* #########################-----------------------------Footer-----------------------------######################### */

.anfahrt {display: none;}

.routenplaner { visibility: visible;}

/* #########################-----------------------------Klassen-----------------------------######################### */

.nofloat {float: none; clear: both;}

.nachoben a:hover, .nachoben a:active {background:  #3c3c3c; color: white;}

 
/* #########################-----------------------------Schriften-----------------------------######################### */

h1 { margin-bottom: 20px;}
h2 { margin-bottom: 10px;}
h3 { margin-bottom: 10px;}
h4 { margin-bottom: 10px;}

p {line-height: 24px; margin-bottom: 15px;}
