@charset "UTF-8";
/* claasredlefsen.com */


#preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 100;
}

body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	letter-spacing: 0.1em;
	color: #000;
}

#wrapper {
	background-color: #ffffff;
	
	width: 1260px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 90px;
	height: 100%;
	margin-left: 90px;
	margin-right: 60px;
	margin-top: 0px;
	padding-top: 145px;
	margin-bottom: 0px;
	
	float: left;
}

#content {
	width: 750px;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	float: left;
	z-index: 0;
}

#right {
	width: 90px;
	height: 100%;
	margin-left: 60px;
	margin-right: 90px;
	margin-top: 0px;
	padding-top: 145px;
	margin-bottom: 0px;

	float: left;
}

.left {
	float: left;
}

/* navigation */

a:link, a:visited, a:focus, a:active {
	text-transform: none;
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

#logo:hover {
	cursor: pointer;
}

ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: -4px;
}

ul.navigation a {
	display:block;
	height: 20px;
	padding-top: 4px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.375em;
	color: #000;
	border-bottom: 2px solid transparent;
}

ul.navigation a:hover, .active {
	border-bottom: 2px solid #000 !important;
	text-decoration: none;
}

#navigation-main {
	margin-top: 260px;
}

#navigation-left {
	text-align: left;
}

#navigation-right {
	text-align: right;
}

/* content */

#logo-wrapper {
	height: 180px;
	width: 100%;
	text-align: center;
	padding-top: 110px;
}

#logo {
	text-align: left;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

h1, h2 {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.375em;
}

#navigation-works {
	width: 180px;
	float: right;
}

#works {
	width: 100%;
	height: 500px;
}

#about {
	width: 100%;
	height: 500px;
}

.images {
	width: 100%;
}

.img-main {
	float: left;
}

.img-thumb {
	margin-left: 30px;
	padding-top: 120px;
	float: right;
}

.description {
	margin-left: 0px;
	padding-bottom: 120px;
}

h2 {
	margin: 0;
	margin-left: 120px;
	padding-top: 90px;
	padding-bottom: 90px;
}

p {
	width: 210px;
	padding-right: 30px;
}