﻿body 
{
	background-color: White;
	margin: 0px 0px 0px 0px;
}

.center
{
	text-align: center;
}

td.menu-item
{
	background-image: url('../image/menu-item.png');
	width: 130px;
	height: 16px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 2px 10px;
}

td.menu-item-selected
{
	background-image: url('../image/menu-item-selected.png');
	width: 130px;
	height: 16px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 2px 10px;
}

td.menu-spacer
{
	width: 2px;
	background-color: White;
}

td.submenu-item
{
	padding-bottom: 1px;
	text-align:left;
}

a.menu-item
{
	font-family: Verdana;
	font-size: 9pt;
	color: black;
	text-decoration: none;
}

a.menu-item:hover
{
	color: #736DB2;
}

a.menu-item-selected
{
	font-family: Verdana;
	font-size: 9pt;
	color: black;
	text-decoration: none;
	color: #007035;
}

a.menu-item-selected:hover
{
	color: #736DB2;
}

a.submenu-item
{
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	text-decoration: none;
}

a.submenu-item:hover
{
	color: #80BB4C;
}

a.submenu-item-selected
{
	font-family: Verdana;
	font-size: 10pt;
	color: #7E53B7;
	text-decoration: none;
}

a.submenu-item-selected:hover
{
	color: #80BB4C;
}

input.kontakt
{
	height: 19px;
	width: 190px;
	background-color: White;
}

textarea.kontakt
{
	height: 243px;
	width: 252px;
}

tr.kontakt
{
	height: 25px;
}

tr.kontakt-spacer
{
	height: 3px;
}

input.send
{
	color: white;
	background-color: #7E53B7;
	border: none 0 #7E53B7;
	height: 20px;
	width: 45px;
	font-family: Verdana;
	font-size: 9pt;
}

.besked
{
	color: Red;
	font-family: Verdana;
	font-size: 9pt;
}