/**
 * Style sheet basic
 */
a, body, div, label, li, ol, p, td, th, u, ul
{
	font-family:Verdana, san-serif;
	font-size:12px;
	color:#666666;
}

input, select, textarea
{
	font-family:"Trebuchet MS", Arial, san-serif;
	font-size:11px;
	color:#666666;
}

img
{
	margin:0px;
	border:0px;
}

pre, form
{
	margin:0px;
	padding:0px;
}

a
{
	text-decoration:none;
	color:#79B51C;
}

a:hover
{
	text-decoration:underline;
}

.naturalgreen
{
	font-weight:bold;
	color:#79B51C;
}

.weiter
{
	padding-left:15px;
	background-image:url("tl_files/layout/weiter.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
}

.ce_text a:hover
{
	border-bottom:1px solid #79B51C;
	text-decoration:none;
}
