/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
	margin:0 auto;
	padding:0;
	line-height:1.3;
	font-size:12px;
	font-family:"Arial", "Verdana", sans-serif;
}
.noborder, * .noborder, table.noborder, table.noborder tr, table.noborder th, table.noborder td{
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	text-align:center;
	background:url(../img/body-cervena.png) repeat-x center top white;
}
body#body-zelena{
	background-image:url(../img/body-zelena.png);
}
body#body-modra{
	background-image:url(../img/body-modra.png);
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	color:#4d4d4d;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
	color:#b40000;
	text-decoration:underline;
}
body#body-zelena a{
	color:#006400;
}
body#body-modra a{
	color:#000064;	
}
a:hover {
	text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#b40000;
}
body#body-zelena strong{
	color:#006400;
}
body#body-modra strong{
	color:#000064;
}
small, * small, small *{
	font-size:85%;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
	margin:5px auto; 
	line-height:1.2;
	font-weight:normal;
	color:#b40000;
}
body#body-zelena h1, body#body-zelena h2, body#body-zelena h3, body#body-zelena h4, body#body-zelena h5, body#body-zelena h6{
	color:#006400;
}
body#body-modra h1, body#body-modra h2, body#body-modra h3, body#body-modra h4, body#body-modra h5, body#body-modra h6{
	color:#000064;
}
h1{
	display:none;
}
h2 {
	margin:0;
	font-size:17px;
	text-align:right;
	text-transform:uppercase;
}
h3 {
	margin:20px auto 5px;
	font-size:17px;
}
h4 {
	font-size:14px;
}
h5{
	font-size:12px;
}
h6{
	font-size:11px;
}
img{
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* ostatni pomocne */
hr {
	clear:both;
	display:none;
}
li{
	margin-left:20px;
}
p, ul, ol, div{
	margin:5px 0;
}
table{
	margin:5px 0;
	padding:0;
	border:1px solid #b40000;
	border-width:1px 0 0 1px;
}
table th, table td{
	padding:2px 5px;  
	border:1px solid #b40000;
	border-width:0 1px 1px 0;
}
body#body-zelena table, body#body-zelena table th, body#body-zelena table td{
	border-color:#006400;
}
body#body-modra table, body#body-modra table th, body#body-modra table td{
	border-color:#000064;
}
table th{
	font-weight:normal;
	color:white;
	background:#b40000;
}
body#body-zelena table th{
	background:#006400;
}
body#body-modra table th{
	background:#000064;
}
table tr:hover td{
	background:#ffe4e4;
}
body#body-zelena table tr:hover td{
	background:#caefca;
}
body#body-modra table tr:hover td{
	background:#e6e6f8;
}
.center, * .center{
	text-align:center;
}
.right, * .right{
	text-align:right;
}

form label{
	margin:0;
	padding:4px 5px 2px 0;
	width:90px;
	height:14px;
	line-height:14px;
	float:left;
	clear:left;
	display:block;
	text-align:right;
}
form input, form textarea{
	margin:0 0 2px 0;
	padding:2px 5px;
	width:200px;
	height:14px;
	line-height:14px;
	border:1px solid;
}
form textarea{
	width:280px;
	height:100px;
}
form #submit{
	display:none;
}
form #odeslat{
	padding:0;
	width:100px;
	height:24px;
	line-height:18px;
}
/* ***************************************************** */
/* ***************************************************** */
/* obal stranky */
#main{
	margin:0 auto;
	padding:0 0 20px 0;
	width:960px;
	text-align:left;
}
#welcome{
	margin:0;
	padding:0;
	height:63px;
	text-indent:-9000px;
	background:url(../img/welcome-cervena.png) no-repeat right top;
}
#body-zelena #welcome{
	background-image:url(../img/welcome-zelena.png);
}
#body-modra #welcome{
	background-image:url(../img/welcome-modra.png);
}
/* ***************************************************** */
/* ***************************************************** */
/* content left */
#content-left{
	margin:0;
	padding:0;
	width:400px;
	float:left;
}
#content-left a#home{
	margin:0;
	padding:0;
	height:295px;
	display:block;
}
#content-left a#home:hover{
	text-decoration:none;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#menu{
	margin:0 25px;
	padding:0;
	width:350px;
	border-top:1px solid #bab9ba;
}
#menu li{
	margin:0;
	padding:0;
	height:75px;
	list-style:none;
	border-bottom:1px solid #bab9ba;
}
#menu li a{
	margin:0;
	padding:0;
	display:block;
	line-height:75px;
	font-size:26px;
	font-weight:normal;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#bab9ba;
}
#menu li a:hover, #menu li.aktivni a{
	color:#c30000;
}
#body-zelena #menu li a:hover, #body-zelena #menu li.aktivni a{
	color:#007e00;
}
#body-modra #menu li a:hover, #body-modra #menu li.aktivni a{
	color:#00007f;
}

#menu li a span{
	margin:0;
	padding:0;
	position:relative;
	top:-75px;
	width:350px;
	height:75px;
	display:block;
	background:url(../img/menu.png) no-repeat right top;
}
#menu li a#menu-cenik span{
	background-position:0 -75px;
}
#menu li a#menu-kontakt span{
	background-position:0 -150px;
}
body#body-cervena #menu li a:hover span, body#body-cervena #menu li.aktivni a span{
	background-image:url(../img/menu-cervena.png);
}
body#body-zelena #menu li a:hover span, body#body-zelena #menu li.aktivni a span{
	background-image:url(../img/menu-zelena.png);
}
body#body-modra #menu li a:hover span, body#body-modra #menu li.aktivni a span{
	background-image:url(../img/menu-modra.png);
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
#content{
	margin:40px 0 0 0;
	padding:48px 50px 0 100px;
	width:395px;
	min-height:600px;
	float:right;
	text-align:justify;
	letter-spacing:0.5px;
	background:url(../img/content.jpg) no-repeat left top red;
}
#content ul, #content ol{
	padding:5px 10px;
}
#content ul ul, #content ol ol{
	margin:0;
	padding:5px;
	border:0;
}
#content ul li{
	margin-left:20px;
}
#content p{
	margin:5px 0;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#footer {
	margin:0;
	padding:25px;
	width:350px;
	float:left;
	text-align:right;
	color:#bab9ba;
}
#footer, #footer a{
	font-size:11px;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
#links {
	margin:0;
	padding:0 50px 0 100px;
	width:395px;
	clear:right;
	float:right;
	text-align:center;
	color:#bab9ba;
}
#links, #links a{
	font-size:11px;
}
/* ***************************************************** */
/* ***************************************************** */
.ok, #content .ok{
	margin:10px;
	padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border:1px solid #93AF61;
	background: url(../icons/ok.png) no-repeat 10px 5px #E2F0C9;
}
.ok, .ok *{
	color:#516F1B;
}
.err, #content .err{
	margin:10px;
	padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border:1px solid #fcadad;
	background: url(../icons/err.png) no-repeat 10px 5px #FDE0E0;
}
.err, .err *{
	color:#CE0000;
}
.info, #content .info{
	margin:10px;
	padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	border:1px solid #EDEDB3;
	background: url(../icons/info.png) no-repeat 10px 5px #FFFFCC;
}
.info, .info *{
	color:#242424;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display: inline-block;}
/* ie win hack ~ height acts like min-height \*/
* html .clearfix{height: 1%;}
/* end comment required */
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
