body {
	color: #333333;
	background: #000000;
	background-image: url(/images/back_stripe.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border:none;
}

a {
	color: #f2a32a;
	text-decoration: none;
	font-size: 105%;
}

a:hover {
	color: #d67f0d;
	text-decoration: none;
	font-size: 105%;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	color: #f2a32a;
	margin: 0.3em 0;
	font-size: 180%;
}

h2 {
	color: #000000;
	padding-top: 0.1em;
	margin: 0.75em 0;
	font-size: 80%;
}

h3 {
	color: #f2a32a;
	padding: 0px;
	font-size: 140%;
}

h4 {
	color: #c6c65b;
	padding-top: 0.5em;
	font-weight: normal;
}

label {
	display: block;
	width: 120px;
	font-size: 11px;
	padding-right: 0px;
}

input[type=checkbox] {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;

}

textarea {
	clear: both;
	display:block;
	font-size: 11px;
	font-family: inherit;
}

input[type=text]{
	clear: both;
	height:13px;
	display:block;
	font-size: 11px;
	font-family: inherit;
}

select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 11px;
	font-family: inherit;
}

option {
	font-size: 11px;
	font-family: inherit;
	padding: 0 0.3em;
}

input[type=submit] {
	display: inline;
	height: 20px;
	vertical-align: bottom;
}

#siteContainer {
	margin: auto;
	width: 988px;
}

#logoContainer img {
	margin-left: 20px;
}

#menuContainer {
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menuContainer ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
}

#menuContainer li {
	background-color: #f2a32a;
	padding: 4px 28px 4px 28px;
	margin: 0px 1px 0px 1px;
}

#menuContainer li a {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

#mainContainer {
	height: 648px;
}

#flashContainer {
	height: 648px;
}

#menuContainer li {
	float: left;
	list-style: none;
}

#contentContainer {
	padding: 0px;
	margin: 5px 0px 0px 5px;
	width: 500px;
	color: #333333;
}

#contentContainer .pageDefault {
	width: 607px;
	height: 531px;
	background-image: url(/images/contentbg.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#contentContainer .pageDefault .content {
	margin: 15px 25px 0px 25px;
	text-align : left;
	padding: 5px;
	height: 485px;
	overflow: auto;
}

#contentContainer .userDefault {
	margin: 7px 0px 0px 9px;
	clear: both;
	width: 800px;
}

#contentContainer .userDefault .content {
	width: 381px;
	height: 508px;
	float: left;
	background-color: #ffffff;
}

#contentContainer .userDefault .content div {
	margin: 5px 10px 5px 10px;
}

#contentContainer .userDefault .content .image {
	margin: 5px 10px 5px 10px;
}

#contentContainer .userDefault .content .images {
	position: absolute;
	top: 490px;
}

#contentContainer .userDefault .navigation {
	width: 68px;
	height: 516px;
	float: left;
}

#contentContainer .userDefault .profile {
	width: 340px;
	height: 516px;
	float: left;
	background-color: #ffffff;
	
	background-image:url(../images/profiel_bg.jpg);
	background-repeat:no-repeat;
}

#contentContainer .userDefault .profile .profileImage
{
	width:304px;
	height:381px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	top:34px;
	left:16px;
}

#contentContainer .userDefault .profile .profileName
{
	width:312px;
	height:63px;
	overflow:hidden;
	position:relative;
	text-align:center;
	top:60px;
	left:14px;
	font-size:20px;
	color:#000000;
}

#actionContainer {
	position: absolute;
	top: 350px;
	margin: 0px 0px 0px 800px;
}

#moreContainer {
	margin: 15px 0px 0px 0px;
	text-align: right;
}

.content H1
{
	margin-top:20px;
}
