/* standard elements */
html {
	background: #bccdcb;
}

* {
	margin: 0;
	padding: 0;
}

a {color: #3c7694;}
a:hover {color: #000000;}

img {
	border: none;
}

body {
	background: url(img/bg.png) repeat-x left top;
	color: #000000;
	font: normal 70% tahoma, sans-serif;
}

p, code, ul {
	padding-bottom: 0.5em;
}

h1 {
	font-family: sans-serif;
	font-size: 5em;
}
h1 a {
	display: block;
	width: 200px;
	height: 105px;
	background: url(img/logo-q3x.png) center 4px no-repeat;
	margin: 0px;
}
h1 span, h2 span, #jumpToNav {
	position: absolute;
	top: -1000px;
}

h2 {
	margin: 10px 0px 20px 0px;
	font-family: sans-serif;
}

h3 {
	font-size: 1.2em;
	color: #3c7694;
	padding: 18px 0px 0px 0px;
	margin-bottom: 8px;
	font-family: sans-serif;
}
h4 {
	margin-top: 10px;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
.okMsg {
	border: 2px solid #65bfe1;
	padding: 4px 10px 4px 30px;
	font-weight: bold;
	background: url(img/ico_ok.gif) 6px 6px no-repeat;
}

/* structure */
#container {
	border-top: 4px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	background: #ffffff url(img/bgmain.gif) 10px repeat-y;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 0px;
	width: 780px;
}

/* header */
#top {
	padding: 10px 10px 0;
}

/* title */
#header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
#header .left, #header .right {
	background-color: #333;
	color: #FFF;
	height: 105px;	
}
#header .right {
	letter-spacing: 0.1em;
	height: 105px;
	background: #3d7793 url(img/top.png) no-repeat;
	font: normal 2.0em sans-serif;
	line-height: 105px;
	width: 576px;
	text-align: left;	
}
#header .left {
	width: 200px;
}


/* topNav */
#topNav {
	position: absolute;
	top: 128px;
	width: 778px;
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #eeefe9;
	height: 41px;
}
#topNav #ver {
	width: 200px;
	float: left;
}
#topNav #ver div {
	padding: 13px 0px 0px 9px;
}
#topNav ul, #topNav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#topNav a, #topNav span {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-left: 1px solid #eeefe9;
	color: #000000;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 40px;
	padding: 1px 18px 0px 18px;
	text-decoration: none;
}
#topNav a:hover, #topNav .sel a, #topNav .sel span {
	background: transparent url(img/nav.jpg) left bottom;
	color: #ffffff;
}

/* crumbNav */
#crumbNav {
	position: absolute;
	background: #eeefe9;
	top: 170px;
	width: 778px;
	border-bottom: 3px solid #ffffff;
}
#crumbNav ul, #crumbNav ul li, #crumbNav ol, #crumbNav ol li {
	margin:			0px;
	padding:		0px;
	list-style:		none;
	float:			left;
}
#crumbNav a, #crumbNav span {
	padding: 5px 5px 5px 13px;
	background: url(img/crumbsep.png) 0px 9px no-repeat;
	float:left;
}
#crumbNav .first a, #crumbNav .first span {
	padding-left: 5px;
	background: none;
}
#crumbNav .first span {
	margin-left: 5px;
}
#crumbNav div {
	padding: 5px 5px 5px 10px;
	float: left;
}
#crumbNav a:hover {
	color: #000000;
}
#crumbNav .right {
	float: right;
}

/* main */
#main {
}

/* sub topNav */
#leftNav {
	margin-top: 63px;
	float: left;
	width: 200px;
}
#leftNav h2 {
	color: #333300;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
#leftNav ul {
	padding: 0;
	border-top: 1px solid #eeefe9;
	list-style: none;
}
#leftNav li {
	border-bottom: 1px solid #eeefe9;
	list-style: none;
}
#leftNav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	width: 200px;
	padding: 8px 0 8px 0;
	text-decoration: none;
	font-size: 1em;
}
#leftNav li a span {
	padding-left: 10px;
}
#leftNav li a:hover, #leftNav li .sel {
	background-color: #65bfe1;
	color: #000000;
}
#leftNav ul ul {
	display: none;
}
#leftNav .lnSub2 {
	padding-left: 20px;
	width: 180px;
}


/* content */
#content {
	float: right;
	margin: 70px 0px 0px 0px;
	padding: 0px 16px 0px 0px;
	width: 542px;
	text-align: justify;
	line-height: 1.5em;
}
#content .descr {
	color: #000000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
#content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

#content .imgright {
	margin: 0px 0px 20px 20px;
	float: right;
}

#content p
{
	color: #333333;
}
#content p:first-letter{
	font-weight: bold;
}

.scrshots {
	text-align: center;
	margin-bottom: 1em;
}
.scrshots img {
	border: 1px solid #000000;
	margin: 10px 10px 0px 10px;
}
.scrshots p {
	float: left;
}

.b {
	font-weight: bold;
}

.c {
	text-align: center;
}
.c img {
	float: none;
}

.ot {
	clear: both;
}
.ot p {
	float: left;
	width: 375px;
}
.ot img {
	float: left;
}

.webthumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 2px solid #c4c6c4;
}
a:hover .webthumb {
	border: 2px solid #999999;
}

/* kontakty */
#kontakt, #kontakt li {
	list-style:		none;
	margin:			0px;
	padding:		0px;
}
#kontakt strong {
	display:		block;
	float:			left;
	width:			70px;
}

/* form */
fieldset {
	padding:		10px;
	background:		url(1/bg_menur.jpg) right repeat-y;
	margin-bottom:	20px;
	line-height:	1.7em;
}

fieldset label, .kontakt strong {
	display:		block;
	clear:			both;
	float:			left;
	width:			70px;
}
fieldset .inp {
	width:			200px;
}

.but {
	border:			1px outset #000000;
	padding:		2px 5px 2px 5px;
	font-weight:	bold;
	background:		#e0e1e1;
	margin-right:	20px;
}
.but:hover {
	background:		#cfd1d0;
}

fieldset textarea {
	width:			300px;
	font-family:	arial, tahoma, verdana;
	font-size:		100%;
}

fieldset .butBar {
	padding-left:	70px;
	margin-top:		5px;
}

.req {
	color:			#0000ff;
}

/* footer */
#footer {
	background: url(img/bgfooter.gif) bottom repeat-x;
	color: #ffffff;
	font: 1em sans-serif;
	line-height: 35px;
	text-align: left;
	padding: 15px 10px 0px 10px;
	clear: both;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #CFDBB1;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
#footer ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
}
#footer div {
	font-weight: bold;
}


#hp {
	float:			left;
	line-height:	0;
}
#hp a {
	text-align:		center;
	display:		block;
	float:			left;
	width:			270px;
	text-decoration:none;
}
#hp a span {
	display:		block;
	text-decoration:underline;
	line-height:	1.5em;
	width:			200px;
	margin-left:	40px;
}

