
/*---------------- Border global um alle DIV's ---------------*/
/*
div
{ 
	border: 1px solid #ff0000;
	border: collapse;
}
*/
/*---------------- Border global um alle DIV's ---------------*/

/*---------------- Browser und System Check ---------------*/

#browsersystem { visibility: hidden; position:relative;}

/* -------------------- Allgemeine Definitionen ------------------ */

/* 1. Table - ganz aussen */
#outer-table {}

/* 2. Table - beinhaltet die Seite */
#page-table {}

/* 3. beinhaltet den Content / das Content Template */
#page-container {}

/* 4. Head Container beinhaltet die Sprachumschaltung und das Logo mit Link zur Startseite */
#head-container 
{
  width: 760px;
  height: 100px;
}

#head-sprachwahl
{
  float:left;
  text-align: right;
  width: 198px;
  height: 15px;
  margin-top:83px;
}

#head-logo
{
  float:right;
  text-align: right;
  width: 270px;
  height: 95px;
}

/* 5. Table - Content Template */
#page-tmpl-content 
{
  text-align: left;
  width:760px;
  height:340px;
/*  margin: auto auto;*/
}

/* -------------------- Allgemeine Definitionen ------------------ */

/* ----------------------- Content Bereich ---------------------- */

/* Definitionen der Spalten im Content Template */
#col-pos-1, #col-pos-1-navi, #col-pos-1-image
{
  padding: 60px 0 0 0;
/*  height: 340px;*/
  height: 280px;
  width: 140px;
  text-align: right;
  background-image:url(/fileadmin/root_sys/images/col-pos-1-bg.gif);
/*  background-repeat:repeat-y;*/
  background-repeat:no-repeat;
  background-position:0px 0px;
}

#col-pos-1-image
{
  padding: 0;
  height: 340px;
  width: 140px;
}

#col-pos-0, #col-pos-0-image
{
/* eigentliche Hoehe im Moz:
  height: 340px;*/
/*eigentliche Breite im Moz:
  width: 430px;*/
  height: 280px;
  width: 350px;
  padding: 60px 40px 0px 40px;
  background: #e7e7e7;
}

#col-pos-0-image
{
  height: 340px;
  width: 430px;
  padding: 0;
  background: #e7e7e7;
}

#col-pos-0.div-mailform
{
	width:500px; 
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#col-pos-2
{
  width: 190px;
  height: 340px;
  background-image:url(/fileadmin/root_sys/images/col-pos-2-bg.gif);
  background-repeat:no-repeat;
  background-position:0px 0px;
}

#col-pos-2 IMG 
{
  text-align: right;
}

#col-pos-3
{
  text-align: left;
}

/* ----------------------- Content Bereich ---------------------- */

/* ------------------------ Footer Bereich ----------------------- */
/* 6. Footer Container beinhaltet die Navigation und den Link zum Impressum */
#footer-container
{
  width: 760px;
  height: 40px;
}


#footer-main-navigation
{
  float:left;
  padding-left: 140px;
  width: 430px;
  height: 40px;
  background-image:url(/fileadmin/root_sys/images/navigation-unten-bg.gif);
  background-repeat:no-repeat;
  background-position:140px 0px;
}

#footer-foot-navigation
{
  float:right;
  text-align: right;
  width: 180px;
  height: 40px;
}

/* ------------------------ Footer Bereich ----------------------- */

/* ---------------- Definitionen Extensions --------------------- */

