body{
	margin: 0px; 
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color:#565959;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg

p,div,td,table{font-family:Verdana,Arial,Helvetica,sans-serif;color:#CCC;font-size:10pt;}
h2{color:#CCC;font-size:16pt;font-weight:normal;}
A:link{COLOR:#CCC;TEXT-DECORATION:none;font-weight:bold;}
A:visited{COLOR:#CCC;TEXT-DECORATION:none;font-weight:bold;}
A:active{color:#6425B8;TEXT-DECORATION:none;}
A:hover{color:#fff;font-weight:bold;text-decoration:underline;background-color:#808080;}
.action{color:#ccc;font-size:8pt;font-weight:normal;}
.bottom{color:#ccc;font-size:10px;font-weight:bold;}

.kontakt{color:#000;font-size:8pt;font-weight:normal;}
.kontakt a:link{COLOR:#000;TEXT-DECORATION:none;font-weight:normal;}
.kontakt a:visited{COLOR:#000;TEXT-DECORATION:none;font-weight:normal;}
.kontakt a:active{color:#000;TEXT-DECORATION:none;}
.kontakt a:hover{color:#fff;font-weight:normal;text-decoration:underline;}

.greybox {
	border:	1px solid #4C562C;/*#D7E300;*/
	background-color:#565959;
	background-image: url(bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 800px;
	padding:20px;
}


a img {
border: 3px solid #808080;
	width: 200px; 
	height: 124px;
	padding: 3px;
}
a:link img {
border: 3px  solid #808080;
	padding: 3px;
}


a:hover img {
border: 3px solid #fff; /*#008000;*/
	padding: 3px;
}