#container {
	/*width: 55em;*/
	width: 640px;
	margin: 0 auto;
	margin-top: 100px;
	background:  #333;
	position: relative;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	/* because of ie6 */
	text-align: left;
	z-index: 1;
	height: auto;
	margin-bottom: 30%;
	color: #fff;
}
#header {
	height: 352px;
	background-image: url(../../datenspeicher/headbilder/head2.jpg);
	background-attachment: inherit;
	background-color: transparent;
	background-position: top;
	background-repeat: no-repeat;
} 

/* SUBNAVIGATION UND SPRACHW?HLER */
#subnav-container {
	color: #fff;
	font-size: 10px;
	text-align: right;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	/*background-color: #3e1c69;*/
	background-color: #2D144C;
	height: auto;
	border-top: solid 2px #3e1c69;
	border-bottom: solid 4px #3e1c69;
}
#subnav-container a{
	color: #fff;
	font-size: 10px;
}
#subnav-container a:hover{
	color: #fff;
	font-size: 10px;
}
#content-container {
	position: relative;
	padding-left: 320px;
	padding-right: 250px;
	/*height: 500px;*/
	min-height: 300px;
	padding-top: 25px;
	padding-bottom: 25px;
	background:  #FFFFFF;
	border-bottom: solid 4px #3e1c69;
	border-top: solid 1px #ccc;
	
}
#logo-container {
	background-color: #000;
	border-top: solid 1px #3e1c69;
}
#logo {
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	padding-bottom: 10px;
}

#content {
	background: #fff;
	border: 1px dotted #ccc;
	padding: 10px;
}
#right {
	position: absolute;
	right: 25px;
	top: 25px;
	float: right;
	height: auto;
	width: 200px;
	overflow: hidden;
	border: 1px dotted #ccc;
	padding: 10px;
}


#footer {
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 10px;
	color: #e5e5e5;
	min-height: 25px;
}