/*LAYOUT*/


* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	background-color: #ffffff;
	height: 100%;
}
body {
     font: 80%/130% verdana, sans-serif;
	 color: #737373;
     text-align: center;
}
#stranka {
	margin: 0 auto;
	width: 1155px;
	border: 1px #cccccc solid;
}
#hlavicka {
     width: 100%;
	 height: 130px;
	 background: #4592FA;
	 margin-bottom: 10px;
}
#vlevo-vne {
	text-align: left;
	width: 140px;
	float: left;
}
#vlevo {
	padding: 1px 5px;
}
#vpravo-vne {
	text-align: left;
	float: left;
	width: 1000px;
}
#vpravo {
	border-left: 1px #51719C solid;
	margin-left: 10px;
	padding: 10px 5px;
}
#paticka-vne {
	clear: both;
	margin-top: 25px;
}
#paticka {
	padding: 10px;
}
/*konkretni styly*/
.invisible {
	display: none;
}
ul#menu {
	display: block;
	width: 125px;
	border: 1px #cccccc solid;
}
ul#menu li{
	list-style: none !important;
}
ul#menu li a {
	display: block;
	width: 103px;
	_width: 100%;
	color: #DF1CAA;
	border-left: 7px #E5E5E5 solid;
	border-bottom: 1px #cecece solid;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
ul#menu li a:hover,ul#menu li a:active{
	border-left: 7px #DF1CAA solid;
}

h2#logo {
	font-size: 120%;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1155px;
	height: 130px;
	overflow: hidden;
}
h2#logo a {
	color: #ffffff;
}
h2#logo span {
	display: block;
	width: 1155px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/hlavicka-bg.jpg') no-repeat;
	cursor: pointer;
	_cursor: hand;
}
a {
	color: #4592FA;
}
a:hover {
	text-decoration: none;
}
h1 {
font-size: 120%;
color: #0039FF;
}
h2 {
font-size: 115%;
color: #5d5d5d;
}
h3 {
font-size: 110%;
color: #5d5d5d;
}
h4 {
font-size: 100%;
}
