﻿@charset "utf-8";
/* CSS Document */

BODY {
	background: #000 url(../images/bg.jpg)  top center no-repeat;
	color : #646464;
	cursor: default;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.4;
}

* {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	}

TABLE {
	border-collapse: collapse;
	}

OPTION, INPUT, TEXTAREA, SELECT {
	font-size : 10px;
	background-color: #fff;
}

IMG {
	border: none;
}

P, UL {
	margin: 0px 0px 10px;
	padding: 0px;
	}

UL LI {
	margin: 0px 0px 0px 15px;
	padding-bottom: 0px;
	}
	
/* chrome border removal */
*:focus {outline: none;}

/* heading */

H1 {
  font-size: 18px;
  margin: 0px;
  padding: 0px 0px 10px;
  font-weight: bold;
}

H2 {
	position: absolute;
	top: -75px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	}
H3 {
	position: absolute;
	top: -45px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	}



HR {
	color: transparent;
	height: 1px;
	border: none;
	border-bottom: 1px solid #DDD;
	margin: 5px 0px 20px;
}

/* linky */
A { color :#062649; text-decoration: underline;}
A:hover { color: #ff7100; text-decoration: none; }


/* obecne */
.clnr {
	clear: both;
}

img.left {
	float: left;
	margin: 5px 15px 5px 0px;
	}
img.right {
	float: right;
	margin: 5px 0px 5px 15px;
	}


/* header ----------------------- */
.header {
	margin: 0px auto 0px;
	width: 960px;
	height: 140px;
	position: relative;
}

.header H1 {
	position: absolute;
	top: 45px;
	left: 150px;
	width: 323px;
	height: 51px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/mudr_martin_zeman.gif) left top no-repeat;
}
.header H1 SPAN {
	display: none;
	}

/* menu */
DIV#menu {
	margin: 0px auto 0px;
	width: 960px;
	padding-top: 8px;
	}

DIV#menu UL {
	height: 29px;
	line-height: 29px;	
	text-align: left;
	width: 440px;
	position: relative;
	left: 500px;
	}
DIV#menu UL LI {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	list-style-type: none;
	}
DIV#menu UL LI A {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	margin: 0px;
	}
DIV#menu UL LI A:hover {
	color: #ff7100;
	}
DIV#menu UL LI A.active {
	color: #ff7100;
	background: transparent url(../images/arrow.gif) left bottom no-repeat;
	}	

DIV#menu UL LI.info {
	position: absolute;
	right: 60px;
	top: 0px;
	}


/* content ----------------------- */
.content {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0px auto 30px;
}

/* right */
.content div.right {
	float: right;
	position: relative;
	right: 70px;
	width: 215px;
	text-align: left;
}
.right DIV.info  {
	background: transparent url(../images/bg-info.gif) left top repeat-x;
}
.right DIV.info H4  {
	margin: 0px;
	padding: 10px 15px 5px;
	font-size: 12px;
	font-weight: bold;
}
.right DIV.info P  {
	margin: 0px;
	padding: 0px 15px 20px;
}
.right DIV.info TABLE {
	border-collapse: collapse;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
.right DIV.info TABLE TD {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	text-align: left;
	}


/* main */
.content div.main {
	position: relative;
	left: 20px;
	float: left;
	width: 640px;
	text-align: left;
}



.content P {text-align: justify;}

/* gallery */
DIV.gallery-row {
	padding-bottom: 30px;
	}
	
DIV.gallery-row DIV.thumb {
	width: 210px;
	text-align: center;
	float: left;
	}
DIV.gallery-row DIV.thumb * {
	text-align: right;
	padding-right: 15px;
}	
DIV.gallery-row DIV.thumb A {
	margin: 0px 15px 0px;
	}
DIV.gallery-row DIV.thumb A IMG {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0px;
	}
DIV.gallery-row DIV.thumb A:hover IMG {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	}	
DIV.gallery-row DIV.thumb H5 {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #ff7100;
	}
DIV.gallery-row DIV.thumb SPAN {
	display: block;
	text-align: right;
	text-align: right;
	}	
	

/* general */
TABLE.ordinacni-hodiny {
	margin-bottom: 15px;
	}
TABLE TD.day {
	width: 25px;
	}


/* page footer */
.footer {
	position: relative;
	margin: 0px auto 0px;
	width: 960px;
	height: 40px;
}
.footer P {
	background: transparent url(../images/odrazka.gif) left top no-repeat;
	position: absolute;
	top: 10px;
	right: 80px;
	width: 500px;
	text-align: right;
	padding-top: 10px;
	border-top: 1px solid #1c1c1c;
	color: #333;
	font-size: 11px;
	}






