/* CSS Document */

html {
	height: 100%;
}

body {
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #cc6600; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#cc6600;	text-decoration: none;
	font-weight: bold;
}
p {
	font-size: 11px;
}

p.headline {
	font-size: 14px;
	color: #2A2A2A;
	font-style: italic;
	font-weight: bold;


}


p.agb {
	font-size: 9px;
}

