﻿/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
/* globální nastavení pozadí */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D9D9D9;
}
body.siroke_pozadi {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../obrazy/pozadi_siroke.jpg);
}
/* hlavičky */
h1 {
	font-size: 14px;
	margin-top: 0px;
	color: #C00;
}

h2 {
	font-size: 14px;
	margin-top: 0px;
	color: #333;
}

/* odkazy */
a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:active {
	color: #333;
	font-weight: bold;
}
a:hover {
	color: #333;
	font-weight: bold;
}
/* hlavní vrstvy */
#stin_top {
	position: relative;
	padding: 0px;
	height: 20px;
	background-repeat: no-repeat;
	margin-right: 11px;
	margin-left: 11px;
}
#stin_dolni {
	height: 45px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../obrazy/paticka.jpg);
	clear: both;
	margin: auto;
	width: 950px;
}
#stin {
	padding: 0px;
	background-repeat: repeat-y;
}
#bg_obal {
	width: 950px;
	position: relative;
	margin: auto;
	background-repeat: no-repeat;
}
#pozadi {
	margin-top: auto;
	margin-left: 11px;
	background-color: #FFF;
	margin-bottom: auto;
	margin-right: 11px;
	width: 927px;
	min-height: 500px;
	_height: 500px;
}
#paticka {
	height: 30px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;

}
#hlavicka {
	height: 95px;
	margin-top: auto;
	margin-right: 11px;
	margin-bottom: auto;
	margin-left: 11px;
}
#hlavni_menu_div {
	height: 66px;
	width: 935px;
	float: left;
	left: 2px;
	top: 34px;
	position: absolute;
}
#levy {
	width: 640px;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
#pravy {
	width: 258px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}
#pravy_kontakty {
	width: 258px;
	float: right;
	background-image: url(../obrazy/bg_pravy.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}
#pravy_kontakty a {
	color: #FFF;
}
#podhlavicka {
	width: 100%;
	height: 100px;
	background-color: #FFF;
}
#paticka_info {
	float: left;
	margin-left: 20px;
}
#paticka_odkazy {
	float: right;
	margin-right: 20px;
}
#bezny_text_odstavec {
	clear: both;
}
#plovouci_produkty_oddelovac {
	height: 37px;
	clear: both;
	text-align: left;
	padding-left: 30px;
	padding-top: 15px;
}
#plovouci_produkty {
	float: left;
	height: 200px;
	width: 200px;
	text-align: center;
}
#plovouci_produkty_nadpis {
	height: 20px;
	clear: both;
}
#galerie_div {
	clear: both;
	margin-top: 10px;
}

#galerie_vypis_nazvu {
	clear: both;
	border: 1px solid #CCC;
	padding: 5px;
	color: #333;
}

#galerie_vypis_nazvu a {
	color: #D20202;
}

#logo {
	position:absolute;
	left:24px;
	top:7px;
	width:233px;
	height:52px;
	z-index:1;
}

