* {
	margin: 0;
	padding: 0;
}
span.a {display:none;}
table.menu {background-color:#eee;padding:0 2px 0 20px;width:100%;border-top:1px dotted #D02929;margin-bottom:15px;}
table.menu tr td { border-bottom:dashed 1px #CFCFCF;font-size:10px;height:30px;}
table.menu tr td strong {color:#D02929; font-size:13px !Important;}
td.cena {color:#D02929;font-size:13px;text-align:right;width:50px;}
dt {background: url(../img/strzala.png) no-repeat; color:#3F3F3F;font-size:15px;cursor:pointer;padding:0 0 2px 25px;}
dt:hover {color:#111;background:#e8e8e8 url(../img/strzala.png) no-repeat;;}
.col-1 {float:left;height:180px; margin-left:30px;margin-top:20px;}
.col-2 {float:left; margin-left:40px;height:180px;margin-top:20px;}

input.input {width:277px; height:18px; border:1px solid #202020;background: url(../img/background.gif);; padding:0 0 0 5px; font-size:1em; color:#333;}
textarea {width:281px; height:101px; border:1px solid #202020; background: url(../img/background.gif);; padding:0 0 0 5px; overflow:auto;  color:#333;margin-bottom:10px;}
.fotki a {text-align:center;}
.item a img {
	margin:11px;
	border:1px solid #bbb;
	filter: alpha(opacity = 85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}
.item a img:hover {
	border:1px solid #777;
	filter: alpha(opacity = 100);
 	opacity: 1;
	-moz-opacity: 1;
}

a {
	color: #999;
	text-decoration: none;
}
body {
	background: #EAEAEA url(../img/bg.png) repeat-x fixed left bottom;
	color: #000;
	font: normal 0.7em  sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
p {font-size:14px;color:#333;}
ul {
	margin: 12px 0;
}
li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
code {
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
       background:#eee;
	border: 1px double #555; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 700px; 
}


/* header-*/
.gfx-index {
	background: #222 url(../img/1.jpg) no-repeat;
	height: 300px;
	position:relative;
}

.gfx-galeria {
	background: #222 url(../img/4.jpg) no-repeat;
	height: 300px;
	position:relative;
}
.gfx-kontakt {
	background: #222 url(../img/2.jpg) no-repeat;
	height: 300px;
	position:relative;
}
.gfx-menu {
	background: #222 url(../img/3.jpg) no-repeat;
	height: 300px;
	position:relative;
}

#logo {
	position:absolute;
	top:5px;
	left:5px;
	background: url(../img/logo.png) no-repeat;	
	width:150px;
	height:92px;
}

/* menu */
div.menu {
background-color: black !important;
}
.menu a {
	background: #000 url(../img/bgmenu.png) repeat-x;
	border-right: 2px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #555;
	float: right;
	font-size: 1.2em;
	padding-top: 10px;
	width: 173px; height: 30px;
	font-weight:bold;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #999;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #ddd;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #eee;
	padding: 8px 10px;
}
.item h1 {
	color:#D02929;
	font-size:18px;
}

.footer {
	text-align:right;
	background: #333 url(../img/bgitem.gif);
	color: #444;
	padding:5px;
} 
.footer a {
	color: #444;
} 