<!--
/* ############################ */
/* basic Inputfelder		*/
/* ############################ */
-->

	FORM {
		text-decoration : none;
		font-weight : normal;
		color : #000000;
	}

	INPUT {
		font-family : Verdana, Helvetica, sans-serif;
		color : #000000;
		font-size : 9px;
		background : #ffffff;
		border : 1px solid;
		width : 450;
	}

	INPUT.checkbox {
		background : transparent;
		width : 15;
	}

	INPUT.submit {
		width : 100px;
	}

	INPUT.small {
		width : 150px;
	}

	INPUT.pruefcode {

		width : 80px;

	}

	SELECT {
		FONT-SIZE: 9px;
		font-family : Verdana, Helvetica, sans-serif;
		border : 1px solid;
		color : #000000;
		background : #ffffff;
		width : 450px;
	}

	TEXTAREA {
		FONT-SIZE: 9px;
		font-family : Verdana, Helvetica, sans-serif;
		border : 1px solid #000000;
		color : #000000;
		background : #ffffff;
		width : 450px;
	}

	FILE {
		font-family : Verdana, Helvetica, sans-serif;
		color : #000000;
		background : #ffffff;
		border : 1px solid;
		font-size : 9px;
		width : 450px;
	}


<!--
/* ############################ */
/* Inputfelder für Login	*/
/* ############################ */
-->

	INPUT.loginfield {
		font-family : Verdana, Helvetica, sans-serif;
		color : #000000;
		background : transparent;
		border : 0px solid;
		font-size : 9px;
		width : 151px;
	}

	INPUT.Login {
		font-family : Verdana, Helvetica, sans-serif;
		color : #000000;
		background : #ffffff;
		border : 0px solid;
		font-size : 9px;
		width : 75px;
	}


<!--
/* ############################ */
/* Inputfelder für Messages	*/
/* ############################ */
-->

	INPUT.messages_select_action {
		width : 100;
	}

	SELECT.messages_select_action {
		background : #ffffff;
		width : 140;
	}

	INPUT.messages_text {
		width : 300;
	}

	INPUT.messages_textan {
		width : 200;
	}

	TEXTAREA.messages_text {
		width : 300;
	}


<!--
/* ############################ */
/* Inputfelder für Search	*/
/* ############################ */
-->

	INPUT.search_field {
		width: 150;
	}

	SELECT.search_area {
		width: 150;
	}

	SELECT.search_modus {
		width: 58;
	}


<!--
/* ############################ */
/* Inputfelder für Datum	*/
/* ############################ */
-->

	SELECT.geb_tag {
		width : 50;
	}

	SELECT.geb_monat {

		width : 80;
	}

	SELECT.geb_jahr {
		width : 60;
	}


<!--
/* ############################ */
/* Inputfelder für Vote		*/
/* ############################ */
-->

	SELECT.vote {
		width : 150px;
	}