/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	 position: relative;
	top: -22px;
}
	
img {border: 0px;}

td, th, table, tr {vertical-align:top;}
a {color:#C00; text-decoration:none;}
a:hover {color:#999;}
#header
{
	width: 920px;
	height: 100px;
	padding: 10px;
	margin-left: 5px;
	}
	
#stats
{
	float: right;
	font-size: 15px;
}
#bd
{
	width: 950px;
	height: 420px;
	}

#footer {
	margin-left: 5px;
	background-color: #FFF;
	opacity: 0.7;
	padding: 10px;
	width: 920px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
	}
	
	
#popisek
{
width: 300px;
text-align:right;
position:relative;
left: 570px;
top:5px;

}
	
#levo
{
float: left;
width: 435px;
height: 380px;
background-color:#FFF;
padding: 15px;
margin-left: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

p {text-align:justify;}
ul {position:relative;left:12px;}
#pravo
{
float:right;
width: 435px;
height: 380px;
background-color:#FFF;
padding: 15px;
margin-right: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#center
{
margin-left: 5px;
margin-bottom: 10px;
width: 920px;
background-color:#FFF;
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

body { margin: 0; margin-top:10px;text-align: center; background-color:#0085b7; font-family:Verdana, Geneva, sans-serif; font-size:13px;}

#complet 
{ 
width: 950px; 
margin: auto; 
text-align: left;
}

input, textarea
{
	border: 1px solid black; 
	padding: 2px;
	background-color:#E1E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}