@charset "UTF-8";

/*
seda:			#CFCDB4
svetla modra:	#6D8EAD
tmava modra:	#1F324D
zluta:			#FFBC19
*/

body {
	background-color: #CFCDB4;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: black;
	padding: 0;
	margin: 0;
	line-height: 170%; 
}

a {
	color: #6D8EAD;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

a.anchor {
	color: #FFBC19;
}

h2 {
	margin-top: 5px;
	color: #6D8EAD;
}

h3 {
	color: #FFBC19;
}

h3 a {
	color: #FFBC19 !important;
}

#container {
	width: 928px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 928px;
	height: 211px;
	background-image: url("../gfx/bodybg.png");
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
	top: 0;
	left: 0;
}

.ilustrace {	
	width: 414px;
	height: 211px;
	background-repeat: no-repeat !important;
}

#bruneta {
	background-image: url("../gfx/fotky/bruneta.jpg");
}

#blond {
	background-image: url("../gfx/fotky/blond.jpg");
}

#zelena {
	background-image: url("../gfx/fotky/zelena.jpg");
}

#zeleny {
	background-image: url("../gfx/fotky/zeleny.jpg");
}

#cernoch {
	background-image: url("../gfx/fotky/cernoch.jpg");
}

h1 {
	margin: 0;
	position: absolute;
	width: 391px;
	height: 78px;
	top: 31px;
	right: 31px;
	overflow: hidden;
}

h1 a {
	cursor: pointer;
	text-decoration: none;
}

h1 a span {
	position: absolute;
	display: block;
	width: 391px;
	height: 78px;
	top: 0;
	left: 0;
	background-image: url("../gfx/logo.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#menu {
	list-style-type: none;
	position: absolute;
	top: 178px;
	left: 445px;
	margin: 0;
	padding: 0;
	width: 480px;	
}

#menu li {
	float: left;
}

#menu li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 7px 20px 8px 20px;
}

#menu li a.current {
	color: #6D8EAD;
}

#menu li a:hover {
	/*background-color: #6D8EAD;*/
	color: #FFBC19;
}
	
#main {
	background-color: white;
	padding: 30px;
	text-align: justify;
}

hr {
	display: none;
}

#footer {
	text-align: center;
	margin: 10px 0;
}

ul {
	list-style-type: square;
}

table#ceny {
	font-size: 100% !important;
	width: 100%;
}

td, th {
	padding: 5px;
}

table#ceny th {
	background-color: #CFCDB4;
	text-align: left;
}

td {
	border-bottom: 1px #CFCDB4 dotted;
}

table#ceny td.cena {
	font-weight: bold;
	color: #FFBC19;
}

table#ceny td.ukon, table#ordinacni_hodiny td.den {
	border-right: 1px #CFCDB4 dotted;
}

table#ceny td.ukon {
	width: 70%;
}

#hours {
	float: left;
	width: 45%;
}

#mailform {
	float: right;
	margin-right: 30px;
}

table#ordinacni_hodiny {
	width: 60%;
}

table#ordinacni_hodiny td.den {
	width: 30%;
}


fieldset {
	margin-top: 20px;
	width: 400px;
	padding: 20px;
	border: 1px #ebebeb solid;
}

legend {
	padding: 0 5px;
}

label {
	margin-top: 10px;
	display: block;
}

input, textarea {
	border: 1px #676767 solid;
}

input[type=submit] {
	font-weight: bold;
	margin: 10px 20px 0 0;
	padding: 5px;
	background-color: #676767;
	color: white;
}

ul.feedback {
	font-weight: bold;
}

ul.errors {
	color: red;
}

ul.info {
	color: #FFBC19;
}

#fill_this {
	display: none;
}

.nohref {
	color: black;
	text-decoration: none;
	cursor: text;
}

p#warning {
	font-weight: bold;
	font-size: medium;
	color: red;
}

dt {
	font-weight: bold;
	color: #1F324D;
}


dt a {
	color: #1F324D !important;
}

dd {
	margin: 10px;
}

#titlefaqad {
	float: right;
	margin-top: 28px;
}

#bio {
	margin-top: 40px;
	float: left;
}

#cv td {
	border: none;
	padding: 1px 8px 1px 0;
}

img.bordered {
	padding: 3px;
	border: 1px #ebebeb solid;
}

#linkage, #linkage a {
	color: #8b8b8b !important;
}