@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background: #e5ebf3 url(background.png) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	width:960px;
	position:relative;
	margin:auto;
}

#heading{
	display:block;
	width:960px;
	height:200px;
	background: url(heading.png) no-repeat top center;
	margin-bottom:40px;
	margin-top:20px;
}

#main{
    background:#fff;
	opacity: 0.7;
	background: rgba(255, 255, 255, 0.7);
	width:745px;
	margin:auto;
	position:relative;
}

#he{
	background: url(he.png) no-repeat top left;
	position:absolute;
	right:0;
	bottom:0;
	width:220px;
	height:384px;
}

#she{
	background: url(she.png) no-repeat top left;
	position:absolute;
	left:0;
	width:302px;
	height:459px;
    bottom:0;
}

#content{
	padding:20px;
	text-align:center;
}

p {
	margin-bottom:40px;
}

p.impressum{
	font-size:0.9em;
	margin-top:2em;
}
form.upload{
	text-align:left;
	margin:auto;
	width:300px;
	font-size:0.9em;
}

form.upload label{
	width:107px;
	display:block;
	float:left;
}

ul.upload{
	list-style-type:none;
}

ul.upload li{
	margin-bottom:5px;
}

ul.upload li.sep{
	margin-top:20px;
}

.check label{
	width:275px !important;
	float:right !important;
}

label.error{
	color:red;
	font-size:0.8em;
	position:absolute;
	margin: -17px 0 0 260px;
	width:150px !important;
}



