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

/* mainstyles ---*/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 0.8em Tahoma, "Lucida Grande CE", lucida, sans-serif;
	color: #444;
	background: #ddd url('../img/design/bg_body.gif') repeat-y center;
}

#all {
	position: relative;
}

* html #all {
	height: 100%;
}

[xmlns] #all {
	min-height: 100%;
}

* html body {
	text-align: center;
}

/* general ---*/
a {
	color: maroon;
}

a:hover {
	text-decoration: none;
}

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

/* layuout ---*/
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 924px;
	background: url('../img/design/vez.gif') no-repeat left bottom;
}

* html #container {
	text-align: left;
	height: 100%;
}

[xmlns] #container {
	min-height: 100%;
}

#header {
	position: relative;
	height: 115px;
	background: white url('../img/design/bg_header.jpg') repeat-x top;
}

* html #header {
	text-align: center;
}

#body {
	margin: 20px 0 0;
	padding: 0 0 50px;
}

#body h2 {
	display: none;
}

#rightbar {
	float: right;
	padding: 0;
	width: 240px;
}

#centerbar {
	float: right;
	width: 484px;
	background: url('../img/design/bg_centerbar.gif') repeat-y left;
}

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

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 924px;
	margin: 0;
	color: white;
	background: #535353 url('../img/design/bg_footertop.gif') no-repeat top left;
}

/* Header ---*/
#header h1, #header h1 a, #header h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 115px;
	margin: 0;
	font-size: 10pt;
	overflow: hidden;
	cursor: pointer;
}

#header h1 {
	top: 0;
	left: 30px;
}	

#header h1 span {
	background: url('../img/design/logo_detske.jpg') no-repeat top left;
}

#topbar {
	position: absolute;
	top: 0;
	right: 20px;
	background: #535353 url('../img/design/bg_topbarleft.gif') no-repeat bottom left;
}	

#topbar ul {
	margin: 0;
	padding: 3px;
	background: url('../img/design/bg_topbarright.gif') no-repeat bottom right;
}

#topbar li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #aaa; 
}

#topbar .firstitem {
	border: none
}

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

#topbar a:hover {
	color: #ffb800;
}

/* Rightbar ---*/
#rightbar div, #opertime, #contact {
	margin: 0 0 20px;
	padding: 0 0 18px;
}

#rightbar h3, #opertime h3, #contact h3 {
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
	font: 120% "Comic Sans MS", "Sand CE", fantasy;
	color: white;
	border-bottom: 1px solid white;
}

#rightbar form {
	margin: 0;
	padding: 0 10px;
}

#rightbar input {
	vertical-align: top;
	margin: 0 0 5px;
}

#rightbar .txtfield {
	width: 160px;
	height: 20px;
	line-height: 1.5em;
	border: none;
	font-size: 90%;
	background: url('../img/design/bg_searchinput.gif') no-repeat top left;
}

#quicksearch {
	background: #e1e1e1 url('../img/design/bg_quicksearchbox.gif') no-repeat bottom left;
}

#quicksearch h3 {
	background: #39bc0a url('../img/design/bg_quicksearchh3.gif') no-repeat top left;
}

#smallcalendar {
	text-align: center;
	background: #e1e1e1 url('../img/design/bg_smallcalendarbox.gif') no-repeat bottom left;
}

#smallcalendar h3 {
	background: #fad41b url('../img/design/bg_smallcalendarh3.gif') no-repeat top left;
}

#smallcalendar table {
	margin: 0 auto;
	font-size: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}

#smallcalendar th, #smallcalendar td {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#smallcalendar td {
	padding: 3px 7px;
	background: #999;
}

#smallcalendar .act {
	background: #555;
}

#smallcalendar td a {
	color: #e1e1e1;
	text-decoration: none;
}

#smallcalendar td a:hover {
	color: white;
}

#smallcalendar th {
	font-weight: normal;
	color: #efefef;
	background: #333;
}

#smallcalendar img {
	border: none;
}

#smallcalendar p {
	margin: 5px 0 0;
	text-align: center;
}

#smallcalendar p a {
	margin: 0;
	color: #777;
	text-align: center;
}

#anketa {
	background: #e1e1e1 url('../img/design/bg_anketabox.gif') no-repeat bottom left;
}

#anketa h3 {
	background: #ff4f25 url('../img/design/bg_anketah3.gif') no-repeat top left;
}

#question {
	font-weight: bold;
	margin: 0 10px 10px;
}

#anketa label {
	display: block;
}

#anketa span {
	width: 2em;
	float: right;
	text-align: right;
	color: #ff4f25;
}

#anketa form div {
	margin: 10px 0 0;
	padding: 0;
	background: none;
}

#total {
	margin: 0 10px 10px 0;
	font-style: italic;
	text-align: right;
	font-size: 90%;
}

#total span {
	float: none;
}

#newsletter {
	background: #e1e1e1 url('../img/design/bg_newsletterbox.gif') no-repeat bottom left;
}

#newsletter h3 {
	background: #fe0002 url('../img/design/bg_newsletterh3.gif') no-repeat top left;
}

#newsletter p {
	margin: 10px;
}

#newsletter label {
	font-weight: bold;
}

#nonews {
	margin: 0 10px;
	text-align: right;
}

#nonews a {
	color: #777;
}

#rightbar #eurolibbox, #rightbar #jibbox {
	margin: 0 0 0 30px;
	background: none;
}

#rightbar #jibbox {
	margin: 0 0 20px 42px; 	
}

#rightbar #eurolibbox div, #rightbar #jibbox div {
	background: none;
}

#jibbox form {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 151px;
	width: 158px;
	background: #008190 url('../img/design/hledej_jib.gif') no-repeat top left;
}
	
#jibbox form input {
	position: absolute;
	width: 128px;
	height: 20px;
	left: 15px;
	bottom: 33px;
	border: none;
	background: white;
}

#jibbox .subimg {
	bottom: 8px;
	left: 15px;
}

/* Centerbar ---*/
#lmenu {
	width: 464px;
	margin: 0;
	background: #e1e1e1 url('../img/design/bg_centerbarbox.gif') no-repeat bottom left;
}

#lmenu ul {
	margin: 0;
	padding: 20px;
}

#lmenu ul li {
	margin: 0 0 0 20px;
	padding: 0;list-style-image: url('../img/design/bg_lmenuitem.gif');
}

#centerbar h3 {
	margin: 0 20px 0 0;
	padding: 5px;
	text-align: center;
	font: 120% "Comic Sans MS", "Sand CE", fantasy;
	color: white;
	border-bottom: 1px solid white;
	background: #32009d url('../img/design/bg_centerbarh3.gif') no-repeat top left;
}

#centerbar .secondheader {
	background: #009cff url('../img/design/bg_centerbarsh3.gif') no-repeat top left;
}

#centerbar .actualitem, #centerbar .invititem {
	margin: 0 20px 0 0;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #32009d;
	background: none;
}

#centerbar .actualitem {
	background: #e1e1e1;
	border-color: #009cff;
}

* html #centerbar .actualitem {
	height: 1ex;
}

.actualitem h4, .invititem h4 {
	margin: 0 0 10px;
	font: 160% Georgia, "New York CE", utopia, serif;
}

.actualitem h4 a, .invititem h4 a {
	color: #444;
}

.actualitem h4 a:hover, .invititem h4 a:hover {
	color: black;
}

.actualitem img, .invititem img {
	float: left;
	border: none;
	margin: 0 15px 5px 0;
}

.actualitem p {
	margin: 0 0 10px;
	text-align: justify;
}

.actualitem .actualdate {
	clear: left;
	font-style: italic;
	text-align: right;
	font-size: 80%;
}

.invititem .invitdateplace {
	margin: 0 0 5px;
	color: #32009d;
}

.invititem p {
	margin: 0 0 5px;
}

#centerbar #actuallast, #centerbar #invitlast {
	border: none;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: url('../img/design/bg_centerbarbox.gif') no-repeat bottom left;
}

#contentbox, #servermap {
	margin: 20px 20px 0 0;
	padding: 0 20px 38px;
	background: url('../img/design/bg_lastinvititem.gif') no-repeat bottom left;
}

#centerbar #actuallast {
	background: #e1e1e1 url('../img/design/bg_centerbarbox.gif') no-repeat bottom left; 
}

#centerbar #invitlast {
	padding-bottom: 38px;
	background-color: transparent;
	background-image: url('../img/design/bg_lastinvititem.gif');
}

#centerbar h3 a {
	color: white;
}

#centerbar h3 a:hover {
	text-decoration: overline;
}

.back2list, .top {
	font-size: 80%;
	color: #32009d;
}

.top {
	margin: 20px 200px;
}	

.back2list a, .top a {
	color: #444;
}

.back2list a:hover, .top a:hover {
	color: black;
}

#contentbox h1, #contentbox h2, #contentbox h3, #contentbox h4, #contentbox h5, #contentbox h6, #contentbox h7 {
	margin: 0 0 15px;
	font-weight: normal;
	font-family: Georgia, "New York CE", utopia, serif;
}

#contentbox h1 {
	font-size: 200%;
}

#contentbox h2 {
	display: block;
	font-size: 180%;
}

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

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

#contentbox h5 {
	font-size: 130%;
}

#contentbox h6 {
	font-size: 120%;
}

#contentbox h7 {
	font-size: 110%;
}

#contentbox p {
	text-align: justify;
}

#contentbox table {
	border-collapse: separate;
	padding: 0;
	margin: 0;
	background: #e1e1e1;
	font-size: 100%;
}

#contentbox table th {
	font-weight: bold;
	color: white;
	text-align: center;
	background: #999;
}

#contentbox table td {
	background: white;
}

#contentbox table th, #contentbox table td {
	margin: 0;
	padding: 2px 5px;
}

#contentbox ul, #contentbox ol {
	margin: 0 0 10px;
	padding: 0;
}

#contentbox ul li, #contentbox ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

#contentbox ul li {
	list-style-image: url('../img/design/bg_li.gif');
}

.imagebox {
	float: left;
	width: 210px;
	height: 210px;
}

.imagebox a {
	display: block;
	text-align: center;
	width: 190px;
	height: 190px;
	background: #DEDEDE;
}

.imagebox a:hover {
	background: #32009d;
}

.imagebox a img {
	border: none;
	margin: 20px;
}

#newsform, #messageform {
	margin: 20px 0;
	padding: 20px;
	background: #e1e1e1;
	text-align: center;
}

#messageform {
	text-align: left;
}

#newsform input, #messageform input {
	vertical-align: top;
	margin: 0;
}

#newsform .txtfield, #messageform .txtfield, #messageform .kodfield, #messageform .txtfield2 {
	border: none;
	font-size: 90%;
	background: #f4f4f4;
	border: 1px solid #999;
}

#messageform .txtfield, #messageform .kodfield {
	width: 380px;
}

#messageform .kodfield {
	width: 50px;
}

#messageform .txtarea {
	width: 380px;
	font: 90% Tahoma, "Lucida Grande CE", lucida, sans-serif;
	border: 1px solid #999;
	background: #f4f4f4;
}	

#messageform label {
	font-weight: bold;
	display: block;
	margin: 5px 0 0;
}

#messageform .required {
	color: black;
}

#messageform label.noblock {
	display: inline;
}

.captchabox {
	margin: 5px 0;
}

.error {
	font-weight: bold;
	color: red;
}

#servermap div {
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: left center;
	background-repeat: no-repeat;
}

.menuitem1 {
	padding-left: 15px;
	background-image: url('../img/design/bg_menuitem1.gif');
}

.artitem1, .menuitem2 {
	padding-left: 30px;
	background-image: url('../img/design/bg_artitem1.gif');
}

.menuitem2 {
	background-image: url('../img/design/bg_menuitem2.gif');
}

.artitem2, .menuitem3 {
	padding-left: 45px;
	background-image: url('../img/design/bg_artitem2.gif');
}

.menuitem3 {
	background-image: url('../img/design/bg_menuitem3.gif');
}

.artitem3, .menuitem4 {
	padding-left: 60px;
	background-image: url('../img/design/bg_artitem3.gif');
}

.menuitem4 {
	background-image: url('../img/design/bg_menuitem4.gif');
}

.artitem4, .menuitem5 {
	padding-left: 75px;
	background-image: url('../img/design/bg_artitem4.gif');
}

.menuitem5 {
	background-image: url('../img/design/bg_menuitem5.gif');
}

.artitem5, .menuitem6 {
	padding-left: 90px;
	background-image: url('../img/design/bg_artitem5.gif');
}

.menuitem6 {
	background-image: url('../img/design/bg_menuitem6.gif');
}

.artitem6, .menuitem7 {
	padding-left: 105px;
	background-image: url('../img/design/bg_artitem6.gif');
}

.menuitem7 {
	background-image: url('../img/design/bg_menuitem7.gif');
}

.artitem7, .menuitem8 {
	padding-left: 120px;
	background-image: url('../img/design/bg_artitem7.gif');
}

.menuitem8 {
	background-image: url('../img/design/bg_menuitem8.gif');
}

.artitem8 {
	padding-left: 135px;
	background-image: url('../img/design/bg_artitem8.gif');
}

.calendaritem {
	margin: 0 0 20px;
}

.calendaritem .rightbox {
	float: right;
	width: 180px;
	padding: 0 0 10px 20px;
}

.calendaritem .datum {
	font-size: 120%;
	color: #32009d;
}

.calendaritem .place {
	font-style: italic;
}

.calendaritem p {
	color: #777;
}

/* Leftbar ---*/
#opertime, #contact {
	margin-right: 20px;
	background: #e1e1e1 url('../img/design/bg_leftbarbox.gif') no-repeat bottom left;
}

#opertime h3, #contact h3 {
	background: #022291 url('../img/design/bg_leftbarh3.gif') no-repeat top left;
}

#opertime table {
	margin: 0 10px;
	border-collapse: collapse;
	font-size: 90%;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

#opertime th, #opertime .day {
	font-weight: bold;
}

#opertime th, #opertime td {
	text-align: center;
	padding: 2px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#opertime .wideday {
	padding: 2px 47px;
}

#opertime .day {
	text-align: left;
}

#specmenu, #mainmenu {
	margin: 20px 20px 20px 0;
}

#specmenu ul {
	margin: 0;
	padding: 0;
}

#specmenu li {
	display: block;
	margin: 0 0 3px;
}

#specmenu a {
	display: block;
	color: white;
	text-decoration: none;
	background: #535353 url('../img/design/bg_menuitembottom.gif') no-repeat bottom left;
}

#specmenu a:hover {
	background-color: black;
}

#specmenu a span {
	display: block;
	padding: 5px 10px;
	background: url('../img/design/bg_menuitemtop.gif') no-repeat top left;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
}

#mainmenu li {
	display: block;
	margin: 0 0 3px;
	padding: 0;
}

* html #mainmenu li, * html #specmenu li {
	height: 1ex;
}

#mainmenu li ul, #specmenu li ul {
	margin: 3px 0 6px;
	font-size: 90%;
}

#mainmenu a {
	display: block;
	color: #444;
	text-decoration: none;
	background: #c1c1c1 url('../img/design/bg_menuitembottom.gif') no-repeat bottom left;
}

#mainmenu a:hover {
	color: black;
	background-color: #d5d5d5;
}

#mainmenu .itemon a, #specmenu .itemon a {
	background-color: #fad41b;
}

#mainmenu .itemon ul a, #specmenu .itemon ul a {
	background-color: #e1e1e1;
}

#specmenu .itemon ul a {
	color: #444;
}

#mainmenu .itemon ul .itemon2 a, #specmenu .itemon ul .itemon2 a {
	background-color: #ffee99;
}

#mainmenu a span {
	display: block;
	padding: 5px 10px;
	background: url('../img/design/bg_menuitemtop.gif') no-repeat top left;
}

#mainmenu .itemon ul a span, #specmenu .itemon ul a span {
	padding-left: 20px;
}

#mainmenu a .hotkey, #specmenu a .hotkey {
	display: inline;
	padding: 0;
	background: none;
	text-decoration: underline;
}	

#contact {
	text-align: center;
}

#contact address {
	font-size: 90%;
	font-style: normal;
	margin: 0 10px 10px;
	text-align: left;
}

#contact a {
	color: #777;
}

#contact a img {
	border: none;
}

/* Footer --*/
#footer p {
	margin: 0;
	padding: 5px 10px;
}

#bottommenu {
	float: right;
	width: 600px;
	margin: 5px 0;
	padding: 0;
	text-align: right;
}

#bottommenu li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
}

#bottommenu li a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #ABABAB;
}

#bottommenu li a:hover {
	border-color: white;
}

/* Ikony ---*/
#rightbar .icon, #leftbar .icon {
	margin: 0 0 20px;
	text-align: center;
	background: none;
}

#leftbar .icon {
	margin-right: 20px;
}

#rightbar .icon img, #leftbar .icon img {
	border: none;
}

/* Others ---*/
.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.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;
}
