/* font includes */

@font-face {
	font-family: AurulentSans;
	src: url('../fonts/AurulentSans-Regular.otf');
}

@font-face {
	font-family: AurulentSans;
	font-weight: bold;
	src: url('../fonts/AurulentSans-Bold.otf');
}

@font-face {
	font-family: AurulentSans;
	font-style: italic;
	src: url('../fonts/AurulentSans-Italic.otf');
}

@font-face {
	font-family: AurulentSans;
	font-weight: bold;
	font-style: italic;
	src: url('../fonts/AurulentSans-BoldItalic.otf');
}

/* global styles */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font: 10pt 'AurulentSans', Arial;
	color: #fff;
	background: #282828 url("/images/headerbg.png") left top repeat-x;
}

a:link,
a:active,
a:visited {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font: 20pt 'AurulentSans', Arial;
	font-weight: bold;
}

h2 {
	font: 16pt 'AurulentSans', Arial;
	font-weight: bold;
}

table {
  text-align: left;
  border-collapse: collapse;
}

tr {
  padding: 2px;
  margin: 0px;
}

tr.altrow2 {
	background-color: #333;
}

.editor_cat {
  float: left;
  border: 1px solid #666;
  margin: 1px;
  padding: 0px 4px;
  height: 20px;
}

div.youtube, div.flv {
  background-color:#000000;
  height:344px;
  margin:0 auto;
  position:relative;
  width:425px;
}

#editor img {
  margin: 2px 1px;
  cursor: pointer;
}

/* specific ids */

div#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

div#header {
  position: relative;
	background: #282828 url("/images/header.png") left top no-repeat;
	height: 69px;
	width: 175px;
  padding-top: 100px;
  padding-left: 725px;
}

div#header h1 {
  font-size: 20pt;
  margin: 0;
}

div#fauxcontainer {
  float: left;
	background: #282828 url("/images/background.png") left top repeat-y;
}

div#menu {
  float: right;
  width: 172px;
  padding: 0 14px;
}

div#menu a {
  color: #fff;
}

div#menu ul {
  color: #ccc;
  list-style-type: none;
  padding: 0;
  border: 1px dotted #666;
  border-bottom: 0;
}

div#menu li{
  white-space: nowrap;
  overflow: hidden;
}

div#menu ul ul {
  border: 0;
}

div #menu ul ul li {
  padding-left: 10px;
  border-bottom: 1px dotted #666;
}

div#menu ul ul ul{
  border: 0;
}

div#menu ul ul ul li {
  font-size: smaller;
  border: 0;
}

div#inhoud {
	display: block;
	padding: 0 250px 10px 50px;
  width: 600px;
}

div#footer {
  clear: both;
	height: 29px;
	width: 900px;
	background: transparent url("/images/footer.png") left top no-repeat;
  margin-bottom: 15px;
}

div#copyright {
  padding-top: 5px;
  color: #fff;
	height: 12px;
	width: 100%;
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
	z-index: 2;
}

#copyright a:link,
#copyright a:active,
#copyright a:visited {
	color: #aaa;
	text-decoration: underline;
}

div#copyright a:hover {
	color: #888;
	text-decoration: none;
}

#old-ie {
  display: none;
}
