/*
Author: elphnet.cz
Struktura:
        display | 
		  position | 
		  float | 
		  overflow | 
		  width | 
		  height | 
		  border | 
		  margin | 	
		  padding | 
		  background | 
		  align | 
		  font
*/

/* Elements*/

body {	
	margin: 0;
	padding: 0;	
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #750000;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5 {
	border:0; 
	margin:10px 0px 5px 0px; 
	padding:0; 
	font-weight: bold;
}
p {
	margin:5px 0;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;	
}
ul, ol {
	display:block; 
	border:0; 
	margin:0px 0px 0px 10px; 
	padding:0;
}
form {
	margin: 0;
	padding: 0;
}
/* Floating */
.floatLeft, .left {
	float: left;
}
.floatRight, .right {
	float: right;
}
.nofloat {
	float: none;
}

/* Text align */
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

.clearer {
	clear: both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.noscreen {
	display: none;
}
a img {
	border: 0;
}
.noborder {
	border-bottom:0px solid white;
}


.relative {
	position: relative;
}
.dot {
	height:1px; 
	background:url(../img/dot.gif) top left repeat-x;
	margin:1em 0;
	clear: both;
}
div#empty1 {
	width:162px;
	height:220px;
}
div#empty2 {
	width: 150px;
	height: 400px;
}

/*_________________________________________________________*/
#zero {
	width:100%;
	background-image: url(../img/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0px 5px;
		
}
#null {
	width:1235px;
	text-align:left;
	background-image: url(../img/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*__________________ Rozlozeni stranky_____________________*/
#container {		
	position: relative;
	padding-left:129px;	
}

#content {	
	width:920px;	
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
}
#mainLeft {
	float: left;
	width: 746px;	
}
#mainRight {
	position: relative;
	float:right;
	width:174px;
}
#con1 {
	/*background-image: url(../img/fast_contact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	position: relative;
}
#con1 img.fastContact {
		position: absolute;
		bottom:0px;
		left:0px;
}
#con2 {
	background-image: url(../img/napoleon.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*___________________Pravy sloupec___________________*/

#colLeft {
	float:left;
	width:160px;
}
#colRight {
	float:right;
	width:580px;
}
#col {
	margin-left:20px;
	width:130px;
}
/*___________________HEAD___________________________*/
#head {
	position:relative;
	/*width:736px;*/
	height:460px;
	background-image: url(../img/bg_left.jpg);
	background-repeat: no-repeat;
	padding-left:129px;
}
#head #bg {
	background-image: url(../img/bg_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#head #nav {
	color:white;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#head #nav a {
	color: white;
	text-decoration:none;	
}
#head #nav a:hover {
	text-decoration: underline;
}
#head #flash {	
	height:414px;
}
#head #top {	
	height:46px;
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;	
}
#head #flag {
	position:relative;
	left:800px;
	top:10px;
}
/*_________________MENU_________________*/
#colLeft .title {
	background-image: url(../img/menu_title.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height:83px;
}
#colLeft .title p {
	color:#333333;
	font-size:22px;
	margin:0px;
	padding:30px 0px 0px 50px;
}

#menu {	
	/*width:200px;*/
	/*background-color: #EDF0F4;*/
}

#menu ul#main {
	list-style: none;
	padding: 0;
	margin:0;	
	font-size: 12px;
	font-weight: 400;
	width:152px;		
}
#menu ul#main li a{
	display:block;
	background-image: url(../img/li.jpg);	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*width:112px;
	_width:152px;*/
	height:22px;
	_height:31px;
	padding:9px 0px 0px 40px;
	text-decoration: none;
	color:black;
	font-weight: 700;
	font-size:12px;
}
#menu ul#main li a:hover, #menu ul#main li.choose a{
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px -31px;
	color:white;
	/*width:218px;
	height:37px;*/
}


#menu ul#main li.sub a {
	text-align:left;
	font-weight: 400;	
	font-size:11px;
	background-image: url(../img/li2.jpg);
	background-position: 0px 0px;
	height:17px;
	_height:17px;
	padding:0px 0px 0px 50px;
}
#menu ul#main li.sub a:hover {
	font-weight: 400;
	font-size:11px;
	background-image: url(../img/li2.jpg);
	background-position: 0px -18px;
	height:17px;
	_height:17px;
	padding:0px 0px 0px 50px;
	color:white;
}
#menu ul#main li.active a {
	font-weight: 400;
	font-size:11px;
	background-image: url(../img/li2.jpg);
	background-position: 0px -18px;
	height:17px;
	_height:17px;
	padding:0px 0px 0px 50px;
	color:white;
}


/*________________Text content____________________*/

#textContent {
	padding:10px 20px 10px 10px;
	text-align: justify;
	font-size:14px;
	color:#675143;
	line-height: 145%;
	background-image: url(../img/bg_textContent.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#textContent h1 {
	padding: 0px 0px 2px 0px;
	font-size:22px;
	font-weight: 400;
	margin: 30px 0px 10px 0px;
	color:#666666;
}

#textContent h2 {
	color:#666666;
	padding:4px;
	font-size: 18px;
}
#textContent a {
	color:#750000;
	text-decoration:underline;
}
#textContent a:hover {
	text-decoration:none;
}

#textContent h3, #textContent h4{
	margin:10px 0;	
	font-size:12px;
	font-weight: 700;
	color:black;
}
#textContent ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#textContent ul li {
	background-image: url(../img/tc_ul.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding-left:30px;
	margin-top:1px;
}

#textContent img {
	margin:5px;
}
#textContent table td {
	font-size: 10px;
}

/*___fotogalerie___*/
#gallery {
	padding:10px 0px 10px 0px;
}
#text #gallery .info {
	float:right;
	width:325px;
}
#gallery h1 {
	font-size:24px;
	margin:5px 0px 0px 0px;
	font-weight:700px;
	
}
#gallery a, #gallery a:hover {
	text-decoration:none;
}
#gallery .linka {
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	height:40px;
	
}
#gallery .obr {
	padding-bottom:35px;
}
#gallery .obr img {
	border:2px solid silver;
	margin:2px 0px 2px 0px;
}
#gallery .obr img:hover {	
	border:2px solid #750000;
}
#gallery .reklama {
	height:10px;
}

/*_____NOVINKY______*/

#news {
	/*width:200px;	*/
	margin-top:120px;
}

#news .item {
	color:#675143;
}

#news .item h4  {
	margin:0;
	padding:5px 0px 0px 0px;
	font-size:14px;
	font-weight: 700;
	color:#333333;
}

#news .item p {
	margin:0;
	padding:0;
	font-size:12px;
}
#news .item p.date {
	color:#333333;
	margin:5px 0px 5px 0px;
	font-size:11px;
}
#news .item .more {
	text-align: right;
	font-size:11px;	
}
#news .item a {
	color:#750000;
	text-decoration: none;
	
}
#news .item a:hover {
	text-decoration: underline;
	
}
#mainRight #abs {
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(../img/bg_news.jpg);
	background-repeat: no-repeat;
	width:204px;
	height:76px;
}
#mainRight #abs h3 {
	font-size:28px;
	font-weight: 700;
	padding:8px 0px 0px 30px;
}

/*______________formular__________________*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;
	border: 1px solid #750000;
}
form.formular input.submit {
	width:100px;
	/*border:1px solid #cccccc;*/
}
form.formular textarea {
	width:300px;
	border: 1px solid #750000;
}
form.formular table td {
	text-align: right;
}
form.formular fieldset{border:0;margin:6px 0;padding:8px 10px; }

/*________________footer____________________*/
#footer{
	position: relative;
	height:116px;
	background-position: right;
	text-align: left;
	padding:0px 0px 0px 0px;	
	background-color: #750000;
	color:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
#footer ul {		
	position:absolute;
	left: 120px;
	width:531px;
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 11px;
}
#footer ul li a {
	color:white;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;	
}
#footer #platby {
	position:relative;
	left: 670px;
	width:200px;
	/*border:1px solid white;*/
}
#copyright {
	position: absolute;
	top:10px;
	left:875px;
	width:150px;
	height:50px;
	text-align:left;
	border-left:1px solid white;
	font-size: 10px;
	padding-left:5px;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#copyright a {
	color: white;
}
#copyright a {
	text-decoration:underline;
}
#copyright a:hover {
	text-decoration:underline;
}
#food {
	padding-top:50px;
}
#food .item {
	margin-bottom:10px;
}
#food .item .colLeft {
	float:left;
	width:220px;
	
}
#food .item .colLeft .obr {
	height:145px;
	padding-top:10px;
	background-image: url(../img/bg_jidlo.jpg);
	background-repeat: no-repeat;
}
#food .item .colLeft .obr a {
}
#food .item .colRight {
	float:right;
	width:300px;
	
}
#food .item .colRight h1 {
	margin:0;
	padding:20px 0px 0px 0px;
	color: #A91A16;
	font-size:18px;
}
#denni_menu .item {
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#denni_menu .item h1 {	
	margin-top:0px;
	padding-top:15px;
	font-weight: 700;
}
#denni_menu .item .soap h2{
	width:80px;
	float:left;
	margin:0px;
	padding:0px;
	font-weight: normal;
}
#denni_menu .item .soap div {
	float:right;	
	width:460px;
}
#denni_menu .item .soap div p, #denni_menu .item p {
	margin:0px;
	padding:0px;
	color:#666666;
	font-size:18px;
}
#denni_menu .item h3 {
	font-size:18px;
	color:#750000;
	padding:0px;
	margin:0px;
	font-weight: normal;
}
/*_______SITEMAP________*/

#sitemap ul {
	margin-left: 5px;
}
#sitemap ul ul li {
	background-image: none;
}
#sitemap ul li h2 {
	font-size: 14px;
}
#sitemap ul ul li h3 a {
	font-size:12px;
	text-decoration: none;
}
#sitemap ul ul li h3 a:hover {
	text-decoration: underline;
}
#sitemap ul ul ul {
	margin-left:15px;
	background-image: none;
}
#sitemap ul ul ul li h4 a {
	color:white;
	font-size: 10px;
	text-decoration: none;
}

#sitemap ul ul ul li h4 a:hover {
	text-decoration:underline;
}
.bigText {
	color:#fe3200;
	font-size:13px;
	font-weight: 700;
}
/* 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;
}
