body {
    padding: 0;
    margin: 0;
    background: #CCCC99 url(../images/bg.gif) repeat-y 50%;
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 13px;
    color: #222222;
    line-height: 15px;
}

form {
    margin: 0;
    padding: 0;
}

form .fieldWithErrors * {
	border: 2px solid red;
	padding-right: 12px;
}

h1 {
    margin: 0;
    padding: 0;
}

/* Begin Header */

#header_container {
    width: 100%;
    height: 82px;
    background-color: #000000;
    color: inherit;
}

#header {
    width: 696px;
    height: 100%;
}

#header_content {
    width: 499px;
    float: left;
    height: 100%;
}

#header_title {
    width: 479px;
    height: 27px;
    padding-top: 18px;
    padding-left: 20px;
}

#header_menu {
    height: 27px;
    width: 499px;
    background-image: url(/images/header_background.jpg);
    background-repeat: repeat-x;
    padding-top: 10px;
}

#header_menu a {
    margin-left: 15px;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #DDEEEE;
    background-color: inherit;
}

#header_menu a:hover {
    text-decoration: underline;
}

#sub_header {
    width: 686px;
    height: 21px;
    background-color: #663333;
    color: inherit;
	text-align: left;
	padding-left: 10px;
	line-height: 21px;
	color: white;
}

#sub_header a {
	text-decoration: none;
	color: white;
}

#sub_header a:hover {
	text-decoration: underline;
}

/* End Header */

/* Begin Main */

#main_container {
    width: 696px;
    height: 300px;
}

/* End Main */

/* Begin Left Content */

#left_content {
    width: 440px;
    height: 300px;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
}

/* End Left Content */

/* Start Articles */

.article_raum {
   margin-top: 30px;
   padding-bottom: 10px;
   border-bottom: 1px solid #CCC;
}

.article_raum a{
	color: #CC6633;
	background-color: inherit;
}

.article_raum h1{
	font-family: "Helvetica Neue", Arial, Sans-Serif;		
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	color: #888888;
	background-color: inherit;
	letter-spacing: -2px;
/*	text-shadow:  #dddddd 2px 2px 2px;: black 1px; */
	padding: 0;
	margin: 0;
}

.article_raum h1 a{
	color: #888888;
	background-color: inherit;
/*	text-shadow: #dddddd 2px 2px 2px;: black 1px; */
	text-decoration: none;
}

.article_raum h1 a:hover{
	text-decoration: underline;    
}
    
.article_raum h2{
	font-family: "Helvetica Neue", Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;			
	color: #999999;
	background-color: inherit;
	margin: 15px 0 0 0;
	padding: 0;
	
}

.article_raum h2 span{
	color: #CC6633;
	background-color: inherit;
}

.article_raum h3{ 
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-color: inherit;
	margin-bottom: 21px;
	line-height: 30px;
}

.article_raum h5{ 
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #888888;
	background-color: inherit;
	line-height: 15px;
}

.article_raum h3 a{
	color: #CC6633;
	background-color: inherit;
	text-decoration: underline;
}

.article_raum p{
	text-align: justify;
	margin: 8px 0px;
}

.quote{
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 22px;
	color: #5E5E5E;
	background-color: inherit;
}
   
/* End Articles */

/* Begin Comments */
#comments {
	background-color: #FEF4EF;
	color: inherit;
	padding-top: 30px;
	padding-left: 8px;
	padding-right: 9px;
	padding-bottom: 9px;		
	border-top: 1px solid #ccc;
	text-align: left;
}

#comments h1{
	font-size: 13px;
	color: #CC6633;
	background-color: inherit;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande";
	letter-spacing: 0px;
}

#comments h1 a{
	font-size: 13px;
	color: #CC6633;
	background-color: inherit;
	font-weight: bold;
}

#comments h1 span{
	font-size: 11px;
	color: #5E5E5E;
	background-color: inherit;
}

#comments h1 em{
	font-style: normal;
	color: #5E5E5E;
	background-color: inherit;
}

#comments p {
    margin-top: 0;
    padding: 0;
}

h4 {
    margin: 20px 0 20px 0;
    padding: 0;
	font-family: "Helvetica Neue", Arial, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #888888;
	background-color: inherit;
	letter-spacing: -2px;
}

#comments form {
    margin-top: -8px;
}

#comments label{
    font-weight: bold;
}

#comments input, textarea{
    margin-top: 2px;
    margin-bottom: 10px;
}
/* End Comments */

/*Begin List*/

ul#list{
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 5px;
}

ul#list li{
	list-style-type: decimal;
	font-family: "Helvetica Neue", Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #CC6633;
	padding-bottom: 9px;
}

ul#list li span{
	display: block;
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 11px;
	color: #666;
}

ul#list li span a.ja{
	color: #009900;
}

ul#list li span a.ja:hover{
	background: #009900;
	color: white;
}

ul#list li span a.nee{
	color: red;
}

ul#list li span a.nee:hover{
	background: red;
	color: white;
}

form#list{
	padding: 15px 0 50px 15px;
}

form#list input{
	font-size: 14px;
}
/* End lists */

/* Start Right Content */

#right_content {
    width: 207px;
    height: 400px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    color: #5E5E5E;
    background-color: inherit;
}

#right_content h1 {
    font-size: 13px;
    color: #CC6633;
    background-color: inherit;
    margin: 0 0 3px 0;
    padding: 0;
}
#right_content p{
	margin: 0px;
}
#right_content h2 {
    font-size: 13px;
    color: #CC6633;
    background-color: inherit;
    margin: 10px 0 3px 0;
    padding: 0;
}

#right_content #technorati a{
    color: #4B4B4B;
}
#right_content a{
    color: #2A2A2A;
		text-decoration: none;
}

#right_content h3 {
    font-size: 13px;
    color: #4B4B4B;
    background-color: inherit;
    margin: 10px 0 3px 0;
    padding: 0;
}

#right_content a:hover{
		text-decoration: underline;	
}

#right_content ul{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#right_content ul a{
	color: #CC6633;
	background-color: inherit;
	font-weight: bold;
}

#right_content h5{
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 0px;
  color: #4B4B4B;
	background-color: inherit;
	font-weight: bold;
	display: block;
}

#right_content li {
	background-repeat: no-repeat;
	background-image: url(/images/rss.gif); 
	padding-left: 30px; 
	padding-bottom: 2px; 	
}

ul#lists {
	background: none;
	margin-left: 30px;
}

ul#lists li{
	color: #CC6633; /* Om de square ook oranje te krijgen */
	background: none; /* Nodig omdat hier eerder een bg geset wordt */
	list-style-type: square;
	padding: 0;
	padding-bottom: 3px;
}

ul#lists li a{
	color: #CC6633;
	text-decoration: none;
}

ul#lists li a:hover{
	text-decoration: underline;
}

/* End Right Content */

/* Begin Toolbox */

#tool_box_background {
    margin-top: 15px;
    width: 206px;
    height: 268px;
    background-image: url(/images/toolbox_background.jpg);
}

#ad_box {
  width: 200px;
	height: 200px;
  border: 1px solid gray;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top:10px;
}

#tool_box {
    margin-top: -268px;
    padding: 10px 5px 10px 10px;
    width: 190px;
    height: 247px;
    border: 1px solid gray;
    background-image: url(/images/seal.gif);
    background-repeat: no-repeat;
    background-position: 130px 0px;
}


#tool_box h1 {
    color: #2A2A2A;
    background-color: inherit;
    font-weight: bold;
    font-size: 13px;
}

#tool_box dl{
	font-size: 12px;
	color:#5E5E5E;
	background-color: inherit;
	margin: 0;
	padding: 0;
}

#tool_box dt{
    margin: 0 0 5px 0;
    padding: 0 0 0 50px;
	background-image: url(/images/railssmall.jpg);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

#tool_box .textmate dt{
	background-image: url(/images/texmate.gif);		
}

#tool_box dt span{
	font-weight: bold;
}

/* End Toolbox */

/* Begin Paginator */

div.pagination {
	font-weight: bold;
	font-size: 13px;
	
	padding-top: 20px;
	height: 40px;
}

div.pagination a {
	text-decoration: none;
	color: #CC6633;
}

div.pagination a:hover {
	text-decoration: underline;
}

/* End Paginator*/

/*Begin Jobs*/
#job_header {
	margin-top: 30px;
	padding-bottom: 00px;
}

#job_header h1 {
	font-family: "Helvetica Neue", Arial, Sans-Serif;		
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	color: #888888;
	background-color: inherit;
	letter-spacing: -2px;
	text-shadow:  #dddddd 2px 2px 2px;
	padding: 0;
	margin: 0;
}

#job_header h2 {
	font-family: "Helvetica Neue", Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;			
	color: #999999;
	background-color: inherit;
	margin: 15px 0 0 0;
	padding: 0;
}

.job_raum {
	margin-top: 10px;
	margin-bottom: 10px;	
	border-top: 1px solid #999999;
}

.job_raum a {
	font-family: "Helvetica Neue", Arial, Sans-Serif;		
	text-decoration: none;
	color: #CC6633;
}
.job_raum hr{
	size: 1px;
}
.job_raum h1{
	font-size: 18px;
	line-height: 16px;
	letter-spacing:-1px;
	background-color: inherit;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 8px;
}

.job_raum h2 {
	font-family: "Helvetica Neue", Arial, Sans-Serif;		
	font-size: 13px;
	line-height: 15px;
	color: #CC6633;
	background-color: inherit;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 4px;
}
.job_raum a:hover{
	text-decoration: underline;
}

.job_raum span{
	color: #4B4B4B;
}

#footer{
	margin-top:10px;
	color:#5E5E5E;
}

#footer a{
	color: #CC6633;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
/*End Jobs*/



pre {
    background-color: #EEEEEE;
    color: #112;
		padding: 0;
		margin: 0;
    padding: 10px;
    font-size: 1.1em;
    overflow: auto;
		font-family: Courier,monospace;
		font-size: 12px;
		margin: 8px 0;
}

/* Syntax highlighting */
pre .normal {}
pre .comment { color: #005; font-style: italic; }
pre .keyword { color: #A00; font-weight: bold; }
pre .method { color: #077; }
pre .class { color: #074; }
pre .module { color: #050; }
pre .punct { color: #447; font-weight: bold; }
pre .symbol { color: #099; }
pre .string { color: #944; background: #FFE; }
pre .char { color: #F07; }
pre .ident { color: #004; }
pre .constant { color: #07F; }
pre .regex { color: #B66; background: #FEF; }
pre .number { color: #F99; }
pre .attribute { color: #5bb; }
pre .global { color: #7FB; }
pre .expr { color: #227; }
pre .escape { color: #277; }