/* LAYOUT STUFF */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	/*background-image: url(body_bg.jpg);*/
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center bottom;
	line-height: 100%;
}
#MAIN-page #sidebar {
	margin: 20px;
	width: 910px;
	padding: 0px;
}
#puffar {
	margin: 0px;
	padding: 0px;
}
#puffar ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#puffar li {
	padding: 0px;
	margin: 10px;
	display: block;
}
.puff_td {
	background-image: url(puff_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	display: table-cell;
	margin: 0px;
	height: auto;
	width: 290px;
	vertical-align: top;
	padding: 0px;
}
.puff_td_mell {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: 14px;
}
#container/* Wrapper. One of two classes applied to the wrapper depending on width of browser window */

 {
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
	border: 1px none #006699;
	position: relative;
	padding: 0px 0px 10px;
}
.altwrapper {width:728px;	height:100%;
}
.container_main {
	width:950px;
	height:100%;	/*width:100%;*/
	background-color: #FFFFFF;
}
#header {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 190px;
	margin: 0px 0px 40px;
	padding: 0px;
	text-align: center;
}
#logo {
	position: absolute;
	width: 900px;
	left: 20px;
	top: 25px;
	z-index: 1;
	color: #999999;
	font-size: 11px;
}
#logo a {
	color: #999999;
}
#footer td {
	color: #999999;
}

/* NAVIGATION HEADER */
#navbar {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 25px;
	top: 150px;
	z-index: 10;
	text-align: left;
	width: 900px;
	background-image: url(../images/misc/navbar_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#dropmenudiv{
	position:absolute;
	z-index:100;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 1px;
}

#dropmenudiv a{
	display: block;
	/*border-bottom: 1px solid black;*/
	padding: 6px;
	text-decoration: none;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #FFFFFF;
	background-image: url(pilo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #666666;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #EEEEEE;
	background-image: url(pil.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #003366;
}

/* NAVIGATION HEADER END */

#leftbar {
	float:left;
	width:180px;
	text-align:left;
	padding:0px 35px 0px 1px;
	margin:0;
}
#leftnavlist/* NAVIGATION LEFT */
 {
	float: none;
	margin-bottom: 20px;
	margin-left: 20px;
}
#leftnavlist ul
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
}

#leftnavlist li
{
	list-style: none;
	margin: 0px 0px 3px;
	padding: 5px;
	border-top: 3px solid #FFFFFF;
	background-image: url(leftbarnavlist-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	line-height: 120%;
	font-size: 10px;
}

#leftnavlist li a {
	text-decoration: none;
	color: #333333;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
}
#leftnavlist   .current  {
	color: #003366;
	background-image: none;
}
#leftnavsublist li {
	list-style: none;
	margin: 0px;
	padding: 5px 5px 5px 15px;
	border-top: 3px solid #FFFFFF;
	background-image: url(pil.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	background-color: #ffffff;
}
#leftnavsublist li a {
	text-decoration: none;
	color: #084A87;
	padding: 0px;
	margin: 0px;
}

/* Header 

.altwrapper #header {position: absolute;color:#030;width:715px;text-align:right}
.mainwrapper #header {position: absolute;color:#030;width:956px;text-align:right;}
*/
/* Main column and variants */

#content {
	margin: 0px;
	padding: 0px;
}

/* Side columns and specific elements */

#sidebar {
	float:left;
	width: 515px;
	padding-left:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	margin: 0px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 210%;
	line-height: normal;
	color: #333333;
	margin: 0px 0px 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 170%;
	line-height: normal;
	color: #333333;
	margin: 0px;
}
.p_puff {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0px;
}
a {
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
p {
	line-height: 150%;
	color: #333333;
}
#rightbar {
	float:left;
	padding-left:0px;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom:0px;
	width:175px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	margin: 0px;
}

/*NAVIGATION RIGHT BAR*/
#rightbarlist
 {
	width: auto;
	margin: 20px 0px 0px;
	padding: 0px;
}
#rightbarlist ul
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
}

#rightbarlist li
{
	list-style: none;
	margin: 0px;
	padding: 5px 35px 5px 5px;
	border-top: 3px solid #FFFFFF;
	background-image: url(pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	background-color: #ECECEC;
	height: 35px;
	line-height: 120%;
}

#rightbarlist li a {
	text-decoration: none;
	color: #003366;
	padding: 0px;
	margin: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_right {
	float: right;
	margin: 0px 0px 20px 15px;
	border: 1px none #666666;
}


/* fonts */


div.spacer {
	clear:both;
	margin-bottom: 5px;
}


#foot_container {
	padding: 0px;
	margin: 0px 0px 20px;
}
#footcontent {
	margin: 20px;
	padding: 5px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 900px;
}

/*////////////////////////////////*/
#footer a {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
}
body#ABOUT-page   li#ABOUT a   {
	background-position:0 -40px;
	color:#FFFFFF;
}
body#MAIN-page li#MAIN a {
	background-position:0 -40px;
	color:#FFFFFF;
}
body#PROD-page li#PROD a {
	background-position:0 -40px;
	color:#FFFFFF;
}
body#PICS-page  li#PICS  a {
	background-position:0 -40px;
	color:#FFFFFF;
}
#PICS-page #wrapper #content #rightbar {
	display: none;
}
#PICS-page #wrapper #content #sidebar {
	width: 700px;
	padding-right: 0px;
}
body#DOKU-page li#DOKU a {
	background-position:0 -40px;
	color:#FFFFFF;
}
body#CTCT-page li#CTCT a {
	background-position:0 -52px;
	color:#FFFFFF;
}
#start_bred_puff {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 200px;
	position: relative;
	margin-bottom: 10px;
	margin-left: 5px;
}
#referenslista {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#referenslista ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#referenslista li {
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px none #CCCCCC;
	display: inline;
	float: left;
	width: 235px;
	height: 130px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(reflist-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#referenslista li a {
	margin: 0px;
}
#CTCT-page #sidebar p {
	margin-right: 30px;
}
#main_content {
	margin: 25px;
}
.image1 {
	float:right;
	margin: 0px 0px 20px 20px;
}

