body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a { color: #c52222; text-decoration: none;}
a:hover { text-decoration: underline;}

h1 {
	font-size: 16px;
}
h2 {
	border-left: 8px solid #c52222;
	border-bottom: 2px solid #c52222;
	font-size: 14px;
	padding-left: 10px;
	background: #fff;
}
h3 {
	color: #c52222;
	margin-bottom: 3px;
}



#container {
	width: 775px;
	position: relative;
}


#top {
	width: 775px;
	border-bottom: 2px solid #fff;
	/*border: 1px solid #0f0;*/
}


#menu {
	width: 775px;
	border-bottom: 4px solid #fff;
	text-align: center;
}
#menu a {
	padding-left: 15px;
	padding-right: 15px;
	height: 23px;
	_line-height: 23px;
	margin: 0 1px;
	background: url(img/bg_menu.gif) repeat-x top;
	border: 1px solid #000;
	font-weight: bold; color: #000; text-decoration: none; font-size: 12px;
}
#menu a:hover {
	color: #C52222;
}


#main {
	width: 775px;
	position: relative;
	/*background: #f8f8f8 url(img/czechhotel.gif) no-repeat bottom right;*/
	background: #f8f8f8;
	border-bottom: 4px solid #fff;
}


#redmenu {
	height: 22px; _line-height: 22px;
	padding-right: 20px;
	background: #c52222;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #fff;
	border-bottom: 4px solid #fff;
}
#redmenu a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#redmenu a:hover {
	color: #000;
}


#hledani {
	width: 775px;
	height: 134px;
	position: relative;
	background: url(img/bg_hledani.jpg) no-repeat bottom left;
	border-bottom: 2px solid #000;
}
#title {	/* nadpis detail search dole */
	width: 123px;
	padding-left: 10px;
	border-bottom: 2px solid #000; border-right: 2px solid #000;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
}
#copy {
	position: absolute;
	right: 15px;
	bottom: 4px;
	font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#copy a {
	color: #000;
	text-decoration: underline;
}
#copy a:hover {
	color: #c52222;
}




#links {
	text-align: center;
	padding: 5px;
}
#links a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#links a:hover {
	color: #c52222;
}