/* @group General Styles */

body {
	text-align: center;
	font-size: 12px;
	padding: 0;
	line-height: 16px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.bodytekst {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}


p {
	background-color: #000000;
}

b, strong {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

a:hover, a:active {
	text-decoration: none;
	font-size: 12px;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

#container { 
	background: url(images/sidebar_right.png) repeat-y #2f2f2f right; /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	position: relative;
}

.clearer {
	clear: both;
}

#pageHeader {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

#contentContainer {
	margin-right: 190px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 2em;
	position: relative;
	z-index: 10;
}

#contentContainer #content {
	padding-right: 40px;
	padding-left: 40px;
}

#sidebarContainer {
	width: 188px;
	float: right;
	line-height: 1.4em;
	position: relative;
	z-index: 5;
}

#sidebarContainer #sidebar {
	padding: 10px;
}

#sidebarContainer .sideHeader {
	background: repeat-x url(images/footer_bg.png) center center;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	margin: 0 -10px 5px;
	font-size: 1em;
	font-weight: normal;
}

#footer {
	height: 22px;
	display: block;
	clear: both;
	font-size: 9px;
	text-align: center;
	color: #b3b3b3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000000;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	letter-spacing: .2em;
}

#footer p {
	margin: 0;
	padding-top: 8px;
	text-shadow: 0px 1px 1px #001f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 10px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	overflow: hidden;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	height: 34px;
	display: block;
	padding-left: 10px;
	color: #ffffff;
	text-shadow: 0px -1px 1px #000000;
	text-decoration: none;
	background: repeat-x url(images/button_normal.png) left top;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #898987;
	font-style: italic;
}

h1 {
	line-height: 24px;
	font-size: 36px;
	color: #003366;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-style: italic;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

.language{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}
/* default setup that everything sees */
.shadow {
	/* needed for Internet explorer */
  height: 10px;
	filter: Shadow(Color=#666666, Direction=135, Strength=3);
	/* Needed for Gecko */
  line-height: 24px;
	white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}
.bodytekstWindow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
}
.TitelWindow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #F60;
}

