/************************/
/**   Allgemeinset     **/
/************************/

body
{
	background-color: #5978A6;
	color: #E3E8EC;
	font-family: Helvetica,Arial;
	font-size: 15px;
	font-weight: normal;
}

a
{
	color: #E3E8EC;
	text-decoration: none;
}

a.hover
{
	color: #384F72;
	text-decoration: none;
}

table
{
	color: #E3E8EC;
	text-decoration: none;
}

table.box
{
	background-color: #4F6FA0;
}

td.titel
{
	padding: 5px;
	background-color: #384F72;
	color: #E3E8EC;
	font-size: 18px;
}

input, textarea
{
	border-bottom-color: #8B9DC1;
	border-left-color: #8B9DC1;
	border-top-color: #4F6FA0;
	border-right-color: #4F6FA0;
	border-width: 1px;
	border-style: solid;
	background-color: #4F6FA0;
	color: #E3E8EC;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

input.button
{
	border-bottom-color: #8895A4;
	border-left-color: #8895A4;
	border-top-color: #8895A4;
	border-right-color: #8895A4;
	border-width: 0px;
	border-style: solid;
	background-color: #4F6FA0;
	color: #E3E8EC;
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}
