*
{
  padding: 0px;
  margin: 0px;
}

body
{
	text-align: center;
	background-color: white;
}

#mainDiv
{
  width: 906px;
  margin: 0px auto;
  text-align: left;
  font-size: 12px;
  font-family: Arial;
  color: #6A6A6A;
}

#header_img
{
  position: relative;
  height: 293px;
  text-align: center;
}

#header_img h1
{
  padding-top: 200px;
  font-size: 60px;
  color: #000000;
}

#header_img img
{
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  border: none;
}

#header_line
{
  background-color: #400000;
  height: 10px;
}




/* MENU====================================================================================================*/

#menu
{
  float: left;
  width: 625px;
  height: 55px;
  background-color: #8E0000;
  background-image: url('menu_bg.jpg');
  background-repeat: no-repeat;
  background-position: right top;
}

#menu a
{
  text-decoration: none;
}

#sublinks
{
  margin-top: 5px;
  height: 20px;
  padding-left: 10px;
  padding-top: 2px;
}

#sublinks a
{
  color: #FFF8CF;
  padding-right: 20px;
  font-weight: bold;
}

#links
{
  height: 30px;
  padding-left: 10px;
}

#links a
{
  display: block;
  float: left;
  color: #FCE566;
  font-weight: bold;
  font-size: 14px;
  padding: 11px 35px 0px 0px;
}

#links a.focused
{
  background-image: url('focus.gif');
  background-repeat: no-repeat;
  background-position: 10px top;
}


/* END MENU=================================================================================================*/


#shadow
{
  float: left;
  width: 625px;
  height: 19px;
  background-image: url('shadow.jpg');
  background-repeat: repeat-x;
}

#search
{
  float: right;
  width: 281px;
  height: 78px;
  background-color: #400000;
  background-image: url('search_bg.jpg');
  background-repeat: no-repeat;
}

#search form
{
  border-top: solid 1px #7A0000;
  background-image: url('search_border.jpg');
  background-repeat: repeat-x;
  width: 265px;
  margin-top: 43px;
  margin-left: 10px;
  padding-top: 6px;
}

#search form input
{
  width: 120px;
  border: solid 1px #000000;
  background-color: #8E0000;
  margin-left: 15px;
  color: #FFFFFF;
  font-size: 11px;
  font-family: Arial;
}

#search form label
{
  color: #FFFFFF;
  margin-left: 10px;
}

#search .submit
{
  visibility: hidden;
  width: 10px;
}

.support
{
  float: left;
  width: 20px;
  height: 300px;
}

#page
{
  float: left;
  width: 866px;
  padding: 20px 0px;
}

#footer_top
{
  clear: both;
  height: 22px;
  background-image: url('footer_top.jpg');
}

#footer_middle
{
  color: #FFFFFF;
  height: 38px;
  background-image: url('footer_middle.jpg');
  background-color: #400000;
}

#footer_bottom
{
  height: 26px;
  background-image: url('footer_bottom.jpg');
}









#copyright
{
  
  font-size: 10px;
  float: right;
  padding-right: 85px;
  padding-top: 5px;
}

#partners
{
  font-size: 11px;
  padding: 10px;
}

#partners a
{
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 5px;
  border-right: solid 1px #FFFFFF;
}



/* HOME ========================================================================================*/

#aktuality
{
  float: right;
  width: 250px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: dotted 1px black;
}

#aktuality strong
{
  color: #005B94;
}

#aktuality p
{
  padding: 5px 0px 20px 0px;
}


#aktuality a.more
{
  float: right;
  margin-right: 20px;
}


#HomePicture
{
  float: right;
  clear: both;
  width: 250px;
  text-align: center;
  margin-top: 50px;
}

#HomePicture img
{
  margin: 0px;
  padding: 0px;
}

#HomeLeftSide
{
  width: 550px;
}

/* AKTUALITY ===================================================================================*/
.aktualita
{
    margin-bottom: 20px;
    border-bottom: dotted 1px black;
}

.aktualita strong
{
  color: #005B94;
}

.aktualita p
{
  padding: 5px 0px 20px 0px;
}

/* GALLERY =====================================================================================*/

.galleryphoto
{
  width: 270px;
  float: left;
}

.cleaner
{
  height: 10px;
  clear: both;
}


/* BAZAR =======================================================================================*/

.bazar
{
  margin-bottom: 20px;
  border-bottom: dotted 1px black;
}

.bazar img
{
  float: left;
}

.bazar strong
{
  display: block;
  color: #005B94;
  padding-bottom: 10px;
}