/*****************
     *   File Name: layout.css
     *   Section: @approot/css/
     *   Creator: Heinz Zuercher (hzuercher@huenet.ch)
     *   Creation Date: 20/11/2006
     *   Purpose: stylesheet screen
     *   Description: Stylesheet Publicsection www.altermigration.net
     *   Copyright: huenet AG www.huenet.ch
****************/
/* basic elements */
html {
	margin:0px;
	padding:0px;
	height:100%;
	
	}
body {
	background:#F4F4F4;
	margin:0px;
	padding:0px;
	height:100%;
}

img{
	border:0;
	}
	
/* *********************** 
layout selectors
************************** */
#maincontainer {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	min-height:100%;
	background-color:#FFF;
	float:none;
	}
#maincontent {
	background-color:#fff;
	float:none;
	}
#navcontainer {
	width:200px;
	height:100%;
	background-color:#FFF;
	float:left;
	}
#contentcontainer {
	width:570px;
	height:100%;
	background-color:#FFF;
	float:left;
	}
	
#contenthead {
	width:570px;
	height:20px;
	background-color:#FFCC00;
	clear:left;
	overflow:hidden;
	padding-top:5px;
	text-align:right;
	color:#666666;
	}


.menucontainer {
	width:190px;
	min-height:15px;
	float:none;
	overflow:show;
	
	}


.spacer {
	width:10px;
	height:1px;
	clear:all;
	overflow:hidden;
	}
.hspacer {
	width:30px;
	height:100%;
	float:left;
	background-color:#FFF;
	}
	
.line {
	clear:all;
	width:100%;
	height:1px;
	background:#CCC;
	overflow:hidden;
	}
