@charset "utf-8";
/* CSS Document */

* {
  	padding:0;
  	margin:0;
}

html {
	overflow-y:scroll; 
}

html, body {
  	height: 100%;
}

body {
	background: #49bcff url(../images/background.jpg) top left repeat-x;
	color: #2f1501;
	font-family: Tahoma, "Lucida Grande CE", lucida, Arial, sans-serif;
	font-size: 13px;
}

#Container {
	width: 1000px;
	margin: 0px auto;
}

#Head {
	height: 150px;
	background: url(../images/head_background.jpg) top left no-repeat;
}

#Commercials {
	background: url(../images/head_commercials.jpg) top left no-repeat;
	width: 1000px;
	height: 26px;
	text-align: center;
	color: #ff730f;
	line-height: 26px;
	font-size: 12px;
	overflow: hidden;
}

#Commercials a {
	color: #ff730f;
	text-decoration: none;
}

#Commercials a.active, #Commercials a:hover {
	color: #1d92ff;
	text-decoration: underline;
}

#Title {
	display: block;
	background: url(../images/head_title.jpg) top left no-repeat;
	width: 336px;
	height: 124px;
	float: left;
}

#Menu {
	width: 644px;
	height: 78px;
	float: right;
	padding: 23px 10px;
	color: #8c501f;
	font-size: 13px;
}

#Menu #aktButt .menuCenter {
	background: url(../images/butt_background_aktiv.jpg) top left repeat-x; 
}

#Menu #aktButt .leftBorder {
	background: url(../images/butt_left_aktiv.jpg) top left repeat-x;
}

#Menu #aktButt .rightBorder {
	background: url(../images/butt_right_aktiv.jpg) top left repeat-x;
}

#Menu .leftBorder {
	display: block;
	background: url(../images/butt_left.jpg) top left repeat-x;
	height: 32px;
	width: 10px;
	float: left;
	margin-left: 10px;
}

#Menu .rightBorder {
	display: block;
	background: url(../images/butt_right.jpg) top left repeat-x;
	height: 32px;
	width: 10px;
	float: left;
}

#Menu .menuCenter {
	display: block;
	background: url(../images/butt_background.jpg) top left repeat-x;
	height: 32px;
	padding: 0px 3px;
	line-height: 32px;
	float: left;
}

#Menu a {
	color: #8c501f;
	text-decoration: none;
}

#Menu a.active, #Menu a:hover {
	color: #ffffff;
}

#Head_end {
	height: 237px;
	background: url(../images/head_bottom.jpg) top left no-repeat;
}

#SearchBox {
	float: right;
	margin: 39px 320px 0px 0px;
}

#SearchBox div {
	float: left;
}

#SearchBox input {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	border: none;
}

.searchInput input {
	height: 15px;
	padding: 10px 15px;
	background: url(../images/search_input.jpg) top left no-repeat;
	width: 186px;
}

.searchButton input {
	height: 35px;
	background: url(../images/search_butt.jpg) top left no-repeat;
	width: 35px;
	cursor: pointer;
}

#BannerHelp {
	color: #95ed05;
	font-variant: small-caps;
	position: absolute;
	margin-top: 99px;
	margin-left: 31px;
	font-size: 10px;
	font-weight: bold;
}

#Banner {
	position: absolute;
	margin-top: 119px;
	margin-left: 31px;
}

#Holiday {
	position: absolute;
	margin-top: 130px;
	margin-left: 770px;
}

#Holiday .datum {
	width: 214px;
	font-size: 14px;
	color: #ff750f;
	text-align: right;
	margin-right: 16px;
}

#Holiday .svatek {
	width: 214px;
	font-size: 18px;
	color: #90d420;
	margin-right: 16px;
	margin-left: 16px;
}

#CentralPart {
	min-height: 200px;
	background: url(../images/body_background.jpg) top left repeat-y;
	padding-top: 25px;
}

#LeftPart {
	float: left;
	width: 792px;
	margin: 0px 10px 0px 16px;
}

#Page {
	margin: 0px 10px;
}

#LeftCol {
	margin: 0px 25px 0px 10px;
	float: left;
	width: 520px;
}

#RightCol {
	margin: 0px 10px;
	float: right;
	width: 217px;
}

#RightPart {
	float: right;
	width: 156px;
	text-align: justify;
	margin: 0px 16px 0px 10px;
}

#Bottom {
	height: 73px;
	background: url(../images/body_bottom.jpg) top left no-repeat;
	overflow: hidden;
}

#Footer {
	margin: 28px 30px 15px 30px;
	text-align: center;
	font-size: 12px;
	color: #95ed05;
}

#Footer img {
	border: none;
}

#Footer a {
	color: #ff730f;
	text-decoration: none;
}

#Footer a.active, #Footer a:hover {
	text-decoration: underline;
}

#Footer .interupt {
	font-weight: bold;
	margin: 0px 1px;
}

.headNadpis {
	color: #8a14aa;
	display: block;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

.headRightNadpis {
	color: #8a14aa;
	display: block;
	text-align: right;
	margin-bottom: 20px;
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold;
}

.leftPara {
	text-align: justify;
	margin-bottom: 30px;
}

.leftPara2 {
	margin-bottom: 10px;
}

.leftPara img {
	border-bottom: #4b4b4b solid 4px;
	border-right: #4b4b4b solid 1px;
	margin: 0px 5px 2px 0px;
}

.leftPara p span a {
	color: #8a14aa;
	text-decoration: underline;
}

.leftPara p span a.active, .leftPara p span a:hover {
	text-decoration: none;
}

.rightPara, .rightPara2 {
	margin-bottom: 20px;
}

.rightPara2 h4, .rightPara2 h4 a {
	color: #26a3ff;
}

.rightSubPara {
	padding-top: 20px;
	text-align: justify;
	margin-bottom: 20px;
}

.rightSubPara img, .rightPara2 img {
	margin: 0px 0px 2px 5px;
}

.rightSubPara a, .rightPara2 a {
	color: #ff730f;
}

.rightSubPara a.active, .rightSubPara a:hover, .rightPara2 a.active, .rightPara2 a:hover {
	text-decoration: none;
}

.paraInfo {
	font-size: 11px;
	text-align: right;
	margin-top: 3px;
}

.paraInfo2 {
	font-size: 11px;
	margin-bottom: 3px;
	margin-left: 10px;
	border-bottom: solid #efefef 1px;
	border-left: solid #efefef 3px;
}

.reklama {
	border-bottom:1px solid silver; 
	font-size:11px; 
	color:#999999; 
	width:555;
}

.seznam {
	text-align: right;
}

.seznam ul {
	list-style: none;
}

.seznam a {
	color: #ff730f;
}

.strankovani {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.strankovani a {
	color: #ff730f;
	text-decoration: none;
}

.strankovani a.active, .strankovani a:hover {
	text-decoration: underline;
}

.vysledekHledani, .vysledekHledani2 {
	margin-bottom: 15px;
}

.etargetVysledky {
	border: dotted black 1px;
	background-color: #fafafa;
	margin-bottom: 15px;
	margin-top: 10px;
}

.etarget a, .vysledekHledani a {
	padding-left: 20px;
	color: #26a3ff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.vysledekHledani2 a {
	padding-left: 20px;
	color: #ff730f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.etarget a.active, .etarget a:hover, .vysledekHledani a.active, .vysledekHledani a:hover, .vysledekHledani2 a.active, .vysledekHledani2 a:hover {
	text-decoration: none;
}

.kategorieOdpovedi, .odpoved {
	margin-left: 50px;
}

.dotaznik {
	margin-top: 35px;
	margin-left: 15px;
}

.dotazName {
	width: 310px;
	margin-bottom: 3px;
}

.dotazInput input, .dotazInput select, .dotazInput textarea {
	width: 310px;
	margin-bottom: 5px;
}

.dotazInput textarea {
	height: 80px;
}

.dotazSubmit {
	margin-top: 5px;
}

.button {
	background-color: #ff730f;
	padding: 3px 10px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.button:hover {
	color: #ff730f;
	background-color: #ffffff;
}

.vypisKategorii, .podkategorie {
	margin-left: 15px;	
}

.cleaner {
	clear: both;
}

h1 {
	margin: 16px 10px 21px 36px;
	font-weight: normal;
	color: #90d420;
	font-size: 30px;
	float: left;
}

h2 {
	color: #26a3ff;
	font-size: 17px;
	margin-bottom: 8px;
	font-weight: normal;
}

h2 a {
	color: #26a3ff;
	text-decoration: none;
}

h3 {
	color: #ff730f;
	font-size: 12px;
}

h3 a {
	color: #ff730f;
	text-decoration: none;
}

h2 a.active, h2 a:hover, h3 a.active, h3 a:hover {
	text-decoration: underline;
}

h4 {
	color: #8a14aa;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 5px;
}

a {
	color: #8a14aa;
	text-decoration: underline;
}

a.active, a:hover {
	text-decoration: none;
}

p {
	text-align: justify;
}

ul {
	list-style-position: inside;
	list-style-type: square;
}

ul li {
	margin-bottom: 5px;
	margin-left: 20px;
}

