body {
	background-color: #0d0d0d;
	color: #dfdfdf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	background-image:url(/fileadmin/_CA/i/background.jpg);
	background-color:#000;
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	padding-bottom: 250px; /* for the map */
	position: relative;
}

a:link, a:visited {
	color: #dfdfdf;
	text-decoration: underline;
}
a:active, a:hover {
	color: white;
	text-decoration: none;
}

p {
	margin: 20px 0;
	font-size: 115%;
	font-family: "Times New Roman";
	line-height: 1.4;
}

#container {
	position: relative;
	padding-top: 1px;
}

#nav {
	display: block;
	position: absolute;
	top: 240px;
	left: 0;
	background-image:url(/fileadmin/_CA/i/black-50pc.png);
	background-repeat:repeat;
	width: 140px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
	width: 100%;
}

#nav a {
	display: block;
	line-height: 33px;
	padding: 0 10px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #fff;
}

#nav a.last {
	border-bottom: none;
}

#nav a:hover, #nav a:active {
	color: #f3f3f3;
	background-image:url(/fileadmin/_CA/i/black-50pc.png);
	background-repeat:repeat;
	color: #999;
}
.subnav {
	display: block;
	
}

.subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	display: inline;
	float: right;
}

.subnav ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
	display: inline-black;
	background-image:url(/fileadmin/_CA/i/gray-50pc.png);
	background-repeat:repeat;
}

.subnav a {
	display: block;
	line-height: 33px;
	padding: 0 10px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #fff;
}

.subnav a:hover, .subnav a:active {
	color: #F00;
}


hr {
	color: #333;
	background-color: #333;
	border: 1px solid #333;
	border-width: 1px 0 0 0;
}

input, button {
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
	height: 28px;
	border: 1px solid #666;
	background-color: #000;
	margin: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 120%;
}

input.showing-label {
	font-style: italic;
	color: #999;
}

.subheader {
	float:right;
	margin-top:40px;
}
