/* Stylesheet fuer das Forum*/

body
{
	font-family: Arial, Verdana;
}

legend
{
	font-size: 120%;
	font-style: italic;
}

label
{
	font-size: 100%;
	cursor: pointer;
}

.message
{
	font-size: 100%;
}

.textfeld
{
	width: 300px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	background: #ffffff;
}

.textfeldm
{
	width: 20px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	background: #ffffff;
}

.textfeldd
{
	width: 20px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	background: #ffffff;
}


.textfeldy
{
	width: 40px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	background: #ffffff;
}

.bigtextfield
{
	width: 300px;
	height: 100px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	background: #ffffff;
}

.disclaimerfeld
{
	width: 300px;
	height: 100px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 80%;
	background: #ffffff;
}

.textfeld_red
{
	width:300px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	background: #ff9999;
}

.textfeldsmall
{
	width: 100px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	background: #ffffff;
}

.button
{
	width: 200px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	margin-right: 5px;
	background: #ffffff;
}



.buttonsmall
{
	width: 100px;
	border: 1px solid #000000;
	font-family: Arial, Verdana;
	font-size: 100%;
	margin-right: 5px;
	background: #ffffff;
}


.securegif
{
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.failuretext
{
	font-family: Arial, Verdana;
	font-size: 100%;
	color: red;
}

.oktext
{
	font-family: Arial, Verdana;
	font-size: 100%;
	color: green;
}

.text80prozent
{
	font-size: 100%;
}