body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.8em;
	background-color: white;
	color: black;
  text-align: center;
  background-image: url('/images/background.gif');
  background-color: rgb(0,134,207);
  background-position: top center;
  background-repeat: repeat-y;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
  border: none;
}

a {
  color: rgb(97,184,230);
  font-weight: bold;
}

a:hover {
}

form {
  margin: 0px;
  padding: 0px;
}

table {
  font-size: 100%;
}

td {
  font-size: 100%;
}

label {
  cursor: pointer;
  _cursor: hand;
}

h2 {
  font-size: 130%;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-size: 110%;
  margin: 5px 0px 5px 0px;
}

h4 {
  font-size: 100%;
  margin: 5px 0px 5px 0px;
}

hr {
  height: 1px;
  border: solid 1px rgb(97,184,230);
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.imageRight {
  margin-left: 10px;
}

.imageLeft {
  margin-right: 10px;
}

.illustration {
}

.illustration img {
  margin-left: 5px;
  padding: 2px;
  background-color: rgb(97,184,230);
}

#page {
  width: 780px;
  position: relative;
  text-align: left;
  margin: auto;
  background-color: white;
}

#titleWeb {
  position: absolute;
  z-index: -1;
  font-size: 200%;
  color: rgb(97,184,230);
}

#titleWeb .headline {
  font-size: 80%;
  font-weight: normal;
}

#header {
  width: 780px;
  height: 126px;
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
  cursor: pointer;
}

/*********************************************************/
/********************* horni menu ************************/
/*********************************************************/

#menuTop {
  height: 51px;
  width: 780px;
  position: relative;
  background-image: url('/images/background-menu.gif');
  background-repeat: repeat-x;
  background-position: top left;
  font-size: 12px;
  background-color: rgb(97,184,230);
  z-index: 99;
}

#menu, #menu ul {
	padding: 12px 0px 0px 10px;
	margin: 0px;
	list-style: none;
	font-size: 12px;
}

#menu a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-left: solid 2px rgb(81,158,206);
	padding: 2px 15px 2px 3px;
}

#menu a:hover {
  background: rgb(60,111,168);
  color: white;
}

#menu li {
	float: left;
}

#menu li ul li {
  	border-bottom: rgb(97,184,230) 1px solid;
  	border-top: 1px solid #FFFFFF;
}

#menu li ul a {
   width: 280px;
	border-right: solid 1px rgb(97,184,230);
	border-left: solid 1px rgb(97,184,230);
	font-size: 11px;
  	background-color: rgb(97,184,230);
}

#menu li ul {
   margin: 0px;
   padding: 0px;
	position: absolute;
	background: white;
	width: 150px;
	left: -999em;
  	background-color: rgb(97,184,230);
}

#menu li ul ul {
	margin: -1em 0 0 150px;
}

#menu li ul ul li a {
	border-left: solid 1px white;
}

#menu li:hover ul ul, #menu li.menuHover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.menuHover ul, #menu li li.menuHover ul {
	left: auto;
}

#languages {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 0;
}

#languages li {
  display: inline;
}

#mainContent {
  padding-top: 20px;
  margin: 0px 10px 0px 10px;
}

#mainContent h1 {
  color: rgb(97,184,230);
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 120%;
/*  text-transform: uppercase;*/
  text-align: right;
}

#mainContent .articlePerex {
  font-style: italic;
  padding-bottom: 20px;
  text-align: justify;
}

#mainContent .articleText {
  padding-bottom: 20px;
  line-height: 1.5em;
  text-align: justify;
}

#mainContent .sectionItem {
  clear: both;
  border-bottom: solid silver 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#mainContent .sectionItem .perexImage {
  float: right;
}

#mainContent .sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
}

#mainContent h3 {
   clear: both;
   color: rgb(97,184,230);
   margin-bottom: 5px;
}

#mainContent h4 {
   clear: both;
   margin-bottom: 5px;
}

#mainContent p {
  margin-top: 0px;
}

#footer {
  clear: both;
  margin-top: 20px;
  border-top: solid 1px rgb(97,184,230);
  text-align: right;
  font-size: 80%;
  color: rgb(97,184,230);
}

#footer a {
  text-decoration: none;
  font-weight: normal;
  color: rgb(97,184,230);
}


/*************************/
/********* form **********/
/*************************/

.label {
  font-size: 90%;
  margin-top: 10px;
}

.inputItem {
  width: 500px;
}

.buttonSend {
  width: 500px;
  text-align: center;
  margin-top: 10px;
}


/*************************/
/********* reference *****/
/*************************/

#mainContent hr {
  display: none;
}

#mainContent .references {
  text-align: center;
}

#mainContent .references img {
  padding: 2px;
}

#mainContent .references h3 {
  clear: both;
  padding: 2px 0px 2px 5px;
  font-size: 100%;
  color: white;
  text-align: left;
  width: 755px;
  background-color: rgb(97,184,230);
  margin-bottom: 15px;
  margin-top: 30px;
}

#mainContent .references h3 a {
  text-decoration: none;
  color: white;
}
