@charset "utf-8";
/* CSS fuer die Formulare */

form { margin:0px; }

/* ---------Login--------- */
.loginput 
{
	width:135px; 
	font-size:1.0em; 
	margin-left:7px;
	margin-bottom:7px;	
}

.logbtn 
{
	width:139px; 
	font-size:1.0em; 
	margin-left:7px;
	margin-bottom:9px;	
}

.logspan
{
	margin-left:4px;
	margin-bottom:5px;
}
/* ---------/Login--------- */

/* ---------Registrieren--------- */
.register_form
{
	width:773px;
}

/* ie5 hack */
* html .register_form
{
	width:760x; /* ie5 */
	w\idth:760px; /* ie6 */
}
.finput { width:209px; }
/* ---------/Registrieren--------- */

/* ---------News-schreiben--------- */
.headline_input
{
	width:702px;
}

/* ie5 hack */
* html .headline_input
{
	width:696x; /* ie5 */
	w\idth:696px; /* ie6 */
}

.headline_input_edit
{
	width:375px;
}
/* ---------/News-schreiben--------- */

/* ---------Kommentar-schreiben--------- */
.comment_name_input
{
	width:543px;
}

/* ie5 hack */
* html .comment_name_input
{
	width:535x; /* ie5 */
	w\idth:535px; /* ie6 */
}

.calculate
{
	width:457px;
}
/* ---------/Kommentar-schreiben--------- */

/* ---------Woerterbuch-erweitern--------- */
.dict_input
{
	width:629px;
}

/* ie5 hack */
* html .dict_input
{
	width:623x; /* ie5 */
	w\idth:623px; /* ie6 */
}

.dict_small_input
{
	width:237px;
}

/* ie5 hack */
* html .dict_small_input
{
	width:231x; /* ie5 */
	w\idth:231px; /* ie6 */
}
/* ---------/Woerterbuch-erweitern--------- */

/* ---------Woerterbuch--------- */
.dict_search
{
	width:337px;
}

/* ie5 hack */
* html .dict_search
{
	width:331x; /* ie5 */
	w\idth:331px; /* ie6 */
}
/* ---------/Woerterbuch--------- */

/* ---------Passwort--------- */
.pwd_lost
{
	width:337px;
}

/* ie5 hack */
* html .pwd_lost
{
	width:331x; /* ie5 */
	w\idth:331px; /* ie6 */
}
/* ---------/Passwort--------- */

/* ---------Admin--------- */
.adj_edit  { width:260px; }
.adj_edit2 { width:385px; }
.adj_edit3 { width:264px; }

.verb_edit  { width:260px; }
.verb_edit2 { width:604px; }
.verb_edit3 { width:264px; }

.pdf_edit  { width:256px; }
.pdf_edit2 { width:647px; }
.pdf_edit3 { width:260px; }
/* ---------/Admin--------- */
