input
{
	font-family: Arial, Verdana, Helvetica, sans-serif 
	font-size: 12px;
}
select
{
	font-family: Arial, Verdana, Helvetica, sans-serif 
	font-size: 12px;
}
textarea
{
	font-family: arial, verdana, Helvetiva, sans-serif;
	font-size: 12px;
}
body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 10;
}

table
{
	font-size: 12px;
}

img
{
	border:	0px;
}

table.overview_data
{
	font-size: 10px;
}

td.overview
{
	 font-weight: bold;
	 background-color: #FF0000;
	 text-align: center;
	 color: #FFFFFF;
	 vertical-align: top;
}
td.link
{
	 text-align: center;
}

td.link_roze
{
	 text-align: center;
	 background-color: #FFC6C6;
}

td.header
{
	font-weight: bold;
	font-size: 16px;
}

td.nolink
{
	text-align: center;
	color: #000000;
}

td.nolink_roze
{
	text-align: center;
	background-color: #FFC6C6;
}

p.detailheader
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

p.detailheader_bigyellow
{
	font-size: 20px;
	color: #FFFF00;
	font-weight: bold;
}

p.normaltext
{
	font-size: 12px;
	color: #FFFFFF;
}

p.error
{
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

td.detailleft
{
	font-weight: bold;
	text-align: left;
}

td.detailleftError
{
	font-weight: bold;
	text-align: left;
	color: #FF0000;
}

td.detailleftnotbold
{
	text-align: left;
}

/*normal links*/
a
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
}

/*link in header of overview table*/
a.overview
{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a.overview:hover
{
	text-decoration: underline;
}
a.overview_link
{
	 text-decoration: none;
}
a.overview_link:hover
{
	 text-decoration: underline;
}
option.optionbig
{
	font-size: 20px;
}
