html {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	background-color: white;
}
img {
margin:0px;
padding:0px;
border: none;
}

a{
}
a:hover{
}
a:active{
}
a:visited{
}
h1 {
}
h2 {
}
h3 {
font-size: 14px;
}
/* <ptakovinky> */
.clear {
	clear: both;
	background-color: transparent;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.hidden	{ display:none; }
.left 			{ text-align:left; }
.right			{ text-align:right; }
.center			{ text-align:center; }
/* </ptakovinky> */



/* <layout> */
#main {
	text-align: left;
	vertical-align: middle;
	width: 805px;
	min-height: 100%;
	margin: auto;
	position: relative;
	height: auto;
	padding: 0px;
}
/* </layout> */




/* <logo> */
#logo {
	margin-top: 50px;
	margin-left: 30px;
	padding: 0;
	position: relative;
	width: 162px;
	height: 32px;
	overflow: hidden;
	color: Black;
}
#logo a{
	color: Black;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -2px;
}
#logo span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 162px;
	height: 32px;
	background: url(../images/tvorba-www-stranek-jan-cermak.gif) no-repeat 0 0;
}
/* </logo> */



/* <obrazek-home-page> */
#obrazek-home-page {
	margin-top: 20px;
	padding: 0;
	position: relative;
	width: 810px;
	height: 400px;
	overflow: hidden;
	background-color: white;
	color: #02A1C8;
	text-align: center;
}
#obrazek-home-page span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 810px;
	height: 400px;
	background: url(../images/image-home-page.jpg) no-repeat 0 0;
}
/* </obrazek-home-page> */

/* <zakaznici-home-page> */
#zakaznici-home-page {
	margin-top: 20px;
	padding: 0;
	position: relative;
	width: 810px;
	height: 273px;
	overflow: hidden;
	background-color: white;
	color: #02A1C8;
	text-align: center;
}
#zakaznici-home-page span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 810px;
	height: 273px;
	background: url(../images/zakaznici.jpg) no-repeat 0 0;
}
/* </zakaznici-home-page> */


/* <menu> */
#menu {
position: absolute;
top: 10px;
left: 250px;
}
#menu ul{
list-style: none;
display: inline;
margin: 0px;
padding: 0px;
}
#menu li{
display: inline;
margin: 0px;
padding: 0px;
}
#menu a {
	color: black;
	padding: 0px 5px 0px 5px;
}
#menu a:hover {
   color:#02A1C8;
}
#menu a:active {
color: red;
}
#menu a.selected {
text-decoration: none;
}
/* </menu> */



/* <content> */
#content {
position: relative;
margin-left: 19px;
width: 770px;
}
/* </content> */

/* <footer> */
#footer {
position: relative;
margin-left: 19px;
width: 770px;
margin-top: 30px;
margin-bottom: 30px;
text-align: right;
}
#footer a {
	color: black;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#footer a:hover {
   color:#02A1C8;
   text-decoration: underline;
}
#footer a:active {
color: red;
}
/* </footer> */


/* <content of home page> */
#content .box{
width: 240px;
float: left;
}
#content .spacer{
width: 20px;
float: left;
}
#content .box h2{
font-size: 16px;
color:#02A1C8;
}
#content .black-box{
float: left;
background-color: black;
color: white;
width: 770px;
}
#content .black-box a{
color: #02A1C8;
}
#content .black-box a:hover{
text-decoration: overline;
}
#content .black-box ul{
margin: 0px;
padding: 0px;
list-style: none;
}
#content .black-box li{
border-bottom: dotted 1px white;
margin-bottom: 20px;
}
#content .black-box .bleft{
float: left;
width: 330px;
padding-right: 20px;
margin: 20px 14px 20px 20px;
}
#content .black-box .bright{
float: right;
width: 350px;
margin: 20px 15px 20px 0px;
border-left: dotted 1px white;
padding-left: 20px;
}
#content h2.novinky{
font-size: 24px;
font-weight: normal;
margin: 10px 0px 3px 0px;
}
/* </content of home page> */

/* <reference www stranek> */
#content #stranka-reference {
position: relative;
float:left;
width: 490px;
margin: 20px 0px 0px 30px;
border-top: 1px solid black;
}
#content #stranka-reference a{
color: #02A1C8;
font-weight: bold;
}
#content #stranka-reference a:hover{
color: black;
}
#content #stranka-reference a:active{
color: red;
}
#content #stranka-reference h2 {
font-size: 30px;
font-weight: normal;
margin: 10px 0px 0px 0px;
letter-spacing: -2px;
text-transform: lowercase;
}
#content #stranka-reference .info {
padding-bottom: 10px;
margin: 10px 0px 10px 0px;
}
#content #stranka-reference .ref-img {
text-align: center;
margin-top: 10px;
}
#content #stranka-reference .ref-img img {
padding: 10px;
border: 1px #C0C0C0 dotted;
margin-bottom: 10px;
}
#content #www-stranky {
width: 250px;
float: left;
}
#content #www-stranky ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#content #www-stranky ul li {
list-style: none;
margin: 0px;
padding: 0px;
}
#content #www-stranky ul li a{
display: block;
color: black;
padding: 5px;
margin: 2px 0px 2px 0px;
}
/* */ #content #www-stranky ul li a:visited{
color: black;
background-color: #E1F4FA;
text-decoration: none;
} /* */
#content #www-stranky ul li a:hover{
color: white;
background-color: black;
text-decoration: none;
}
#content #www-stranky ul li a:active{
color: red;
background-color: black;
text-decoration: none;
}
#content #www-stranky ul li a.selected{
color: white;
background-color: black;
text-decoration: none;
}

/* </reference www stranek> */

/* <content of vybrana tvorba www stranek> */
#stranka-reference h3 a{
padding: 10px;
margin-top: 10px;
}
#stranka-reference h3 a:hover{
}
.referencew {
float: left;
margin: 0px 20px 0px 20px;
}
.referencew h4 {
font-size: 12px;
margin: 0px;
padding: 0px;
}
.referencew a {
font-weight: bold;
color: Black;
display: block;
text-align:left;
}
.referencew .ref-m {
margin-bottom: 20px;
}
.referencew a {
font-weight: bold;
color: Black;
display: block;
}
.referencew a:hover {
color: #02A1C8;
}
.referencew a:active {
color: red;
}
.referencew a:visited {
color: #02A1C8;
text-decoration: none;
}
.vybrane-reference {
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}
/* <nadpis> */
#h-loga-r {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	width: 250px;
	height: 36px;
	overflow: hidden;
	color: Black;
}
#h-loga-r a{
	color: Black;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -2px;
}
#h-loga-r span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 250px;
	height: 36px;
	background: url(../images/loga-jan-cermak-r.gif) no-repeat 0 0;
}
/* </nadpis> */

/* <kontakt> */
#content #kontakt {
position:relative;
float:left;
width: 150px;
text-align: right;
/* border-top: 1px solid black; */
}
#content #kontakt h2{
margin: 0px 0px 0px 5px;
font-size: 30px;
font-weight: normal;
letter-spacing: -2px;
}
#content #kontakt a {
color: black;
}
#content #kontakt a:hover {
color:#02A1C8;
}
#content #kontakt a:active {
color: red;
}
#content #kontakt p{
margin: 0px 0px 0px 5px;
}
#content #mapa {
position:relative;
float:left;
width: 590px;
margin: 0px 0px 0px 30px;
/* border-top: 1px solid black; */
}
#content #mapa a {
color: black;
}
#content #mapa a:hover {
color:#02A1C8;
}
#content #mapa a:active {
color: red;
}
/* </kontakt> */


.flash {
border: dotted 1px black;
margin: 0px 0px 20px 0px;
padding: 10px 0px 10px 0px;
}
#content #kontaktni-formular {
position:relative;
float:left;
width: 590px;
margin: 20px 0px 0px 180px;
padding-top: 20px;
border-top: 1px dotted black;
}
#content #kontaktni-formular h2 {
font-size: 30px;
font-weight: normal;
margin: 10px 0px 0px 0px;
letter-spacing: -2px;
text-transform: lowercase;
}
#content #kontaktni-formular .error{
text-align: center;
color: red;
padding: 10px;
margin: 10px;
}
#content #kontaktni-formular p{
margin-left: 100px;
}
#content #kontaktni-formular td {
vertical-align: top;
}

/* ptakovinky2 */
#content h1, #content cite  {
display: none;
}

/* /ptakovinky2 */


#h-www span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 250px;
	height: 36px;
	background: url(../images/www-stranky-jan-cermak.gif) no-repeat 0 0;
}
#h-ostatni2 span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 250px;
	height: 36px;
	background: url(../images/ostatni2-jan-cermak.gif) no-repeat 0 0;
}
#content #stranka-reference hr{
border-top: 1px dotted black;
border-bottom: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
}
#content #stranka-reference .download-box{
margin-bottom: 20px;
}
#content #stranka-reference .download-box h3{
font-size: 2em;
font-weight: normal;
margin: 0px;
}
#red-novinka{
	background: url(../images/novinka.jpg) no-repeat 0 0;
width: 54px;
height: 29px;
	display: block;
	margin: 0;
	padding: 2px 0px 0px 5px;
	position: absolute;
	left: 746px;
	top: -18px;
	z-index: 30000;
	color: white;
}
