/*
Author: elphnet.cz
Struktura:
        display | 
		  position | 
		  float | 
		  overflow | 
		  width | 
		  height | 
		  border | 
		  margin | 
		  padding | 
		  background | 
		  align | 
		  font
*/

/*_____________________________ Elements_________________________________*/
body {	
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color: #F3F3F3;
	background-position: bottom;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	
}
h1, h2, h3, h4, h5 {
	border:0; 
	margin:10px 0px 5px 0px; 
	padding:0; 
	font-weight: bold;
}
p {
	margin:5px 0;
}

pre {
	margin:5px 0px 5px 0px;		
}
table {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;	
}
ul, ol {
	display:block; 
	border:0; 
	margin:5px 0px 5px 40px; 
	padding:0;
}
form {
	margin: 0;
	padding: 0;
}
#tagy{
text-align:left;
color:#666666;
font-size:11px;
width:420px;
	position: absolute;
	top:20px;
	left:575px;
}
#tagy a {
color:#666666;
text-decoration:none;
	
}
#tagy a:hover {
color:#660000;
text-decoration:underline;
	
}
/*_____________________________floating_________________________________*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/*_____________________________text align_________________________________*/
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

.clearer {
	clear: both;
}
.noscreen {
	display: none;
}

/*_____________________________ page _________________________________*/

#null {
	/*width:1000px;
	margin:auto;
	text-align:left;
	margin-top:0px;
	padding-bottom:5px;*/
	background-image: url(../img/bg_null.jpg);	
	background-repeat: no-repeat;
	background-position: center top;
}
#wraper {
	position: relative;
	width:1000px;	
	margin:auto;
	text-align:left;	
}
/*_____________________________ head_________________________________*/
#head {
	position: relative;
	height:450px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	padding-top:1px;
	background-color: white;
}
#head a#logo {
	position: absolute;
	top:10px;
	left:10px;
	height:50px;
	width:320px;
}
#navPath {
	margin-top:0px;
	color:black;;
	font-size: 11px;
	text-align: right;
}
#navPath a {
	color:black;
	text-decoration:none;
}
#navPath a:hover {
	text-decoration: underline;
}
/* -- bookMark -- */
#topMenu {
	margin-top:52px;
	margin-left:121px;
	height: 65px;
}
#bookMark {
	position:relative;	
	padding:0;		
	margin:0;
	width:550x;	
	font-size:14px;

}

#bookMark li {
	display: block;
	float:left;
	width:135px;
	height:28px;
	margin-left:5px;	
	background-image: url(../img/bgBook-mark.jpg);
	background-repeat: no-repeat;	
	overflow: hidden;
	text-align:center;
}
#bookMark li.active {
	background-image: url(../img/bgBook-mark.jpg);
	background-position: -135px 0px;	

}
#bookMark li.active a {
	display: block;
	text-decoration:underline;
	padding:5px 0px 0px 0px;
}

#bookMark li a {
	display: block;
	padding:5px 0px 0px 0px;
	color:white;
	text-decoration: none;
	font-weight: bold;
}
#bookMark li a:hover {
	color:white;
	text-decoration: underline;
}

/* -- submenu navigace -- */
#subMenu {
	position: relative;
	top:8px;
	margin:0px;
	/*margin-top:20px;*/
	padding:0px 28px 0px 0px;
	text-align: right;
}
#subMenu li {
	display: inline;	
	background-image: url(../img/top_li.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#subMenu li a {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding:0px 10px 0px 20px;
}
#subMenu li a:hover {
	color: #660000;
}
#menu {
  padding: 0px 0px 0px 12px;
  margin: 0;
}
#menu li {
  position: relative;
  list-style-type: none;
  height: 25px;
  width: 135px;
  _width:135px;
  float: left;
  font-weight: 700;
  font-size: 12px;
  margin-right:5px;
}
#menu li a {
  display: block;
  height: 25px;
  text-align: center;
  background: url(../img/top_li.jpg) repeat-x 0 0;
  color: #fff;
  text-decoration: none;
  padding-top:5px;
}

#menu ul {
  display: none;
  width: 134px;
  _width:134px;
  position: absolute;
  top: 25px;
  left: 0;
  padding: 0;
  margin: 0;
}
#menu li:hover ul {
  display: block;
}
#menu ul li {
  float: none;
  width:250px;
}
#menu ul li a {
  text-align: left;
  padding: 5px 10px 0px 10px;
  background: url(../img/li-li.jpg) center top;
  border: 0;
  
}
#menu ul li.active a,
#menu ul li a:hover {
/*  background: url(../img/li-li-a.png) no-repeat 0 0;*/

}


/*_____________________________ body_________________________________*/
#body {
	background-color: white;

}

/*_____________________________ left menu_________________________________*/
#body #colLeft {
	float:left;
	width:520px;
}

#body #megacolLeft {
	float:left;
	width:190px;
}

/*______________formular__________________*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;	
}
form.formular input.submit, form.obj input.submit {
	width:100px;
	border:0px solid #cccccc;
	padding:5px;
	background-color: #666666;
	color:white;
	font-weight:700;
}
form.formular textarea {
	width:300px;
	/*border:1px solid #333333;*/
}
form.formular table td {
	text-align: right;
}
form.formular fieldset{background:#ffffff;border:0;margin:6px 0;padding:8px 10px}

form.obj{margin:0;padding:0}

form * {vertical-align:middle}

form.obj fieldset{margin:6px 0;padding:8px 10px;}

#content.green form.obj fieldset {
	 border:1px solid color:#08652E;;
}
#content form.obj fieldset {
	 border:1px solid #cccccc;
}
form.obj input, form.obj textarea, form.obj select {
	border:1px solid #cccccc;
}
form.obj label{display:block;float:left;width:120px;margin:4px 0 4px 16px}

form.obj br{clear:left}

form.obj p.row{margin:2px 0;padding:0 0 0 16px}

form.obj div.r{float:right;width:500px}

form.obj table{/*width:580px*/}

form.obj table td.t1{width:200px;text-align:right}

form.obj fieldset.order {
	border:0px !important;
	background-image: url(../img/bg_send_form.jpg);
	background-repeat: no-repeat;
	/*height:126px;*/
	text-align: center;
}


/* -- formulare -- */

#order {
	border:1px solid #cccccc;
	background-color: #F2F1EF;
	padding:10px 10px 10px 10px;
	margin-bottom: 10px;
}
#order form {
	font-size:12px;
	line-height: 180%;
}
#order h2 {
	color: #536A8C;
}
#order input {
	border: 1px solid #999999;
	width:200px;
	height:25px;
}
#order input.small {
	width:75px;
}
#order input.name {
	width:100px;
}
#order img {
	vertical-align: middle;
	border: 0px;
}
#order input.button {	
	width:90px;
	height:30px;
	background-color: #cccccc;
	border:1px solid #999999;
	font-weight: 700;
}
/*_____________________________ Right column_________________________________*/
#body #colRight {
	float:right;
	width:250px;
	/*border:1px solid red;*/
	padding:0px 30px 0px 10px;
	
}
/*_____________________________ obsah content_________________________________*/
#content {
	padding: 0px 5px 5px 30px;
	text-align: justify;
	color:#666666;

}
#content h1, h2, h3, h4 {
	color:#993300;
	 font-family: "Times New Roman";
}
/*#content strong, #content b {
	color: black;
}*/
#content a {
	color:#993300 !important;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a img {
	border:0px solid white;
}
#content h1 {
	font-size: 22px;
}
#content h2 {
	font-size: 18px;	
}
#content h3, #content h4, #content h5 {
	font-size:16px;
} 

/*_____________________________contentHome_________________________________*/

#colRight .title {
	color:#C6DC4B;
	font-size:16px;
	font-weight: bold;
	margin-top:10px;
}
#colRight .certifikat {
	color:#993300;
	font-size:16px;
	font-weight: bold;
	margin-top:5px;
}
#news {
	padding: 4px 2px 4px 10px;
	color:#666666;
	font-size:12px;
}
#news .item .date {
	color: #6699FF;
	font-size:14px;
	font-weight: 700;
	background-image: url(../img/date.jpg);
	background-repeat: no-repeat;
	padding:4px 0px 4px 25px;
}
#news .item {
	margin-bottom: 10px;
}
#news .item a {
	color:#993300;
	text-decoration: underline;	
}
#news .item a:hover {
	text-decoration: none;
}
#newsHead {
	height:17px;
	padding:4px 0px 0px 6px;
	background-image: url(../img/newsHead.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
	color: white;
	
	
}
/*______REFERENCE_____*/
#ref {
	margin-bottom:5px;
}
#ref h2 {
	font-size:22px;
	font-weight: bold;
	color:#993300;
	margin:0px 0px 10px 0px;
}

#ref .con {
	/*background-color: #666666;*/
	padding:5px;
	background-image: url(../img/logo_kites.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#ref .con .item .title {
	position: relative;
	font-weight:700;
	color:#0a2d57;
}

#ref .con .item {
	padding-bottom:5px;
}
#ref .con .item img {
	margin-right:5px;
	float:left;
}
#ref .con .item .more {
	text-align: right;
	color:#FF8C00;
}
#ref .con .item .more a {	
	text-decoration: none;
	color:#FF8C00;
}
#ref .con .item .more a:hover {	
	text-decoration: underline;
	
}


/*______________________*/


#contact {
	width: 134px;
	height:68px;	
	padding: 10px 0px 0px 8px;
	margin-top:5px;
	background-image: url(../img/bgContact.jpg);
	color:white;
	font-size: 11px;
	font-weight: bold;
}

#contact a {
	color:white;
	text-decoration: none;
}
#contact a:hover {
	border-bottom:1px dotted white;
}
#contact img {
	margin-right:4px;
	vertical-align:top;	
}

#sendToFriends {
	width:138px;		
	height:121px;
	padding:4px 0px 0px 4px;
	margin-top:5px;
	background-image: url(../img/bgSendFriends.jpg);
	color:white;
	font-size: 11px;
}
#sendToFriends input {
	width:125px;
	border:1px solid #c6c6c6;
}
#sendToFriends input.button {
	position: relative;
	left:85px;
	top:5px;
	width:42px;
	height:16px;
	background-image: url(../img/button02.jpg);
	background-repeat: no-repeat;
	font-size:10px;
	color:white;
	border:0px solid white;
}
/*_____________________________sitemap_________________________________*/
#sitemap h3 {
	color:#5a3312;
	font-size:12px;
}
#sitemap h3 a {
	color: #5a3312;
	text-decoration: none;
}
#sitemap h3 a:hover {
	border-bottom:1px dotted #cccccc;
}
#sitemap ul a{
	color: #5a3312;
	text-decoration: none;
}
#sitemap a:hover {
	border-bottom:1px dotted #cccccc;
}

/*_____________________________ fotogaleri_________________________________*/
#gallery {
	padding-right:4px;
}
.linka {
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	height:20px;	
}
#gallery .info h2{
	color:#0A2D57;
	font-size:14px;	
}
#gallery .info img {
	border:1px solid #999999;
	padding:2px;
	margin-right:25px;
	float: left;
}

#gallery .obr {
	width:108px;
	height:74px;
	margin:15px 5px 0px 5px;
	text-align: left;
	background-image: url(../img/bgImg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#gallery .obr img {
	border: 0;
}
#gallery #pages {
	width:500px;
	margin:10px 0px 10px 5px;
	border-bottom:1px solid #7FA602;
	text-align: right;
	color: #8F480C;
	font-weight: bold;


}
#gallery #pages a {
	color: #8F480C;
	text-decoration: none;
	font-weight: normal;
}
#gallery #pages a:hover {
	text-decoration: none;
	font-weight: bold;
}
/*_____________________________vinoteka_________________________________*/
.vineBox {
	margin-bottom:5px;
	border:1px solid #cccccc;

}
.vineBox .thumb {
	float: left;
	width:90px;	
	margin-left:2px;
	margin-top:5px;
	text-align:center;
}
.vineBox .thumb img {
	border: 0px;
}
.vineBox .popis {
	float: right;
	width:468px;	
	padding-right:4px;
}
.vineBox .popis h2 {
	margin:2px;
	color:#333333;
	font-size:25px;
}
.vineBox .popis h3 {
	margin:2px;
	color:#749802;
	font-size:12px;
}
.vineBox .popis .cena {
	position: relative;
	left:200px;
	font-weight: bold;
	color:#749802;
}
.vineBox .popis .cena span {
	color: black;
}
/*________________footer____________________*/
#null #wraper #footer{
	position: relative;
	text-align: left;
	height:166px;
	color:white;
	background-image: url(../img/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer ul {
	position: relative;
	margin: 0;
	padding: 10px 0px 0px 0px;
	color:#cccccc;
}
#footer ul li {
	display: inline;
	padding:0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul li a {
	color:#cccccc;
	padding:0px 5px 0px 5px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration:underline;	
}

#copyright {
	position: absolute;
	bottom:10px;
	left:10px;
	font-size: 10px;	
	color:white;
}
#copyright a {
	color:#cccccc;
}

#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
#footer #keywords {
	position: absolute;	
	bottom: 0px;
	right:0px;
	width:450px;
	font-size:16px;
}
#footer a#logo_footer {
	position: absolute;
	height:50px;
	width:150px;
	bottom:40px;
	left:20px;
	/*border:1px solid red;*/
	
}
#footer p.partners {
	margin-left:5px;
	color:#cccccc
}
#footer p.partners a {
	color:#cccccc;
	text-decoration: none;
}
#footer p.partners a:hover {
	text-decoration: underline;
}


/* pridano kvuli tinyMCE a spravnemu zobrazeni fontu*/
.fontSize1{
	font-size:8px;
}
.fontSize2{
	font-size:10px;
}
.fontSize3{
	font-size:12px;
}
.fontSize4{
	font-size:14px;
}
.fontSize5{
	font-size:18px;
}
.fontSize6{
	font-size:24px;
}
.fontSize7{
	font-size:36px;
}
