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

/* Kalibrierung */

* {
        margin: 0;                   /* Wir haben alles auf null gesetzt; keine Abst�nde werden jetzt gemacht */
        padding: 0;
}

html  { overflow-y: scroll;
}

/* Allgemeine Definitionen */

body {
        font: 12px Verdana, Geneva, sans-serif;
        color: #6F6F6F;
}

div#center {
height:100%; width:1000px; margin: 0 auto 0 auto;
}


img {
        border: none;
}



p, h1, h2, h3, h4 {
        margin-bottom: 1em;
		
}

.orange {
        color: #FF9F00;
		font-weight: bold;
}



h1 {
        font-size: 14px;
		font-weight: bold;
}

.slogan  {
        color: #FF9F00;
        font-style: none;
}

h2  {
        font-size: 12px;
		font-weight: bold;
}

ul {
        list-style-type: disc;
		list-style-position: inside;
		
      
	
}


.fusszeile {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #6F6F6F;
}
a.adresse	{
	font-size: 12px;
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
}

a.adresse:hover {
	font-weight: bold;
	color: #FF9F00;
	text-decoration: none;
	}


/* Hyperlinks */




a.navi {
	   font-size: 14px;
		color: #FF9F00;
		text-decoration: none;
		font-style: normal;

}

a.navi:hover {
	color: #6F6F6F;
	text-decoration: none;
	}


a {
       
		text-decoration: none;
		color: #6F6F6F;
		font-style: italic;

}

a:hover {
	color: #FF9F00;
	text-decoration: none;
	}
	

.navigrau {
	   font-size: 14px;
		color: #6F6F6F;
		text-decoration: none;
		font-style: normal;

}
	
	
