/* CSS Document */
body {	font-family: sans-serif;
		font-size: 12pt;
	  	color: #666666 }

h2	{	font-size: 16pt;
      color: white;
      font-family: New Century Schoolbook }

address		{ font-size: 10pt; font-style: normal }

#text {
color: black;
font-size: 10pt;
padding-top: 35px;
padding-left: 20px
}
#text h3 {
font-size: 14pt;
padding-left: 30px
}

#menu {
color: white;
list-style: none;
width: 150px;
padding-top: 35px;
height: 214px;
padding-left: 50px;
background: url(img/background.png) no-repeat;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a:link{
color: #b8b8b8;
font-family: Trebuchet MS;
font-size: 12px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:visited{
font-family: Trebuchet MS;
font-size: 12px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
color: #b8b8b8;
}

#menu a:hover{
color: #595959;
font-family: Trebuchet MS;
font-size: 12px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:active{
color: black;
font-family: Trebuchet MS;
font-size: 12px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
text-decoration: blink;
} 

#vizitka {
font-size: 6pt;
text-align: center;
}

#menu a.blik { text-decoration: blink; }
