/*Standards----------------------------------------*/

body {
	margin: 0px auto auto 0px;
	background-color: White; //---------------------
	background-image: url(none);//---------------------
	text-align: left;
}

p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif; //---------------------
	font-size: 10px;
	line-height: 12px;
}

img {
	border-width: 0px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: Black; //---------------------
}

/* Layout-------------------------------------------*/


#kopf {
	display: none;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 918px;
}

#kopfPrint {
	margin: 0px auto;
	padding: 0px;
	height: 90px;
	text-align: center;
}

#menue {
	display: none; //---------------------
}

#contentArea {
	clear: both;
	width: 916px;
	background-color: White;
	text-align: left;
}
#contentOben {
	display: none;
}
#content {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}
#fuss {
	clear: both;
	margin: 0px;
	width: 100%;
	height: 40px;
	background-color: White;
	background-image: url(back/back_fuss.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#abstand {
	display: none;
}

/*Text--------------------------------------------------*/

#claim {
	padding-top: 15px;
	padding-left: 0px;
}
.textMenue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666633;
	padding-left: 30px;
	margin: 0px;
}
.referenzen {
	display: block;
	padding-left: 30px;
	padding-top: 12px;
}

/*Formulare--------------------------------------------------*/
form {
	display:none; //---------------------
}