@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	outline:none;
	}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	background-image: url(images/raster.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#999999;
	border-left-color: #999999;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	background-image: url(images/header_web.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 77px;
	width: 800px;
	padding-bottom:10px;
	position: relative;	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px;
	text-indent:-5000px; 
}
.oneColFixCtrHdr #mainContent {
	background: #000000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	
}

#google_ads_home {
clear:both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 27px;	
	height: 30px;
	width: 765px;
	border-top:#333333 solid 1px;
}


#google_ads_apartments {
clear:both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;	
	height: 90px;
	width: 765px;
	border-top:#333333 solid 1px;
}

.oneColFixCtrHdr #footer {
	clear:both;	
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-image: url(images/raster_dark.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: normal;
	color:#999999;
	text-align: center;
}

.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: normal;
	text-decoration:none;
	color:#999999;
	text-align: center;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FFCD7A;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCD7A;
}
h2{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
}
h3{
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
	margin-bottom:5px;
}
h4{
	color:#FFFFFF;
	font-size:12px;
	text-transform: uppercase;
	font-weight: normal;
}
h5{
	font-size:11px;
	font-weight:normal;
	text-align: center;		
}
.rightalign{
text-align:right
}
.clear {
clear: left;
}
#mainNav, #mainNav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	width: 800px;
	height: 34px;	
}
#mainNav li {
	float: left;
	width:131px;
	border: 1px solid #999999;	
	background-image: url(images/raster_dark.jpg);
	background-repeat: repeat;
}
#mainNav a {
	display: block;
	width:131px;
	height: 34px;
	line-height: 34px;
	color: #FFFFFF;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-image: url(images/menu_border.jpg);
	background-position: left center;
	background-repeat: no-repeat;*/
	text-align: center;
}
#mainNav li ul { /* second-level lists */	
	position: absolute;
	width:131px;	
	left: -5000px;	
}
#mainNav li:hover ul{
left:auto;
}
#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
#mainNav ul a:hover {
	color:#FFCD7A;
}

#welcome #mainNav .welcome a,
#apartment1_photosinformation #mainNav .apartments a ,
#apartment1_availabilitycalendar #mainNav .apartments a ,
#apartment1_map1 #mainNav .apartments a ,
#apartment1_booking #mainNav .apartments a ,
#apartment1_pricing #mainNav .apartments a ,
#apartment1_appliencemanuals #mainNav .apartments a ,
#apartment1_practicalinformation #mainNav .apartments a ,
#apartment1_restaurantguide #mainNav .apartments a ,

#rental_info #mainNav .rental_info a,
#about_prague #mainNav .about_prague a,
#guest_book #mainNav .guest_book a,
#contact #mainNav .contact a {
color:#FFCD7A;
cursor: default;
}

#secNav {
width: 120px;
float: left;
padding-top: 30px;
padding-bottom: 20px;
}
#secNav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#secNav li {
padding-left: 20px;
padding-right: 10px;

}
#secNav ul a {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 12px;
	color:#FFFFFF;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}
#secNav ul a:hover {
	color:#FFCD7A;
}


#apartment1_photosinformation #secNav .photosinformation a ,
#apartment1_availabilitycalendar #secNav .availabilitycalendar a,
#apartment1_map1 #secNav .map a,
#apartment1_booking #secNav .booking a,
#apartment1_pricing #secNav .pricing a,
#apartment1_appliencemanuals #secNav .appliencemanuals a,
#apartment1_practicalinformation #secNav .practicalinformation a,
#apartment1_restaurantguide #secNav .restaurantguide a {
color:#FFCD7A;
cursor: default;
}


#apartment1_availabilitycalendar #secNav {
width:760px;
margin-left:20px;
}

#apartment1_availabilitycalendar #secNav ul {
margin: 0;
padding: 0;
list-style-type: none;
width:760px;
float:left;
}

#apartment1_availabilitycalendar #secNav li {
padding-left: 10px;
padding-right: 10px;
float:left;
width:131;
border-right:#999999 solid 1px ;
border-left:#999999 solid 1px ;

}

#apartment1_availabilitycalendar #secNav ul a {
	display: block;
	width:131;
	height: 25px;
	line-height: 12px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#apartment1_availabilitycalendar #secNav ul a:hover {
	color:#FFCD7A;
}

#secContent {
padding-top:30px;
width: 620px;
float: right;
}

#secContent h2, #secContent p{
	padding-right: 30px;
}


#secContent2 {
	padding-top:20px;
	padding-left:20px;
	width:760px;	
	float: left;	
}

#secContent2 h2, #secContent p{
	padding-right: 5px;
}



#listings1, #listings2, #listings3 {
float:left;
width:200px;
margin-top:30px;
}

#listings1 li, #listings2 li, #listings3 li{
list-style-type:none;
}
.style1 {
	color: #000000;
	text-decoration: none;
	font-size:12px;
	text-transform: uppercase;
	font-weight: normal;
}



#holder1{
	width:600px;
	margin-right: auto;
	margin-left: auto;
	
}
#holder2 {
	width:580px;
}

.pictHolder1{
	margin-top: 39px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}
.pictHolder2 {
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

iframe #ifrm{
	border: 1px solid #666666;
	float: right;
	}
iftame#iframe{
	text-align:center;
	float: right;
	border: 1px solid #666666;
}
	
#ifrmGuestbook{
	border: 1px solid #666666;
	width:510px;
	margin-left: 120px;
	}
#nBull  {
	padding-left: 10px;
	list-style-type: disc;
}
#icon{
	background-image: url(aclock.jpg);
	height: 36px;
	width: 36px;
	position: absolute;
	z-index: 2;
	top: 7px;
	right: 25px;
	background-repeat: no-repeat;
	border: 1px solid #999999;
	background-position: center center;
	background-color: #333333;
}
.style2{
font-weight:bold;
}