


/************************* START GENERAL STYLES *************************/


body {
	background-color:#414141;
	color:#666;
	font-family: sans-serif, Arial, Helvetica;
	font-size:11px;
	line-height: 14px;
	padding:20px;
	margin:0px;
}

a {	
	color:#999; 
	text-decoration:none; 
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

a:hover	{ 
	color:#0CC; 
	text-decoration:none; 
}
				
h1, h2, h3 {
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 15px;
	line-height: 17px;
}

h3 {
	font-size: 13px;
}

img {
	border: 0px;
}



/************************* END GENERAL STYLES *************************/



/************************* START FAKE LOAD STYLES *************************/



.loading 	{ 	
z-index: 5000;
position:fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #414141; 
}

.loading-img {
margin: 20px;
}



/************************* END FAKE LOAD STYLES *************************/



/************************* START MENU STYLES *************************/



#menu-inner {
	float: right;
}

.menu-item {
	float: right;
	margin: 0px;
	padding: 0px;
}



/************************* END MENU STYLES *************************/



/************************* START BOX STYLES *************************/



.new {
	background-image: url(../gfx/ui/neu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 30px;
	z-index: 10;
	position: absolute;
	left: -4px;
	top: 20px;
	overflow: visible;
}

#allposts {
	border: 0px solid #414141;
}

.eachpost {
	background-color:#222222;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
	position:absolute;
}

.eachpost > div { 
	padding: 10px; 
}

.post-image img, .post-image embed {
margin-bottom: 8px
}

.post-title {
	float: left;
	width: 200px;
	padding-bottom: 6px;
}

.post-desc {
	clear: left;
	padding-bottom: 5px;
	border-top: 1px dotted #ccc;
	padding-top: 6px;
}

.small {
	font-size: 9px;
	line-height: 11px;
	padding-bottom: 5px;
	padding-top: 6px;
}

.note, .big-note {
	background-color: #0CC;
	color: #FFF;
}

.big-note {
	font-size: 17px;
	line-height: 21px;
}

.big-note:hover {
	font-size: 17px;
	line-height: 21px;
	background-image: url(../gfx/ui/kleurtjes.gif);
	background-repeat: repeat;
}

.note a {	
	color:#666; 
	text-decoration:none; 
}

.note a:hover	{ 
	color:#222; 
	text-decoration:none; 
}



/************************* END BOX STYLES *************************/



/************************* START CONTACTFORM STYLES *************************/



.error {
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #0CC;

}

.text, .field {
	clear: right;
	float: left;
	margin-bottom: 3px;
}

.inputLine,.inputField{
	padding: 3px;
}

.inputButton {}

.inputButton:hover {
	background-color: #FFF;
	color: #666;
	cursor: pointer;
}



/************************* END CONTACTFORM STYLES *************************/



#credits {}
.twocols {}
.threecols {}
.footer{}