/** GF 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;
}
#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_wrapper_non_cz {
	min-height: 120px;
	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: 8px;
	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; 
}

div.stranky {
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 10px;
	margin-right: 13px;
}
div.stranky h2 {
	text-align: left;
	border: none;
	margin: 0px;
	text-transform: none;
}
div.stranky p {
	padding-bottom: 1em;
}

/*** DETAIL ***/

.detail #main {
  margin-top: 0px;
  background: url('../images/main_bg_detail.gif') left top no-repeat;
}
.detail #col_left {
	width: 640px;
	float: left;
}
.detail #col_right {
	width: 300px;
	float: left;
	padding: 20px 10px 20px 10px;
}
.detail #banner {
	width: 630px;
	height: 290px;
	padding: 5px 5px 7px 5px;
	background: none;
	margin: 0px;
}

.error {
	color: red;
}
.ok {
	color: green;
}

.required {
	color: red;
}

img.facebook {
    margin: 3px 6px 0 0; 
}