/* 
Veldwerk media | vormgeving & webdesign 
Stylesheet 1.0
04-03-2007
*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:838px;/* for mozilla*/
	height: 100%;
	min-height: 100%;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer{
	height:100%;
	min-height:100%;/* for mozilla*/
	width:960px;
	text-align:left;
	margin:auto;
	position:relative;
}
#header{
	height:141px;
	background-repeat: no-repeat;
	background-position: left 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdd73e;
	background-image: url(../images/logo.jpg);
	margin-bottom: 25px;
	cursor: pointer;
}
#topMenu {
	height:24px;
	text-align: right;
	background-color: #BDD73E;
	padding-right: 75px;
	line-height: 24px;
	position: relative;
	top: 141px;
}

#topMenu a {
	color: #FFFFFF;
	padding-left: 50px;
	font-weight: bold;
}


#left {
	position:relative;/*ie needs this to show float */
	width:370px;
	height: 122px;
	float:left;
}

#title {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
	padding-top: 20px;
}

.green  {
	color: #bdd73e;
	font-size: 14px;
}

#titleImage {
	position: absolute;
	background-position: bottom;
	background-repeat:no-repeat;
	top: -383px;
	left: 110px;
	width: 179px;
	height: 373px;
}

input:focus {
	outline: #f5821f solid 1px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:590px;
	float:left;
	display: block;
}


#text {
	padding-left: 25px;
	padding-right: 75px;
	text-align: justify;
	padding-top: 20px;
	line-height: 22px;
	min-height: 300px;
}

#text a {
	text-decoration: underline;
	color: #BDD73E;
}

#text .project {
	position: relative;
	width: 227px;
	height: 170px;
	float: left;
	margin-bottom: 10px;
	padding: 4px;
	border: solid 1px #999999;
	margin-right: 10px;
}


#clearfooter {
	width:100%;
	height:287px;
	clear:both;
} /* to clear footer */

.menu_active {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 156px;
	width: 143px;
	float:left;
	margin-right: 20px;
	background-image: url(../images/tab_active.gif);
	color: #333333;
	line-height: 96px;
}
.menu_active a {
	color: #333333;
	text-decoration: none;
}


.menu_over {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 156px;
	width: 143px;
	float:left;
	margin-right: 20px;
	background-image: url(../images/tab_over.gif);
	cursor: pointer;
	line-height: 48px;
}
.menu_over a {
	color: #333333;
	text-decoration: none;

}


.menu_inactive {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 156px;
	width: 143px;
	float:left;
	margin-right: 20px;
	color: #FFFFFF;
	line-height: 48px;
}
#naw {
	height: 144px;
	float: left;
	line-height: 20px;
	text-align: right;
	width: 355px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.menu_inactive a {
	color: #FFFFFF;
	text-decoration: none;
}


#footer {
	background-image: url(../images/footer_bottom.gif);
	font-size: 11px;
	font-weight: bold;
	height: 187px;
	width: 960px;
	clear: both;
	position: absolute;
	bottom: 0;
}

#menuBottom {
	background-image: url(../images/footer.gif);
	height: 156px;
	position: relative;
}
.flipImage {
	filter: FlipH;
	float: right;
}
.float {
	float: left;
}


/*
#footer a {
	color: #3e3d3e;
	text-decoration: none;
}
*/
.rightalign {
	padding-right: 75px;
	text-align:right;
	color: #D1E379;
}
.rightalign a {
	color: #D1E379;
	text-decoration: none;

}
#text .projectSheet {
	width: 500px;
	padding-bottom: 10px;
	clear: both;
}

