/* Festlegen des zentrierten Inhaltsfensters incl. Hintergrundbild, Schrift, Groesse, Postition */
#inhalt 
{ 	
	height:480px; 
	width:520px;
	margin:-240px 0px 0px -250px;	
	background-image:url(../images/backgroundbegeingaben.png);
}
#messagesInsertionPoint
{
	position: relative; top:30px; left:0px; width:300px;
}
#text_eingabe
{
    position: relative; top:25px; left:214px;
}
/* Eingaben - Box auf der Eingaben-Seite */
#eingaben
{
    position: relative; top: 40px; left:200px;
    width:320px;
}
#eingaben_body
{
	position:relative; top:-180px;
    height: 180px;
}
#eingaben_background
{
    height: 180px;
}
.neueberatungbutton
{
	top:350px;
}
input.infobutton
{
	top:350px;
}
td.eingabentd1
{
	width:130px;
}
.okbutton
{
    top:110px;
    left:249px;
}
p.header1
{
    font-size: 18pt;
}
select 
{
	font-size: 11px;
}
td.inputlabeltd
{
	width:130px;
}
