/**
	4-INCHES: News Archiv
	© 2007
*/
body
{
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url("../bilder/hingrund.gif");
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 600px;
	/* border: 1px solid black; */
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: #105058;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 600px;
	/* border: 1px solid black; */ 
}

div, p 
{
	width: 600px;
	margin: 0px;
	padding: 0px;
}

table
{
	width: 600px;
	margin: 15px 0px 15px 1px;
	table-layout: fixed;
	border-collapse: collapse;
}

table td 
{ 
	padding: 0px 0px 0px 5px; 
	border: 1px solid #508FA0; 
	color: #999999; 
}

table td a:hover
{ 
	font-weight: bold;
	text-decoration: none;
	/* text-transform: uppercase; */
}


table td.year
{
	padding: 3px 0px 3px 5px; 
	color: #000000;
	font-weight: bold;
}

p#navi
{
	width: 600px;
	padding: 0px 0px 15px 0px;
	border-top: 1px solid #508FA0;
	font-size: 10px;
	/* font-weight: bold; */
	font-family: verdana, arial, sans-serif;
	/* color: #508FA0; */
	text-align: right;
}

p#navi a
{
	font-weight: bold;
}

p#navi span
{
	position: absolute; 
	left: 0px;
}

a	
{
	text-decoration: none;
	color: #508FA0;
}

a:hover
{
	text-decoration: underline;
}
