/* Auflösung bei 1024x768 festgelegt */
body {
  margin:0px;
  padding:0px;

  height:100%;

  background-color:#dcdbd3;

  background-image:url('./../resource/backgrounds/background_004.jpg');
  background-position:left;
  background-repeat:repeat-y;
}

/* Universelle Formatierung */
* { margin:0px; padding:0px; }
* { font-family:Verdana, Tahoma, Arial; font-size:13px; color:#000; }

/* Hauptlayout */
.main {
  display:block;
    width:100%;
    height:100%;
}


/* Navigation */
.main_left {
  position:absolute;
    top:0px;
    bottom:0px;

  display:block;
    width:230px;
}

.main_left *.navigation {
  position:absolute;
    top:150px;
    left:32px;

  display:block;
    width:90%;
}



/***********************************************************************************************/
/* Textinhalte der Webseite */
.main_right {
  position:absolute;
    top:0px;
    left:0px;
    bottom:0px;

  display:block;
    width:72.5%;  /* Auf 1024x768 abgestimmt! */

	line-height:14px;

  padding:0px;
  margin:0px;
    margin-left:240px;
}


/* Platzhalter sämtlicher statischen Informationsinhalte, z.B. Impressum */
.main_right *.infobox {
  background-color:#dcdbd3;
  border:none;
    height:169px;
    min-height:169px;
}

.main_right *.infobox *.impressum {
  	float:left;
    margin-left:10px;
    margin-top:75px;
	  padding:0px;
    padding-top:10px;
    padding-left:10px;
    font-size: 14px;
    color:#C30B0B;
		text-decoration: none;
}
.main_right *.infobox *.impressum a {
    font-size: 11px;
		text-decoration: none;
}

*.logo {
  z-index:2;
  position:absolute;
  left:730px;
  top:25px;

  width:163px;
  height:125px;

  background-image:url('./../resource/logo/logo_02.gif');
  background-repeat:no-repeat;
}


/* Platzhalter sämtlicher Webseiteninhalte */
.main_right *.contentbox {
  display:block;
    width:650px;

  padding:0px;
  margin:0px;

  border:none;
    border-top:1px solid #C30B0B;
    border-right:2px solid #C30B0B;


}


/* Inhalte der Webseite */
.main_right *.contentbox *.content {
  /*position:absolute;*/

  display:block;
    width:77.5%;
    height:40%;

}

.main_right *.contentbox *.content *.eyecatcher {
  width:100%;

  border:none;
    /*border-bottom:2px solid #F60F0F;*/
}

/* Bildboxen auf rechtem Rand */
.main_right *.contentbox *.imagebox img { margin-bottom:10px; }
.main_right *.contentbox *.imagebox {
  position:absolute;

  margin:0px;
    margin-left:535px;
    top:195px;

  width:175px;

  /*border:2px solid #FFF;*/
}
