

blockquote{
	
text-align: left;
}blockquote > *:first-child:before /* Tripoli bonus: pure CSS blockquote */{content:"\201C";font-size:2.2em;margin-left:-.62em;font-family:georgia,serif;padding-right:.1em;color:#aaa;line-height:0}abbr[title],acronym[title],dfn[title]{border-bottom:1px solid #ccc}ins,dfn{border-bottom-color:#666}del{color:#666}fieldset{border-color:#ccc}textarea,input[type='text'],input[type='password'],select{border:1px solid #ccc;background:#fff}fieldset{border:1px solid #ccc}textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover{border-color:#aaa}textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus{outline:2px solid #e4e4e4; border-color:#404040}
.content hr{background:#aaa;color:#aaa}.content table{border-top:1px solid #ccc;border-left:1px solid #ccc}
.content th,.content td{border-bottom:1px solid #ddd;border-right:1px solid #ccc}
.content th,
.content td{padding:.1em}a:link{color:#36c}a:visited{color:#99c}a:hover,code,pre{color:#c33}a:active,.a:focus{color:#fff}/*
_______________________________
TYPE PLUG */

html {

	background: url("#") center top no-repeat #0f0f0f;
}

body {
	font-family: "Arial",Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}
p, address, dl, ul, ol, table, label {
	/* good place to define typical font-size, line-height and margins */
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #404040;
	font-family: "Helvetica", Arial;
}

div#topbarcontainer {
	margin-TOP: 30px;
	margin-left: 0px;
	width: 450px;
	background: #333333;
	border-bottom: 1px solid #999999;
}

div#topbar {
	width: 450px;
	margin-left: 0px;
	margin-right: 0px;
	color: #404040;
	display: none; /* Just hide it for now */
}


div#middlecontainer {
	width: 450px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Content */

div.content {
	padding:  0px;
	font-size: 10px;
}

.content p span.article_details {
	color: #fff;
	font-weight: bold;
}


/* Page headers */
.content h2 {
	font-family: "Arial",Verdana,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Content headlines */
.content h3 {
	font-family: "Arial",Verdana,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	
	margin-left: 0px;
	margin-right: 0px;
}

.content p {
	margin-left: 0px;
	margin-right: 0px;
	color: #423e39;
	font-size: 11px;
}

.content table {
	margin-left:0px;
	margin-right: 0px;
}

div#side_menu form ul#login_form li {
	float: left;
	padding: 0;
	margin-bottom: 2px;
}

div#side_menu form ul#login_form li.form_button {
	
}

.content a {
    color: #ff6600;
	text-decoration: underline;
}

.content a:hover {
    color: #ffffff;
	text-decoration: none;
}


td.form_required, span.form_required 
{
    color: #ff6600;
}
#contactFrm table 
{
    margin: 0px;
    border: none 0 transparent;
}

#contactFrm table td
{
    border: none 0 transparent;
}

#btnSubmit .img{
	background:transparent url(../img/senden_off.png) scroll no-repeat;
	width:305px;
	height:55px;
	border:solid 0px;
	margin-top:5px;
}

#btnSubmit:hover .img{
	background-image:url(../img/senden_on.png);
}


textarea,input[type='text'],input[type='password'],select{border:2px solid #423e39;background:#0f0f0f; color: #ffffff;}
textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover{border-color:#404040 }
textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus{outline:2px solid #999999;border-color:#404040 }
