﻿#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#222222;
}

body {
	background-color:#444444;
	font-family:arial,calibri,arial,sans-serif;
	color:#e3e3e3;
	font-size:14px;
	margin-bottom:0px;
	
}
a {
	color:#e680aa;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#top{
	width:900px;
	background-image:url('images/top.jpg');
	height:225px;
	position:relative;
	color:#1c1c1c;
}
h1{
	color:black;
	position:absolute;
	margin:0;
	font-size:23px;
	top:83px;
	left:27px;
}
#top p{
	position: absolute;
	left: 27px;
	width: 375px;
	top: 126px;
	font-size: 0.8em;
}
div#cislo{
	position:absolute;
	top:25px;
	left:94px;
	font-size:29px;
	font-weight:bold;	
}
div#menu{
	width:900px;
	height:45px;
	background-image:url('images/menu_bg.gif');
}
#menu a{
	float:left;
	margin-top:15px;
	margin-left:20px;
	font-size:15px;
	margin-right:25px;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
}
#menu a.aktivni{
	color:#e680aa;
}
#menu a:hover{
	color:#e680aa;
}
.sloupec{
	width:176px;
	padding-left:0px;
	float:left;
}
.sloupec h2{
	padding-left:46px;
	margin-top:25px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#333333;
	font-weight:normal;
	font-size:18px;
	background-repeat:no-repeat;
	background-position:14px 13px;
}
.sloupec h2.prvni{
	margin-top:5px;
}
.right{
	padding-left:20px;
}
.left{
	margin-right:18px;
	margin-left:20px;
}
.green{
	color:#8ec51c;
	background-image:url('images/greendot.gif');
}
.red{
	color:#c51c1c;
	background-image:url('images/reddot.gif');
}
.sloupec img.fotka{
	width:162px;
	height:233px;
	border:7px solid #333333;
	filter:alpha(opacity=800);
	opacity:0.8;	
}
.sloupec a:hover img.fotka{
	width:162px;
	height:233px;
	border:7px solid #333333;
	filter:alpha(opacity=100);
	opacity:1.0;	
}
img.fotka{
	border: 3px solid black;
	filter:alpha(opacity=100);
	opacity:1.0;	
}
a:hover img.fotka{
	border: 3px solid black;
	filter:alpha(opacity=60);
	opacity:0.6;	
}
#content{
	width:428px;
	min-height:606px;
	text-align:justify;
	background-color:#383838;
	float:left;
	padding:21px;
	font-size:1.1em;
	line-height:1.3em;
}
#patka{
	clear:left;
	color:#ababab;
	font-size:11px;
	padding-top:10px !important;
	padding:20px;
}
.floatRight{
	float:right;
}
/*__________________________________________________panicky_______*/
h4 { margin: 15px 0 5px 0; }
ul li { display: inline; }
.wide {
	border-bottom: 1px #000 solid;
	width: 4000px;
}

