@import url("special.css");
@import url("home.css");
@import url("menu.css");
@import url("../../Css/STEP.css");
@import url("../../Css/STFO.css");
@import url("../../Css/STXML.css");
@import url("../../Css/STST.css");


.printMenu {
	display:none;
}
/*.preview {
	list-style-type:none;
	background-image: url(../../Images/Icons/preview.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
}
*/
* {
	margin: 0;
	padding: 0;
}

/* Herdefinitie html tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5E4E45;
	background-color:#FFFFFF;
	line-height:1.2em;
	margin:0px;
}
p, .RTE_Body {
	margin-top:0em;
	margin-bottom:1em;
}
a {
	color:#5E4E45;
	text-decoration:none;
}
a:hover {
	color:#AF2626;
	text-decoration:none;
}
img {
	border:none;
}
hr {
	border:none; 
	border-bottom:1px solid #E7E5E3;
	height:0px;
}
ul {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}
ul li{
	margin-left:0px;
	padding-left:10px;
	list-style-type:none;
	background-image: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
}
ol {
	margin-top:0px;
	margin-bottom:0px;
}
ol li{
	list-style-type: decimal;
}

h1, .RTE_Title {
	font-size:13px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	color:#2D338E;
	line-height:17px
}
h2.h2-jurist {
	font-size: 11px;
}
h1.h1-jurist span {
	font-size: 11px;
}
h2 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:6px;
	font-weight:bold;
	color:#2D338E;
}
h3 {
	font-size:11px;
	margin-top:0px;
	margin-bottom:2px;
	font-weight:bold;
	color:#2D338E;
}
h4 {
	font-size:11px;
	margin-top:0px;
	margin-bottom:2px;
	font-weight:bold;
	color:#5E4E45;
}
h5 {
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	color:#2D338E;
}
h6 {
	font-size:10px;
	margin-top:5px;
	margin-bottom:1px;
	font-weight:normal;
	color:#999999;
}
td {
	vertical-align:top;
}
form {
	margin:0px;
	padding:0px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
abbr {
	border:none;
}

/******************* ALGEMEEN ****************************/
/*donkerblauw*/
.color1 {
	color:#2D338E;
}
/*grijs*/
.color2 {
	color:#7C6D63;
}
/*lichtblauw*/
.color3, a.color3, a.color3:visited {
	color:#008CB2;
	text-decoration: none;
}
/*geel*/
.color4 {
	color:#E0AA0F;
}
/*rood*/
.color5 {
	color:#AF2626;
}
/*donkergroen*/
.color6 {
	color:#339E35;
}
/*paars*/
.color7 {
	color:#68217A;
}
/*lichtgroen*/
.color8 {
	color:#AABA0A;
}
/*lichtgrijs*/
.color9 {
	color:#999999;
}
.title {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	background-color:#2D338E;
	padding-top:2px;
	height:16px;
}
.grey {
	color:#999999;
}
.line {
	background-image:url(../images/bg_line.gif);
	background-position: 0 7px;
	background-repeat:repeat-x;
	clear: both;
	height:1px;
	font-size:1px;
	line-height:1px;
	/*margin:8px 0px 4px 0px; */
	padding:8px 0px 4px 0px;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
}
a.blue {
	color:#2D338E;
	display:block;
}
a.blue:hover {
	color:#AF2626;
}
span.arrow {
	text-decoration:none;
}
span.more {
	text-decoration:underline;
}
.back {
	margin:10px 0px 5px 0px;
}
.back a {
	text-decoration:none;
}
.back a.blue {
	color:#008CB2;
	display:block;
}
.back a.blue:hover {
	color:#AF2626;
}

/******************* TOP ****************************/
.top {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.logoTxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:13px;
	margin-top:5px;
}
.topMenu {
	color:#666666;
	text-align:right;
}
.topMenu a {
	color:#666666;
	text-decoration:none;
	padding:1px 5px 2px 5px;
}
.topMenu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#8185BB;
}
.topMenu .selected {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#8185BB;
}
.topBar {
	background-image:url(../images/verlooptop.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	height:10px;
	margin-top:5px;
	margin-bottom:6px;
	font-size:1px;
}

/**************** RECHTERKOLOM *******************/
.related p {
	padding:1px 0px 1px 0px;
}
.related a {
	display:block;
	text-decoration:underline;
	padding:1px 0px 1px 0px;
	
}
.related a:hover {
	color:#AF2626;
	text-decoration:underline;
}

/* New right-menu style */
.right ul {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	/* padding-bottom: 10px; */
}
.right ul li {
	margin-left:0px;
	padding:1px 0px 1px 0px;
	list-style-type:none;
	background-image: none;
}

.right ul li a {
	display:inline;
	text-decoration:underline;
	padding:1px 0px 1px 0px;	
}
.right ul li a:hover {
	color:#AF2626;
	text-decoration:underline;
}

.related a.blue {
	color:#2D338E;
	display:block;
	text-decoration:none;
}
.related a.blue:hover {
	color:#AF2626;
}

a.rss {
	background-image:url(../images/btn_xml.gif);
	background-position:35px 2px;
	background-repeat:no-repeat;
}
.inputField {
	margin-bottom:4px;
}
.inputField input {
	border:solid 1px #E5E7F2;
	font-size:11px;
	color:#5E4E45;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	margin-bottom:4px;
}
.inputField input.btn {
	vertical-align:middle;
	font-size:10px;
	padding:0px 0px 0px 0px;
	height:15px;
	color:#FFFFFF;
	background-color:#2D338E;
	width:26px;
}


/******************* MIDDENGEDEELTE ****************************/
.middle {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
.left {
	width:197px;
}
.center {
	width:540px;
}
.right {
	width:187px;
	padding-right:10px;
}
.left .title {
	margin-left:10px;
}
.left h3 {
	margin-left:10px;
}
.left h4 {
	margin-left:10px;
}
.left h5 {
	margin-left:10px;
}

/************* VERVOLGPAGINA LINKERKOLOM ****************/
#sectie0 .colorLine{
	background-color:#8690C2;
}
#sectie1 .colorLine{
	background-color:#E0AA0F;
}
#sectie2 .colorLine{
	background-color:#AF2626;
}
#sectie3 .colorLine{
	background-color:#339E35;
}
#sectie4 .colorLine{
	background-color:#7C6D63;
}
#sectie5 .colorLine{
	background-color:#68217A;
}
#sectie6 .colorLine{
	background-color:#AABA0A;
}
.lineOverlay img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.lineOverlay {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(images/overlay2.png);
	text-align:right;
	margin-left:10px;
}
.colorLine {
	font-size:1px;
	line-height:1px;
	height:3px;
	margin-left:10px;
	margin-bottom:4px;
}
.leftImage {
	border:solid 1px #E9E8E6;
	width:185px;
	margin-left:10px;
	margin-bottom:5px;
}
.leftImage img {
	width:185px;
}
.leftText {
	
}
.leftText span {
	padding-left:10px;
	display:block;
}
.left ul {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.left ul li{
	margin-left:3px;
	padding-left:7px;
	list-style-type:none;
	background-image: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
}

/****** SUBMENU *******/
.subMenu {
	margin-top:10px;
	font-weight:bold;
}
.subMenu a {
	color:#2D338E;
	display:block;
	text-decoration:none;
	padding:0px 0px 5px 10px;
}
#sectie0 .subMenu a:hover {
	color:#8690C2;
	text-decoration:none;
}
#sectie0 .subMenu .selected, #sectie0 .subMenu a.selected {
	color:#8690C2;
	background-image:url(../images/bullet0.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
}
#sectie1 .subMenu a:hover {
	color:#E0AA0F;
	text-decoration:none;
}
#sectie1 .subMenu .selected, #sectie1 .subMenu a.selected {
	color:#E0AA0F;
	background-image:url(../images/bullet1.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
}
#sectie1 .title {
	background-color:#ACACAC;
	margin-bottom:3px;
}
#sectie2 .subMenu a:hover {
	color:#AF2626;
	text-decoration:none;
}
#sectie2 .subMenu .selected, #sectie2 .subMenu a.selected {
	color:#AF2626;
	background-image:url(../images/bullet2.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
}
#sectie3 .subMenu a:hover {
	color:#339E35;
	text-decoration:none;
}
#sectie3 .subMenu .selected, #sectie3 .subMenu a.selected {
	color:#339E35;
	background-image:url(../images/bullet3.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
}
#sectie4 .subMenu a:hover {
	color:#7C6D63;
	text-decoration:none;
}
#sectie4 .subMenu .selected, #sectie4 .subMenu a.selected {
	color:#7C6D63;
	background-image:url(../images/bullet4.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
}
#sectie5 .subMenu a:hover {
	color:#68217A;
	text-decoration:none;
}
#sectie5 .subMenu .selected, #sectie6 .subMenu a.selected {
	color:#68217A;
	background-image:url(../images/bullet5.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
}
#sectie6 .subMenu a:hover {
	color:#AABA0A;
	text-decoration:none;
}
#sectie6 .subMenu .selected, #sectie6 .subMenu a.selected {
	color:#AABA0A;
	background-image:url(../images/bullet7.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
}
.children {
	font-weight:normal;
	margin-bottom:2px;
}
.children a {
	display:block;
	text-decoration:none;
	padding:0px 0px 5px 10px;
}
.children a:hover {
	text-decoration:underline!important;
}
.children .active {
	text-decoration:underline;
}
#sectie0 .children a, #sectie0 .children a:hover, #sectie0 .children .active {
	color:#8690C2;
}
#sectie1 .children a, #sectie1 .children a:hover, #sectie1 .children .active {
	color:#E0AA0F;
}
#sectie2 .children a, #sectie2 .children a:hover, #sectie2 .children .active {
	color:#AF2626;
}
#sectie3 .children a, #sectie3 .children a:hover, #sectie3 .children .active {
	color:#339E35;
}
#sectie4 .children a, #sectie4 .children a:hover, #sectie4 .children .active {
	color:#7C6D63;
}
#sectie5 .children a, #sectie5 .children a:hover, #sectie5 .children .active {
	color:#68217A;
}

/************* VERVOLGPAGINA MIDDEN ****************/
.content {
	
}
.content a,
.content a:visited {
	text-decoration: none;
}
.content a:hover {
	color: #AF2626;
	text-decoration:underline;
}
.content a.jurist {
	text-decoration:none;
	color:#2D338E;
}
.content a.jurist:hover {
	color:#AF2626;
}
.content a.blue {
	text-decoration:none;
}
.content .photo {
	margin-bottom:8px;
}
.content .photo img {
	border:solid 1px #E9E8E6;
}
.content .photos {
	width:166px;
	margin-right:18px;
	float:left;
}
.content .photos img, .content .photosLast img {
	border:solid 1px #E9E8E6;
	display:block;
}
.content .photosLast {
	width:166px;
	float:left;
}
.content .standardTable {
	background-color:#FFFFFF;
	border-top:solid 1px #E9E8E6;
	border-left:solid 1px #E9E8E6;
	margin:8px 0px 8px 0px;
	display:block;
	font-size:10px;
	color:#008CB2;
}
.content .standardTable th {
	border-bottom:solid 1px #E9E8E6;
	border-right:solid 1px #E9E8E6;
	text-align:left;
	padding:4px 8px 4px 8px;
	background-color:#F7F7F7;
}
.content .standardTable td {
	vertical-align:top;
	padding:4px 8px 4px 8px;
	border-bottom:solid 1px #E9E8E6;
	border-right:solid 1px #E9E8E6;
}
.content .overview a {
	color:#2D338E;
	display:block;
	text-decoration:none;
	padding:0px 0px 4px 0px;
}
.content .overview a:hover {
	color:#AF2626;
	text-decoration:underline;
}
.contentLink {
	color:#2D338E;
	margin:5px 0px 5px 0px;
	background-repeat:no-repeat;
	line-height:17px;
}
.contentLink a {
	color:#2D338E;
	text-decoration:none;
	background-position:left top;
	padding-left:22px;
	display:block;
}
.contentLink a:hover {
	color:#AF2626;
	text-decoration:underline;
}
a.submit {
	display:block;
	color:#008CB2!important;
	text-decoration:underline!important;
}
a.submit:hover {
	color:#AF2626!important;
	text-decoration:underline!important;
}

/**************** ONDERKANT *******************/
.bottom {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.payOff {
	margin-right:205px;
	margin-left:205px;
	text-align: left;
	color:#339E35;
	padding:0px 0px 7px 0px;
	font-weight:bold;
}
.payOff a {
	color:#339E35;
	text-decoration:none;
}
.payOff a:hover {
	color:#AF2626;
	text-decoration:none;
}
.bottomLeft {
	float:left;
	height:10px;
	background-color:#2D338E;
	width:187px;
	font-size:1px;
}
.bottomCenter {
	float:left;
	background-image:url(../images/verloopbottom.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:10px;
	width:540px;
	font-size:1px;
	margin:0px 0px 5px 18px;
}
.bottomRight {
	float:right;
	height:10px;
	background-color:#2D338E;
	width:187px;
	font-size:1px;
}
.bottomMenu {
	clear:both;
	color:#666666;
	text-align:right;
	margin-right:205px;
	margin-bottom:15px;
}
.bottomMenu a {
	color:#666666;
	text-decoration:none;
}
.bottomMenu a:hover {
	color:#666666;
	text-decoration:underline;
}
.bottomMenu span {
	padding-left:3px;
	padding-right:3px;
}


/* Tables */
td.ST_AttrTitle {
	font-weight: bold;
	padding-right: 25px;
}

table.defaultTableAddOrEdit,
table.defaultTableViewObject {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;	
	font: 11px Verdana, Arial, sans-serif;
}
table.defaultTableAddOrEdit tr {	
	height: 25px;
}
table.defaultTableViewObject tr {
	height: auto;	
}
table.defaultTableAddOrEdit td,
table.defaultTableViewObject td {
	padding-top: 5px;
}
table.defaultTableAddOrEdit input {
	font-size: 11px;
}

table.STEP_ContentTable {
	padding: 20px 0;
	border: 0;	
	width: 100%;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
table.STEP_ContentTable td {
	padding-top: 5px;	
	background: #eef;	
}


table.ST_ListTable {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	border: 0;
}
table.ST_ListTable tr.rowOdd {
	background: #f3f3f3;	
}
table.ST_ListTable tr.rowEven {
	background: none;
}
table.ST_ListTable th {
	font-weight: bold;
	border-bottom: 1px solid #aeaeae;
	text-align: left;
	background: none;
}
table.ST_ListTable td {
		
}

div.ST_ComponentMain {
	margin: 10px 0;
	padding: 0;
	border-right: 0px solid #d6d6d6;	
	border-bottom: 0px solid #d6d6d6;	
	border-left: 0px solid #d6d6d6;		
}
div.ST_ComponentMain div {
	margin: 10px;	
}

a.events {
	font-size:11px;
	margin-top:0px;
	margin-bottom:2px;
	font-weight:bold;
	/*color:#2D338E;*/
}
a.events:hover {
	color:#AF2626;
	text-decoration:none;
}

/** added **/
/*#hiddenContent {
	top: -12px;
	background-image:url(../images/verlooptop.jpg);
}*/

.button {
	font-size: 12px;
	border: 0px solid #666666;
}
