/* Stylesheet für www.krone-hachenburg.de
-copyright by www.shms.de
-Destination: web
-Definitionen:
Farben
Beige= 			 #FFF3D6
Weinrot=		#AD0829
Schriften:
1. Arial, Helvetica
2. Times New Roman
*/

/* Initialisierung:*/
html, body, div, p, h1, h2, h3, ol, span, a, table, td, form, img, {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

/*HTML und Body*/
html, body {
	background-color: #FFF3D6; 
	background-image: url(images/back_body.jpg);
}

/*Allgemeine Formate*/

/*Headline*/

h1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	color : Maroon;
	font-weight : bold;
	font-style : italic;
}
	

/*Subline*/

/*Fliesstext*/
.text {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color: black;
}


/*Spezielle Formate*/
.preise {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color: black;
}
.preisefett {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color: black;
	font-weight : bold;
}
.bildunterschrift{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: black;
}
.tabellen {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color: black;
}

/*Hauptnavigation*/
 .topnavi a:link {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color: white;
	text-decoration : none;
	background-color: transparent;
}
 .topnavi  a:visited {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color: white;
	text-decoration : none;
	background-color: transparent;
}
 .topnavi  a:hover{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: white;
	text-decoration : none;
	background-color: transparent;
}
 .topnavi  a:active{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color: white;
	text-decoration : none;
	background-color: transparent;
}

/*Subnavigation*/
 .subnavi a:link {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color: white;
	text-decoration : none;
	background-color: transparent;
	letter-spacing : 1px;
}
 .subnavi  a:visited {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color: white;
	text-decoration : none;
	background-color: transparent;
	letter-spacing : 1px;
}
 .subnavi  a:hover{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: white;
	text-decoration : none;
	background-color: transparent;
	letter-spacing : 1px;
}
 .subnavi  a:active{
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: white;
	text-decoration : none;
	background-color: transparent;
	letter-spacing : 1px;
}

