/* Formatierungen, die Netscape 4 vorenthalten sind */


/* Relative Ausrichtung Navigations-Elemente */

#topnav {
	position: 	relative;
}

#language {
	position:	relative;
	top:		55px;
}

/* Menu */
.menu {
	top:		93px; 
}

#content {
	top:		83px;
	width:		759px; 
}

#contentnomenu {
	top:		83px;
    width:      959px;
}

.button {
	border:		1px solid #000000; 
}


