/* DATEI: standard.css*/

body.norm  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #def3f3;
	color : #000000;
	margin-left : 2;
	margin-top : 2;
}

/***********************************************  just cells*/
table.main {
	font-family : Arial,sans-serif;
	font-size : 10px;
	color : #000000;
	height: 500;
	background-color : #ffffff;
	text-decoration : none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

td.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
	background-color : #000000;
	border-left: 1px solid #5555ff;
	border-right: 1px solid #5555ff;
	border-top: 1px solid #5555ff;
	border-bottom: 1px solid #5555ff;
	width: 50px;
}

a.button {
		font-family : Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	font-weight : normal;
    	color : #ffffff;
    	text-decoration : none;
}


a.mainlink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
}

input.norm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	border: 1px solid #000000;
}

select.norm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	border: 1px solid #000000;
}

input.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #000000;
	border: 1px solid #5555ff;
}


textarea.norm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : transparent;
	border: 1px solid #000000;
}

table.feedback {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ffffff;
	background-color : #5555ff;
	border: 1px solid #000000;
}

table.error {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #dddddd;
	background-color : #b32f50;
	border: 1px solid #000000;
}

