ï»¿body{
	background-color:#f0f0f0;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
a img{
	border:none;
}
h1{
	padding-top:15px; padding-bottom:15px;
	margin:0px;
	color:red;
	font-weight:normal;
	font-size:26px;
}
.clear{
	clear:both;
}

.headerwrap{
	width:998px;
	margin:auto;
	box-shadow: 0px 0px 8px rgb(189, 189, 189);
}

.header{
	margin:auto;
	width:998px; height:181px;
	margin-top:15px;
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	background-size:contain;
}
.header_linky{
	width:405px; height:165px;
	margin-left:-25px; top:-15px;
	position:relative;
	background-image:url('../img/s5_logo.png');
	background-repeat:no-repeat;
	background-size:contain;
	display:block;
}
.menu{
	width:998px; height:45px;
	background-color:#151515;
	margin:auto;
}
.menubutton{
	line-height:45px;
	display:inline-block;
	height:45px;
	padding-left:20px; padding-right:20px;
	color:white;
	text-decoration:none;
	border-right:1px #222222 solid;
	text-transform: uppercase;
}
.menubutton_choose{
	line-height:45px;
	display:inline-block;
	height:45px;
	padding-left:20px; padding-right:20px;
	color:white;
	text-decoration:none;
	border-right:1px #222222 solid;
	text-transform: uppercase;
	background-color:#444444;
}
.menubutton:hover{
	text-decoration:underline;
	background-color:#333333;
}
.maincontent{
	margin:auto;
	width:998px; min-height:100px;
	background-color:#ffffff;
	margin-top:15px;
	border-radius:10px;
	border:1px #c5c5c5 solid;
	box-shadow:-5px 0px 5px -4px #bbbbbb, 5px 0px 5px -4px #bbbbbb;
	padding-bottom:15px;
}
.textcontent{
	font-size:12px;
	padding:20px;
	width:958px;
	float:left;
}
.picturecontent{
	float:right;
	width: 320px;
}
.innerpic{
	margin-top:30px;
	margin-right:20px;
}
.bulets{
	line-height:16px;
	padding-left:20px;
}

.footer{
	box-shadow:-5px 0px 5px -4px #bbbbbb, 5px 0px 5px -4px #bbbbbb;
	border-radius:10px;
	border:1px #c5c5c5 solid;
	margin:auto;
	width:998px; height:30px;
	background-color:#ffffff;
	margin-top:15px; margin-bottom:15px;
	line-height:30px;
	font-size:11px;
}
.footertext{
	padding-left:15px;
 
}











#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}








/* AJAX prohlížeè obrázkù */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid black;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}














