@charset "UTF-8";
/* CSS Document */

* {
margin:0pt;
padding:0pt;
}

body{
	text-align: center;
	font-family: "Helvetica Neue", Lucida Grande, Arial, Verdana, Sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 1.5em;
	background: black;
}

b { color: white;
	font-weight: bolder;
	background: fuchsia;
	padding: 0 1px 0 1px;}

a {
	text-decoration: none;
	color: #999999;
}

b a {color: white;}

h1 {
	font-size: 2em;
	font-weight: lighter;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.5em;
	color: #FF00FF;
	padding: 8px 0 0 10px;
	font-weight: lighter;
	margin: 5px 0 0 0;
}

h2 a {
	text-decoration: none;
	background: purple;
	color: white;
	padding: 0 5px 0 5px;
	
}

ul {
	list-style: none;
}

ol  {
	list-style-position: inside;
}

ul li {
	display: inline;
}

#breadcrumbs {
	width: 790px;
	float: left;
	padding: 10px 0 10px 10px;
	background: white;

}

#language {
	float: right;
	padding: 10px 0 0 5px;
	visibility: hidden;
	background: white;

}

.tx-srlanguagemenu-pi1 {display: inline;
						font-size: 1em;
						}

.tx-srlanguagemenu-pi1 .CUR {
	float: none;
	font-size: 1em;
}

.tx-srlanguagemenu-pi1 .NO a {
		background: purple;
		color: white;
		padding: 0 3px 0 3px;
	}

.tx-srlanguagemenu-pi1 .NO {
	float: none;
	font-size: 1em;
}

#header {
	clear: both;
	/*width: 800px;*/
	visibility: hidden;
	background: white url(../images/bkg_bru_colors.jpg) scroll center center;
}

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

#main_nav {
	width: 1000px;
	float: left;
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	margin: 10px 0 0 0;
}

#main_nav li a:selected {
	background: red;
}

#main_nav li {
	padding: 0 10px 0 10px;
}

.main_navON {
	color: white;
	margin-left: 10px;
	padding: 0 10px 0 10px;
	background-color: #8621E4;
}

.main_navON a {
	color: white;
}

#sub_nav {
	float: left;
	width: 230px;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

#sub_nav li {
	display: block;
	
}

#sub_nav a {
	color: white;
}

.sub_navON {
	background: white;
	color: black;
	margin-left: -10px;
	padding-left: 10px;
}

#sub_nav ul {
	list-style: none;
	padding: 10px;
	color: white;
}

.sub_menu_level_02 {
	padding: 0 0 0 20px;
}

.sub_menu_level_02_ACT {
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	background: black;
	color: white;
}

.sub_menuON {
	background: #60CE10;
	padding:0 0 0 10px;
}

#content {
	margin: 10px 0 0 0;
	padding: 10px 10px 30px 10px;
	width: 530px;
	float: left;
	background: white;
}

#rgaccord1-nest {
	margin: 0 0 2em 0;
}

#rgaccord1-nest ul {
	padding: 0 0 0 20px;
	list-style: disc inside;
}




#rgaccord1-nest li {
	padding: 0 0 0 20px;
}

#rgaccord1-nest ol li {
	padding: 0 0 10px 10px;
}

div.rgaccord1-content {
	border: none;
	width: 530px;
}

h3.rgaccord1-toggle {
	background: #FFFFFF url(img/plus.png) no-repeat scroll 5px center;
	color: black;
	margin-right: 0;
	margin-top: 5px;
}

h3.act {
	background: #000000 url(img/minus.png) no-repeat scroll 5px center;
	color: white;
}

.bodytext {
	padding: 5px 0 0 10px;
	width: 500px;
}

.bodtytext li {
	display: block;
}

.csc-textpic-text .bodytext {
	width: 250px;
}

#footer {
	clear:both;
	display:block;
	float:right;
	padding:10px;
	width:980px;
	text-align: right;
	color: #666666;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-size: 0.9em;
	height: 395px;
	background: black;

}

.highlighted {
	color: red; 
	font-weight: bolder;
}

i { text-decoration: line-through;}