/* 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:100%; }
	body{ height:100%; }
	
	body {
		text-align:center;
		background:#d3e4f6 url(layout_01_FILES/main-top-back.gif) repeat-x;
		padding-top:20px;
	}
	
/******************************************/
#left-border {
	background: url(layout_01_FILES/left-border.gif);
	padding:0px;
	vertical-align:top;
}

#right-border {
	width:3px;
	padding:0px;
	background: url(layout_01_FILES/right-border.gif);
	vertical-align:top;
}

#logo {
	background:white;
	padding:0px;
}

#menu {
	background:white;
	width:200px;
	vertical-align:top;
	padding-left:0px;
}

#content {
	background:white;
	width:564px;
	height:350px;
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#copyright {
	background: white;
	text-align:center;
	padding-bottom:10px;
}
