/* DATEI - ./skins/schwarz2.css */

/* Link Einstellungen */
a.normal:link		{color: #FF2400;text-decoration: none;}
a.normal:visited	{color: #FF2400;text-decoration: none;}
a.normal:hover		{color: #FF2400;text-decoration: underline;}
a.normal:active		{color: #FF2400;text-decoration: none;}
a:link			{color : blue;text-decoration : underline;}
a:visited		{color : blue;text-decoration : underline;}
a:active		{color : blue;text-decoration : underline;}
a:hover			{color : blue;text-decoration : underline;}

/* allg. Einstellungen */
body{	
	font-family : Verdana,Arial,sans-serif;
	font-size : xx-small;
	background-color: #000000;
	scrollbar-base-color : #000000;
	scrollbar-arrow-color:  #FF2400;
}
.texte {
		color: #FF2400;
		font-family : Verdana,Arial,sans-serif;
		font-size : xx-small;
		text-align : left;
}

/* Meldungen */
.okmsg {
		color : #FF2400;
		font-family : Verdana,Arial,sans-serif;
		font-size : xx-small;
		font-weight : bold;
}
.fehlermsg {	
		color : #0000FF;
		font-family : Verdana,Arial,sans-serif;
		font-size : xx-small;
		font-weight : bold;
}

/* Eintragsbereich */
.table0 {
		background-color: #000000;
		border-bottom-color : #FF2400;
		border-bottom-style : solid;
		border-bottom-width : 0;
		border-left-color : #FF2400;
		border-left-style : solid;
		border-left-width : 1px;
		border-right-color : #FF2400;
		border-right-style : solid;
		border-right-width : 1px;
		border-top-color : #FF2400;
		border-top-style : solid;
		border-top-width : 1px;
		color : #FF2400;
		font-size : xx-small;
		background-image: url('');
}
.table1 {
		background-color: #202020;
		border-bottom-color : #FF2400;
		border-bottom-style : solid;
		border-bottom-width : 0;
		border-left-color : #FF2400;
		border-left-style : solid;
		border-left-width : 1px;
		border-right-color : #FF2400;
		border-right-style : solid;
		border-right-width : 1px;
		border-top-color : #FF2400;
		border-top-style : solid;
		border-top-width : 0;
		color : #FF2400;
		font-size : xx-small;
		background-image: url('');
}
.table2 {
		background-color : #000000;
		border-bottom-color : #FF2400;
		border-bottom-style : solid;
		border-bottom-width : 0;
		border-left-color : #FF2400;
		border-left-style : solid;
		border-left-width : 1px;
		border-right-color : #FF2400;
		border-right-style : solid;
		border-right-width : 1px;
		border-top-color : #FF2400;
		border-top-style : solid;
		border-top-width : 0;
		color : #FF2400;
		font-size : xx-small;
		background-image: url('');
}

/* Formularbereich */
.formular {
		background-color : #000000;
		border-bottom-color : #FF2400;
		border-bottom-style : solid;
		border-bottom-width : 1px;
		border-left-color : #FF2400;
		border-left-style : solid;
		border-left-width : 1px;
		border-right-color : #FF2400;
		border-right-style : solid;
		border-right-width : 1px;
		border-top-color : #FF2400;
		border-top-style : solid;
		border-top-width : 0;
		color : #FF2400;
		font-size : 10px;
}
.absenden {
		background-color: #000000;
		width: 58px;
		color: #FF2400;
		font-size: 9px;
		font-family: Verdana,Arial,sans-serif;
		font-weight : bold;
		border: 1px #FF2400 solid;
		border-top-width : 1px;
		border-right-width : 1px;
		border-bottom-width : 1px;
		border-left-width : 1px;
}
.eingabe {
		width: 120px;
		color: #FF2400;
		background-color: #000000;
		font-family: Verdana,Arial,sans-serif;
		font-size: 10px;
		border: 1px #FF2400 solid;
		border-top-width : 1px;
		border-right-width : 1px;
		border-bottom-width : 1px;
		border-left-width : 1px;
}
