




/*------------------------------------------------
             Standard Grund Formatierungen
------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
}

html {
	background-color: #FFF;
	font-family: helvetica,sans-serif;
}

#viska {
	width: 366px;
	height: 245px;
	margin: auto;
	margin-top:20%;
}

/*
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'alea';
	src:url('../fonts/alea.eot');
	src:url('../fonts/alea.eot?#iefix') format('embedded-opentype'),
		url('../fonts/alea.woff') format('woff'),
		url('../fonts/alea.ttf') format('truetype'),
		url('../fonts/alea.svg#alea') format('svg');
}

*/