﻿*
{
  font-family:Arial, Serif;
  margin:0px;
  padding:0px;
}

body 
{
  background-color:#ddd;
  background-image:url("http://www.ubytovanieszu.sk/Images/background.gif");
  background-repeat:repeat;
  font-size:0.95em;
}

h1
{
  margin:14px 0;
  font-size:1.4em;
  color:#5E0812;
}

h2
{
  font-size:1.2em;
}

strong
{
  color:#5E0812;
}

#topimg
{
  margin:10px auto 0px auto;
  display:block;
  border:0px solid #ddd;
  border-width:0px 1px 0px 1px;
}

#main
{
  margin:0px auto;
  width: 950px;
  background-color:White;
  min-height:630px;
  border:0px solid #ddd;
  border-width:0px 1px 1px 1px;
}

#menu {}

#menu a
{
  background-color:#29085d;
  padding:4px 23px 4px 23px;
  color:White;
  text-decoration:none;
  float:left;
  border:0px solid white;
  border-width:1px 0px 0px 1px;
}

#menu a:hover
{
  background-color:#5E0812;
  color:white;
}


#menu .lang
{
  padding-left:180px;
  float:left;
  font-size:9px;
  text-align:right;
}

#menu .lang a
{
  padding:1px 2px 1px 2px;
  border-width:0px;
  background-color:#fff;
}

#menu .lang a img
{
  border-width:0px;
  color:Black;
}

#content
{
  float:left;
  width:625px;
  padding:15px 30px 15px 15px;
}

#content a
{
  text-decoration:none;
  border-bottom:1px dotted #29085d;
  color:#29085d;
  letter-spacing:1px;
  line-height:20px;
}

#content a:hover
{
  color:Red;
  border-bottom:1px dotted red;
}

#right
{
  float:left;
  /*width:210px;*/
  background-color:#ddd;
  min-height:450px;
  padding:10px;
  margin-top:-20px;
}

#right img
{
  width:230px;
  margin:10px;
  display:block;
}

.clear  { clear:both; }