/* --- */
/* allgemeine Seiteneinstellungen */
/* --- */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:112px;
	line-height:18px;
	height:100%;
}
.cont {
	width: 60%;
	
}

.center {
	width: 100%;
	
}

a:link, a:visited{
	color:#696969;
	text-decoration:none;
	border-bottom: 1px dotted #696969;
}

a:hover, a:active {
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px dotted #ffffff;
}

ul{ padding:0px 0px 0px 15px; margin:0px;}