/* W-Solutions (c) 2008 */

body, html {
		width: 100%;
		height: 100%;
		background-image:url(./images/header_bg.jpg);
		background-repeat: repeat-x;
		background-color: #ffffff;
		background-position: top center;
		font-family: Verdana;
		font-size: 11px; 
		margin: 0;
		padding	: 0;
		color: #414141;
}

a:link, a:visited, a:active {
		color: #0898cd;
		text-decoration: none;
		cursor: pointer;
}

a:hover {
		color: #9a9a9a;
		text-decoration: none;
}

h1 {
		font-size: 16px;
		color: #94c511; /*0898cd*/
		margin: 0;
		margin-bottom: 7px;
		margin-left: 10px;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
}

h2 {
		font-size: 14px;
		color: #0898cd; /*94c511*/
		margin: 0;
		margin-bottom: 7px;
		padding: 0;
		border-bottom: 1px dotted #0898cd;
		font-family: Arial, Helvetica, sans-serif;
}

h3 {
		font-size: 14px;
		color: #ffffff;
		margin: 0;
		margin-bottom: 7px;
		padding: 0;
		border-bottom: 1px dotted #0898cd;
		font-family: Arial, Helvetica, sans-serif;
}

h4 {
		font-size: 12px;
		color: #0898cd;
		margin: 0;
		padding: 0;
		font-weight: normal;
}

h5 {
		font-size: 10px;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
		padding-top: 5px;
}

h6 {
		font-weight: bold;
		font-size: 11px;
		color: #6b9301;
		margin: 0;
		padding: 0;
		display: block;
}

h4 a:link, h4 a:visited, h4 a:active {
		color: #0898cd;
		border: 0;
		text-decoration: none;
}

h4 a:hover {
		color: #0898cd;
		text-decoration: underline;
}


img {
		border: 0;
		margin: 0;
		padding: 0;
}

p {
		margin: 0;
		padding: 10px;
		padding-top: 2px;
}

.h4 {
		color: #ffffff;
}

input, textarea, select {
		margin-left: 5px;
		margin-top: 5px;
		border: 1px solid #cbc9ca;
		background-image: url(images/input_bg.jpg);
		background-repeat: repeat-x;
		background-color: #cbc9ca;
}

input:hover, textarea:hover {
		margin-left: 5px;
		border: 1px solid #0898cd;
}

input:focus, textarea:focus {
		margin-left: 5px;
		border: 1px solid #0898cd;
}

textarea.popis-prac {
		width: 350px;
		height: 50px;
		overflow: auto;
}

textarea.popis-referencie {
		width: 350px;
		height: 150px;
		overflow: auto;
}

textarea.kratky-popis {
		width: 350px;
		height: 50px;
		overflow: auto;
}

textarea.popis {
		width: 450px;
		height: 150px;
		overflow: auto;
}

textarea.obsah {
		width: 600px;
		height: 450px;
		overflow: auto;
		margin-top: 10px;
}

fieldset {
		border: none;
}

span {
		font-weight: bold;
		font-size: 11px;
		color: #6b9301;
}

.pbg {
		padding: 5px;
		padding-top: 10px;
		padding-left: 10px;
		background-image:url(./images/p_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
}

.pcontent {
		padding: 5px;
		padding-top: 10px;
		padding-left: 10px;
}

#header {
		width: 100%;
		height: 130px;
		margin: 0;
		padding: 0;
		text-align: center;
		background-image:url(./images/header_bg.jpg);
		background-repeat: repeat-x;
		background-color: #cbc9c9;
		border-bottom: 1px dashed #0898cd;
}

#header-in {
		width: 1000px;
		margin: 0 auto 0;
}

#logo {
		width: 400px;
		height: 130px;
		float: left;
		margin: 0;
		padding: 0;
}

#menu {
		width: 800px;
		margin-left: 100px;
		padding-top: 90px;
		display: block;
}

#menu ul {
		list-style-type: none;
}

#menu li {
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
		font-weight: bold;
}

#menu a:link, #menu a:visited, #menu a:active {
		color: #fffafa;
		border: 0;
		text-decoration: none;
}

#menu a:hover {
		color: #fffafa;
		text-decoration: none;
		border-bottom: 2px solid #0898cd;
}

#menulink a:link, #menulink a:visited, #menulink a:active{
		border-bottom: 2px solid #0898cd;
}

#icons {
		margin-top: -90px;
		margin-left: 330px;
}

#icons a:link, #icons a:visited, #icons a:active {
		border: 0;
		margin: 7px;
}

#icons a:hover {
		border: 0;
}

#fullcontent {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
}

#content {
		width: 800px;
		margin: 0 auto 0;
		padding: 0;
		position: relative;
		text-align: left;
}

#content-left {
		width: 160px;
		float: left;
		padding: 5px;
		border-right: 1px dotted #0898cd;
		border-left: 1px dotted #0898cd;
		border-bottom: 1px dotted #0898cd;
		background-image:url(./images/banner_bg.png);
		background-repeat: repeat-x;
		background-color: #6dc2e2;
		background-position: top;
		color: #FFFFFF;
		height: 100%;
		text-align: left;
		margin-bottom: 20px;
}

#content-left .gen, #content-left h3, #content-left a:link, #content-left a:visited, #content-left a:active {
		color: #FFFFFF;
}

#content-left a:hover {
		color: #FFFFFF;
		text-decoration: underline;
}

#content-center {
		width: 600px;
		margin-left: 190px;
		text-align: left;
		padding: 0;
}

#content-footer {
		width: 738px;
		height: 148px;
		background-image: url(images/footer.png);
		background-repeat: no-repeat;
		padding: 10px;
		margin: 0 auto 0;
		margin-top: 20px;
		text-align: left;
		clear: both;
}

#content-footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-left: 25px;
}

#content-footer li {
		display: block;
		float: left;
		width: 130px;
		padding-right: 20px;
}

#content-footer h2 {
		font-size: 16px;
		color: #0898cd; /*0898cd*/
		margin: 0;
		margin-bottom: 7px;
		margin-left: 10px;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		border: none;
}

#content-footer h2 a:link {
		font-size: 16px;
		color: #94c511; /*0898cd*/
}

#content-footer h2 a:hover {
		font-size: 16px;
		color: #9a9a9a; /*0898cd*/
}

#content-footer h3 {
		font-weight: bold;
		font-size: 11px;
		color: #6b9301;
		border: none;
}

.refer-img {
	border: 2px solid #949494;
	margin-bottom: 5px;
	margin-top: 1px;
}
.refer-img:hover {
	border: 2px solid #0898cd;
	cursor: pointer;
}

#footer {
		clear: both;
		color: #949494;
		text-align: center;
		overflow: hidden;
		width: auto;
		height: 55px;
		margin: 0 auto 0;
		margin-bottom: -27px !important;
		margin-bottom: -10px;
		margin-top: 0px;
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		background-image:url(./images/content_bg.png);
		background-repeat: repeat-x;
		background-position: top;
		border-top: 1px dotted #0898cd;
}

#footer a:link, #footer a:visited, #footer a:active {
		color: #0898cd;
		text-decoration: none;
}

#footer a:hover {
		text-decoration: underline;
}

#copyright, #copyright a:link, #copyright a:visited, #copyright a:active {
		color: #949494;
		text-decoration: none;
}

#copyright a:hover {
		text-decoration: underline;
}

#foot {
		color: #9a9a9a;
		text-align: center;
		font-size: 9px;
}

#banner-border {
		width: 595px;
		height: 97px;
		margin: 0 auto 0;
		border-left: 1px solid #cbc8c8;
		border-right: 1px solid #cbc8c8;
		border-bottom: 1px solid #cbc8c8;
}

#banner {
		width: 593px;
		height: 96px;
		margin: 0 auto 0;
		background-image:url(./images/banner_bg.png);
}

.novinka {
		margin: 0;
		margin-bottom: 5px;
		margin-left: 12px;
		padding: 0;
}

.gen {
		font-size: 14px;
}

.gensmall {
		font-size: 12px;
}

.blue {
		color: #0898cd;
}

.center {
		text-align: center;
}
a.fontsize {
		display: block;
		height: 18px;
		text-indent: -5000px;
		margin: 0 auto 0;
		background-repeat: no-repeat;
}

a.fontsize {
		background-image: url(./images/pismo.gif);
		background-position: 0 -1px;
		width: 29px;
}

a.fontsize:hover {
		background-position: 0 -20px;
		text-decoration: none;
}
.hidden { 
		display: none;
}
.unhidden {
		display: block;
}

fieldset dl {
		margin-bottom: 5px;
}

fieldset dt {
		float: left;	
		width: 25%;
		text-align: left;
		display: block;
		color: #0898cd;
		font-weight: bold;
}

fieldset dd {
		margin-left: 26%;
		color: #0898cd;
		font-weight: bold;
}
.errorinput, .errorinput:hover, .errorinput:focus  {
		border: 2px #6b9301 solid;
}
.clear {
	clear: both;
}
.help {
	color: #666666;
	font-weight: normal;
	border-bottom: 1px #000000 dashed;
	cursor: help;
}
ul#sluzby {
		width: 540px;
		list-style-type: none;
		margin: 0;
		padding: 0;
}

ul#sluzby li {
		display: block;
		float: left;
		width: 170px;
		height: 200px;
		padding: 5px;
}
.mapa {
		list-style-type: none;
}
.mapa li {
		margin-left: 20px;
		font-weight: bold;
		margin-top: 5px;
}
.mapa2 {
		list-style-type: none;
}
.mapa2 li {
		margin-left: 40px;
		font-weight: bold;
		margin-top: 1px;
}
.detail {
		font-weight: normal;
		color: #414141;
}
.radio {
		background-color: #f6f6f6;
		margin: 0;
		margin-left: 5px;
		margin-top: 5px;
		margin-bottom: -3px;
}
/*#dhtmltooltip{
		position: absolute;
		margin-left: 50px;
		width: 150px;
		border: 1px dashed #0898cd;
		padding: 2px;
		background-color: #6dc2e2;
		visibility: hidden;
		z-index: 100;
}*/
#tooltip {
		position: absolute;
		z-index: 3000;
		border: 1px dashed #0898cd;
		background-color: #6dc2e2;
		padding: 5px;
		opacity: 0.85;
		width: 300px;
}
#tooltip h6, #tooltip div { margin: 0; font-weight: normal; color: #FFFFFF; font-size: 12px;}
.referencia {
		font-size: 14px;
		color: #0898cd; /*94c511*/
		margin: 0;
		margin-bottom: 7px;
		padding: 0;
		border-bottom: 1px dotted #0898cd;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
}
.input {
		margin: 0;
		margin-left: 5px;
		margin-top: 5px;
}
#sluzvyb ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
}

#sluzvyb li {
		display: block;
		float: left;
		width: 130px;
		padding-right: 10px;
		margin-left: 10px;
}
#sluzvyb h3 a:link {
		color: #6b9301;
		font-size: 11px;
}