/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #b9bfbf url(images/background.gif) repeat-x;
	font: 13px/20px arial;
	color: #404040;
}

h1 {
	margin: 0;
	font-size: 0;
	text-indent: -9999px;
}

h1 a {
	width: 315px;
	height: 110px;
	display: block;
	background: url(images/logo.gif);
}

h2 {
	display: none;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #F90710;
}

h4 {
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: bold;
	color: #F90710;
}

p {
	margin-top: 0;
	margin-bottom: 9px;
}

a {
	color: #F90710;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	padding-left: 15px;
	background: url(images/more.gif) no-repeat left center;
}

.cleaner {
	clear: both;
	line-height: 0;
}

/** LAYOUT */

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 14px 0;
}

#bg-top {
	height: 10px;
	background: url(images/bg-top.gif);
	font-size: 0;
}

#bg-bottom {
	height: 10px;
	background: url(images/bg-bottom.gif);
	font-size: 0;
}

#header {
	height: 118px;
	padding: 10px 25px 0 25px;
	background: url(images/bg-header.gif);
}

#main {
	height: 380px;
	padding: 0 25px;
	background: url(images/bg-main.gif);
}

#content {
	padding: 20px 25px;
	background: url(images/bg-content.gif);
}

#footer {
	height: 154px;
	padding: 0 25px;
	background: url(images/bg-content.gif);
}

/** MAIN */

#image {
	width: 571px;
	height: 380px;
	float: left;
	background: url(images/image.jpg);
}

#image.kotraindikace {
	background: url(images/image-kontraindikace.jpg);
}

#image.rozvrh-hodin {
	background: url(images/image-rozvrh-hodin.jpg);
}

#image.cenik {
	background: url(images/image-cenik.jpg);
}

#image.fotogalerie {
	background: url(images/image-fotogalerie.jpg);
}

#menu {
	width: 229px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a {
	width: 179px;
	display: block;
	padding: 31px 25px 25px 25px;
	color: #ffffff;
}

#menu a:hover {
	background-color: #F90710;
	text-decoration: none;
}

#menu1 {
	background: #F0545A;
}

#menu2 {
	background: #F0545A;
}

#menu3 {
	background: #F0545A;
}

#menu4 {
	background: #F0545A;
}

#menu5 {
	background: #F0545A;
}

/** FOOTER */

#footer a {
	color: #eaeaea;
}

.contact {
	width: 175px;
	float: left;
	padding: 19px 0 19px 15px;
	background: #F1898D;
	font-size: 12px;
	line-height: 17px;
	color: #eaeaea;
}

#submenu {
	width: 394px;
	float: right;
	padding: 48px 15px 67px 11px;
	background: #F1898D;
	font-size: 11px;
	text-align: right;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	padding: 2px 1px 3px 5px;
	border-left: 1px solid #eaeaea;
}

#submenu a.first {
	border: none;
}

/** CONTENT */

#box1 {
	width: 250px;
	height: 230px;
	float: left;
	padding: 15px;
	background: url(images/box1.jpg) no-repeat right bottom;
	border: 1px solid #F90710;
}

#box2 {
	width: 164px;
	height: 230px;
	float: left;
	margin: 0 20px;
	padding: 15px;
	border: 1px solid #F90710;
}

#box3 {
	width: 250px;
	height: 230px;
	float: left;
	padding: 15px;
	background: url(images/box3.jpg) no-repeat right bottom;
	border: 1px solid #F90710;
}

#box3 ul {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	line-height: 23px;
}

#box3 li {
	padding-left: 15px;
	background: url(images/li.gif) no-repeat 0 7px;
}

/** SUBPAGE */

#left {
	width: 488px;
	float: left;
	padding: 0 15px;
}

#right {
	width: 266px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #cccccc;
}

#left h3 {
	margin: 20px 0 25px 0;
	font-size: 26px;
	font-weight: bold;
	color: #5f5f5f;
}

.list {
	margin: 13px 0 19px 0;
	padding: 19px 25px 0 20px;
	background: #fbfceb;
	border-left: 5px solid #d9dbc7;
}

.list ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	line-height: 23px;
}

.list li {
	padding-left: 15px;
	background: url(images/li.gif) no-repeat 0 7px;
}

#right-box1 {
	padding: 19px 15px 28px 0;
	border-bottom: 1px dashed #cccccc;
}

#right-box2 {
	padding: 19px 15px 28px 0;
	border-bottom: 1px dashed #cccccc;
}

#right-box3 {
	padding: 19px 15px 28px 0;
}

/** ADDED */

.border {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}

.border td {
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 16px;
}

#fotogalerie {
	font-size: 0px;
}

#fotogalerie a img {
	margin: 0 5px 5px 0;
	border: 1px solid #F90710;
}

#fotogalerie a:hover img {
	border: 1px dashed #F90710;
}

.red {
	color: #FF0000;
}

.green {
	color: #008000;
}

.input {
	width: 120px;
	margin-bottom: 2px;
	border: 1px solid #5998CE;
}

#rozvrh .input {
	width: 80px;
	margin: 0;
	border: 0;
}

.submit {
	background: #5998CE;
	border: 0;
	color: #ffffff;
}

#banner {
	margin-bottom: 20px;
}

#banner img {
	border: 0;
}
