
@charset "UTF-8";

/* here be css resets*/


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,
b, u, i, center,
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-size: 100%;
vertical-align: baseline;
background: transparent;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}

#wrapper {
	width: 830px;
	padding-left: 100px;
	padding-top: 6px;
	text-align: left;
}


#navigationWrapper{
	padding-left: 5px;
	float:left;
	line-height: 12px;
	
}

h1{
	font-weight:bold;
	line-height: 16px;
	color:#000;
	width:200px;
	float:left;
}

#logo{
	float:right;
}

a {
	color: #6c6c6c;
	text-decoration:none;
}


a:hover, a.mailto:hover {
	text-decoration:none;
	background: #9cff00;
	color: #000;
}

a:visited {
	color: #6c6c6c;
	text-decoration:none;
}


#stamp{
  height:600px;
  width:830px;
  background:url(../images/designderivat_logo.jpg) center no-repeat;
}

#title {
	width: 830px;
	height: 6px;
	background-color: #9cff00;
	margin-left: 100px;
}
