﻿/* agenos.de 2007 ______________________________________________________________________________ */
/* globals ______________________________________________________________________________________*/
body, div, span, font, td, select, input, textarea, p
{
	font:11px Verdana, Arial, Helvetica; color:#000000;
}
html, body, form
{
	width:100%; height:100%; margin:0px; padding:0px; 
	border:0px;
	background-color:#e0e0e0; background-image:url('../_images/tile_img.png'); background-repeat:repeat-x;
}

a:link, a:visited, a:active, a:focus
{
	text-decoration:none; 
	color:#c84000;
	font-weight:bold;
}
a:hover
{	
	text-decoration:underline;
}
table, thead, tbody, tfoot, tr, td
{
	border:0px;
	padding:0px; margin:0px;
	width:100%;
	vertical-align:top;
}

img
{
	border:0px; outline:0px;
}

h1
{
	font:15px Verdana, Arial, Helvetica; color:#000000;
}
