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

body {
	background-color: #DFDFDF;
	text-align:center;
	background-image: url(layout_FILES/kachel.jpg);
	background-repeat: repeat-x;
}

#pageContainer {
	width: 880px;
	margin: 0px auto;
	margin-top: 5px;
	padding-left: 5px;
	position: relative;
	text-align:left;
}

#contents {
	width: 440px;
	float: left;
}

/* Boxes */

.fourcol {
	width: 435px;
	clear: both;
}

.fourcol .fourcolContent {
	width: 385px;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	background-repeat: none;
	background-image: url(layout_FILES/435.png);
}

.fourcol .ft {
	width: 435px;
	height: 10px;
	background-image: url(layout_FILES/435_ft.gif);
	background-repeat: no-repeat;
}

.fourcol_1, .fourcol_2, .fourcol_3, .fourcol_4, .fourcol_6, .fourcol_7, .fourcol_8 {
	width: 385px;
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 5px;
	background-repeat: none;
	overflow: hidden;
	clear: both;
}

.fourcol_1 {
	height: 46px;
	padding-top: 4px;
	background-image: url(layout_FILES/435_50.gif);
}

.fourcol_2 {
	height: 97px;
	background-image: url(layout_FILES/435_105.gif);
}

.fourcol_3 {
	height: 152px;
	background-image: url(layout_FILES/435_160.gif);
}

.fourcol_4 {
	height: 207px;
	background-image: url(layout_FILES/435_215.png);
}

.fourcol_6 {
	height: 317px;
	background-image: url(layout_FILES/435_325.gif);
}

.fourcol_7 {
	height: 372px;
	background-image: url(layout_FILES/435_380.gif);
}

.fourcol_8 {
	height: 427px;
	background-image: url(layout_FILES/435_435.gif);
}

#fourcolThumbnails {
	width: 440px;
	background-image: url(layout_FILES/thumbnailHolderBgr.png);
}

.twocol, .twocol_blank {
	width: 165px;
	height: 207px;
	padding-top: 8px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(layout_FILES/215_215.gif);
	background-repeat: none;
	overflow: hidden;
	float: left;
	display: inline;
}

.twocol_blank {
	background-image: url(layout_FILES/215_215_blank.png);
	width: 215px;
	height: 215px;
	padding: 0px;
}

.randomImage .twocol_blank {
	width: 215px;
	height: 215px;
	padding: 0px;
	margin: 0px;
	float: none;
}

.randomImage {
	width: 215px;
	height: 215px;
	margin-left: -5px;
	margin-right: 5px;
	background-image: url(layout_FILES/215_215_blank.png);
	background-repeat: none;
	float: right;
	display: inline;
}

.onecol {
	width: 110px;
	height: 105px;
	margin-bottom: 5px;
	float: left;
}

#contents table {
	margin-top: 15px;
}

#contents table .leftcol {
	text-align: right;
}

#contents table tr td {
	padding-left: 10px;
	padding-right: 13px;
	vertical-align: top;
}

.subNavigation_blank {
	width: 215px;
	height: 215px;
	margin-left: -5px;
	margin-right: 5px;
	background-image: url(layout_FILES/215_215_blank.png);
	background-repeat: none;
	float: right;
	display: inline;
}

/* Portfolio */

#overview {
	width: 880px;
	background-image: url(layout_FILES/thumbnailHolderBgr.png);
	clear: both;
}

#detail {
	width: 875px;
	height: 330px;
	background-image: url(layout_FILES/portfolioBgr.gif);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}

#detail .image {
	width: 825px;
	margin-top: 25px;
	margin-left: 25px;
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
}

#detail .backBtn, #detail .forwardBtn {
	width: 25px;
	height: 325px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	top: 0px;
}

#detail .backBtn {
	left: 0px;
}

#detail .forwardBtn {
	right: 0px;
}

#detail .backBtn a, #detail .forwardBtn a {
	width: 25px;
	height: 325px;
	display: block;
	text-indent: -5000px;
	background-repeat: no-repeat;
}

#detail .backBtn a {
	background-image: url(layout_FILES/arrowBack.gif);
	background-position: 0px 0px;
}

#detail .forwardBtn a {
	background-image: url(layout_FILES/arrowForward.gif);
	background-position: -25px 0px;
}

#detail .backBtn a:hover {
	background-position: -25px 0px;
}

#detail .forwardBtn a:hover {
	background-position: 0px 0px;
}

#detail .image img {
	display: none;
}


#detail .image a:first-child {
	display: inline;
}

#projectNavigation {
	width: 875px;
	height: 55px;
	position: relative;
}

#projectNavigation .backBtn, #projectNavigation .forwardBtn {
	width: 215px;
	height: 50px;
	position: absolute;
	z-index: 10;
	top: 0px;
	background-repeat: no-repeat;
}

#projectNavigation .backBtn {
	left: 0px;
	background-image: url(layout_FILES/backBgr.png);
}

#projectNavigation .forwardBtn {
	right: 0px;
	background-image: url(layout_FILES/forwardBgr.png);
}

#projectNavigation .backBtn a, #projectNavigation .forwardBtn a {
	width: 215px;
	height: 50px;
	display: block;
	text-indent: -5000px;
	background-repeat: no-repeat;
}

#projectNavigation .backBtn a {
	background-image: url(layout_FILES/projectBack.gif);
	background-position: 0px 0px;
}

#projectNavigation .forwardBtn a {
	background-image: url(layout_FILES/projectForward.gif);
	background-position: 0px 0px;
}

#projectNavigation .backBtn a:hover {
	background-position: 0px -50px;
}

#projectNavigation .forwardBtn a:hover {
	background-position: 0px -50px;
}

#projectNavigation #description {
	width: 435px;
	height: 31px;
	padding-top: 19px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 220px;
	background-image: url(layout_FILES/435_50.gif);
	background-repeat: no-repeat;
	text-align: center;
}

/* footer */

#footer {
	width: 385px;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 220px;
	text-align: center;
	color: #4B4B4B;
	background-image: url(layout_FILES/footer.png);
	background-repeat: no-repeat;
	clear: both;
}

/* form */

form {
	padding-top: 30px;
}

#contents form table {
	padding: 0px; 
	margin: 0px;
}

#contents form table tr td {
	padding: 0px; 
	margin: 0px;
}

label {
	display: block;
	padding-bottom: 4px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #D7D7D7;
	margin-bottom: 14px;
}

input {
	width: 186px;
	height: 18px;
	margin-right: 4px;
}

textarea {
	width: 378px;
}

.formBtn {
	margin-top: 14px;
	margin-bottom: 4px;
	margin-right: 4px;
}

/* end form */

/* font settings */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}

p {
	padding-top: 15px;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #FF2D00;
	padding-top: 15px;
}

#contents a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

#contents a:hover {
	color: #FF2D00;
	font-style: italic;
}

#footer a {
	color: #4B4B4B;
	text-decoration: none;
}

#footer a:hover {
	color: #FF2D00;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
	margin: 0px; 
	padding: 0px;
	margin-bottom: -1px;
	background: transparent;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

