div {
line-height:140%;
}
p {
line-height:110%;
}

a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #009900;
}
ul {
    color:#009900;
	list-style-type: square;
	line-height: 160%;
	margin-left:15px;	
	
}
ol {
    color:#003366;
	font-size:14px;
	line-height: 160%;
	margin-left:25px;
}

div#kontakt {
     margin-left: 30;
}

.style1 {
	font-family: Arial;
	color: #003366;
	font-size:13px
}

.style2{
	color: #009900;
	font-size: 16px;
}

.style5 {
	font-family: Arial; 
	color: #003366; 
	font-size: 13px; 
	font-weight: bold; 
}

h1 {
	color: #003366;
	font-size:19px;
	font-family: Arial;
	font-weight:bold;
	margin-bottom:0px;
}


