body
{
	font-size: 			12pt;
	font-family: 		Verdana;
	color:				#888888;
	text-align:			center;
}

#container
{
	margin: 			0 auto;
	width:				1000px;
	text-align:			left;
}

/* header - begin */
#header
{
	width: 980px;
	padding: 10px;
	margin-bottom: 10px;
	float:				left;
}

#header h1
{
	margin: 0px;
	padding: 0px;
}

#header h1 a
{
	color: 				#CC0000;
	text-decoration: 	underline;
}

#header h1 a:hover
{
	color: 				#E9967A;
}

/* header - end */

/* menu - begin */
#menu
{
	height: 			50px;
	width: 				1000px;
	float:				left;
}

#menu ul
{
	height				: 30px;
	background-image	: url("http://www.geld-lenen.eu/img/menu-background.gif");
	backgroud-repeat	: repeat-x;
	margin				: 0;
	padding				: 0px;
	list-style			: none;
}
#menu ul li
{
	display				: inline;
	margin				: 0px;
	padding				: 0px;

}
#menu ul li a
{
	float				: left;
	background			: url("http://www.geld-lenen.eu/img/tab-left.gif") no-repeat left top;
	margin-right		: 5px;
	padding				: 0px;
	text-decoration		: none;
	display				: block;
	font-size			: 12pt;
}
#menu ul li a span
{
	float				: left;
	display				: block;
	background			: url("http://www.geld-lenen.eu/img/tab-right.gif") no-repeat right top;
	padding				: 5px 10px 0px 0px;
	margin-left			: 10px;
	color				: #CC0000;
	height				: 30px;
	cursor				: pointer;
}
#menu ul li a.active,
#menu ul li a.active:hover
{
	float				: left;
	background			: url("http://www.geld-lenen.eu/img/tab-active-left.gif") no-repeat left top;
	margin-right		: 5px;
	padding				: 0px;
	text-decoration		: none;
	display				: block;
	font-size			: 12pt;
}
#menu ul li a:hover
{
	float				: left;
	background			: url("http://www.geld-lenen.eu/img/tab-hover-left.gif") no-repeat left top;
	margin-right		: 5px;
	padding				: 0px;
	text-decoration		: none;
	display				: block;
	font-size			: 12pt;
}
#menu ul li a.active span,
#menu ul li a.active:hover span
{
	float				: left;
	display				: block;
	background			: url("http://www.geld-lenen.eu/img/tab-active-right.gif") no-repeat right top;
	padding				: 5px 10px 0px 0px;
	margin-left			: 10px;
	color				: #CC0000;
	height				: 30px;
	cursor				: pointer;
	font-weight			: bold;
}
#menu ul li a:hover span
{
	float				: left;
	display				: block;
	background			: url("http://www.geld-lenen.eu/img/tab-hover-right.gif") no-repeat right top;
	padding				: 5px 10px 0px 0px;
	margin-left			: 10px;
	color				: #CC0000;
	height				: 30px;
	cursor				: pointer;
}
/* menu - end */

/* left - begin */
#left
{
	width: 				200px;
	float:				left;
}

#left ul
{
	margin: 10px 0 0 0;
}

#left ul li
{
	padding: 0;
	margin: 4px 0 0 0;
}

#left ul li a
{
	text-decoration: underline;
	color: #333333;
}
/* left - end */

/* right - begin */
#right
{
	width: 				780px;
	float:				left;
	margin-left: 		20px;
}
/* right - end */

/* ads - begin */
#ads
{
	width: 780px;
	text-align: center;
	margin-bottom: 10px;
}
/* ads - end */