@charset "utf-8";
/* CSS Document */

body {
	background:#FFF url(images/bg.jpg) repeat-x top;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:12px; 
	color: #8b8a8a;
}
.centry #sitemain {
	width: 902px;
	background: transparent;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* layout */
#menu{position:relative; width:902px; height:39px; background:url(images/menu.jpg); float:left;}
#photo{position:relative; float:left; width:902px; height:246px;}
#container{position:relative; width:902px; float:left; text-align:left; margin-top:10px; margin-bottom:10px;}
#left{margin-right:15px; width:672px; float:left; position:relative}
#right{width:215px; float:left; position:relative}
#stopka {position:relative; width:100%; height:19px; clear:both; color:#FFF; padding-top:6px;  margin-top:10px; text-align:center; background:url(images/stopkabg.jpg);}
.img {padding:2px; background-color:#FFF; border:#b1b1b1 1px solid; margin-right:5px; text-align:left;}

/* menu */
#glowna{
	position:absolute;
	top: 14px;
	left: 48px;
}
#hotel{
	position:absolute;
	top: 14px;
	left: 167px;
}
#majda{
	position:absolute;
	top: 14px;
	left: 320px;
}
#graf{
	position:absolute;
	top: 14px;
	left: 447px;
	width: 81px;
}
#marko{
	position:absolute;
	top: 14px;
	left: 566px;
}
#dojazd{
	position:absolute;
	top: 14px;
	left: 695px;
}
#kontakt{
	position:absolute;
	top: 14px;
	left: 812px;
}


/* linki etc */
a:link {
	color: #09C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09C;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #09C;
}

#stopka a{
	color: #F00;
	text-shadow:0px;
	font-weight:normal;
	text-decoration: underline;
}

#menu a{
	color: #8b8a8a;
	text-shadow:0px;
	font-weight:normal;
}

#menu a:hover{
	color: #09C;
	text-shadow:0px;
	font-weight:normal;
	text-decoration: none;
}
	

