html,body{
	width: 780px; /* 17' 950 */
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f3f1f1;
	font-family:Arial,Helvetica;
}

#Container{
	position: relative;
	border: 1px solid #f3f1f1;
	width: 770px; /* 17' 940 */
}

#Inhalt{
	margin-left: 170px;
	margin-bottom: 35px;
	margin-top: 120px;
	width: 550px; /* 17' 750 */
	height: 680px;
	padding: 10px;
}

#LeisteUnten, #LeisteOben{
	position: absolute;
	float: right;
	width: 560px; /* 17' 745*/
	right: 10px;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
	margin: 10px 0px;
	height: 12px;
	overflow: visible;
	background-color: #666666;
	font-size: small;
}

#LeisteOben{
	font-size: 12px;
	height: 10px;
	top: 5px;
}

#LeisteUnten{
	bottom: 0px;
	font-size: 10px;
}

#Logo{
	position: absolute;
	top: 40px;
	width: 378px;
	height: 90px;
	background-image:url(../images/Logo.gif);
	background-repeat:no-repeat;
	background-position: top;
	z-index: 101;
}

#LogoUnesco{
	position: absolute;
	top: 40px;
	width: 176px;
	height: 90px;
	right: 0px;
	z-index: 101;
}

#Navigation{
	position: relative;
	height: 300px;
	background-color: #f0f0f0;
	width: 135px;
	top: 120px;
	left: 15px;
	background-image:url(../images/HintergrundNavigation.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding-top: 50px;
	border: 0px solid red;
}

#Sprache{
	position: absolute;
	width: 100%;
	top: 0px;
	float: left;
	text-align: center;
	height: 45px;
	z-index: 101;
}

#LeisteLinks{
	position: absolute;
	height: 850px;
	width: 170px;
	left: 0px;
	top: 0px;
	background-color: #660000;
}

#Streifen{
	position: relative;
	top: 105px;
	left: 15px;
	height: 330px;
	width: 135px;
	background-image:url(../images/HintergrundStreifen.gif);
	background-repeat:x-repeat;
}

.SmallLinks{
	float: left;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: smaller;
}


#LeisteOben a:link {  color: #FFFFFF; text-decoration: none}
#LeisteOben a:visited {  color: #FFFFFF; text-decoration: none}
#LeisteOben a:hover {  text-decoration: underline; color: #FFFFFF}
#LeisteOben a:active {  text-decoration: underline; color: #FFFFFF}
.SmallLinks a:link {  color: #FFFFFF; text-decoration: none}
.SmallLinks a:visited {  color: #FFFFFF; text-decoration: none}
.SmallLinks a:hover {  text-decoration: underline; color: #FFFFFF}
.SmallLinks a:active {  text-decoration: underline; color: #FFFFFF}