<style>
	body {
		font-size: 11px;
		font-family: Arial;
		color: #ffffff;
		text-decoration: none;
		font-weight: regular;
	}

	.bg {
		background: #000000 url("images/bg.gif");
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: center;
		font-size: 11px;
		font-family: Arial;
		color: #ffffff;
		text-decoration: none;
		font-weight: regular;
	}

	td { font-size: 11px;font-family: Arial;color: #000000;text-decoration: none;font-weight : regular; }

	input {
		color: #000000;
		font-family: Arial;
		font-size: 11px;
		font-weight: none;
		background-color: transparent;
		border: 1px ridge #C8B46A;
		width: 100%;
	}

	textarea {
		color: #000000;
		font-family: Arial;
		font-size: 11px;
		font-weight: none;
		background-color: transparent;
		border: 1px ridge #C8B46A;
		width: 100%;
		height: 100px;
	}

	select { color: #000000; font-family: Arial; font-size: 11px; font-weight: none; }
	button { color: #000000; font-family: Arial; font-size: 11px; font-weight: none; }

	A {font-size: 11px;font-family: Arial;color: #000000;text-decoration: underline;font-weight : regular;}
	A:link {font-size: 11px;font-family: Arial;color: #000000;text-decoration: underline;font-weight : regular;}
	A:visited {font-size: 11px;font-family: Arial;color: #000000;text-decoration: underline;font-weight : regular;}
	A:active {font-size: 11px;font-family: Arial;color: #000000;text-decoration: underline;font-weight : regular;}
	A:hover {font-size: 11px;font-family: Arial;color: #555555;text-decoration: underline;font-weight : regular;}

	.menu { font-size: 12px;	color: #FFFFFF;	font-family: Arial; text-transform : none; }
	.menu:link {font-size: 12px;font-family: Arial;color: #FFFFFF;text-decoration: none;font-weight : regular;}
	.menu:visited {font-size: 12px;font-family: Arial;color: #FFFFFF;text-decoration: none;font-weight : regular;}
	.menu:active {font-size: 12px;font-family: Arial;color: #FFFFFF;text-decoration: none;font-weight : regular;}
	.menu:hover {font-size: 12px;font-family: Arial;color: #ECECC9;text-decoration: none;font-weight : regular;}

	.menu_over {
		background: #C8B46A url("images/menu_over.jpg");
		background-repeat: repeat-x;
		background-attachment: fixed;
		background-position: center;
	}

	.top {	font-size: 10px; font-family: Arial; color: #736328; text-decoration: none; font-weight: regular; }
	.top:link { font-size: 10px; font-family: Arial; color: #736328; text-decoration: none; font-weight : regular;}
	.top:visited { font-size: 10px; font-family: Arial; color: #736328; text-decoration: none; font-weight : regular;}
	.top:active { font-size: 10px; font-family: Arial; color: #736328; text-decoration: none; font-weight : regular;}
	.top:hover { font-size: 10px; font-family: Arial; color: #71622A; text-decoration: none; font-weight : regular;}

	.bund {	font-size: 10px; font-family: Arial; color: #FFFFFF; text-decoration: none; font-weight: regular; }
	.bund:link { font-size: 10px; font-family: Arial; color: #FFFFFF; text-decoration: none; font-weight : regular;}
	.bund:visited { font-size: 10px; font-family: Arial; color: #FFFFFF; text-decoration: none; font-weight : regular;}
	.bund:active { font-size: 10px; font-family: Arial; color: #FFFFFF; text-decoration: none; font-weight : regular;}
	.bund:hover { font-size: 10px; font-family: Arial; color: #ECECC9; text-decoration: none; font-weight : regular;}

	.credit {	font-size: 9px; font-family: Arial; color: #D8D8A9; text-decoration: none; font-weight: regular; }
	.credit:link { font-size: 9px; font-family: Arial; color: #D8D8A9; text-decoration: none; font-weight : regular;}
	.credit:visited { font-size: 9px; font-family: Arial; color: #D8D8A9; text-decoration: none; font-weight : regular;}
	.credit:active { font-size: 9px; font-family: Arial; color: #D8D8A9; text-decoration: none; font-weight : regular;}
	.credit:hover { font-size: 9px; font-family: Arial; color: #736328; text-decoration: none; font-weight : regular;}

	.even { background: #F9F9F9; }
	.evenover { background: #F0F0F0; }

	.odd { background: #F5F5F5; }
	.oddover { background: #F0F0F0; }

	.hide {
		display: none;
		visibility: Hidden;
		position: absolute;
	}

	.show {
		display: block;
		visibility: visible;
		position: relative;
	}
	
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
/*	background: #D8D8A9; */
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 10px;
/*	background: #5970B2; */
	color: #000000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #D8D8A9}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #C8B46A;
	border: 1px solid #B7A45F}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #B7A45F;
		font: 11px arial}

	#sddm div a:hover
	{	background: #D8D8A9;
		color: #000000}

</style>