/* wrapper to align center of page */
#wrapper {
  /*we need to tell the browser the size of the warpper div*/
  width:780px;

  /*aligns the page to the center horizontal (x)*/
  margin-left:auto;
  margin-right:auto;

  margin-top:20px;
  /*allows us to see wrapper*/
  /*background-color:red;*/
}

.menu
{
  background-color: #BD3831;
  width:766px;
  padding: 5px;
}

.menu_item a
{
  font-weight: bold;
  padding-right: 15px;
  color: white;
  text-decoration:none;
}

.menu_item a:hover
{
  font-style: italic;
}

body
{
  background-image:url(images/bg_main.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  background-color: #86BDFE;

  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}

.header
{
  position: relative;
  /*margin-top: 20px;*/
}

.logo a img
{
  border: 0px;
}

.header-in
{
  text-align: left;
  position: absolute;
  top: 25px;
  left: 300px;
}

.header-in-lang
{
  text-align: left;
  position: absolute;
  top: 0px;
  left: 750px;
}

.header-in-lang img
{
  border: 0px;
  margin-top: 7px;
}

.name
{
  font-weight: bold;
  font-size: 350%;
  margin-right:20px;
  text-align: center;
}

.address
{
  font-weight: bold;
  font-size: 140%;
}

.kontakt
{
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90%;
}

table.kontakt td
{
  padding-left: 10px;
  padding-right: 10px;
}

.centeredBold
{
  text-align:center;
  font-weight:bold;
}

.required
{
  font-weight: bold;
  font-size: 150%;
	color: red;
	margin-left: 5px;
}
