html {
	background-color: #333333;
}

body {
	margin: 0px;
	font-size: 11px; 
	color: #ffffff; 
	font-family: arial; 
	background-color: #333333;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: #e36ea9;
	text-decoration: none 
}

h1, h2, h3 {
	display: inline;
	font-size: 14px;
	color: #e36ea9;
	font-weight: bold;
}

h2 {
	color: #ffffff;
}

h3 {
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

table.alignr tr td, table.alignr tr th {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

table.alignr tr:hover td {
	background-color: #242424;
}

table.alignr tr td {
	border: 1px solid #242424;
}

table tr td.inl form {
	display: inline;
}

table tr td.inl form input {
	text-align: right;
	width: 65px;
	font-size: 10px; 
	margin-right: 5px;
}

table tr td.inl form input[type=submit] {
	width: 25px;
}

.clear {
	clear: both;
	height: 0px;
}

#page {
	margin: 0 auto;
	width:	858px;
}

#header {
	margin-left: 5px;
	margin-right: 5px;

	padding-top: 10px;
	height: 75px;
	background-image: url(../img/bg_top.gif);
	background-repeat: no-repeat;
	clear: both;
}

#header h1 {
	float: right;
	margin-top: 25px;
}

#menu {
	margin-left: 5px;
	margin-right: 5px;

	height: 25px;
	background-image: url(../img/bg_menu.png);
	text-align: center;
}

#menu a {
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}

#tekst {
	margin: 5px;
	padding: 5px;
	background-color: #474747;

	margin-top: 10px;
	margin-bottom: 10px;
}

#data {
}

.data_box {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 266px;
	height: 145px;
	background-color: #474747;
	margin-top: 10px;
}

.profiel_foto {
	float: left;
	width: 101px;
	height: 101px;
}

.data_box .status {
	width: 100%;
	border-top: 1px solid #333333;
	margin-top: 4px;
	text-align: center;
}

.data_profiel, .data_bellen {
	float: left;
	margin-left: 5px;
}

.data_bellen {
	display: none;
}

.informatie, .informatie2 {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 266px;
	height: 75px;
	background-color: #242424;
}

.informatie2 {
	background-image: url(../img/bg_newsletter.png);
	background-repeat: no-repeat;
	color: #ffffff;
}

.informatie2 a {
	color: #ffffff;
	font-weight: normal;
}


#footer, #profiel_header, .stap {
	margin: 5px;
	padding: 5px;
	background-color: #242424;

	font-size: 10px;
}

.buttonblock {
	display: block;
	margin-left: 100px;
	margin-right: 100px;
	padding: 5px;
	background-color: #242424;
	text-align: center;
}

.buttonblock a {
	font-size: 14px;
}

.stap {
	margin-left: 250px;
	margin-bottom: 10px;
	font-size: 12px;
	min-height: 32px;
}

.footer_right {
	float: right;
	text-align: right;
}

#profiel_header {
	text-align: center;
}

#profile_phone {
	padding: 5px;
	width: 190px;
	background: #242424 url(../img/bg_bellen.png) no-repeat;
	margin-bottom: 5px;
}

#profile_webcam {
	padding: 5px;
	width: 190px;
	background: #242424 url(../img/bg_webcam.png) no-repeat;
}

#profile_left {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: center;
}

#profile_fotos {
	margin-top: 5px;
}

#profile_fotos a {
	margin-left: 5px;
}

#profile_footer {
	float: right;
	font-weight: bold;
	margin-top: -15px;
}

label {
	float: left;
	width: 160px;
	font-weight: bold;
	margin-top: 3px;
}

label.fs {
	margin-top: 15px;
	width: 200px;	
	font-weight: bold;
	color: #e36ea9;
}

input[type=text], input[type=password] {
	padding-left: 2px;
	border: 1px solid #333333;
	width: 200px;
	font-family: arial;
	font-size: 11px;
}

input.half_input {
	width: 75px;
}

input.betalen {
	width: 64px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

textarea {
	border: 1px solid #333333;
	width: 300px;
	font-family: arial;
	font-size: 11px;
}

select {
	border: 1px solid #333333;
	font-family: arial;
	font-size: 11px;
}

input[type=submit] {
	border: 1px solid #333333;
	background-color: #e36ea9;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
}


.error, .hint, .okay {
	margin-left: 5px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	border: 1px solid #e36ea9;
}

.hint, .okay {
	display: none;
}

.msg_message, .msg_warning, .msg_error {
	display: block;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	background-color: #e36ea9;
	border: 1px solid #333333;
	clear: both;
}

/* popup stuff */
#backgroundPopup {
	display: none;
	position: fixed;  
	height: 100%;  
	width: 100%;  
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}  

#innerPopup {
	position: absolute;
	text-align: center;
}
