/* screen-archiv.css */

body{
	margin: 0px;
	padding-bottom: 50px;
	overflow: auto;
}

body , td, th{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
}

tt{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
}


.titel-archiv{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	text-align: Center;
	letter-spacing: 2px;
	white-space: Nowrap;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	background-color: #cee1f0;
	border-bottom: solid 1px #FFB62F;
}


a{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	text-decoration: None;
	color: #005B88;
	font-weight: normal;
}

a:visited{
	color: #005B88;
}

a:active{
	color: #f9a200;
	border: 0px;
}

td, th, caption{
	color: #000000;
	font-size: 13px;
}

hr{
	border-top: solid 1px #c4c4c4;
}


pre{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #f5f5f5;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 17px;
	border: solid 1px #FFB62F;
}
