html, body {
    margin: 0;
    padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #000;
	background: #ffffff;
}


#page-container {
	position:relative;
    background: #AAAAAA;
    width: 928px;
    height: 200px;
    margin: auto;
    text-align: left;
    /*border: 1pt solid #800000;*/
}

#contentleft {
    float: left;
    position: relative;
    width: 444px;
    height: 550px;
    background:#FFFFFF;
}

#contentright {
    float: right;
    position: relative;
    width: 484px;
    height: 550px;
    background:#FFFFFF;
    padding: 0px;
}

#logo {
    position:absolute;
    top: 102px;
    left: 203px;
    width: 210px;
    height: 44px;
    background: #FFFFFF
                url(images/logo.gif);
}

#k_yellow {
    position:absolute;
    top: 20px;
    left: 153px;
    width: 38px;
    height: 38px;
    background: #FFFFFF
                url(images/kugel_yellow.gif);
}

#k_orange {
    position:absolute;
    top: 81px;
    left: 50px;
    width: 83px;
    height: 83px;
    background: #FFFFFF
                url(images/kugel_orange.gif);
}

#k_red {
    position:absolute;
    top: 211px;
    left: 0px;
    width: 148px;
    height: 148px;
    background: #FFFFFF
                url(images/kugel_red.gif);
}

#k_brown {
    position:absolute;
    top: 261px;
    left: 158px;
    width: 256px;
    height: 256px;
    background: #FFFFFF
                url(images/kugel_brown.gif);
}

#hg_image {
    position:absolute;
    top: 271px;
    left: 168px;
    width: 236px;
    height: 236px;
}

#title {
    position:absolute;
    top: 271px;
    left: 0px;
    width: 148px;
    height: 20px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: arial,"times new roman",times,serif;
    font-weight: normal;
    text-align: center;

}

#menue {
    position: absolute;
    top: 75px;
    left: 0px;
	font-size:10pt;
	height:23px;
	width:100%;
}

#menue ul {
	height:23px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	list-style:none;
	font-weight: bolder;
}

#menue a {
	display: block;
	padding:5px 5px 0 5px;
	height:23px;
	text-decoration:none;
	text-align:center;
	font-size:10px;
	font-weight:bold;
    color: #5A5A5A;
}

#menue a.active {
	display: block;
	padding: 5px 5px 0 5px;
	height: 23px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
    color: #000000;
}

#menue a:hover {
	color: #5A5A5A;
	text-decoration: underline;
}

#menue li.activate {
    background: #FFFAC1;
    color: #5A5A5A;
}

#menue li:hover>a {
	color: #5A5A5A;
}

#menue li { /* all list items */
	float: left;
	padding: 0;
	width: 78px;
	background: #FFFFFF;
}

#content {
    position: absolute;
    top: 98px;
    left: 0px;
    height: 390px;
    width: 464px;
    overflow: auto;
    background: #FCFCFC;
    border-top: 1px solid #9A9A9A;
    border-left: 1px solid #9A9A9A;
    border-bottom: 1px solid #9A9A9A;
    padding: 10px 10px 10px 10px;
    
}

#footer {
    position: absolute;
    top: 510px;
    left: 0px;
    height: 12px;
    width: 100%;
    background: #FFFFFF;    
    color: #A5A5A5;
    font-size: 11px;
}

#loginlink {
    float: right;
    width: 200px;
    height: 9px;
    margin-top: 2px;
    text-align      : right;
    color           : #A5A5A5;
}

#loginlink a {
    color           : #A5A5A5
    text-decoration : none;
}