﻿html,body {
	height: 100%;
}

body {
	margin: 0; padding: 0;
	text-align: center;
	border: none;/*mpconsulting-style.css*/
	color: black;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(/_clip/bg-site.gif) center top repeat-y;
}

h1 {
	margin: 0 0 25px 0; padding: 0;
	font-size: 205%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A669A;
}
h2 {
	padding: 10px 6px; margin: 5px 0;
	font-size: 145%;
	font-family: Arial, Helvetica, sans-serif;
	color: #9A2A2A;
	background: #F7F7F7;
	border-left: 5px solid #2A669A;
}
h3 {
	margin: 0; padding: 10px 0;
	font-size: 125%;
	font-weight: bold;
	color: #9A2A2A;
}
img {border: 0px;}
a {text-decoration: underline; color: #9A2A2A;}
a:hover {text-decoration: none; color: #2A669A;}
form {margin: 0; padding: 0;}

.textRight {text-align: right;}
.textCenter {text-align: center;}
.textLeft {text-align: left;}
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both;} .clearRight {clear: right;} .clearLeft {clear: left;}
.hide {display: none;}

hr {
	border: none;
	border-top: dashed 1px #CFD7E7;
	height: 1px;
}
.highlight {
	color: #ED7934;
	font-weight: bold;
}
.infoBox {
	background: #F7F7F7;
	padding: 10px 15px; margin: 5px 0;
	border-bottom: 2px solid #CCCCCC;
}

/**/

#page {
	padding: 0 30px; margin: 0 auto;
	width: 740px;
	text-align: left;
	background: url(_clip/bg-page.gif) left top repeat-y;
}
#header {height: 295px;}
.header-left {float: left; background: #2A669A;}
.header-right {float: right;height: 295px;}
.top-menu {
	position: relative; top: -275px;
	border-left: 1px solid #CCCCCC;
	padding: 40px 30px 0 0; margin: 0;
	font-size: 95%;
	width: 430px;
	text-align: right;
	color: #94B2CC;
}
.top-menu a {color: #94B2CC; margin: 0 1px;}
.top-menu a:hover {color: #2A669A; background: #F7F7F7;}
.vizual {padding-top: 100px; display: block;}
.header-left img { display: block;}
.logo {display: block; margin-bottom: 55px;}

#begin-content {
	margin: 0; padding: 0;
	border-top: 4px solid white;
	background: #CCCCCC;
	height: 14px;
	clear: both;
}
/* */ * html #begin-content {margin-top: -54px; font-size: 1px;} /**/


#footer {
	margin: 0 auto; padding: 15px 60px;
	width: 680px; height: 50px;
	font-size: 95%;
	color: #A2A2A2;
	text-align: left;
	background: url(_clip/bg-footer.gif) left top no-repeat;
}
#footer a { color: #A2A2A2;}
#footer a:hover {color: #2A669A; margin: 0;}
#footer p {margin: 0; padding: 0;}

#content-holder {
	margin: 0; padding: 30px 0;
}
#left-side {
	float: left;
	margin: 0; padding: 0 30px;
	width: 219px;
}
#right-side {
	float: right;
	padding: 0 25px; margin: 0 0 30px 0;
	width: 410px;
	border-left: 1px solid #CCCCCC;
}
.content-foto-right {
	float: right;
	margin: 0 0 10px 15px;
	border: 4px solid #CCCCCC;
}
.content-foto-left {
	float: left;
	margin: 0 15px 10px 0;
	border: 4px solid #CCCCCC;
}
.fotodokumentace img {border: 4px solid #CCCCCC;}

ul.obsah-knihy {padding: 0 0 0 15px;}
ul.obsah-knihy li {list-style: none; padding: 0;}
.obsah-knihy ul {padding: 0 0 0 15px;}
.obsah-knihy span {color: #2A669A;}



/* --- TABLES --- */

table.table-reference {
	margin: 5px 0;
	width: 100%;
	border-bottom: 2px solid #CCCCCC;
	border-collapse: collapse;
}
.table-reference th, .table-reference td {
	padding: 3px 12px;
	background: #F7F7F7;
	vertical-align: top;
}

.table-reference th.width-cz {width: 80px;}
.table-reference th.width-en {width: 105px;}
.table-reference th.width-de {width: 150px;}


/* --- TABLES end --- */


/* --- MENU --- */

ul#menu {
	list-style: none;
	margin: 0; padding: 0;
}
#menu li a {
	padding: 7px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #2A669A;
}
#menu li a:hover, #menu li.active {
	background: #F7F7F7;
	color: black;
}
/* html #menu li a {height: 1px;} /**/

ul#menu ul {
	margin: 0; padding: 0;
	list-style: none;
}
ul#menu ul li a {
	padding: 1px 5px 1px 20px;
	font-weight: normal; font-size: 85%; font-style: italic;
	background: #FFFFFF url(/_clip/bullet.gif) 7px 4px no-repeat;
	border: none;
}
ul#menu ul li a:hover {
	background: #F7F7F7 url(/_clip/bullet.gif) 7px 4px no-repeat;
	color: black;
}
ul#menu ul li.last a {border-bottom: 1px solid #CCCCCC;}



/* --- MENU END --- */



@media print {

	#header, #footer, #right-side, .hledat-lekarnu, .seznam-all, .no-print { display: none;}
	#page { width: 650px;}

}
