/* DATEI - ./skins/blau2.css */

/* Link Einstellungen */
a.normal:link		{color: #006699;text-decoration: none;}
a.normal:visited	{color: #006699;text-decoration: none;}
a.normal:hover		{color: #006699;text-decoration: underline;}
a.normal:active		{color: #006699;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: #83ADDD;
		scrollbar-face-color: #B5CFED;
		scrollbar-highlight-color: #FFFFED;
		scrollbar-shadow-color: #83ADDD;
		scrollbar-3dlight-color: #CCCCCC;
		scrollbar-arrow-color:  #006699;
		scrollbar-track-color: #83ADDD;
		scrollbar-darkshadow-color: #98AAB1;
}
.texte {
		color: #000000;
		font-family : Verdana,Arial,sans-serif;
		font-size : xx-small;
		text-align : left;
}

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

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

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