/* Textformatierungen */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #EB870F;
	}

td, p, div {
	font-size: 12px;
	color: #000000;
	}
	
td.header {
	font-size: 14px;
	font-weight: bold;
	color: #EB870F;
	}
	
td.nav {
	font-size: 12px;
	font-weight: bold;
	color: #EB870F;
	}
	
td.navaktiv a:link, td.navaktiv a:active, td.navaktiv a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #EB870F;
	}
	
td.galerie, td.galerie a:link, td.galerie a:active, td.galerie a:visited {
	font-size: 12px;
	color: #EB870F;
	}

td.fusszeile, td.fusszeile a:link, td.fusszeile a:active, td.fusszeile a:visited {
	font-size: 10px;
	color: #EB870F;
	}

hr {
	color: #EB870F;
	height: 1px;
	}
	

/* Linkdefinitionen */

a:link, a:active, a:visited {
	text-decoration: none;
	color: #303030;
	}
	
a:hover {
	text-decoration: none;
	color: #EB870F;
	}
	
