/* GENERAL  ------------------------------------------------------------------------- */
body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Sans-Serif;
	color: #000000;
	background-color: #f2c9ec;
}
/* CONTAINER ------------------------------------------------------------------------ */
#container {
	position: absolute;
	float: left;
	width: 962px;
	min-height: 100%;
	left: 50%;
	margin: 0px 0px 0px -481px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
}
/* HEADER   ------------------------------------------------------------------------- */
#header {
	float: left;
	width: 962px;
	height: 128px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/header.jpg');
}
/* NAVIGATION ----------------------------------------------------------------------- */
#navigation {
	float: left;
	width: 882px;
	height: 33px;
	margin: 0px 41px 0px 39px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
	background-color: #bb0271;
	font-size: 11pt;
}

#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#navigation ul li {
	float: left;
	height: 25px;
	padding: 8px 0px 0px 0px;
	border-right: 1px solid #000000;
}

#navigation ul li a {
	height: 25px;
	padding: 8px 0px 7px 0px;
	color: #fcc9f4;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li.l1_inactive:hover, #navigation ul li.l1_inactive a:hover {
	color: #bb0271;
	background-color: #fcc9f4; 
}

#navigation ul li.l1_active a {
	color: #bb0271;
	background-color: #fcc9f4; 
}
/* SUBNAVIGATION -------------------------------------------------------------------- */
#subnavigation {
	float: left;
	width: 200px;
	min-height: 250px;
	margin: 7px 7px 0px 47px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
	background-color: #bb0271;
	font-size: 11px;
}

#subnavigation ul {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#subnavigation ul li {
	width: 100%;
	height: 21px;
	padding: 7px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}

#subnavigation ul li a {
	display: block;
	height: 21px;
	padding: 7px 0px 0px 5px;
	margin: -7px 0px 0px 0px;
	color: #fcc9f4;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#subnavigation ul li.l2_inactive:hover, #subnavigation ul li.l2_inactive a:hover,
#subnavigation ul li.l3_inactive:hover, #subnavigation ul li.l3_inactive a:hover {
	color: #bb0271;
	background-color: #fcc9f4; 
}

#subnavigation ul li.l2_active a,
#subnavigation ul li.l3_active a {
	color: #bb0271;
	background-color: #fcc9f4; 
}
/* CONTENT -------------------------------------------------------------------------- */
#content {
	float: right;
	width: 617px;
	min-height: 600px;
	margin: 7px 47px 40px 0px;
	padding: 15px 20px 25px 20px;
	border: 1px solid #000000;
	background-color: #fcc9f4;
	text-align: justify;
}

#content h1 {
	font-size: 16pt;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 15px 0px;
	color: #bb0271;
	border-bottom: 1px solid #bb0271;
}
