/* CSS Document */



html>body {  /* just the little image on top */
	
	}
	
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: #FFFFFF;
	color: #434343;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	z-index: 1;
	}

h1 {
	font-size: 16px;
	line-height: 26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #030303;
	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: #804000;
	}
	
a:visited {
	color: #804000;
	}
	
a:hover {
	background-color: #979797;
	color: #FEFEFE;
	font-weight: bold;
	}
.txt-regular {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #804000;
}


img { /* affects all images */
	border: 0 none;
	}


.content {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). ... */
	width: auto;
	min-width: 150px;
	margin-top: -38px; /* because of headliner */
	margin-right: 25px; /* width of rightside + position right */
	margin-bottom:50px;
	margin-left: 25px; /* width of leftside + position left */
	border: 0px none #ccc;
	background-color: #FFFFFF;
	padding: 5px;
	z-index: 4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	color: #434343;
	}

#leftside {
	display:none;
	}
	
.tst-statement {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #804000;
}
	
#leftside a:active {
	color: #004080;
	text-decoration: none;
	background-color: #CECEAD;
}
	}	
#rightside {
	display:none;
	}	
.txt-openingright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #585858;
	line-height: 26px;
}

	
.headliner {
	display:none;
	}
	
#credits {
	display:none;
}

.txt-pagetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #030303;
}
