body { margin:0px;
	   background-color:#FFF;
}

.bg-0 { background-color: #fff; }

.bg-1 { background-color: #888; }

.bg-2 { background-color: #ddd; }



/*
-- Textstyle --
*/

a:link {
	color: #a3a3a3;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #a3a3a3;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #a3a3a3;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #5C5C5C;
	text-decoration: underline;
	font-weight: normal;
}

.input {
    margin-top: 5px;
	border: #ffffff 2px solid;
    FONT-SIZE: 10px;
    COLOR: #555555;
	font-weight: bold;
    FONT-FAMILY: Verdana, Arial, tahoma, sans-serif, helvetica;
    BACKGROUND-COLOR: #f2f2f2;
}


.blur {
    margin-top: 5px;
	border: #ffffff 2px solid;
    font-weight: normal;
    background-color: #f2f2f2;
    font-size: 13px;
}

.focus {
    margin-top: 5px;
	border: #00FF00 2px solid;
    font-weight: normal;
    background-color: #fffff;
    font-size: 13px;
}



p {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5;
	font-weight: normal;
	background-color: transparent;
}

.td-10 {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
}


.datum {
	font-size: 10px;
	color: #a3a3a3;
    padding-right: 10px;
    padding-bottom: 5px;
	font-weight: normal;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-align: right;
	background-color: transparent;
}

.kontakt {
    padding-top: 8px;
	font-size: 10px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	background-color: transparent;
	letter-spacing: 1px;
}


/*
-- ENDE Linkstyle --
*/