body {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	/*font-family: Verdana, "Geneva CE", lucida, sans-serif;*/
	font-family: "Times New Roman", Times, serif; 
	font-size: 0.8em;
	background-color: rgb(59,49,37);
	color: rgb(60,50,38);
  text-align: center;
}

img {
  border: none;
}

a {
  color: rgb(202,89,144);
  text-decoration: none;
}

a:hover {
  color: rgb(156,143,124);
  text-decoration: none;
}

h1 {
  font-size: 130%;
  margin: 5px 0px 15px 0px;
  font-weight: normal;
}

h2 {
  font-size: 110%;
  font-weight: normal;
  margin: 5px 0px 15px 0px;
}

h3 {
  font-size: 130%;
  font-weight: normal;
  margin: 15px 0px 15px 0px;
}
h4 {
  font-size: 100%;
  font-weight: bold;
}
.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
.lidePic {
  margin-bottom: 20px;
  display: block;
}

#page {
  position: relative;
  width: 900px;
  text-align: left;
  margin: auto; 
}

#header {
  position: relative;
}
#logo
{   position: relative;
  margin: 40px 0px 10px 60px;
}
#mainTitle{
  color: white;
  font-size: 100%;
  text-align: right;
  margin: 0px 60px 10px 0px;
}
#webTitle {
  position: absolute;
  top: 50px;
  left: 140px;
  font-size: 130%;
  background-color: rgb(76,64,50);
  color: white;
  z-index: -2;
}

#webTitle a {
  text-decoration: none;  
  color: white;
}



/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu {
  padding: 0px;
  margin: 20px 60px 0px 0px;

}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
    float: right;
}

#menu li {
  float: left;
}


#menu a {
  font-size: 110%;
  font-family: "Times New Roman", Times, serif; 
  font-weight: bold;
  color: rgb(59,49,37);
  border-left: solid 1px rgb(59,49,37);
  padding: 2px 10px 2px 10px;

}

#menu a:hover {
  color: rgb(187,0,117);
}
#menu .current {
  color: rgb(202,89,144);
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/


#mainContent {
  background-color: white;
}

#mainContentItem {
  width: 789px;
  text-align: left;
  padding: 0px;
  margin: 60px 50px 60px 60px;
  font-size: 100%;
}


.mainContentItemTitle {
  font-family: Georgia, "New York CE", utopia, serif;
}

.mainContentItemText {

}
.mainContentItemPic {
  float: left;
  margin: 0px 20px 0px 0px;
  width: 80px;
  font-size: 80%;
}
.mainContentItemPic img {
  margin: 0px 0px 5px 0px;
}

#mainContent #navigace {
  padding: 0px 0px 30px 39px;
}

#mainContentItem ul{
  margin: 0px 0px 40px 20px;
  padding: 0px;
 /* list-style: circle;*/
}
#mainContentItem li {
  margin: 0px 0px 10px 0px;

}
.rightColumn {
  float: right;
}
.rightColumn img {
  padding: 0px 0px 10px 10px;
}
.leftColumn {
  float: left;
  margin-right: 15px;
  padding: 15px 20px 15px 20px;

}

#footer {
  text-align: left;
	margin: auto;
  color: white;
  padding: 20px 0px 0px 60px;
  font-size: 90%;
  
}

.highlight {
  background-color: rgb(200,195,187);
}

/*********************************************************/
/********************* reference**********************/
/*********************************************************/

#referenceBox{
  width: 110px;
  min-height: 110px;
  background-color: rgb(76,64,50);
  color: white;
  font-size: 94%;
  padding: 5px;
  
}
#referenceList {
  margin: 20px 0px 10px 0px; 
}
#referenceList ul {
  padding: 0px;
  margin: 0px;
  list-style: none; 
  line-height: 14px;
}
#referenceList li {
  margin-bottom: 14px; 
}
#referenceList a {
  color: rgb(202,89,144);
}
#referenceList .current {
  color: rgb(76,64,50);
}
.referenceBoxCont {
  display: block;
  height: 100px;
  margin-bottom: 20px;
}
.referenceBoxItem {
  margin: 5px 0px 0px 0px; 
  text-align: left; 
  float: left;
  width: 150px;
}
.referenceBoxItem img{
  margin: 0px 0px 5px 0px; 
  text-align: center; 
}
/*.referenceBox, .referenceBoxEdge {
  float: left; 
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 70px; 
}
.referenceBoxEdge {

}
.referenceBox {
  margin-right: 20px;
  width: 150px;
}
*/
#leftCol {
  width: 140px;
}
#middleCol {
  float: right; 
  text-align: right;
  width: 630px;
  margin-left: 0px;
}
#rightCol {
  float: right;
    width: 77px;
  padding-right: 10px;

}

#rightColScrol {
  float: right;
  width: 67px;
  height: 500px;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-track-color: rgb(212,207,201);
  scrollbar-face-color: rgb(240,238,235);
  scrollbar-3dlight-color: rgb(204,199,194);
  scrollbar-arrow-color: rgb(105,93,78);  
  padding-right: 10px;

}

#rightCol img {
  display: block;
  margin-bottom: 18px;
}

#back {
 text-align: right;
 margin-top: 10px;
 font-weight: bold;
}
#close{
 margin-top: 10px;
}
.detail, .detailBorder{
  margin-right: 15px;
}
.detailBorder{
  border: solid 1px rgb(192,192,192);
}

/*********************************************************/
/********************* SLUZBY**********************/
/*********************************************************/
.menuBox, .menuBoxEdge {
  width: 137px;
  height: 136px;
  float: left; 
  font-weight: bold;
  font-size: 110%;
}
.menuBox {
  margin-right: 76px;
}

.design {
  background-color: rgb(210,119,156); 
}
.design a{
  color: rgb(60,50,38); 
}


.web {
  background-color: rgb(60,50,38);
}
.web a{
  color: rgb(210,119,156); 
}


.dtp {
  background-color: rgb(210,119,156);
}
.dtp a{
  color: rgb(60,50,38); 
}


.other {
  background-color: rgb(60,50,38);
}
.other a{
  color: rgb(210,119,156); 
}
.menuBoxItem {
  margin: 113px 7px 0px 0px; 
  text-align: right; 
}


.menuBoxItem a:hover {
  color:  white; 
}


/*********************************************************/
/********************* FORMULÁØ**********************/
/*********************************************************/
.label {
  display: block;
  margin-top: 5px;
}

.inputItem {
  width: 400px;
 font-family: "Times New Roman", Times, serif; 
 font-size: 100%;
 BORDER: rgb(60,50,38) 1px solid;
 	color: rgb(60,50,38);
}
select{
  width: 200px;

}
.sendButton input{
  background-color: rgb(202,89,144);
  color: white;
  margin-top:10px;
}
   

