#container {
	/*width: 55em;*/
	width: 1000px;
	margin: 0 auto;
	margin-top: 0px;
	background:  #333;
	position: relative;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	/* because of ie6 */
	text-align: left;
	z-index: 1;
	margin-bottom: 0px;
	height: 100%;
	min-height: 100%;
}
#header {
	height: 300px;
	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: 0;
	/*padding-left: 320px;
	padding-right: 250px;
	padding-top: 25px;
	padding-bottom: 25px;*/
	/*height: 500px;*/
	min-height: 300px;
	background:  #FFFFFF;
	border-bottom: solid 4px #3e1c69;
	border-top: solid 1px #ccc;
	z-index: 1;
	
}
#content-container-inner {
	position: relative;
	padding-left: 320px;
	padding-right: 250px;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 2;
}
#logo-container {
	background-color: #F4EEFB;
}
#logo {
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	padding-bottom: 10px;
}

#content {
	background: transparent;
	border: 1px dotted #ccc;
	padding: 10px;
	line-height: 15px;
	position: relative;
}
#content li {
	
}
#content img {
	border: 0px solid #333;
	background: transparent;
	position: relative
	line-height: 1em;
	z-index: 10;
	
}
.csc-textpic-caption {
	font-size: 10px;
	color: #333;
}

#right {
	position: absolute;
	right: 25px;
	top: 25px;
	float: right;
	height: auto;
	width: 200px;
	overflow: hidden;
	border: 1px dotted #ccc;
	padding: 10px;
	z-index: 6;
}


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

/* MAILFORM */

#content #mailform .csc-mailform .csc-mailform-field label {
	color: #333;
	/*display: block;
	width: 150px;*/
}
 #content #mailform {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: solid 0px black;
	width: 34em;
	text-align: right;
	vertical-align: top;
}
#content #mailform .csc-mailform {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #content #mailform .csc-mailform .csc-mailform-field {
	margin-bottom: 5px;
	
}
 #content #mailform .csc-mailform .csc-mailform-field input{
	margin-left: 3px;
	
}

