/*  */

* html {
	margin: 0;
	padding: 0;
	border: 0;
	
	height: 100%;
	max-height: 100%;
	
	/* hide overflow: hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;

	/* */

}

* html body {
	padding: 0;

}

body {
	margin: 0;
	padding: 0;
	
	overflow: hidden;

	/*
	background-color: rgb(51, 51, 51);
	*/
	background-color: rgb(32, 32, 32);

	color: rgb(255, 255, 255);
	font-family: "Verdana";
	font-size: 13px;
	
	width: 100%;
	height: 100%;

}



* html #projectsContentMainContainer {
	position: relative;
	
	width: 100%;
	height: 100%;
	
	border-bottom: 16px solid rgb(32, 32, 32);

}

#projectsContentMainContainer {
	display: block;
	position: absolute;
	
	padding: 128px 128px 32px 128px;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*
	top: 128px;
	right: 72px;
	bottom: 32px;
	left: 72px;
	*/
	
	/*
	background-color: rgb(153, 153, 153);
	*/

}

* html #projectsContentContainer {
	position: relative;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background-position: 0 0;

}

#projectsContentContainer {
	display: block;
	position: absolute;

	top: 128px;
	right: 128px;
	bottom: 48px;
	left: 128px;
	/*
	border: 1px solid rgb(119, 119, 119);
	*/
	
	background-color: rgb(0, 0, 0);
	background-image: url(../images/layout/border_top_01.gif);
	background-position: 0 -1px;
	background-repeat: repeat-x;

}

* html #projectsContent {
	position: relative;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	border: 2px solid rgb(223, 171, 13);
	
}

#projectsContent {
	display: block;
	position: absolute;
	overflow: auto;
	
	padding: 16px;
	
	top: -1px;
	left: -1px;
	right: 0;
	bottom: 0;
	
	border: 2px solid rgb(223, 171, 13);
	/*
	background-color: rgb(238, 238, 238);
	*/
	
	color: rgb(204, 204, 204);
	font-size: 12px;
	

}


* html #leftVerticalStripe {
	top: 0;
	bottom: 0;
	
	height: 100%;
	
	border-top: 128px solid rgb(32, 32, 32);
	border-bottom: 32px solid rgb(32, 32, 32);

}

#leftVerticalStripe {
	z-index: 2;
	display: block;
	position: absolute;
	
	width: 96px;
	
	top: 128px;
	bottom: 32px;
	left: 0;
	
	background-color: rgb(0, 0, 0);

}

* html #rightVerticalStripe {
	top: 0;
	height: 100%;
	
	border-top: 128px solid rgb(32, 32, 32);
	border-bottom: 32px solid rgb(32, 32, 32);
	

}

#rightVerticalStripe {
	z-index: 2;
	display: block;
	position: absolute;
	
	width: 96px;
	
	top: 128px;
	right: 0;
	bottom: 32px;
	
	background-color: rgb(0, 0, 0);

}

* html #rightStripeTop,
* html #rightStripeLeft,
* html #rightStripeBottom,
* html #rightStripeTopLeft,
* html #rightStripeBottomLeft,

* html #leftStripeTop,
* html #leftStripeRight,
* html #leftStripeBottom,
* html #leftStripeTopRight,
* html #leftStripeBottomRight {
	position: relative;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;

}

#rightStripeTop,
#rightStripeLeft,
#rightStripeBottom,
#rightStripeTopLeft,
#rightStripeBottomLeft,

#leftStripeTop,
#leftStripeRight,
#leftStripeBottom,
#leftStripeTopRight,
#leftStripeBottomRight {
	display: block;
	position: absolute;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

}

#rightStripeTop,
#leftStripeTop {
	background-image: url(../images/layout/border_top_01.gif);
	background-position: 0 0;
	background-repeat: repeat-x;

}

#rightStripeLeft {
	background-image: url(../images/layout/border_left_01.gif);
	background-position: 0 0;
	background-repeat: repeat-y;

}

#rightStripeBottom,
#leftStripeBottom {
	background-image: url(../images/layout/border_bottom_01.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;

}

#rightStripeTopLeft {
	background-image: url(../images/layout/corner_top_left_01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;

}

#rightStripeBottomLeft {
	background-image: url(../images/layout/corner_bottom_left_01.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;

}


#leftStripeRight {
	background-image: url(../images/layout/border_right_01.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;

}

#leftStripeTopRight {
	background-image: url(../images/layout/corner_top_right_01.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;

}

#leftStripeBottomRight {
	background-image: url(../images/layout/corner_bottom_right_01.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;

}

img#logo {
	z-index: 4;
	display: block;
	position: absolute;
	
	top: 22px;
	right: 0;
	
}

* html #footer {
	width: 100%;

}

#footer {
	z-index: 3;
	display: block;
	position: absolute;
	
	right: 0;
	bottom: 0;
	left: 0;
	
	height: 48px;
	
	line-height: 48px; 
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: rgb(238, 238, 238);
	/*
	background-color: rgb(153, 153, 153);
	*/

}

#footer span {
	padding-right: 32px;
	padding-left: 32px;
	
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: rgb(238, 238, 238);

}

#footer a:hover {
	text-decoration: none;
	color: rgb(153, 153, 153);

}

* html h1#projectName {
	

}

h1#projectName {
	z-index: 3;
	display: block;
	position: absolute;
	
	margin: 0;
	padding: 0;
	
	top: 14px;
	left: 32px;
	
	font-size: 72px;
	font-weight: bold;
	font-style: italic;
	color: rgb(64, 64, 64);
	/*
	border-bottom: 4px solid rgb(223, 171, 13);
	*/
	/*
	background-color: rgb(153, 153, 153);
	*/

}

#projectsContent li {
	background-image: url(../images/layout/list_bullet_02.gif);

}

#projectsContent a {
	color: rgb(204, 204, 204);

}

/*
* html #projectsContent ul {
	

}

* html #projectsContent ul.contentFollows {
	margin-bottom: -16px;

}

#projectsContent ul {
	z-index: 4;
	display: block;
	position: relative;
	
	margin-left: 12px;
	margin-top: 0;
	margin-bottom: 12px;
	
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	
	list-style: none;
	list-style-position: inside;

}

* html #projectsContent li, * html #projectsContent li.bild {
	padding-left: 0;

}

#projectsContent li, #projectsContent li.bold {
	display: block;
	list-style: none;
	
	
	padding-left: 16px;
	padding-bottom: 2px;

	background-image: url(../images/layout/list_bullet_01.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;

}

#projectsContent li.bold {
	font-weight: bold;
	padding-bottom: 5px;

}

* html #projectsContent li.indent1 {
	padding-left: 16px;

}

#projectsContent li.indent1 {
	list-style: none;

	padding-left: 32px;
	padding-bottom: 2px;

	background-image: url(../images/layout/list_bullet_01.gif);
	background-position: 16px 4px;
	background-repeat: no-repeat;

}
*/