/** BASIC */

body {
	margin: 40px 0px;
	padding: 0px;
	background: #CCED7B url(_images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	padding: 2px 5px 3px 5px;
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCED7B;
}

input.text {
  border: 1px solid #8dc63f;
}

input.button {
	background: #8dc63f url(_images/homepage04.gif) repeat-x left top;
	border: none;
	text-transform: lowercase;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2, h3 {
	font-weight: normal;
	color: black;
}

h1, h2 {
	margin-top: 5px;
	margin-bottom: 14px;
}

h1 {
	font-size: 22px;
	background: url(_images/H1Podklad.png) left top;
	height: 30px;
	padding-left: 10px;
	color:#FFFFFF;
}

h2 {
	font-size: 16px;
	background: url(_images/H2Podklad.png) left top;
	height: 20px;
	padding-left: 10px;
}

h3 {
	font-size: 11px;
	margin-bottom: 2px;
	font-weight: bold;
	clear:left;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 14px;
	list-style-image: url(_images/dot.gif)
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 20px 0px 10px 0px;
	background: url(_images/homepage09.gif) repeat-x;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3 {
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(_images/homepage07.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #3EA505;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 8px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 50px;
	background: url(_images/homepage09.gif) repeat-x left center;
}

/** MENU */

#menu {
	background: #E4E4E4 url(_images/homepage02.gif) repeat-x left top;
	border: 1px solid #8dc63f;
}

#menu a {
	float: left;
	height: 43px;
	padding: 22px 25px 0px 25px;
	border-left: 1px solid #8dc63f;
	text-decoration: none;
	font-size: 15px;
	color: #505050;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}

/** LOGO */

#logo h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #3EA505;
}

/** SEARCH */

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search legend {
	display: none;
}

#search-text {
	width: 130px;
}

#search-submit {
}

/** PAGE */

#page {
	padding: 30px 0px;
	background: url(_images/homepage05.gif) repeat-x left top;
}

/** FOOTER */

#footer {
	background: url(_images/homepage10.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}

#footer img {
  vertical-align:middle;
}

.Perex {
  color:#006600;
	margin-bottom: 20px;
	font-size:15px;
	line-height: 16px;
}

/** Pro návod Rubikovy kostky */
.tahy{
	font-size: 12px;
	font-weight: bold;
}

.Anotace {
	clear:both;	
	margin-bottom: 0px;
}

.Anotace2 {
	clear: right;
	margin-bottom: 0px;
}

.Pozor {
  FONT-WEIGHT: bold;
	color: #FF0000
}
	
.Download {
	margin-bottom: 10px;
	padding-left: 22px;
	height: 20px;
	background: url(_images/Download.png) no-repeat ;
}

/** Pro clánky Grafika.cz */
.small {
	margin-bottom: 10px;
}

.TitulekSeznamu {
	font-weight: bold;
}

/** Pro jednotlivá grafická záhlaví */
.VychoziPage {background: url(_images/Headers/VychoziPageHeader.png) no-repeat}
.FotoakcePage {background: url(_images/Headers/FotoakcePageHeader.png) no-repeat}
.GrafikaPage {background: url(_images/Headers/GrafikaPageHeader.png) no-repeat}
.KontaktPage {background: url(_images/Headers/KontaktPageHeader.png) no-repeat}
.NovinkyPage {background: url(_images/Headers/NovinkyPageHeader.png) no-repeat}
.OstatniPage {background: url(_images/Headers/OstatniPageHeader.png) no-repeat}
.ProduktyPage {background: url(_images/Headers/ProduktyPageHeader.png) no-repeat}
.ProjektyPage {background: url(_images/Headers/ProjektyPageHeader.png) no-repeat}
.SluzbyPage {background: url(_images/Headers/SluzbyPageHeader.png) no-repeat}




