
/*---------------- Browser und System Check ---------------*/
#browsersystem { visibility: hidden; position:relative;}
/* -------------------- Allgemeine Definitionen ------------------ */
DIV 
{
/*  border: collapse;*/
/*  border: 1px solid #ff0000;*/
}

#maincontent
{
  position:relative;
  width:780px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------- Allgemeine Definitionen ------------------ */
/* ------------------------- Head Bereich ----------------------- */

#head-language
{
  text-align: left;
  width:780px;
  height: 40px;
  background:#FFF;
}

#head-navigation
{
  position: relative;
  text-align: left;
  height: 30px;
  width: 550px; 
  background-color: #FFFFFF;
  background-image:url(/fileadmin/website/images/bg-navigation-links.gif);
  background-repeat:repeat;
}

#head-suche
{
  background-color: #FFFFFF;
  background-image:url(/fileadmin/website/images/bg-navigation-rechts.gif);
  background-repeat:repeat;
  height: 30px;
  width:230px;
  border: 0px;
  margin: 0;
  padding:0;
}

#head-image
{
  background-color: #FFFFFF;
  width:780px;
  height: 156px;
  position: relatve;
  z-index: 1;
  clear: both;
}

/* ------------------------- Head Bereich ----------------------- */
/* ----------------------- Content Bereich ---------------------- */
#content
{
  float:none;
/*  position:relative;*/
  min-height: 320px;
  width: 780px;
  background-color: #FFFFFF;
  background-image:url(/fileadmin/website/images/content-bg.gif);
  background-repeat:repeat;
  text-align: left;
}

/* Definitionen Content Template */

#cont-rootline
{
  margin-left: 10px;
  width: 710px;
  height: 20px;
/*  position:relative;*/
  z-index: 10;
  background:transparent;
}

#cont-left-col-outer {}

#cont-left-col {}

#cont-mid-col-outer 
{
  width: 550px;
}

#cont-mid-col 
{
  padding-top: 10px;
/*  padding: 10px 10px 10px 10px;*/
  width: 500px;
}

#cont-right-col 
{
  width: 230px;
}

/* min height Ersatz fuer besonders dumme Browser (IE) */
DIV#min-height-div
{
  border: 0px solid #ff0000;
  height:320px;
  width: 1px;
  line-height:1px;
  float:left;
}

/* Wichtig fuer das vertikale Aufziehen der Seite */
DIV#clearer
{
height:1px;
clear:both;
line-height:1px;
}

/* ----------------------- Content Bereich ---------------------- */
/* ------------------------ Footer Bereich ----------------------- */

#foot-navigation
{
  width: 780px; 
  height: 25px; 
  background: #b2b8bd;
  text-align: center;
}

/* ------------------------ Footer Bereich ----------------------- */
/* ---------------- Definitionen Extensions --------------------- */
