html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
block, pre, form, fieldset, table, th, td, span, embed {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #434343;
	font-size: 14px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-family: Garamod, serif;
	letter-spacing: -1px;
	font-size: 2.5em;
  text-shadow: #545454 1px 1px;
	color: #e1a50f;
	font-variant: small-caps;
}

h2 {
	font-size: 1.4em;
	font-family: Garamod, serif;
	text-align: center;
	font-variant: small-caps;
	color: #252525;
	font-weight: bold;
	margin: 30px 200px 20px 200px;
  text-shadow: #dadada 1px 1px;
  border-bottom: 1px solid #dadada;
}

h3 {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	margin: 30px 0 0px 0;
}

h4 {
  font-style: italic;
  color: #3a3a3a;
  margin: 5px 0 10px 60px;
  display: block;
  font-weight: normal;
}

ul.content {
  margin: 20px 0 0 20px;
}

ul.content li {
  margin: 20px 0 10px 20px;
}

ul.content li ul {
  margin: 0px 0 0px 20px;
}

ul.content li ul li {
  margin: 10px 0 10px 20px;
  list-style-image: url(../images/green_tick.png);
}

ul.download {
  margin: 20px 0 0 20px;
}

ul.download li {
  margin: 5px 20px;
}

li.pdf {
  list-style-image: url(../images/pdf_icon.png);
}

li.list {
  list-style-image: url(../images/list.png);
}

hr {
  color: #dadada;
  height: 1px;
  margin: 30px 0;
}

p {
  padding: 0 20px;
  margin-bottom: 20px;
}

p.intro {
  padding: 20px;
  margin: -30px 0 0px 0;
	background: url(../images/title.gif) repeat-x bottom;
	background: url(../images/intro_bckgr.png) repeat-x top;
}

p.article {
  border-bottom: 1px solid #dadada;
	padding: 0 20px 20px 20px;
}

a {
	color: #e5a810;
}

a:hover {
	color: #e5a810;
}

a.download {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #3a3a3a;
  margin: 5px 0 10px 60px;
  display: block;
}

.important {
  scolor: #e58d10;
  font-weight: bold;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.bullet {
  padding-left: 30px;
  background: url(../images/bullet.png) no-repeat;
}

.center {
  text-align: center;
  display: block;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

#hidden {
  display: none;
}

.button {
  background: url(../images/button.jpg) no-repeat;
  width: 100px;
  display: inline;
}

.meta {
	margin-right: 20px;
}

.meta .button {
	display: block;
	width: 120px;
	height: 26px;
	padding: 5px 0px 0px 0px;
	margin: 15px 0 -20px 0;
	background: url(../images/button.jpg) no-repeat left top;
	text-align: center;
}

.meta a {
	text-decoration: none;
	color: #000;
}

.boxes {
  width: 220px;
  height: 250px;
  margin: 0 0 20px 10px;
  background: url(../images/intro_bckgr.png) repeat-x;
  float: left; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../css/border-radius.htc);
  border-radius: 5px;
}
  
/* Header */
#header {
	width: 700px;
}

#header img.logo {
	margin: 70px 30px 0px 30px;
	width: 700px;
}

#contact {
	margin: 30px 0 0 400px;
	width: 250px;
	position: absolute;
}

#contact img {
	float: left;
	margin: 0 10px 0 0;
}

#login {
  position: absolute;
	margin: 30px 0 0 30px;
	color: #e5a810;
}

#lang {
	width: 150px;
	position: absolute;
	margin: 30px 0 0 925px;
}

#lang img.flag {
	float: left;
	margin-right: 10px;
	width: 25px;
	height: 16px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/img02.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(../images/img01.jpg) no-repeat left top;
}

#page-bgbtm {
	background: url(../images/img03.jpg) no-repeat left bottom;
	padding: 0px 30px 5px 30px;
}

/* Title */

.title {
	padding: 20px;
	width: 660px;
	border-bottom: 1px dashed #a6a6a6;
	margin-bottom: 20px;
	background: url(../images/title.gif) repeat-x bottom;
	background: url(../images/title.gif) repeat-x;
}

.clause {
  font-style: italic;
  color: #3a3a3a;
  margin: -45px 0 30px 60px;
  padding-bottom: 5px;
  display: block;
}

/* Menu*/ 
 
#menu {
  margin: -20px 0 0px 30px;
  position: relative;
}

/* Content */

#content {
	float: left;
	margin-top: -7px;
	width: 700px;
	color: #000000;
}

img.profile {
	width: 99;
	height: 132;
	border: 1px solid grey;
}

.last {
	border: none;
}


/* home */

#introduction table {
  width: 700px;
  border-collapse: collapse;
  background: url(../images/intro_bckgr.png);
}

#introduction table td {
  border-left: 2px solid #ffffff;
  vertical-align: top;
  text-align: left;
  width: 200px;
}

h2.box {
  border-bottom: none;
  text-align: left;
  font-size: 18px;
  color: #ffdf8e;
  text-shadow: #252525 1px 1px;
  margin: 0 0 10px 0;
  _background: none;
}

#introduction p {
  line-height: 15px;
  padding: 0px;
  margin-top: 10px;
}

#introduction a {
  color: #000;
  text-decoration: none;
  padding: 20px;
  display: block;
}

div.contact {
  clear: both;
  margin-top: 20px;
	background: url(../images/title.gif) repeat-x bottom;
  border-left: 2px solid #fff;
}

.contact table {
  padding: 20px;
  width: 450px;
}

.contact table th {
  text-align: left;
  padding-bottom: 5px; 
}

/* kontakt */

#sidlo {
}

#sidlo img {
  width: 250px;
}

#sidlo table.sidlo {
  margin: auto;
}

#sidlo table.sidlo td {
  padding: 20px;
}

#fakturacni_udaje {
  width: 300px;
  margin-left: 80px;
}

#lide {
  width: 300px;
}


/* side panel */

#side_panel {
  float: right;
  border: 1px solid grey;
  height: 500px;
  width: 200px;
  margin: -260px 0 0 0;
}

/* Footer */

#footer {
	height: 50px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5a810;
	margin-bottom: 27px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #e5a810;
}

img { 
  border: none; 
}

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

.bigLink {
	background: url(../images/intro_bckgr.png) repeat-x;
	padding: 10px;
	margin: 0 0 20px 20px;
	width: 300px;
}

.bigLink a {
	text-decoration: none;
}

.bigLink h2 {
	text-align: left;
	margin: 0px;
  border-bottom: none;
}

.bigLink .clause {
  margin: 5px 0 0 20px;
  padding: 0 0 0 50px;
  background: url(../images/bullet2.png) no-repeat;
}


/** reference **/
table.ref {
  background: #dcdcdc;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.ref td {
  border: 1px solid #fff;
  padding: 3px 10px;
}

table.ref td.year {
  background: #898989;
}

table.ref th {
  background: url(../images/intro_bckgr.png) repeat-x;
  padding: 3px 5px;
  color: #000;
  border: 1px solid #fff;
}
