@import "reset.css";

body 	{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.8em;
	background:#fff url(../design/bg.gif) repeat-x;
	color:#000;
	line-height:1.7em;
	}
p {
	margin:15px 0 10px 0;
	font-size:1em;
	}
table, td {
	font-size:1em;
	}
hr, .noscreen {
	display:none;
	}
a {
	color:#982021;
	text-decoration:underline;
	outline:none;
	font-weight:bold;
	}
a:hover{
	color:#982021;
	text-decoration:none;
	}
abbr, acronym {
	border-bottom:1px dotted #999;
	}
	
/* H1 REPLACE
------------------------------*/
h1 {
	display:block;
	position:absolute;
	width:260px;
	height:75px;
	left:0;
	top:0;
	text-align:center;
	font-size:1.1em;
	padding:20px 10px 0 10px;
	background:url(../design/profi-css.gif) no-repeat;
	}
h1 span {
	width:280px;
	height:95px;
	display:block;
	position:absolute;
	left:0;
	top:0; 
	z-index:1000;
	cursor:pointer;
	background:url(../design/profi-css.gif) no-repeat;
	}
h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:active,
h1 a:hover {
	color:#fff;
	text-decoration:underline;
	}
h1 a:hover span {
	background:url(../design/profi-css.gif) -280px 0 no-repeat;
	}

/* LAYOUT
------------------------------*/
#all {
	width:779px;
	margin:0 auto;
	}
#top {
	position:relative;
	width:779px;
	height:75px;
	background:#8b9f08 url(../design/bg.gif) repeat-x;
	}
#header {
	position:relative;
	width:779px;
	height:376px;
	/*height:346px;
	padding:30px 0 0 0;*/
	background:#72093b /*url(../design/rozek.gif) 552px 0 no-repeat*/;
	}
#platno {
	float:right;
	width:229px;
	height:24px;
	position:relative;
	z-index:1;
	}
#header-text {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	}
#container {
	width:779px;
	background:url(../design/container.png) repeat-y;
	}

/* TOPMENU
------------------------------*/
#top ul.menu {
	position:absolute;
	top:40px;
	right:8px;
	list-style:none;
	width:490px;
	height:36px;
	}
#top ul.menu li {
	padding:0;
	margin:0 6px 0 0;
	float:right;
	line-height:33px;
	}
#top ul.menu li a {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	font-size:1.1em;
	height:36px;
	display:block;
	width:84px;
	text-align:center;
	border-bottom:0;
	}
#top ul.menu li.prubeh a {
	width:100px;
	}
#top ul.menu li a:hover,
#top ul.menu li.active a  {
	color:#fff;
	background-color:#72093b;
	bottom:6px;
	position:relative;
	border-bottom:6px solid #72093b;
	}
#top ul.menu li.active a  {
	bottom:10px;
	border-bottom:10px solid #72093b;
	}

#header h2 {
	color:#8c9f08;
	font-weight:normal;
	font-size:1.5em;
	padding:30px 227px 0 44px;
	margin-bottom:30px;
	}
#header p {
	margin:5px 0;
	padding:0 200px 0 44px;
	color:#fff;
	}
	
.proces {
	list-style:none;
	width:760px;
	height:206px;
	position:absolute;
	left:4px;
	bottom:10px;
	background:url(../design/proces-tvorby-sablon.gif) 0 10px no-repeat;
	}
.proces li {
	width:160px;
	list-style:none;
	float:left;
	height:206px;
	line-height:1.4em;
	margin:0;
	padding:0 15px;
	}
.proces li a {
	width:160px;
	height:42px;
	padding:165px 0 0 0;
	display:block;
	color:#fff;
	font-size:0.9em;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	}
	
.proces-1 a {background: url(../design/proces-1.png) 0 10px no-repeat;}
.proces-1 a:hover {background: url(../design/proces-1.png) 0 0 no-repeat;}

.proces-2 a {background: url(../design/proces-2.png) 0 10px no-repeat;}
.proces-2 a:hover {background: url(../design/proces-2.png) 0 0 no-repeat;}

.proces-3 a {background: url(../design/proces-3.png) 0 10px no-repeat;}
.proces-3 a:hover {background: url(../design/proces-3.png) 0 0 no-repeat;}

.proces-4 a {background: url(../design/proces-4.gif) 0 10px no-repeat;}
.proces-4 a:hover {background: url(../design/proces-4.gif) 0 0 no-repeat;}

.proces a:hover {color:#fff21f;}

	
/* CONTENT
------------------------------*/	
#content { 
	width:700px;
	padding:15px 30px 28px 30px;
	margin:0 15px 0 4px;
	overflow:hidden;
	background-color:#fff;
	}
#content h2 {
	color:#91a508;
	font-weight:normal;
	font-size:1.7em;
	padding:0;
	padding:15px 0 10px 0;
	margin:0;
	clear:both;
	}
#content h3 {
	color:#91a508;
	font-weight:normal;
	font-size:1.4em;
	padding:15px 0 7px 0;
	margin:0;
	clear:both;
	}
#content h4 {
	font-size:1.1em;
	font-weight:bold;
	text-transform:none;
	padding:5px 0 2px 0;
	margin:0;
	color:#91a508;
	border-bottom:1px solid #ccc;
	clear:both;
	}
#content ul {
	margin:0 0 15px 10px;
	padding:0;
	list-style:none;
	}
#content ul li {
	margin:0;
	padding:0 0 0 24px;
	font-size:1em;
	background:url(../design/li.gif) 8px 8px no-repeat;
	}
#content ol {
	margin:4px 0 15px 34px;
	padding:0;
	list-style:decimal;
	}
#content ol li {
	margin:0;
	padding:0;
	font-size:1em;
	}
table {
	border-top:1px solid #e5e8eb;
	margin-top:10px;
	margin-bottom:20px;
	}
table td {
	background:url(../design/td.gif) 1px 1px no-repeat;
	padding:3px 8px;
	border-bottom:1px solid #e5e8eb;
	}
.zelena {
	color:#91a508 !important;
	}
.fialova {
	color:#72093b !important;
	}
.gray {
	color:#999999;
	font-weight:normal;
	}
.strong {
	font-weight:bold;
	}
.kontakt {
	border-top:1px solid #f5f7e9;
	border-right:1px solid #f5f7e9;
	margin-top:30px;
	}
.kontakt dl {
	width:348px;
	float:left;
	border-left:1px solid #f5f7e9;
	}
.kontakt dl dd {
	padding:4px 0;
	border-bottom:1px solid #f5f7e9;
	border-right:1px solid #f5f7e9;
	}
.kontakt dl dt {
	clear:both;
	color:#777;
	display:block;
	float:left;
	font-weight:normal;
	width:70px;
	padding:4px 8px;
	}
.noborder {
	border:none !important;
	}
	
.accordion {
	margin-bottom:40px;
	}
#content h3.jquery {
	font-size:1em;
	font-weight:bold;
	text-transform:none;
	padding:1px 0 2px 0;
	margin:0;
	color:#000;
	border-bottom:0;
	clear:both;
	position:relative;
	width:700px;
	cursor:pointer;
	}
#content h3.jquery span {
	padding:3px 5px;
	width:558px;
	display:block;
	float:left;
	background:#f5f5f5 url(../design/jquery-content.gif) repeat-x;
	cursor:pointer;
	border-left:1px solid #f5f5f5;
	}
#content h3.jquery a {
	padding:3px 5px;
	font-weight:bold;
	color:#90a408;
	text-decoration:none;
	float:left;
	width:120px;
	text-align:center;
	background:#f5f5f5 url(../design/jquery-content.gif) repeat-x;
	border-right:1px solid #f5f5f5;
	}
#content h3.jquery a:hover {
	text-decoration:underline;
	}
#content .jquery-content {
	clear:both;
	background:#fff;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	width:698px;
	padding:10px 0 15px 0;
	}
#content .jquery-content p {
	margin:10px 15px;
	color:#999;
	}
#content .jquery-content ul {
	margin:4px 10px 4px 15px;
	}
	
.zebra td {
	background-color:#f8ffea;
	}
.hover td {
	background-color:#91a508 !important;
	color:#fff;
	}
.hover td span {
	color:#fcffe6 !important;
	}

/* REFERENCE
------------------------------*/
#reference {
	width:720px;
	padding:20px 35px 20px 24px;
	background:url(../design/container-bootom.gif) 0 0 no-repeat;
	}	
#reference h2 {
	color:#91a508;
	font-weight:normal;
	font-size:1.4em;
	padding:15px 45px 10px 12px;
	margin:0;
	}
#reference h3 {
	color:#000;
	margin-bottom:5px;
	}
.css {
	float:left;
	padding:10px 10px;
	width:160px;
	font-size:0.85em;
	}
.css img {
	border:1px solid #ededed;
	background-color:#fff;
	padding:4px;
	}

/* LEFT + RIGHT
------------------------------*/
.vlevo {
	float:left;
	margin:4px 15px 10px 0;
	padding:5px;
	background-color:#fff;
	border:1px solid #e9f0ff;
	}
.vpravo {
	float:right;
	margin:4px 0 10px 10px;
	padding:5px;
	background-color:#fff;
	border:1px solid #e9f0ff;
	clear:left;
	}
.right {
	text-align:right;
	}
	
/* FOOTER
------------------------------*/
#footer-container {
	width:100%;
	background:#7c8d07;
	clear:both;
	}
#footer {
  clear:both;
  width:779px;
	padding:24px 0;
	position:relative;
	margin:0 auto;
	}	
#footer a {
  color:#fff;
  text-decoration:underline;
	font-weight:bold;
	}
#footer a:hover {
  color:#000;
  text-decoration:none;
	background:none;
	}
#footer p {
	color:#fff;
	padding:0 0 10px 0;
	margin:0 15px 0 4px;
	font-size:0.85em;
	text-align:left;
	position:relative;
	border-bottom:1px dashed #ededed;
	}
#footer p strong {
	font-weight:normal !important;
	}
#footer p.cara {
	padding:10px 0 0 0;
	border:none;
	}
#footer p.cara a {
	font-weight:normal;
	}
#footer p.cara a:hover {
	color:#000;
	}
a.web-art {
	display:block;
	width:90px;
	height:40px;
	top:14px;
	right:0;
	overflow:hidden;
	background:transparent url(../design/web-art.gif) 0 0 no-repeat;
	position:absolute;
	}
.lighter {
	color:#ccc;
	}

/* CLEARFIX
------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
.clearfix {
  display: inline-block;
	}
html[xmlns] .clearfix {
  display: block;
	}
* html .clearfix {
  height: 1%;
	}
	
/* FORM
------------------------------*/
#form {
	padding:30px 0 0 0;
	clear:both;
	}
fieldset {
	border:none;
	margin:0;
	padding:15px 0 0 0;
	}
legend {display:none;}
#form ol {
	list-style:none;
	margin:0;
	padding:0;
	font-size:0.9em;
	}
#form ol li {
	clear:both;
	width:100%;
	padding-top:3px;
	}
#form label {
	width:90px;
	display:block;
	margin-top:2px;
	float:left;
	}
#form textarea {
	width:380px;
	height:150px;
	background:url(../design/input.png) no-repeat;
	}
#form input {
	width:180px;
	float:left;
	background:url(../design/input.png) no-repeat;
	}
textarea, select, input {
	padding:2px;
	border:1px solid #cccaca;
	}
#form .zemSubmit {
	width:75px !important;
	background:#91A508 none;
	color:#fff;
	border:none;
	padding:5px;
	margin:2px 0 0 90px
	}
ul.zemError {
	padding-bottom:20px !important;
	margin-left:30px;
	}
.error,
.alert {
	color:#FF0000;
	font-weight:bold;
	}