/* Hier stehen alle Angaben bezüglich des Layouts des HTML-Templates drin.
   d.h. alles was nicht direkt was mit den Inhalten, oder der Formatierung von Schriften zu tun hat*/
	
	/* Definition der HTML-Heights über CSS => nötig für FireFox und Tabellen mit 100%-Höhe*/
	html{ height:98%; margin:0; padding:0}
	body{ height:100%; margin:7px 20px 10px 20px; padding:0;}
	td,tr,tbody,p { margin:0; padding:1px 0 3px 0; }


img {	border: 0; }

/*******************************************
* Layout Tables
********************************************/

.main-middle {
 background-image: url('images/layout/box/blue.gif'); background-repeat: repeat;
 height :9;  
}
.main-leftcorner {
  background-image: url('images/layout/box/blue_topleft.gif'); background-repeat: no-repeat;
  height :9; width :9;
}
.main-rightcorner {
  background-image: url('images/layout/box/blue_topright.gif'); background-repeat: no-repeat;
    height :9; width :9;
	}
.main-leftcorner-bottom {
  background-image: url('images/layout/box/blue_bottomleft.gif'); background-repeat: no-repeat;
   height :9; width :9;
   }
.main-rightcorner-bottom {
  background-image: url('images/layout/box/blue_bottomright.gif'); background-repeat: no-repeat;
   height :9; width :9;
   }

.sidebar-middle {
  background-image: url('images/layout/box/darkblue.gif'); background-repeat: repeat;
    height :9; 
	}
.sidebar-leftcorner {
  background-image: url('images/layout/box/darkblue_topleft.gif'); background-repeat: no-repeat;
  height :9; width :9; 
  }
.sidebar-rightcorner {
  background-image: url('images/layout/box/darkblue_topright.gif'); background-repeat: no-repeat;
    height :9; width :9;
	}
.sidebar-leftcorner-bottom {
  background-image: url('images/layout/box/darkblue_bottomleft.gif'); background-repeat: no-repeat;
  }
.sidebar-rightcorner-bottom {
  background-image: url('images/layout/box/darkblue_bottomright.gif'); background-repeat: no-repeat;
   height :9; width :9;
   }
	
#logo {
	position:absolute;
	top: 10px;
	left: 20px;
}

#logos {
	position:absolute;
	top: 7px;
	right: 10px;
}	
