/* CSS Document */

*
{
	margin			: 0;
	padding		: 0; 
}

body
{
	margin			: 0;
	background-color	: #f4f448;
	
}

img
{
	border			: 0;
}

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

a:hover
{
	text-decoration	: underline;
}

body, table
{
	font-family		: trebuchet ms;	
	font-size		: 13px;
}

div.container
{
	padding-left		: 15px;
	padding-right		: 15px;
	margin			: auto;
	clear			: both;	
}

div.header
{
	height			: 45px;
	padding-top		: 5px;
	font-family		: Trebuchet MS;
	border-style		: solid;
	border-color		: #e0e03a;
	border-width		: 0;
	border-bottom-width	: 1px;
	background-color	: #eae86d;
	/*
	background-image	: url('header-bg.jpg');
	background-repeat	: repeat-x;
	background-position	: top center;
	*/

}

div.header div.logo
{
	font-size		: 25px;
	float			: left;
}

div.header div.logo a
{
	color			: #000000;
}

div.header div.languages
{
	float			: right;
	text-align		: right;
}

div.toolbar
{
	background-color	: #fdfb8a;
	height			: 180px;
	font-family		: Trebuchet MS;
	border-style		: solid;
	border-color		: #000000;
	border-width		: 0;
	border-bottom-width	: 1px;
	background-image	: url('toolbar-bg.png');
	background-repeat	: repeat-x;
	background-position	: top center;	
}

div.toolbar div.links
{
	float			: right;
	padding-top		: 140px;
}

div.toolbar div.links a
{
	color			: #000000;
	font-size		: 12px;
	font-weight		: bold;
}

div.toolbar div.links a img
{
	float			: left;
	margin-right		: 5px;
}

div.toolbar div.teaser
{
	font-size		: 20px;
	font-weight		: bold;
	padding-top		: 10px;
	margin-bottom		: 5px;
}


div.toolbar input.text, div.toolbar textarea.text
{
	border-style		: solid;
	border-color		: #e0e03a;
	border-width		: 1px;
	padding		: 4px;
	color			: #808080;		
}

div.toolbar textarea.text
{
	float			: left;
	margin-right		: 10px;
	width			: 250px;
	height			: 100px;
}

div.toolbar input.text
{
	width			: 150px;
	margin-bottom		: 5px;
	font-size		: 10px;
}


div.toolbar a.button
{
	font-size		: 20px;
	font-weight		: bold;
	cursor			: pointer;
	padding-left		: 45px;
	color			: #000000;
	text-decoration	: none;	
}


div.main
{
	background-color	: #FFFFFF;	
	padding-top		: 15px;
	padding-bottom	: 15px;
}

div.footer
{
	font-family		: Trebuchet MS;
	font-size		: 11px;
	padding-top		: 10px;
	padding-bottom	: 10px;
	color			: #000000;
	border-style		: solid;
	border-color		: #000000;
	border-width		: 0;
	border-top-width	: 1px;
}

div.footer a
{
	font-weight		: bold;
	color			: #000000;
}

div.credits
{
	background-image	: url('credits-bg.gif');
	background-repeat	: no-repeat;
	background-position	: top left;
	width			: 338px;
	height			: 373px;
	padding		: 15px;
	position		: absolute;
	display		: none;
}

div.credits a
{
	font-weight		: bold;
	color			: #000000;
	text-decoration	: underline;
}
