/* Formatvorlage fuer downloads.php*/
p {
	text-align:		justify;
	font-family:	Arial, Helvetica, sans-serif;
}

p.right {
	text-align:right;
}

.h1 {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		1em;
 font-weight:		bold;
 text-decoration:	underline;
}

hr {
 border:			1px dotted #C0C0C0;
}

.fett {
 font-weight:		bold;
}

a {
 font-family:		Verdana, Arial;
 font-size:		1em;
}

.hinweis {
 font-size:		0.8em;
 color:			#808080;
}


/* Forumular zur Eingabe der Daten */
table#login {            /* Tabelle mit dem LogIn-Formular */
 width:			550px;
 height:			204px;
 border:			1px solid #336699;
 background-color:	#f4f4f4;
 padding:		0px;
}
	col#login_col1 {        /* linke Tabellenzelle mit dem Hintergrundbild */
          width:			200px;
          background-image:      url("../image/logo-200.png");
          background-repeat:	no-repeat;
         }

input {			/* saemtliche Eingabeelemente */
 font-family:		Arial;
 font-size:		12px;
 color:			#008000;
 width:			220px;
 border:			1px solid #336699;
 background-color:	#f4f4f4;
}

form {                   /* das Formular-tag */
 font-family:		Verdana, Arial;
 font-size:		12px;
}

#link_login {            /* die Links "Zuruecksetzten" und "LogIn" */
 margin-left:		40px;
}

#td1 {                   /* die Fehlermendung */
 font-family:		Verdana, Arial;
 font-size:		12px;
 font-weight:		bold;
 padding:		10px;
 vertical-align:		top;
 color:			#800000;
 line-height:		20px;
}