@charset "utf-8";

*
{
	background-color:transparent;
	border:none;
	margin:0px;
	padding:0px;
}

.orange
{
	color:#FF9000;
}

a:link, a:visited, a:active
{
	color:#F00;
	font-weight:bold;
	text-decoration:none;
}

body
{
	color:#000;
	font-family:Verdana, Tahoma, Arial;
	font-size:1em;
	padding:0 1em;
	white-space:nowrap;
}

div.header, div.content, div.footer
{
	clear:both;
	margin:0px auto;
}

fieldset
{
	 border:1px solid #444;
	 padding:0em 1em;
}

h1, h2, h3, h4, h5, h6, h7
{
	color:#000;
	white-space:normal;
}

input
{
	background-color:#FFF;
	border:solid thin #000;
	color:#666;
	padding:3px 10px;
}

input:hover, input[type=submit]:hover
{
	background-color:#EEE;
}

input[type=checkbox], input[type=radio]
{
	border:none;
	margin-right:10px;
}

input[type=submit]
{
	background-color:#CCC;
	color:#000;
}

legend
{
	color:#444;
	padding:0em 0.3em;
}

p
{
	text-align:justify;
	white-space:normal;
}

p.headline
{
	font-weight:bold;
	margin-bottom:20px;
}

select, textarea
{
	background-color:#FFF;
	border:solid thin #000;
	color:#666;
}

table
{
	table-layout:fixed;
}

td
{
	vertical-align:top;
}

ul.menu
{
	list-style:none;
	margin:0px auto;
	width:65em;
}

ul.menu li
{
	float:left;
}

ul.menu li a
{
	color:#898989;
	display:block;
	font-size:1.5em;
	font-style:italic;
	padding:0.7em 0em;
}

ul.menu li a:hover
{
	color:#FF9000;
}

ul.menu li.menu_border
{
	color:#FF9000;
	padding:1.3em;
}

ul.submenu
{
	background-color:#999;
	float:right;
	list-style:none;
	padding:1em;
	width:25em;
}

ul.submenu li
{
	color:#DDD;
	float:left;
	font-size:0.8em;
}

ul.submenu li a
{
	color:#DDD;
	display:block;
}
