html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: courier, times, serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* algemeen */

html, body {
	background-color: #050000;
	text-align: center;
}

h1 {
	font-size: 30px;
	font-family: helvetica, arial, verdana, sans;
	font-weight: bolder;
	color: red;
	border: 7px solid red;
	width: 250px;
	padding: 3px;
	text-align: center;
	top: 55px;
	left: 200px;
	/*margin: 55px auto 0 200px;*/
	position: absolute;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
	text-align: left;
}

p {
	margin: 0 0 20px 0;
}

#box #imageblock {
	border-bottom: 1px dashed #000;
}

#box p {
	
}



#box #text1 {
	text-align: left;
	width: 300px;
	margin: 0 20px 20px 0px;
	border-right: 1px dashed #000;
	padding: 5px;
}

#box #text2 {
	text-align: left;
	border-bottom: 1px dashed #000;
}

#text2 input {
	border: 3px solid red;
	}

#text2 a {
	text-decoration: underline;
	text-transform: uppercase;
	}

#logo { 
	margin: 10px auto 5px auto ;
}

#container {
	margin: 1px auto 50px auto ;
	width: 700px;
	height: 800px;
	background-color: #fff;
	text-align: center;
	padding: 10px;
}

#box {
	border: 7px dashed red;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	height: 750px;
	position: relative;
}

#box img {
	height: 200px;
	padding: 5px;
	margin: 0 0 5px 0;
}

#box embed {
	float: right;
}
