#anmeldung {
	position: absolute;
	width: 527px;
	height: 493px;
	overflow: hidden;
	bottom: 0px;
	left: 27px;
	background: url(images/uni600_bg_kartei_anmeldung.jpg) no-repeat top left;
}

#anmeldung #subtitle {
	color: #800000;
	left: 190px;
	background: none;
}

#anmeldung div {
	border-bottom: 0px solid #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

span.more {
	font-weight: normal;
	cursor: pointer;
}

span.more:hover {
	font-weight: bold;	
}

#anmeldung div.back {
	background: none;
	width: 200px;
	top: 475px;
	left: 20px; 
	position: absolute;
	color: #fff;
	cursor: pointer;
}

#anmeldung div.text {
	background: none;
	border: 0;
	position: absolute;
	top: 100px;
	left: 20px;
	padding: 0;
	height: 380px;
	width: 506px;
	overflow-y: auto;
}
	
#anmeldung div.text h4 {
	background: url(images/halbw50.png);
	padding: 8px 10px 5px 170px;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #800000;
	width: 310px;
}

#anmeldung div.text h5 {	
	background: url(images/halbw50.png) top left repeat-y;
	color: #808080;
	font-size: 12px;
	line-height: 1.3em;	
	margin: 5px 0 0 0;
	padding: 13px 10px 0px 170px;
	font-weight: bold; 
}

#anmeldung div.text p, #anmeldung div.text ul
{	
	background: url(images/halbw50.png) top left repeat-y;
	color: #000;
	line-height: 1.4em;
	font-size: 11px;	
	margin: 0;
	padding: 5px 10px 5px 170px;
	list-style-type: none;
}

#anmeldung div.text ul li {
	padding: 0;
	margin: 0;
	line-height: 0em;
	font-size: 10px;
}

#anmeldung div.text ul li input {
	margin: 1px;
	padding: 0;
}

#anmeldung div.text p input.email {
	width: 300px;	
}

#anmeldung div.text p.teaser {
	font-style: italic;	
}

#anmeldung div.text img {
	border: 1px solid #fff;
	float: left;
	margin: 5px 10px 5px -170px;
}

#anmeldung div.imgbox {
	background: none;	
	margin: 5px 10px 5px 0px;
	float: left;
	width: 200px;
	height: 200px;
	overflow: visible;
	position: relative;
}

#anmeldung div.imgbox img {
	border: 1px solid #fff;
	margin: 0;
}

#anmeldung div.imgtext {
	background: none;	
	width: 150px;
	position: absolute;
	top: 202px;
	left: 5px;
	color: #fff;
}

.clear {
	clear: both;
}

/*************************************************************/


