@charset "UTF-8";
/* CSS Document: www.alphaset.ch Daniel Meurer */
/* Erstellt 22.05.2012 */


body{
	background-color:#baba87;
	
	background-image: url(1px_hg.gif);
	
	background repeat: repeat;
	}
#page{
	width:100%;
	height:100%;
	}

#wrap{                        /*macht die Zentrierung links rechts*/
	height: auto;
    width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
  	overflow: auto;
	}

#header{
	background-color:#C96;
	width:960px;
	height:111px;
	background-image: url(inlogo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#language{
	float:left;
	background-color:#774444;
	height:26px;             /*höhe 33px 26+7padding*/
	padding-top:7px;
	width:130px;             /*breite 250px 130 +120 padding*/
	padding-left: 120px;
	}	
	
#navitop{
	float:left;
	background-color:#666633;
	width:710px;
	height:33px;
	
	}

#metaimage{
	float:left;
	background-color:#f2bf40;
	width:250px;
	height:750px;
	padding-top:70px;
	}

#navibottom{
	float:left;
	background-color:#966;
	width:200px;
	height:770px;
	padding-top:50px;
	}

#canvas{
	float:left;
	background-color:#ffc;
	width:480px;
	height:765px;
	padding-top:55px;
	padding-left:22px;
	padding-right:8px;
	}