*
{
	margin: 0px;
	padding: 0px;
}

body
{
	overflow: hidden;
}

body
{
	background-color: #000;
	font-family: 'Times New Roman';
}

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

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

a:hover
{
	text-decoration: underline;
}


#background
{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 0;
	background-color: #000;
}

#maincontainer
{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}

#main
{
	margin: 0px auto;
	width: 995px;
	overflow: auto;
	margin-top: 20px;
}

	#menu
	{
		float: left;
		width: 160px;
		font-size: 105%;
	}

		.menu_top
		{
			margin: 5px;
			margin-bottom: 10px;
			padding: 5px;
			background-color: #FFF;
			height: 40px;
		}

		.menu_block
		{
			margin: 5px;
			padding: 5px;
			background-color: #FFF;
		}

			.mailinglist
			{
				text-align: center;
				font-size: 85%;
			}

		.menu_item
		{
			font-weight: bold;
			padding-top: 2px;
			padding-bottom: 5px;
			cursor: pointer;
		}
		.menu_item a:hover
		{
			text-decoration: none !important;
		}

		.generate_random
		{
			cursor: pointer;
		}

			.submenu
			{
				font-size: 95%;
				padding: 5px;
			}

				.submenu_active
				{
					text-decoration: underline;
				}

	#maincontent
	{
		float: left;
	}

		.contentheader
		{
			padding: 5px;
			background-color: #FFF;
			font-weight: bold;
			font-size: 130%;
			text-align: center;
			display: table;
			margin: 24px 5px 5px 5px;
			*margin: 24px 5px 10px 5px;
			font-family: helvetica;
			_width: 10%;
			*height: 20px;
		}
		
			.sifr_title
			{
				font-size: 120%;
			}
		
		.default_content
		{
			padding: 5px;
			margin: 5px;
			margin-bottom: 0px;
			background-color: #FFF;
			overflow: auto;
			display: table;
		}

td
{
	padding: 3px;
}


/* news */

.content
{
	background-color:#FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
}

.news_date
{
	text-align: left;
}

.news_block
{
	padding: 2px;
	overflow: auto;
	font-size: 95%;
	font-family: 'arial', 'verdana', 'tahoma' !important;
}

.news_title
{
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
}

.news_content
{
	font-size: 85%;
	text-align: left;
}

pre
{
	font-family: Verdana;
	font-size: 95%;
}