/* ________________________________________________________________________________ GENERAL SETTINGS
_________________________________________________________________________________________________ */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000000;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	overflow: hidden;
	/*background-image: url('../_images/bg_lines.gif');*/
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
}

a {
	cursor: pointer;
}

a img {
	border: 0px;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #000000;
}

/* ________________________________________________________________________________ DESKTOP SETTINGS
_________________________________________________________________________________________________ */

#siteBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.siteTitle, #bgContentBox {
	font-family: Helvetica, Arial;
	font-weight: bold;
}

.siteTitle {
	position: relative;
	padding: 5px;
	
	border-top: 1px solid #000000;
}

.siteLogo {
	position: relative;
	font-size: 12px;
	top: 0px;
	left: 300px;
	width: 300px;
	text-align: center;
}

.siteExpander {
	position: absolute;
	font-size: 12px;
	top: 4px;
	left: 10px;
}

.siteScroller {
	position: absolute;
	top: 0px;
	left: 900px;
	height: 25px;
	width: 50px;
	text-align: right;
}

.siteScroller a {
	margin: 0 5px 0 0;
	padding: 0;
	top: 0;
	width: 17px;
	height: 15px;
	background-color: transparent;
}

.siteScroller a img {
	display: inline;
}

#bgContentBox {
	position: absolute;
	top: 25px;
	width: 100%;
	overflow: hidden;
	/*border-top: 2px solid #000;
	background-color: red;*/
}

#bgContent {
	position: relative;
	width: 950px;
	text-align: left;
	color: #000000;
}

#bgContent h2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 50px 0 50px;	
}

#bgContent p {
	font-size: 50px;
	line-height: 60px;
	margin: 0 50px 0 0;
}

#bgContent img {
	margin: 10px 0 0 50px;
}

p.end a {
	margin: 0 0 0 50px;
	/*border-bottom: 2px solid #000000;*/
}

.bgAreaContent {
	padding: 0 0 20px 0;
	display: none;
}

/* ___________________________________________________________________________ CATEGORY BOX SETTINGS
_________________________________________________________________________________________________ */

#catBoxId90100, #catBoxId90200, #catBoxId90300, #catBoxId90400 {
	position: absolute;
	width: 340px;
	height: 381px;
	background-color: #ffffff;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	overflow: hidden;
}

#catBoxId90100 {
	top: 55px;
	left: 350px;
	z-index: 1000;
}

#catBoxId90200 {
	top: 118px;
	left: 400px;
	z-index: 2000;
}

#catBoxId90300 {
	top: 181px;
	left: 450px;
	z-index: 3000;
}

#catBoxId90400 {
	top: 244px;
	left: 500px;
	z-index: 4000;
}

/*	Cat Box Title																			_____ */

.catTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
	border-bottom: 2px solid #cccccc;
	/*background-image: url('../_images/bg_boxtitle.gif');*/
}


.catTitle h3 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-weight: bold;
}

.catTitle h3 span, span.st {
	border-bottom-style: none;
	border-style: none;
	background-image: url('../_images/st.gif');
	background-repeat: repeat-x;
	background-position: center;
	text-decoration: none;
}

.catExpander {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5%;
	height: 25px;
	text-align: left;
}

.catExpander p {
	margin: 0;
	padding: 5px 0 0 10px;
	font-weight: bold;
}

.catScroller {
	position: absolute;
	top: 0px;
	left: 85%;
	width: 15%;
	height: 25px;
	text-align: right;
}

.catScroller a {
	margin: 0 5px 0 0;
	padding: 0;
	top: 0;
	width: 17px;
	height: 15px;
	background-color: transparent;
}

.catScroller a img {
	display: inline;
}

/*.catScroller a:hover {
	background-color: #ffff00;
}*/

/*	Cat Box Content																			_____ */

.catContentBox {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

.catContentBox h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
}

.catContent {
	position: relative;
	
}

.contentListRow, .contentListRowE, .contentListRowH, .contentListRowS  {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	background-color: transparent;
}

.rHiLight {
	border-color: #000000;
}

.rAktiv, .rPAktiv {
	border-color: #000000;
}

.rAktiv, .colC, .colB {
	background-color: #dddddd;
}

.rowTop {
	border: 0;
}

/*a.aktiv {
	font-weight: bold;
}*/

.contentListRowE {
	height: 1px;
}

.contentListRowS {
	height: 20px;
}

.contentListRowH h4 {
	/*color: #777;
	letter-spacing: 1px;*/
	font-weight: 900;
}

.colA, .colB, .colC {
	top: 0px;
	display: inline;
}

.colA {
	position: relative;
	margin-left: 10px;
}

.colB {
	position: absolute;
	right: 50px;
	width: 32px;
	display: none;
}

.colA a, .colB a, .colA h4, .colA p {
	padding: 4px 0 4px 0;
	line-height: 20px;
}

.colA h4 {
	padding-top: 21px;
}

.colB a {
	padding-left: 10px;
}

.colA h4, .colA p {
	font-weight: normal;
	display: inline;
}

.colA h4 {
	font-weight: bold;
}

.colC {
	position: absolute;
	right: 0px;
	width: 50px;
	text-align: right;
	display: none;
}

.colC a {
	margin: 0 5px 0 0;
}

.projectRow {
	position: relative;
	width: 100%;
	display: none;
	overflow: hidden;
}

/*	Box projectNav																		    _____ */

.projectNav {
	position: absolute;
	margin: 0 5px 0 5px;
	top: 0px;
	left: 0px;
}

.projectNav p {
	margin: 0;
	display: inline;
}

/*	Box projectImage																	    _____ */

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

div.projectImgBox {
	position: relative;
	padding: 0;
	top: 0px;
	width: 100%;
	clip: rect(auto, auto, auto, 0px);
	overflow: hidden;
}

div.projectImgBox table {
	margin: 0;
	padding: 0;
}

div.projectImgBox td { 
	padding-right : 10px;
	vertical-align: top;
}

div.projectImgBox td img {
	float: left;
}

div.projectImgBar {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
}

.projectImgBar img {
	background-color: #fff;
}

/*	Box projectInfo																		    _____ */

.projectInfo {
	position: absolute;
	top: 0px;
	right: 55px;
	width: 285px;
	height: 100%;
	background-color: #fff;
	display: none;
}

.projectInfo h2, .projectInfo p {
	margin: 7px 10px 0 10px;
	display: block;
}

/*	Box Scalehandle																			_____ */

div.scalehandle {
	position: absolute;
	width: 16px;
	height: 16px;
}