/*****************
     *   File Name: layout.css
     *   Section: @approot/css/
     *   Creator: Heinz Zuercher (hzuercher@huenet.ch)
     *   Creation Date: 09/05/2007
     *   Purpose: stylsheet screen
     *   Description: Stylesheet Publicsection www.neueraeume.ch
     *   Copyright: huenet AG www.huenet.ch
****************/
/* basic elements */
html {
	margin:0px;
	padding:0px;
	height:100%;}
body {
	background:#FFFFFF;
	margin:0px;
	/*height:100%;*/}
img{
	border:0;
	}
/* *********************** 
layout selectors
************************** */
#maincontainer {
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:100%;
	float:none;
	}

#headcontainer {
	height:107px;
	width:100%;
	float:none;
	overflow:hidden;
	}
	
#topnav {
	margin-top:27px;
	height:20px;
	width:100%;
	float:none;
	overflow:hidden;
	}
	
#content {
	width:100%;
	float:none;
	}

#subnav {
	margin-top:32px;
	width:135px;
	float:left;
	height:50px;
	}
#mspalte {
	width:490px;
	float:left;
	border-right:#FFFFFF solid 15px;
	}
#rspalte {
	margin-top:32px;
	width:135px;
	float:left;
}


