@charset "UTF-8";
@import url("./allmedia.css");
@import url("./slimbox.css");

/* Layout ---*/

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #9B9B9B url('../img/design/bg_body.gif') repeat-y center;
	font: 0.8em sans-serif;
	color: #6D6D6D;
}

* html body {
	text-align: center;
}

#all {
	margin: 0 auto;
	width: 996px;
	background: url('../img/design/bg_all.gif') no-repeat right bottom;
	min-height: 100%;
	text-align: left;
}

* html #all {
	height: 100%;
}

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

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

#leftbar {
	float: left;
	width: 336px;
}

/* Topmenu ---*/

#topmenu {
	margin: 0;
	padding: 0;
	height: 40px;
	font-size: 90%;
	text-align: right;
}

#topmenu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	line-height: 40px;
	text-transform: lowercase;
	border-left: 1px solid #E1E1E1;
}

#topmenu .firstitem {
	border-left: none;
}	

#topmenu a {
	color: #6D6D6D;
}

#topmenu a:hover {
	text-decoration: none;
	background: none;
}

/* Header ---*/

#header {
	height: 200px;
	position: relative;
	background: #6796CA url('../img/design/bg_header.jpg') no-repeat left bottom;
	vertical-align: middle;
}

#header a {
	display: block;
	width: 110px;
	height: 73px;
	float: left;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	line-height: 73px;
}

#header a:hover {
	color: white;
}	

#koupaliste {
	color: #7B95E2;
	background: #234FCF;
}

#koupaliste:hover {
	background: #001F7B;
}	

#stadion {
	color: #76CA7A;
	background: #1AA621;
}

#stadion:hover {
	background: #007B06;
}	

#hriste {
	color: #ECD99C;
	background: #E0BF5A;
}

#hriste:hover {
	background: #C29200;
}	

#hala {
	color: #FDC185;
	background: #FC9734;
}

#hala:hover {
	background: #DD6D00;
}	

#kuzelna {
	color: #BDB5AD;
	background: #918477;
}

#kuzelna:hover {
	background: #645240;
}	

#cyklotrasy {
	color: #A7A7A7;
	background: #6D6D6D;
}

#cyklotrasy:hover {
	background: #252525;
}	

#header a span {
	display: none;
	position: absolute;
	left: 10px;
	top: 83px;
	height: 107px;
	width: 640px;
	padding: 0;
	font: italic 140% serif;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	color: black;
	overflow: hidden;
	background: none;
}

#koupaliste:hover span, #stadion:hover span, #hriste:hover span, #hala:hover span, #kuzelna:hover span, #cyklotrasy:hover span {
	display: block;
}

/* Content ---*/

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

#content {
	margin: 40px 0 195px 40px;
}

.actualitem {
	margin: 0 0 20px;
	background: #E1E1E1;
}

.actualitem .margin {
	padding: 20px;
}

.actualitem .txtmargin {
	height: 110px; 
	overflow: hidden;
}

.actualitem h3 {
	margin: 0 0 10px 20px;
	font: 160% Verdana, "Geneva CE", lucida, sans-serif;
}	

.actualitem h3 a {
	color: #202020;
}

.actualitem h3 a:hover {
	text-decoration: none;
	color: black;
}

.actualitem p {
	margin: 0 20px 5px;
	color: #6D6D6D;
}

.actualitem .imgmargin {
	float: left;
	width: 110px;
	height: 110px;
	overflow: hidden;
}

.actualitem .imgmargin a {
	display: block;
	padding: 2px;
	text-decoration: none;
	background: #BFBFBF;
}	

.actualitem .imgmargin img {
	border: 3px solid white;
}

.contentmargin {
	margin-right: 40px;
}

.articleitem {
	font-size: 110%;
	margin: 10px 0;
	padding: 5px 40px 5px 10px;
	background: #E1E1E1;
	border-left: 10px solid #6D6D6D;
}

.articleitem a {
	color: #202020;
	text-decoration: none;
}	

.articleitem a:hover {
	color: black;
	text-decoration: underline;
	background: none;
}

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

.imagebox img {
	border: 1px solid #6D6D6D;
}

.maincalendaritem {
	margin: 20px 0;
	background: #E1E1E1;
	padding: 20px;
}

.maincalendaritem .rightbox {
	width: 100px;
	float: right;
}

.maincalendaritem .leftbox {
 	float: left;
 	width: 420px;
}

.maincalendaritem .leftbox h3 {
	margin: 0 0 10px;
}

.maincalendaritem .datum {
	margin: 10px 0;
	color: #202020;
	font-weight: bold;
}

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

.maincalendaritem .leftbox img {
	float: left;
	margin: 0 10px 10px 0;
	border: 5px solid white;
}

.menuitem1, .menuitem2, .menuitem3, .menuitem4 {
	font-weight: bold;
	padding: 5px;
	margin: 2px 0;
	background: #E1E1E1;
}

.artitem1, .artitem2, .artitem3 {
	padding: 5px;
	margin: 2px 0;
	background: #EAEAEA;
}

.menuitem1 {
	font-size: 120%;
}

.menuitem2, .artitem1 {
	padding-left: 20px;
}

.menuitem3, .artitem2 {
	padding-left: 40px;
}

.menuitem4, .artitem3 {
	padding-left: 60px;
}

/* Leftbar ---*/

#leftbar h1 {
	padding: 0;
	font-size: 10pt;
	margin: 40px 0;
}

#leftbar h1 a {
	display: block;
	position: relative;
	height: 200px;
	text-decoration: none;
}

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

#leftmenu {
	margin: 40px 0;
	padding: 0;
}

#leftmenu li {
	display: block;
	padding: 0;
	margin: 1px 0;
	font-weight: bold;
	letter-spacing: 1ex;
	text-align: right;
	list-style-type: none;
}

#leftmenu li div {
	border-right: 15px solid #6D6D6D; 
}

#leftmenu li.on div {
	border-color: #202020;	
}

#leftmenu a {
	display: block;
	padding: 5px 25px 5px 5px;
	text-decoration: none;
	color: #6D6D6D;
	background: #F2F2F2;
}	

#leftmenu a:hover {
	color: #F2F2F2;
	background: #6D6D6D;
}

#leftmenu li ul {
	margin: 0;
	padding: 0;
}	

#leftmenu li ul li {
	letter-spacing: normal;
}

#leftmenu li ul li div, #leftmenu li.on ul li div {
	border-right: 10px solid #9A9A9A; 
}

#leftmenu li ul li.on div {
	border-color: #202020;	
}

#leftmenu li ul li a {
	color: #9A9A9A;
	background: #F9F9F9;
}	

#leftmenu li ul li a:hover {
	color: #F9F9F9;
	background: #9A9A9A;
}

#leftmenu li ul ul li {
	font-weight: normal;
}

#leftmenu li ul ul li div {
	border-right: 5px solid #9A9A9A; 
}

#leftmenu li ul ul li a {
	background: white;
}	

#leftmenu li ul ul li a:hover {
	color: white;
}

#webkamera {
	margin: 40px 38px;
	text-align: center;
}

#webkamera .margin {
	padding: 3px;
	border: 2px solid #BFBFBF;
	background: white;
}

#webkamera p {
	margin: 0;
	padding: 2px;
	background: #6D6D6D;
	color: white;
	text-align: center;
}

#webkamera a {
	text-decoration: none;
}

#webkamera img {
	border: none;
}

#section {
	margin: 40px;
	text-align: center;
}

#section * {
	text-align: center;
	margin: 5px 0;
}

#section h2 {
	font-size: 130%;
}

#section h3 {
	font-size: 130%;
	font-style: italic;
}

#section h4 {
	font-size: 120%;
}

#section h5 {
	font-size: 120%;
	font-style: italic;
}

#section h6 {
	font-size: 110%;
}

#section h7 {
	font-size: 110%;
	font-style: italic;
}

#section img {
	border: 5px solid white;
}

#contact {
	margin: 40px 0;
	font-style: normal;
	text-align: center;
}	

.icon {
	margin: 20px 0;
	text-align: center;
}

.icon img {
	border: none;
}

.icon a:hover {
	background: none;
}	

#copyright {
	margin: 40px 0;
	text-align: center;
	font-size: 80%;
}

/* General ---*/

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	background: white;
}

address {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	font-style: normal;
	border-left: 5px solid #E1E1E1
}

h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	font-size: 220%;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	color: #202020;
	margin: 0 0 20px;
}

h2 {
	padding-right: 40px;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
	margin-bottom: 10px;
} 

h5, h6, h7 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}

h6 {
	font-size: 110%;
}

h7 {
	font-size: 100%
}

p {
	text-align: justify;
	margin: 5px 0;
}

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

th {
	color: white;
	background: #6D6D6D;
	font-weight: bold;
	text-align: center;
}

th a {
	color: white;
	text-decoration: underline;
}

th a:hover {
	text-decoration: overline;
}

td {
	background: white;
}

th, td {
	padding: 2px 3px;
}

ul {
	list-style-type: square;
}

/* Schedule ---*/

.calendar {
	padding: 20px 0;
}

.calendar table {
	width: auto;
	text-align: center;
	font-size: 120%;
}

.calendar th {
	color: #6D6D6D;
	background: white;
}

.calendar td {
	padding: 0;
}

.calendar td a {
	display: block;
	padding: 3px 5px;
	color: white;
	background: #6D6D6D;
}

.calendar td a:hover {
	background: #202020;
}

.calendar th a {
	text-decoration: none;
}

.calendar img {
	margin: 3px 0 0;
	border: none;
}

#hours table {
	width: auto;
}

#hours .schedsl1 {
	width: 50px;
}

#hours .schedsl2 {
	width: 110px;
}

#hours .schedsl3 {
	width: 260px;
}

#hours .subjekt {
	text-align: left;
	font-weight: bold;
}

#hours .busy td {
	background: #F1F1F1;
}

/* 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;
}