* {
	margin: 0px;
	padding:0px;
}
body {
	background:url(../images/background.jpg) top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#141414;
	text-align:center;
}
#main {
	width: 990px;
	margin:auto;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#main_content {
	padding: 36px 96px 0px 30px;
	position:relative;
}
#main_content_home{
	margin: 430px 0px 0px 433px;
	background-image:url(../images/vstupte.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width: 120px;
	height: 40px;
}
#pink {
	background:url(../images/pink.png) repeat-y;
}
#pink_content {
	padding: 10px 20px 20px 20px;
	overflow: hidden;
}
#pink_content p {
	padding: 0px 0px 6px 0px;
}
#pink_content div.whitebox {
	padding: 5px;
	text-align:justify;
	background-color: white;
}
/**/
#menu ul li {
	float: left;
	margin: 10px 8px 10px 8px;
}
#menu li a {
	display:block;
	text-decoration: none;
	background-color:#343434;
	color: white;
	padding: 5px 30px 5px 30px;
	font-weight:bold;
	text-align: center;
}
#menu li a:hover, #menu li.active a {
	background-color:#b7dae0;
	color:#343434;
}
/**/
img {
	border:1px solid #ccc;
	float:left;
	margin:0 10px 5px 0;
}
h1 {
	background-color:black;
	color: white;
	padding: 10px 10px 12px 10px;
	font-weight: normal;
	font-size: 30px;
}
h2 {
	background-color:black;
	color: white;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	font-size: 18px;
	margin-top:16px;
	text-align:center;
}
h2 a{
	background-color:black;
	color: white;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	font-size: 18px;
	margin-top:16px;
	text-align:center;
	text-decoration: none;
}
h2 a:hover{
	background-color:black;
	color: white;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	font-size: 18px;
	margin-top:16px;
	text-align:center;
	text-decoration: underline;
}
h3 {
	margin: 2px 0px 2px 0px;
}
a {
	color:black;
}
a.plzen2015 {
	position:absolute;
	left:696px;
	top:40px;
}
a.plzen2015 img {
	border:0px;
}
a.facebook {
	position:absolute;
	left:565px;
	top:67px;
}
a.facebook img {
	border:0px;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
ul li {
	list-style-type:none;
}
/**/
div.joker {
	width: 240px;
	float:left;
}
ul.zeny {
	float: left;
	width: 550px;
	padding: 0px 0px 0px 15px;
}
ul.zeny li {
	list-style-type: disc;
}
/**/
table.navrh {
	border-bottom: 1px solid #ccc;
	margin-bottom:4px;
}
table.navrh tr td {
	text-align: left;
}
table.navrh tr th, table.navrhy tr td {
	padding: 2px;
}
/**/
table.form tr td.right {
	text-align: right;
}
table.form tr td, table.form tr th {
	padding: 2px 20px 2px 0px;
	vertical-align:top;
}
table.form tr td textarea {
	width:100%;
}
table.form tr td.right input {
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	background-color: black;
	color: white;
	border:1px solid #ffe59d;
	cursor:pointer;
	margin-right:8px;
}
table.form tr td.right input:hover {
	color:#fff2ce;
}
table.form input, table.form textarea {
	border: 1px solid #ffe59d;
}
table.form .ko {
	background-color:#ff4d4d;
}
table.form tr td span, table.form tr th span {
	color:red;
}

