@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; 	
}

#headline {
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #006600;
}


#headline_big {
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #006600;
}

#headline_small {
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #006600;
}



/* Links */

a:hover
{
	COLOR: #006600;
	font-weight: bold;
	text-decoration:underline;
}

a:Link
{
	COLOR: #006600;
	font-weight: bold;
	text-decoration:none;
}

a:Visited
{
	COLOR: #006600;
	font-weight: bold;
	text-decoration:none;
}

/* Links Hauptmenü */


a:hover.menue
{
	COLOR: #006600;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}

a:Link.menue
{
	COLOR: #006600;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}

a:Visited.menue
{
	COLOR: #006600;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}

/* Tabelle Preise */
table.preise {
	border: dashed;
}
