h3 {
	border-bottom: 1px solid black;
}

body {
	font-family: Calibri,sans-serif;
	margin-left: 30px;
}

td.nextprev {
	background: #aaaaaa;
	border: 1px solid black;
	color: white;
	opacity: 0.8;
        filter: alpha(opacity=80);
}

td.nextprev a {
	color: white;
	text-decoration: underline;
}

div.previousPage {
	text-align: right;
}

div.header {
	border: 1px solid black;
	background: white url(/images/stqa-titel.jpg);
	width: 720px;
	height: 80px;
	margin-bottom: 18px;
}

div.page {
      	border: 1px solid black;
	margin-top: 20px;
        min-height: 648px;
      	background: #fbfbfb url(/images/stqa-bg.jpg) repeat-x;
	width: 721px;
}

div.text {
	margin-top: 40px;
	margin-left: 85px;
	padding: 30px;
	font-size: 90%;
}

div.footer {
	border: 1px solid black;
	margin-top: 10px;
	padding: 5px;
	font-size: 90%;
	width: 710px;
	text-align: center;
}

table.navigation { 
	opacity: 0.7;
        filter: alpha(opacity=70);
      	border: 1px solid black;
      	background: #F0F0F0;
	width: 745px;
	height: 30px;
	font-family: Calibri, sans-serif;
	font-size: 95%;
	font-weight: bold;
	position: absolute;
	top: 130px;
	left: 18px;
}

table.navigation td {
	width: 110px;
	height: 20px;
	border-right: 1px dotted  black;
	text-align: center;
}

#activelink {
	background: #cccccc;
	style: block;
}

#link a {
	text-decoration: none;
	color: black;
	font-size: 80%;
}

#activelink a {
	text-decoration: none;
	color: black;
	font-size: 80%;
}

#link a:hover {
	text-decoration: underline;
	color: red;
}


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

a:hover {
	text-decoration: underline;
	color: red;
}


