body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: "arial", "verdana", "tahoma", "times new roman";
	font-size: 90%;
	color: #444;
}

#headercont
{
	margin: 0 auto;
	width: 100%;
	height: 200px;
	background: #000 url(../images/background-headercont.png) top left repeat-x;
}

#header
{
	margin: 0 auto;
	width: 960px;
	height: 200px;
	background: #333 url(../images/header.png) top left no-repeat;
}

#header h1
{
	text-align: right;
	margin: 0;
	padding: 52px 0 0 0;
	font-size: 275%;
	color: #9C0;
	letter-spacing: -2px;
	font-weight: normal;
}

#header h1 span
{
	color: #FFF;
	font-weight: bold;
}

#menucont
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #9C0 url('../images/background-menucont.png') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 960px;
	height: 40px;
}

#menu ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 12px 15px;
	text-decoration: none;
	color: #FFF;
	background: #transparent;
}

#menu ul li.active a
{
	background: #333 url('../images/background-menucont-active.png') repeat-x;
}

#menu ul li a:hover
{
	background: #333 url('../images/background-menucont-hover.png') repeat-x;
}

#maincont
{
	margin: 0 auto;
	width: 100%;
	background: #FFF url('../images/background-maincont.png') repeat-x;
	line-height: 150%;
}

#main
{
	margin: 0 auto;
	width: 960px;
	padding: 40px 0 15px 0;
}

#main h1, h2, h3, h4, h5
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main h1
{
	font-size: 200%;
	color: #af308e;
	font-weight: normal;
	}

#main h2
{
	font-size: 150%;
	color: #666;
}

#main h3
{
	font-size: 120%;
	color: #666;
	font-style: italic;
	font-weight: bold;
}

#main h4
{
	font-size: 100%;
	color: #af308e;
	font-weight: bold;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main img
{
	/*float: right;
	margin: 0 0 10px 10px;*/
	padding: 1px;
	border: 1px solid #af308e;
}

#main a
{
	color: #af308e;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#main ul
{
	list-style-image: url(../images/haken.png);
	}

#main table img {margin: 6px}

#footercont
{
	margin: 0 auto;
	width: 100%;
	line-height: 150%;
	font-size: 85%;
	font-weight: bold;
}

#footer
{
	margin: 0 auto;
	width: 960px;
	border-top: 1px solid #CCC;
	padding: 0 15px;
	color: #999;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #af308e;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 300px;
	padding: 15px 0;
}

#footerright
{
	float: left;
	width: 660px;
	padding: 15px 0;
	text-align: right;
}
