html
{
  width: 100%;
  height: 100%;
}

body
{
  width: 100%;
  height: 100%;
  background: #FFF url(../media/main/bg.png) repeat-x top left;
}

/* Standardangaben -------------------------------------------------------------------- */

div
{
  position: relative;
}

body, td, a /* font default */
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #FFF;
}

body, div, form /* margin default */
{
  margin: 0;
  padding: 0;
}

img, table /* border default */
{
  border: none;
}

/* ------------------------------------------------------------------------------------ */

a
{
  color: #FFF;
  text-decoration: none;
}



/* ------------------------------------------------------------------------------------ */

#site
{
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------------------------------ */

#header
{
  width: 100%;
  height: 160px;
  background: #FFF url(../media/main/bg_header.jpg) repeat-x left 114px;
}

#header_content
{
  width: 900px;
  height: 100%;
  margin: auto;
}

#header .page_headline
{
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  width: 400px;
}

#header .logo
{
  float: right;
  margin-right: 20px;
  margin-top: 29px;
}

#header .flags {
  position: absolute;
  top: 29px;
  left: 615px;
}

#header .flags a {
  display: block;
}

/* ------------------------------------------------------------------------------------ */

#content
{
  width: 100%;
  height: auto;
  background: #5C7004;
  border-top: 1px solid #5C7004;
  border-bottom: 1px solid #5C7004;
}

#content_content
{
  width: 900px;
  height: auto;
  border-left: 1px solid #5C7004;
  margin: auto;
  background: url(../media/main/bg_content.png) repeat-y;
}

/* ------------------------------------------------------------------------------------ */

#footer
{
  width: 100%;
  height: 255px;
  background: #FFF url(../media/main/bg_footer.jpg) repeat-x;
}

#footer_content
{
  width: 900px;
  height: 100%;
  margin: auto;
}

#footer #sig
{
  postition: absolute;
  /*top: 187px;*/
  bottom: 0;
  left: 567px;
  width: 300px;
  height: 30px;
  background: #c6d284 url(../media/main/sig.gif) no-repeat;
  line-height: 28px;
  text-align: right;
  padding-right: 25px;
  color: #FFF;
  font-size: 10px;
}

#footer #sig a
{
  color: #FFF;
  font-size: 10px;
}

/* ------------------------------------------------------------------------------------ */

.col_left
{
  width: 211px;
  height: 100%;
  float: left;
}

.col_right
{
  width: 688px;
  height: 100%;
  float: left;
}

#header_content .col_right
{
  width: 899px;
  height: 100%;
}

.blr
{
  border-right: 1px solid #5C7004;
}

/* ------------------------------------------------------------------------------------ */

#krpano {
  height: 274px;
  margin-left: 2px;
}

/* ------------------------------------------------------------------------------------ */

.imgMsg {
  border: none !important;
}

/* ------------------------------------------------------------------------------------ */

.clear
{
  position: relative;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}