@charset "utf-8";

/* CSS Document */
/************************************************************/
/*   Design: hettich                                      */
/*   Autor:  Karin Hirschi                                  */
/*   Date:   06.2009                    				    */
/*--------------------- ------------------------------------*/
/*   Owner: http://www.hettich.ch              */
/*   Copyright webagentur webforyou, Karin Hirschi          */
/************************************************************/



/* Allgemeine Definitionen*/
* {
	margin: 0;
	padding: 0;
}


/* Main Layout containers */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: left;
	background-color:#FFF;
}

#top {
	margin: 0px;
	padding: 10px 5px 5px 5px;
	border-bottom: #3C3C6F solid 2px;
	height: 125px;
}

#metanav {
	height: 25px;
	float: right;
	padding-top: 45px;
}

#logo {
float:left;
margin: 0;
width: 250px;
height: 70px;
padding-left: 10px;
}

#mainnav {
clear:left;
height:30px;
width: 780px;
padding: 10px 0 20px 165px;
}

/* Inhalt 3 spaltiges layout */

#content {
clear:both;
width: 955px;
}

#links {
    float: left;
	width: 155px;
	padding: 0px 20px 0px 0px;

}

#subnav {
float:left;
width: 155px;
padding: 20px 5px 10px 15px;
}


#adresse {
    clear:left;
    float: left;
	width: 155px;
	text-align:right;
	padding: 5px 5px 5px 15px;
}

#inhalt {
float:left;
width: 577px;
padding: 20px 5px 10px 15px;
}

#info {
float:right;
width: 156px;
height:auto;
padding: 0px 15px 10px 10px;
background-image: url(../images/layout/bg_info.jpg);
background-repeat:repeat-x;
background-color:#FFF;
}

/* Footer Copyright */

#footer {
clear:both;
width:940px;
font-size: 0.8em;
color:#FFF;
background-color:#3C3C6F;
padding: 0px 0px 5px 15px;
}
