/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/

body {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:600;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(back.gif);
	background-repeat: repeat;
	text-align: center;
}

h1 {
	font-size: 16px;
	font-style: oblique;
	margin-top: 2px;
}

p {
	font-size: 10px;
	margin: 0px;
	padding: 3px 0px 2px 0px;
}

#menu {
	position: relative;
	margin: 50px auto 0px auto;
	padding: 6px;
	background-color: #FFFFFF;
	width: 600px;
	height: 200px;
	border: 1px dotted #000000;
	text-align: left;
}

#textbox {
	position: absolute;
	top: 6px;
	right: 6px;
	left: 92px;
	bottom: 6px;
	padding: 0px;
	margin: 0px;
	font-size:10px;
	color: #000000;
	
}


	a:link {
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
}


a:visited {
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
}


a:hover {
	text-decoration: none;
	background: #FF0000;
	color: #FFFFFF;
}

.vpravo {
	float: right;
}