/* css fuer www.mfg-media.de */

/*======*/
/* body */
/*======*/
body {margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; background-color:#ffffff;}

a:link {color:#969696; text-decoration:none;}
a:visited {color:#969696; text-decoration:none;}
a:hover {color:#646464; text-decoration:none;}
a:active {color:#646464; text-decoration:none;}
a:focus {color:#646464; text-decoration:none;}

/*=======*/
/* Texte */
/*=======*/

/*generelle schrift*/
ul,li,td, div {font-family:Arial, Helvetica, Geneva, sans-serif; font-size:10pt; color:#969696;}

/*ueberschriften*/
.bigtext {font-family:Arial, Helvetica, Geneva, sans-serif; font-size:12pt; color:#969696;}

/*anmerkungen*/
.smalltext {font-family:Arial, Helvetica, Geneva, sans-serif; font-size:8pt; color:#969696;}

/*===============*/
/*formular-felder*/
/*===============*/

/*input type text normal*/
.inputnormal {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	background-color:#ededed;
	width:500px;
}

/*input type text small*/
.inputsmall {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	background-color:#ededed;
	width:300px;
}

/*input type textarea*/
.textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	background-color:#ededed;
	width:500px;
	height:110px;
}

/*submit eingabe*/
.submit {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	width:100px;
}
