*
	{
	margin:0px;
	padding:0px;
	}
html
	{
	height: 100%;
	margin-bottom: 1px;
	}
body
	{
	font-size:100.01%;
	height: 100%;
	background: #fff;
	}
	
/* IDs */
#logo
	{
    width:164px;
    height:36px;
    display:block;
    margin-top:26px;
    background: url(./images/layout/logo.jpg) no-repeat;
    }
#topdiv
	{
    z-index:2;
    position:fixed;
    background:url(./images/layout/topbg.png) repeat-x;
    width:100%;
    height:129px;
    left:0px;
    top:0px;
    }
#bottomDiv
	{
    position:fixed;
    background: url(./images/layout/bottombgToggled.png) repeat-x;
    left:0px;
    width:100%;
    height:81px;
    bottom:0px;
    }
#wrapper
	{
    z-index:6;
    margin:0px auto 0px auto;
    width:960px;
    padding:154px 0px 40px 0px;
    }
h1
	{
    font-family:'Lucida Sans', Tahoma, Trebuchet MS, Georgia, Verdana, Arial;
    color:#fff;
    height:100%;
    font-size:14px;
    }
#content
	{
	font-family:Lucida Sans, Tahoma, Trebuchet MS, Georgia, Verdana, Arial;
    color:#4a4a4a;
    height:100%;
    font-size:12px;
	line-height:19px;
    width:100%;
    text-align:justify;
    }
#bottomwrapper2 a
	{
    color:#fff;
	font-family: Arial, sans-serif;
    font-size: 11px;
    line-height:14px;
    text-decoration:none;
    }
#bottomwrapper2
	{
    color:#fff;
    padding-top:50px;
    height:40px;
    margin:0px auto 0px auto;
    width:960px;
    }
#bottomcontent
	{
	width:730px;
    color:#a7a7a7;
	font-family: Arial, sans-serif;
    font-size: 11px;
    line-height:14px;
    }
#bottomwrapper
	{
    z-index:6;
    margin:0px auto 0px auto;
    width:960px;
    }
#topwrapper
	{
    z-index:6;
    margin:0px auto 0px auto;
    width:960px;
    }
#searchBox
	{
    float:right;
    width:162px;
    height:15px;
    margin-top:47px;
    background: url(./images/layout/searchBgInactive.gif) no-repeat 100% 0px;
    }
#searchButton
	{
    float:left;
    color:#afafaf;
    font-family:Verdana;
    font-size:10px;
    margin:0px 4px 0px 0px;
    }
#searchInput
	{
    float:left;
    display:block;
    color:#afafaf;
    font-family:Verdana;
    font-size:10px;
    background: transparent;
    border:0px;
    width:89px;
    height:12px;
    margin:2px 0px 0px 4px;
    }
#topcontent
	{
    float:left;
    }
/* Klassen */

div.content
	{
    color:#000;
	font-family: Arial, sans-serif;
    font-size: 11px;
    line-height:14px;
    }
