/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	background-image: none;
	background-repeat: repeat;
	background-color: #008060;
	
}

a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}

.kontakt {
	position:relative;
	left:30%;
	border-bottom-color:#003399;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
}
