@import url("./allmedia.css");
@import url("./slimbox.css");

/* General ---*/
a {
	color: white;
}

a:hover {
	color: #472902;
	text-decoration: none;
}

address {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	font-style: italic;
}

/* Layout ---*/
body {
	font: 0.8em sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	background: #966524;
}

* html body {
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 946px;
	text-align: left;
	background:  url('../img/design/bg_all.jpg') no-repeat top center;
}	

#header {
	position: relative;
	height: 292px;
}

#flash {
	position: absolute;
	width: 706px;
	height: 221px;
	top: 34px;
	left: 11px;	
}

h1, h1 a {
	position: absolute;
	font-size: 10pt;
	margin: 0;
	width: 216px;
	height: 216px;
	left: 746px;
	top: 36px;
	overflow: hidden;
}

h1 a {
	left: 0;
	top: 0;
}

#logo {
	position: absolute;
	width: 216px;
	height: 216px;
	left: 0;
	top: 0;
	background: url('../img/design/konicek_logo.gif') no-repeat center;
	cursor: pointer;
}

#rightbar {
	float: right;
	width: 217px;
}

#centerbar {
	float: right;
	width: 452px;
	margin: 0 0 30px;
}

#leftbar {
	float: right;
	width: 277px;
}

#centerbar .margin, #leftbar .margin {
	padding-right: 25px;
}

#footer {
	padding: 13px 0 10px;
	background: url('../img/design/bg_footer.gif') repeat-x top;
}

/* Rightbar ---*/
#searchbox {
	margin: 0 0 0 28px;
}

#searchform {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #784B10;
}

#searchform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#searchform * {
	vertical-align: middle;
}

#searchform label {
	display: none;
}

#searchform .txtinput {
	padding: 3px 5px;
	width: 123px;
	border: 1px solid #472902;
	background: white url('../img/design/bg_txtinput.gif') repeat-x bottom;
}

#langbox {
	position: relative;
	margin: 0 0 0 28px;
	height: 44px;
	background: #472902;
}

.cz, .cz span, .en, .en span, .de, .de span {
	position: absolute;
	display: block;
	width: 30px;
	height: 20px;
}

.cz, .en, .de {
	top: 12px;
	overflow: hidden;
}

.cz {
	left: 25px;
}

.en {
	left: 79px;
}

.de {
	left: 133px;
}

.cz span, .en span, .de span {
	top: 0;
	left: 0;
	cursor: pointer;
}

.cz span {
	background: url('../img/design/cz_flag.gif') no-repeat top left;
}

.en span {
	background: url('../img/design/en_flag.gif') no-repeat top left;
}

.de span {
	background: url('../img/design/de_flag.gif') no-repeat top left;
}

#mainmenu {
	margin: 30px 0;
	font-size: 110%;
	font-weight: bold;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #966524;
}

#mainmenu li {
	display: block;
	border-top: 1px solid #966524;
}

#mainmenu li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px 10px 10px 28px;
}

#mainmenu li a:hover {
	background: #966524;
}

#fotobox {
	margin: 30px 0 30px 28px;
}

#fotoboxmargin {
	border: 5px solid white;
}

#fotoboxmargin img {
	border: none;
}

#gallerylink {
	font: italic 90% Georgia, "New York CE", utopia, serif;
	text-align: right;
	margin: -3px 0 0;
	padding: 3px 10px;
	background: #472902 url('../img/design/sw_arrow.gif') no-repeat right center;
}

* html #gallerylink {
	margin: 0;
}

#gallerylink a:hover {
	color: white;
	text-decoration: none;
}

/* Centerbar ---*/
#centerbar .actualitem {
	margin: 0 0 20px;
	padding: 0 0 7px 0;
	background: url('../img/design/bg_actualitem.gif') no-repeat bottom right;
}

#centerbar .actualitem h3 {
	font: italic 240% Georgia, "New York CE", utopia, serif;
	margin: 0;
	padding: 10px 27px 10px 20px;
	background: #784B10 url('../img/design/bg_actual_h3.gif') no-repeat top right;
}

#centerbar .actualitem h3 a {
	text-decoration: none;
}

#centerbar .actualitem h3 a:hover {
	color: white;
	text-decoration: underline;
}

#centerbar .actualcontent {
	margin: 0 7px 0 0;
	padding: 30px 37px 27px 30px;
	background: #472902;
}

#centerbar .actualcontent p {
	font-size: 120%;
	margin: 0 0 10px;
}

#centerbar h2, #centerbar h3, #centerbar h4 {
	margin: 0 0 10px;
	font: italic 200% Georgia, "New York CE", utopia, serif;
	color: #472902;
}

#centerbar h2:first-letter {
	text-transform: uppercase;
}

#centerbar h3 {
	font-size: 160%;
}

#centerbar h4 {
	font-size: 140%;
}

#centerbar h4 a {
	color: #472902;
}

#centerbar h5 {
	margin: 0 0 5px;
	font-size: 120%;
}

#centerbar p {
	text-align: justify;
}

#centerbar img {
	border: 5px solid #794E14;	
}

#centerbar .noborder {
	border: none;
}

.details, .back2list {
	color: #EAB36A;
	font: italic 90% Georgia, "New York CE", utopia, serif;
}

.details a, .back2list a {
	color: #EAB36A;
}

#centerbar #weekmenu {
	margin: 0 0 30px;
	font-size: 100%;
	border-collapse: collapse;
	background: none;
}

#centerbar #weekmenu td {
	padding: 5px 3px;
	background: none;
}

#centerbar #weekmenu .number {
	font-style: italic;
}

#centerbar #weekmenu .price {
	width: 9ex;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #EAB36A;
}

#centerbar #weekmenu .den {
	font: italic 140% Georgia, "New York CE", utopia, serif;
}

#centerbar #weekmenu .den:first-letter {
	text-transform: uppercase;
}

#centerbar .imagebox {
	float: left;
	width: 135px;
	height: 145px;
}

#centerbar .imagemargin {
	margin: 0 15px 15px 0;
	padding: 10px;
	text-align: center;
	background: #794E14;
}

#centerbar .imagemargin img {
	border: none;
}

#centerbar .imgsize {
	font-size: 80%;
	font-style: italic;
}	

/* Leftbar --- */
#foodbox, #reservationbox {
	color: black;
	padding: 0 0 10px;
	margin: 0 0 30px;
	background: #A0E689;
}

#foodbox h4, #reservationbox h4 {
	font: italic 160% Georgia, "New York CE", utopia, serif;
	color: #C4924C;
	margin: 0;
	padding: 5px 10px;
	background: #472902;
}

#foodbox h4:first-letter, #reservationbox h4:first-letter {
	text-transform: uppercase;
}

#foodbox table {
	margin: 5px;
	color: black;
	font-size: 100%;
	border-collapse: collapse;
}

#foodbox td {
	padding: 3px 2px;
}

#foodbox .number {
	color: #777;
	font-weight: bold;
}

#foodbox .price {
	width: 9ex;
	color: #555;
	font-style: italic;
	text-align: right;
}

#foodbox p {
	font: italic 90% Georgia, "New York CE", utopia, serif;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	background: url('../img/design/sb_arrow.gif') no-repeat right center;
}

#foodbox p a {
	color: #472902;
}

#foodbox p a:hover {
	color: black;
}

#reservationbox div {
	padding: 40px 5px 30px;
}

#reservationbox p {
	margin: 0;
	padding: 0 5px;
}

#reservationbox .reservformlink {
	font: italic 140% Georgia, "New York CE", utopia, serif;
	text-align: right;
	margin: 5px 0 0;
	padding: 0 10px 0 0;
	background: url('../img/design/sb_arrow.gif') no-repeat right center;
}

.reservformlink a {
	color: #472902;
}

.reservformlink a:hover {
	color: black;
}

.leftimgbox {
	margin: 0 0 20px;
}

.leftimgbox img {
	border: 1px solid white;
}

.calendaritem {
	margin: 0 0 10px;
	padding: 10px 0 0;
	border-top: 1px solid #D4A668;
}

* html .calendaritem {
	height: 1ex;
}

.calendaritem .rightbox {
	float: right;
	width: 150px;
	font-style: italic;
}

.calendaritem .datum {
	color: #EAB360;
	font-weight: bold;
}

.calendaritem .place {
	font-size: 90%;
}

.calendaritem .leftbox {
	float: left;
	width: 250px;
}

.calendaritem h4 .calendaritem p {
	margin: 0 0 5px;
}

#centerbar table {
	width: 426px;
	margin: 0 0 10px;
	font-size: 100%;
	border-collapse: separate;
	background: #D4A668;
}

#centerbar table td {
	padding: 3px 5px;
	background: #794E14;
}

/* Footer ---*/
#webdesign {
	float: right;
	width: 30ex;
	margin: 0;
	padding: 3px 0 0;
	text-align: right;
	font-size: 80%;
	color: #EAB36A;
}	

#webdesign a {
	color: #EAB36A;
	text-decoration: none;
}

#webdesign a:hover {
	text-decoration: underline;
}

#bottommenu {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#bottommenu li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0 20px 0 0;
  text-transform: uppercase;
}

#bottommenu a {
	color: white;
}

#bottommenu a:hover {
	text-decoration: none;
}

/* Forms ---*/

.publicform {
	margin: 0;
	padding: 0;
	width: 426px;
	border: 1px solid #B9843E;
	background: #794E14;
}

.publicform fieldset {
	padding: 10px;
	border: none;
}

.publicform label {
	margin: 10px 0 5px;
	display: block;
	font-weight: normal;
}

.publicform label:first-letter {
	text-transform: uppercase;
}

.publicform label.noblock {
	display: inline;
}

.publicform .required {
	font-weight: bold;
}

.publicform textarea {
	width: 380px;
	border: 1px solid #A1A1A1;
	font: 100% sans-serif;
}

.publicform select {
	border: 1px solid #A1A1A1;
}	

.publicform .txtinput {
	font-family: sans-serif;
	border: 1px solid #A1A1A1;
	margin: 0 5px 5px 0;
	padding: 2px;
	vertical-align: middle;
	background: white;
}

.publicform .txtinput, .publicform select, .publicform textarea {
	margin-left: 20px;
}

.publicform .subinput {
	color: #EAB36A;
	padding: 5px 10px;
	background: #472902;
	border: 1px solid white;
}

.captchabox {
	padding: 10px 0;
}

.captchabox * {
	vertical-align: middle;
}

.publicform .captchabox .txtinput {
	margin: 0;
}

.formbuttons {
	text-align: center;
}

.error {
	margin: 10px 0;
	font-size: 120%;
	font-weight: bold;
	color: #EAB36A;
}

/* Others ---*/
.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textblock {
	text-align: justify;
}

.centerimg {
	display: block;
	text-align: center;
	margin: 5px auto;
}

.rightimg {
	float: right;
	margin: 0 0 5px 10px;
}

.leftimg {
	float: left;
	margin: 0 10px 5px 0;
}