@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);


body{
	font-family:Tahoma;
	font-size:12px;
	color:#353535;
}

a{
	outline:none;
	text-decoration:none;
	position:relative;
}

#menu{
	font-family: Georgia;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
}

#menu a{
	display:block;
	padding:9px 25px;
	color:#fff;
	text-align:center;
}

#menu a:hover{
	color:#fff;
	background:#009b7b;
	text-decoration:underline;
}

#menu a.active{
	color:#fff;
	background:#009b7b;
	text-decoration:underline;
}

.tekst p, .tekst table{
	line-height:19px;
	padding:5px 10px 8px 10px;
}

.tekst a{
	color:#004c99;
	text-decoration:underline;
}

.tekst a:hover{
	color:#136cc6;
	text-decoration:none;
}

.tekst ul{
	padding:0 0 8px 25px;
	list-style:square;
}

.tekst li{
	padding:2px 0;
}

#rechts p{
	padding:6px 0 7px 12px;
	line-height:19px;
}

#adres p{
	padding:2px 0;
	line-height:18px;
}

#adres a{
	color:#353535;
}

h1, h2, h3{
	position:relative;
	z-index:999;
}

h1{
	font-family: Georgia;
	padding:0 0 15px 0;
	margin-top:-50px;
	font-size:19px;
	color:#fff;	
	font-weight:bold;
	font-style:italic;
}

h2{
	font-family: Georgia;
	padding:0 0 15px 0;
	margin-top:-50px;
	font-size:18px;
	color:#fff;	
	font-weight:normal;
	font-style:italic;
}

h1 span, h2 span{
	font-size:9px;
}

h3{
	font-family: Georgia;
	padding:0 0 4px 0;
	font-size:15px;
	color:#353535;
}

.tekst h3{
	padding:3px 0 0 10px;
}

#footer p{
	color:#684d27;
	font-size:11px;
}

#footer a{
	color:#684d27;
	font-weight:bold;
	text-decoration:none;
}