/* CSS Document */



html>body {  /* just the little image on top */
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #333333;
	color: #434343;
	}
	
body {
	margin-top: 60px; /* take care - if changed - all boxpositions must be changed too */
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0 none; /*	border: 1px solid #fff;  for proof only - if - box-positions will change */
	padding: 0px;
	background-color: #333333;
	color: #434343;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	z-index: 1;
	}

h1 {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #999;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

p {
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #ccc;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

a {
	color: #ddd;
	text-decoration: none;
	}
	
a:link {
	color: #C1C1C1;
	}
	
a:visited {
	color: #C1C1C1;
	}
	
a:hover {
	background-color: #333333;
	color: #EBEBEB;
	font-weight: bold;
	}
.txt-regular {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #C1C1C1;
}


img { /* affects all images */
	border: 0 none;
	}
  
img.w3cimage { /* affects only images with class w3cimage */
	background-color: #333;
	border: 0 none;
	vertical-align: middle;
	}


.content {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). good idear ... */
	width: auto;
	min-width: 150px;
	margin-top: -38px; /* width of rightside + position right */
	margin-bottom: 50px;
	margin-left: 250px;
	background-color: #333333;
	padding: 10px;
	z-index: 4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	color: #C1C1C1;
	top: -70px;
	border-top: 1px none #ccc;
	border-right: 1px none #ccc;
	border-bottom: 1px none #ccc;
	border-left: 1px solid #C1C1C1;
	}

#leftside {
	position: absolute;
	width: 225px;
	top: 175px;
	left: 10px;
	border: 1px none #ccc;
	background-color: #333333;
	padding: 10px 2px 10px 10px;
	z-index: 3;
	color: #C1C1C1;
	font-size: 13px;
	}
.tst-statement {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	color: #C1C1C1;
}


#leftside ul {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#leftside li {
	list-style-type: none;
	margin: 0;
	}
#leftsideindent {
	width: 120px;
	top: 60px;
	left: 10px;
	border: 1px none #ccc;
	background-color: #333333;
	padding: 2px 2px 2px 15px;
	z-index: 3;
	color: #434343;
}	
#leftsideindent li {
	list-style-type: none;
	margin: 0;
	font-size: 13px;
	}	
#leftsideindent li {
	list-style-type: none;
	margin: 0;
	}	
#rightside {
	position: absolute;
	width: 150px;
	top: 160px;
	right: 10px;
	border: 1px none #ccc;
	background-color: #333333;
	padding: 10px;
	z-index: 2;
	color: #434343;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	}	
.txt-openingright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C1C1C1;
	line-height: 26px;
}

	
.headliner {
	position: relative;
	width: auto; /* is positioned after body, so it gets the right width */
	top: -50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px none #ccc;
	background-color: transparent;
	color: #C1C1C1;
	font-weight: bold;
	padding: 10px;
	z-index: 6;
	}
	
#credits {
	color: #C1C1C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
.txt-titles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #C1C1C1;
}
.txt-pageinfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #C1C1C1;
	font-weight: bold;
}
#topnav {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #004080;
}
#topnav a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #004080;
	text-decoration: none;
}
#topnav a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #004080;
	text-decoration: none;
}
#topnav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #800080;
	background-color: #FEFEFE;
}
#topnav a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #C9C299;
	text-decoration: none;
}
#leftside a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #C1C1C1;
	text-decoration: none;
	background-image: url(../assets/pg-menuplain.gif);
	background-repeat: no-repeat;
}
#leftside a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #C1C1C1;
	text-decoration: none;
	background-image: url(../assets/pg-menuplain.gif);
	background-repeat: no-repeat;
}
#leftside a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../assets/pg-menuback.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: bold;
}
#leftside a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #C1C1C1;
	text-decoration: none;
	background-image: url(../assets/pg-menuplain.gif);
	background-repeat: no-repeat;
}
.txt-medium {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C1C1C1;
}
