/* hakarotterdam.com
Vleugels & van Kampen, 2008   */
   
/* global reset */

* {
	border:0;
	margin:0;
	padding:0;
}

/* Table of Contents:

		Content layout
		Typography	
		Form Layout    */
		
		

/* Content Layout
--------------------------------------------------------------------------------------- */
body {
	background: url(images/bck.jpg);
	background-attachment: fixed;
}

#wrapper {
	margin: 0px auto; 
	width: 600px;
}

#header {
	background: url(images/haka_header.gif);
	repeat: no-repeat;
	width: 600px;
	height: 190px;
	margin-top: 85px;
}

.header_top {
	clear: both;
	margin-top: 43px;
	margin-bottom: 30px;
}

.headers {
	clear: both;
	margin-bottom: 30px;
}

.content_left {
	float: left; 
	width: 295px; 
	margin-right:10px;
}

.content_right {
	float: left; 
	width: 295px;
}

.clear_text {
	clear: both;
	height: 30px;
}

.clear_visuals {
	clear: both;
	height: 90px;
}

.visuals_wide {
	float: left;
	margin-bottom: 10px;
}

.visuals_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;;
}

.visuals_right {
	float: left;
	margin-bottom: 10px;
}

/*
.opacity {
	opacity:0.3;
	filter:alpha(opacity=30);
}
*/

.defaultCursor {
	cursor:default;	
}

.textlink_lift {
	margin-top: -60px;
}

span.textlinks {
	color:#FFFFFF;
	background-color:#000000;
}

#vvk {
	position: absolute;
	top: 457px;
	right: 20px;
	height: 15px;
	width: 190px;	
}
	
#vvklink {
	height: 16px;	
	width: 190px; 
	display: block;
	background: url(uploads/images/vvk.gif) no-repeat left top; 
}

#vvklink:hover {
	background-position: 0px -16px
}




/* Typography
--------------------------------------------------------------------------------------- */

body {
	font-family:"Lucida Grande";
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-align:right;		
}
			
			
/* Form layout
--------------------------------------------------------------------------------------- */			
input {
	background: url(images/spacer.gif);
	padding: 5px;
	width: 275px; 
	margin-bottom: 1px;
	border: none;
	border-bottom-width:thin;
	border-bottom: dotted;
	border-bottom-color: #000000;
	font-family:"Lucida Grande";
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-align:right;	
}

textarea {
	background: url(images/spacer.gif);
	padding: 5px;
	width: 275px;
	margin-bottom: 1px; 
	border: none;
	border-bottom: dotted;
	border-bottom-color: #000000;
	overflow:auto;
	font-family:"Lucida Grande";
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-align:right;	
}

input.submit {
	background: #000000;
	height: 22px;
	width: 108px;
	font-family:"Lucida Grande";
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-align:right;	
}



