﻿/* CSS Document */

body
{
	margin:0px; 
	margin-top: 15px;
	padding:0px; 
	border: 0px;
	background-color: White;
	font-size: 76%;
	font-family: Arial,Helvetica,sans-serif;
}
h2{
text-decoration: underline; 
font-size: 14px; 
letter-spacing: 5px
}
#wrapper
{
	margin: 0px auto;
	width: 888px;
	background-color: white;
}

#menu
{
	padding: 0px 0px 0px 0px;
	width: 240px;
	height: 400px;
	margin: 0px;
    background: url(../img/menubg.jpg) top left repeat-x white;
}

#menu a
{
	float: right;
	display: block;
	color: black;
	width: 200px;
	height: 25px;
	
	padding: 8px 25px 0px 0px;
	margin: 5px 0px 5px 0px;

	font-size:medium;
	font-weight:bold;
	text-decoration: none;
	text-align: right;	

    background: url(../img/menuitembg.jpg) top right no-repeat #f5f5f5;
}

#menu a.active
{
	background: url(../img/menuactive.jpg) top right no-repeat #f5f5f5;
}

#menu a:hover
{
	background: url(../img/menuitem.jpg) top right no-repeat #f5f5f5;
}

#content
{
	vertical-align:top
}

#content p
{
	line-height:1.5em;
}

#footer
{
border-top: 2px dashed #fafafa;
width: 100%;
font-size: small;
text-align: center;
background-color:White;
color: #bbbbbb;
}

#footer a
{
text-decoration: none;
color: #a5c7f7;
}

img
{
 border: none;
}

a
{
text-decoration:none;
color: #000066;
}

a:hover
{
color: #CC0000;
}

#zoznam li{
	margin-bottom: 5px;
}
