html,body {
	background-color: #CCCCCC;
	padding:0px;
	margin:0px;
	height:100%;
}

#frame {
	width: 768px;
	background-color:#333333;
}

#emotion {
	float: left;
}

#headimage {
	float: left;
}

#navigationheader {
	border-top: 1px solid black;
	clear: both;
}

#staticnavigation {
	float: left;
	width: 159px;
}

#pagetitle {
	float: left;
	background-image: url(../img/pagetitle_bg.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	width: 579px;
	height: 18px;
	padding-left: 30px;
	border-bottom:1px solid black;
}

#contentframe {
	clear:both;
	margin-top: 0px;
	width:768px;
	background-image: url(../img/contentframe_bg.gif);
	border-bottom:1px solid black;
	background-color:white;
}

div.clearer {
	clear:both;
	line-height:1px;
	height:1px;
	width:1px;
	font-size:1px;
	overflow:hidden;
	color:white;
}

form {
	display:inline;
}

#left {
	float:left;
	width:180px;
	padding-left: 19px;
	padding-top: 39px;
	background-color: transparent;
}


#contentblock {
	float: left;
	width: 530px;
	margin-top:39px;
	padding-left:38px;
}


#logo {
	margin:0;
	padding:0;
	width:80px;
	height:80px;
	float:left;
	margin-right:10px;
}

#rechtespalte {
	float:left;
}

#pagetitle2 {
	margin-top:13px;
}

#contentnavigation {
                padding-top:5px;
	padding-left:90px;
	width:331px;
}

#leerzeile {
	height:1px;
}

#copyright2 {
	margin-left:162px;
	margin-bottom:3px;
	margin-top:43px;
}

#letztezeile {
	height:150px;
	background-color:white;
}

