/** Golden Fish Restaurant, autor: Jakub Valenta **/
	@import url("basic.css");
	@import url("menu.css");
	@import url("modules.css");

#container {
	background: url('../images/body_bg.gif') #ffffff repeat-x;
	min-height: 550px;
	padding-bottom: 30px;
}
#top, #banner, #main, #bottom, #footer {
	width: 960px;
	margin: 0px auto 0px auto;
}


#top {
	width: 960px;
	height: 149px;
	padding-top: 18px;
	position: relative;
}

#search {
	width: 201px;
	float: right;
  margin-left: 18px;
}
#banner_wrapper {
	height: 302px;
	width: 964px;
	margin: 0px auto 0px auto;
	background: url('../images/banner_wrapper_bg.gif') center no-repeat;
}
#banner {
	width: 950px;
	height: 290px;
	padding: 5px 5px 7px 5px;
	background: url('../images/banner_bg.gif') no-repeat;
}
	
/* stranky mimo homepage */
#pages_banner {
	width: 630px;
	height: 266px;
	padding: 5px 0px 10px 5px;
}
#pages_content {
	width: 960px;
	margin: 0px auto 0px auto;
	background: url('../images/obsah.gif') no-repeat;
}
#pages_main h1 {
	padding-left: 15px;
}
#pages_main h2, #pages_main h3 {
	padding-left: 0px;
}
#pages_main {
	width: 620px;
	font-size: 92%;
	padding-left: 10px;
}
#pages_main h1 {
	font-size: 178%;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#pages_main h2 {
	padding: 20px 0px 20px 0px;
	margin: 0;
	text-transform: none;
	border: none;
	text-align: left;
	font-size: 154%;
	font-weight: normal;
}
#pages_main p {
	padding-bottom: 1em;
}
#pages_sidebar {
	width: 320px;
	float: right;
	margin-top: 1.4em;
	font-size: 92%;
}
#pages_main li {
	background: none;
	color: #371C0C;
	display: list-item;
	list-style-type: disc;
	margin-left: 15px;
}

#main {
	margin-top: 28px;
	font-size: 92%;
	background:  url('../images/main_bg.gif') repeat-y;
}

#bottom_wrapper {
	min-height: 220px;
	background: url('../images/bottom_wrapper_bg.gif') #ffffff top repeat-x;
}
#bottom {
	font-size: 92%;
	padding: 30px 0px 38px 0px;
}
#news {
	width: 639px;
	float: left;
	margin-right: 20px;
}

#links_brown {
	width: 301px;
	float: left;
}

#links_brown2 {
    margin-left: 15px;
    margin-top: 20px;
	width: 301px;
	float: left;
}

#links {
	width: 960px;
}

#newsletter {
  width: 920px;
  height: 60px;
  margin-top: 20px;
  padding: 0px 20px 2px 20px;
  position: relative;
  text-transform: uppercase;
  background: url('../images/newsletter_bg.gif') repeat-x;
}

#subscribe {
  width: 267px;
  float: right;
  margin-top: 18px;
}
#footer {
  width: 910px;
	height: 105px;
	padding: 15px 0px 0px 50px;
	position: relative;
	background: url('../images/footer_bg.gif') 4px 17px no-repeat; 
}

#footer ul li a {
	margin-right: 2px;
	color: #e7de9c;
}
#footer ul li a:hover {
    color: #ffffff;
}


.error {
	color: red;
}
.ok {
	color: green;
}

img.facebook {
    margin: 3px 6px 0 0; 
}
