body {
	background: #CACACA url(Images/background.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #3e3e3e;
}

#container_top {
	background: #FFFFFF url('Images/background_RC_top.png');
}
#container {
	margin: auto;
	width: 750px;
}
#header {
	position: relative;
	top: 0px;
	left: 25px;
	padding-bottom: 30px;
}
#sub_header {
	font-family: sans-serif;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #701B3A;
	float: right;
	padding-top: 6px;
	padding-left: 25px;
	width: 350px;
	padding-right: 25px;
}
#main_content {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 0px;
	background: url('Images/background_content.png');
	background-repeat: repeat-y
} 
#main_content_top {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 0px;
	height: 39px;
	background: #FFFFFF url('Images/background_RC_top.png');
} 
#main_content_separate {
	background: #FFFFFF url('Images/background_content_separate.png');
	height: 15px;
}
#main_content_high {
	background: #FFFFFF url('Images/background_RC_high_middle.png');

	}
#main_content_bottom {
	height: 39px;
	background: #FFFFFF url('Images/background_RC_bottom.png');
}
#content {
	width: 521px;
	height: 430px;
	padding: 10px 30px 10px 25px;
	font-size: 13px;
	color: #3e3e3e;
}
#page_title {
	width: 521px;
	height: 35px;
}
#information {
	width: 518px;
	height: 410px;
	padding-right: 20px;
	overflow: auto;
}


#footer {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	margin: 8px auto;
	margin-top: -5px;
	color: #232323;
}

#footnotes {
	font-family: "Trebuchet MS", Verdana,sans-serif;
	font-size: 10px;
	}
p.undertitle  {
	margin-top: 0px;
}

.liste {
   font-family: "Trebuchet MS", Verdana, sans-serif;
   font-size: 13px;
   margin-left: 16px;
}

.liste ul {
   padding-left: 10px;
	margin-left: 15px;
   }
.liste li {
   list-style-image: url('./Images/redcheck.gif');
   padding-bottom: 6px;
   }
.liste2 {
	margin-left: 4px;
}
.liste2 ul {
	margin-left: 11px;
   }
.liste2 li {
   list-style-image: url('./Images/reddash.gif');
   padding-bottom: 5px;
   }


.menu {
	position: relative;
	left: -1px;
	top: 5px;
   width: 150px;
   margin-left: 0px;
   padding-top: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
	font-size: 13px;
}


.menu ul {
	margin: 0;
	padding: 0;
}

.menu li {
   border-top: none;  
   border-bottom: none;
   border-right: none;
	list-style: none;
	}
	
.menu li a {
	background: #ffffff;
	color: #701B3A;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	}
	
.menu li a:hover {
	background: #ffffff;
	color: #701B3A;
	text-decoration: underline;
	}
		
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #701B3A
}

h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #701B3A
}

.menu_title {
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
	color: #701B3A;
}

a {
	color: #701B3A;
	font-family: "Trebuchet MS", Verdana, sans;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3e3e3e;
	font-weight: bold;
	text-decoration: none;
}
/*
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.menu_link:hover {
	color: #701B3A;
	font-weight: bold;
	text-decoration: none
}
*/

a.imagelink {
	color: #3e3e3e;
	font-family: "Trebuchet MS", Verdana, sans;
	font-weight: bold;
	text-decoration: none;
}
a.imagelink:hover {
	color: #3e3e3e;
	font-weight: bold;
	text-decoration: none;
}
img.imagelink {
   border-width: 1px;
   border-color: #e9e9e9;
} 
