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

#nachrichtenLeft{
	width:660px;
	border-right:1px #ab00d6 dotted;
	margin-left:10px;
	position: relative;
	float:left;
}

#nachrichtenDiv{
	width:640px;
}

#nachrichtenRight{
	width:205px;
	position: relative;
	float:right;
	margin-right:10px;
}

#nachritenFensterInput{
	font-family:verdana;
	font-size:12px;
	width:350px;
	border:1px #ab00d6 solid;
	background-color:#efe4f9;
	color: #666666;
}

#nachritenFenstertextarea{
	font-family:verdana;
	font-size:12px;
	width:350px;
	height:150px;
	border:1px #ab00d6 solid;
	background-color:#efe4f9;
	color: #666666;
}

#nachritenFensterForm{
padding:20px;
margin-top:200px;
}

#nachrichtenAbrufIMG{
float:left;
border:2px #efe4f9 solid;
margin-right:5px;
}
