/*	index.css,v 1.0 $date: 2005-09-15	*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	position: absolute;
	top: 10%;
	left: 10%;
	border: 0;
	height: 70%;
	width: 80%;
}

.image {
	position: static;
	padding: 15px;
}

img {
	vertical-align: bottom;
	border: 0;
}

#lang {
	padding-top: 30px;
	font-size: 1.1em;
	color: blue;	/*	#4D4D45;	*/
	font-family: arial, helvetica, sans-serif;
/*	font-stretch: expanded; */		/* Wird noch nicht unterstuetzt */
}

#lang a {
	padding-top: 30px;
	font-size: 1.1em;
	color: blue;	/*	#4D4D45;	*/
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}

#lang a:hover {
	padding-top: 30px;
	font-size: 1.1em;
	color: #4D4D45;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}
