/*CSS*/
body {
background-color: #ADD5FA; 
margin:0px; 
padding:0px; 
}

/*neu:*/
a:link { text-decoration:none; font-weight:normal; color: #85ACBB;}
/*besucht:*/
a:visited { text-decoration:none; font-weight:normal; color: #85ACBB;}
/*mouseover:*/
a:hover { text-decoration:none; font-weight:normal; color: #B0CBD5;}
/*pressed:*/
a:active { text-decoration:none; font-weight:normal; color: #B0CBD5;}

.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #85ACBB;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	/*margin: top right bottom left*/
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	width:250px;
	margin: 0px 0px 0px 0px;
	/*margin: top right bottom left*/
}

.texttab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	width:220px;
	margin: 0px 0px 30px 0px;
	/*margin: top right bottom left*/
}

.thumb {
	margin: 0px 10px 10px 0px;
	/*margin: top right bottom left*/
}









