body {
	margin: 5px;
	padding: 5px;
	height: 95%;
	width: 500;
	background-color: #ffffff;
	color: #488a9a;
}
.info {
	font-family: arial, helvetica, sans-serif;
	background-color : #ffffff;
	font-size : 12px;
	color : #333333;
}
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	font-weight: normal;
}
#contKontakt {
	width: 400px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0px 0 5px 5px;
}
a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	background: transparent;
	text-decoration: underline;
}
p {
	color: #444;
	margin: 0 0 12px;
	padding: 0;
}