a:link{
	color: #000000;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: normal;
	text-decoration: none;
	text-transform: inherit;
}

a:visited{
	color: #000000;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: normal;
	text-decoration: none;
	text-transform: inherit;
}

a:hover{
	color: #D90000;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: normal;
	text-decoration: none;
	text-transform: inherit;
}

a:active{
	color: #000000;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: normal;
	text-decoration: none;
	text-transform: inherit;
}


/*
* Global / general styles
*/ 
body{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;	
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	
	padding: 0px;
	
	text-transform: lowercase;
}

img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #000000;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: bold;
	text-decoration: none;
	text-transform: inherit;
	margin: 0px;
	padding: 0px;
}

q{
	color: #000000;
	font-family: inherit;
	font-size: x-small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: bold;
	text-decoration: none;
	text-transform: inherit;
	margin: 0px;
	padding: 0px;
}

h2{
	color: #000000;
	font-family: inherit;
	font-size: large;
	font-style: inherit;
	font-variant: inherit;
	font-weight: bold;
	text-decoration: none;
	text-transform: inherit;
	margin: 0px;
	padding: 0px;
}

h3{
	color: #000000;
	font-family: inherit;
	font-size: medium;
	font-style: inherit;
	font-variant: inherit;
	font-weight: bold;
	text-decoration: none;
	text-transform: inherit;
	margin: 0px;
	padding-top: 10px;
}

p{
	color: #000000;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: normal;
	text-decoration: none;
	text-transform: inherit;
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*
* Wrapper
*/
#mainwrapper{
	width: 468px;
	
	margin-left: 25%;
	margin-right: auto; 
}

#contentwrapper{
	width: 100%;
}

#contentwrapper p{
	margin-bottom: 5px;
}

/*
* Content / borders
*/
#remark{
	width: 100%;
	border-bottom: thin solid #373737;
	text-align: right;
}

#maincontent{
	width: 100%;
}

#branding{
	width: 468px;
}


/*
* Footer
*/
#footer{
	width: 100%;
	
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
	
	text-align: center;
}


/*
* Thirdparty / Google, validation etc.
*/

#thirdparty{
	width: 468px;
	margin-left: 25%;
	margin-right: auto;
	margin-top: 10px;
	text-align: right;
}


/*
* Top navigation
*/
#topmenu{
	width: 468px;
}

#topmenu ul{
	margin: 0px;
	padding: 0px;
	float: left;
}

#topmenu li{
	margin: 0px;
	padding: 10px;
	float: left;
	list-style: none;
}

.topmenu-active{
	color: #D90000;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: bold;
	text-decoration: none;
	text-transform: inherit;
}

/*
* Special
*/
#validHTML{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#validCSS{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*
* Projects
*/

.project{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.projimg{
	float: left;
	width: 180px;
}

.projtext{
	float: left;
	margin-left: 10px;
	width: 278px;
}

.projtext h4{
	margin: 0px;
	padding: 0px;
}

.projtext li{
	list-style: circle;
	list-style-position: outside;
}