/*  ##########################################################################################################
    # Grundlegende Formatierung
*/
body {
	margin:0px;
  padding:0px;

  overflow:auto;
  
  background-color:#FAFAFA;
  background-image:url(./../resource/image/img_001.jpg);
  background-repeat:repeat-y;
}

.main_layout {
  width:100%; 
  height:100%;
}


/*  ##########################################################################################################
    # Header der Webseite
*/
.main_head {
  float:right;
  position:absolute;
    z-index:2;
    top:25px;
    width:100%;
      min-width:900px;
    height:90px;
    
  border:none;
  background-image: url(./../resource/background/img_001.png);
	background-repeat: repeat-x;
}

/* Header -> Abstandsformatierung  */ 
.main_head div.hspace_10px { float:left; width:10px; height:84%; border:none; }
.main_head div.hspace_40px { float:left; width:40px; height:84%; border:none; }
.main_head div.hspace_40px { float:left; width:40px; height:84%; border:none; }
.main_head div.hspace_80px { float:left; width:80px; height:84%; border:none; }
.main_head div.hspace_150px { float:left; width:150px; height:84%; border:none; }


/*  ##########################################################################################################
    # Linke Spalte der Webseite
*/
.main_leftbanner {
  position:absolute;
  z-index:1;
    width:19%;
    height:100%;
  
  margin-left:20px;
  background:#FFFFFF;
}


/*  ##########################################################################################################
    # Content der Webseite
*/
.main_content {
  position:absolute;
  z-index:3;
    top:115px;
    width:1000px;
      min-width:900px;
    height:700px;
      padding-top:10px;
    
  border:none;
  background-color:transparent;
}

.main_content_left {
  float:left; 
    width:254px;
    height:100%;
  
  background-color:transparent;
  border:none;
}

.main_content_center { 
  /* position:absolute; */
    /* left:285px; */
    float:right;
    width:71.5%;
    /* width:62.5%; */
    height:100%;
  
  margin:0px;
  padding:0px;
    
  border:none;  
  background-color:transparent;
}

/*  ##########################################################################################################
    # Navigation der Webseite
*/
.main_content_left div.main_navigation {
  padding-left:15px;
}

.main_head div.main_logo {
  float:left;
    
  margin:0px;
    margin-top:3px;
    margin-bottom:1px;
    margin-left:30px;
}

.main_head div.main_subnavigation {
  float:right;
  
  margin:0px;
    margin-top:62px;
    margin-right:8px;
  padding:0px;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:4px;
    
  border:1px solid #C3CAE5;
  background-color:#FFFFFF;
  
  font-family:Tahoma, Verdana, Arial;
  font-size:11px;
  font-variant:small-caps;
  font-weight:bold;
  
  color:#253B84;
  text-align:right;
}

.main_head div.main_flags {
  float:right;
    width:60px;
  
  margin:0px;
    margin-top:60px;
    margin-right:8px;
  padding:0px;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:4px;
}
