body {
  background: #000000;
  text-align:center;
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: Arial;
  color: #ffffff;
}

html{
  text-align:center;
}

#pagecontent {padding: 0px;}
#column1 {clear: both;}
#column2 {float: left;}
#column3 {float: right; border-left: 1px solid #e3001a; height: 800px; width: 50px; margin-right: 50px;}
#wrap {
  text-align: center;
  position: relative;
  width: 1000px;
  height: 800px;
  margin: 0 auto;
  background: url(../imgs/background.png) no-repeat center top;
}

.imagemy {
  border: 0px;
  margin-left: 315px;
  margin-top: 17px;
}

.cube {
  border: 0px;
  margin-top: 7px;
}

.odpocet {
  margin-left: 700px;
  margin-top: -450px;
  position: relative;
  font-size: 10pt;
}

.galerie {
  margin-left: 326px;
  margin-top: 319px;
}

.www {
  text-align: right;
  margin-top: 5px;
  margin-right: 20px;
}

.black {
  background: #000000;  
}

.c {
  margin-top: 660px;
  margin-right: 25px; 
}

.nadpis {
  margin-left: 20px;
  padding-top: 14px;
  font-size: 14pt;
}

#webdesign {
  font-size: 9pt;
  text-align: right;
  margin-right: 65px;   
}
.webdesignlink {
  color: #a3a3a3; 
  text-decoration: none;
}

.webdesignlink:link {color: #a3a3a3;}
.webdesignlink:visited {color: #a3a3a3;}
.webdesignlink:active  {color: #a3a3a3;}
.webdesignlink:hover   {color: #a3a3a3; text-decoration: underline;}

/* =Form
-----------------------------------------------------------------------------*/

fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 0px;
  width: 460px;
  font-size: 9pt;
} 

label {
  float: left;
  width: 14em;
}

.input {
  width: 250px;
  background: #ddd;
}
.input[type="text"] {
  width: 250px;
  font-family: arial;
}

.textarea {
  width: 250px;
  height: 100px;
  background: #ddd;
  font-family: arial;
}
.formbutton {
  display: block;
  width: 10em; /*rozmery potrebne pro IE5.x na Windows*/
  padding: 0.2em;
  line-height: 1.3;
  background-color: #000000;
  color: #e3001a;
  text-decoration: none;
  text-align: center;
  border: 0px;
  float: right;
  margin-right: 20px;
}
.formbutton:hover {
  background-color: #000000;
  color: #ffffff;
}