body
	{
	margin: 0;
	padding: 0;	
	background-image: url(pics/hintergrund.jpg);	
	background-position: center;
	background-repeat: no-repeat;	
	}

td
	{	
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,255,255);	
	}
	
td.videoborder
	{
	background-color: rgb(109,111,113);
	border-top: solid 2px rgb(0,0,0);
	border-left: solid 2px rgb(0,0,0);
	border-right: solid 2px rgb(0,0,0);	
	}
	
td.videoborder2
	{
	background-color: rgb(109,111,113);
	border: solid 2px rgb(0,0,0);
	}
	
a:link
	{ 
	text-decoration:none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;	
	}
	
a.menu:link
	{ 
	color: rgb(0,0,0);
	display: block;
	border: solid 1px rgb(255,255,255);
	background-color: rgb(255,255,255);
	}
	
a.video:link
	{ 
	color: rgb(255,255,255);	
	}
	
a:visited 
	{
		text-decoration:none;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;		
	}
	
a.menu:visited
	{ 
	color: rgb(0,0,0);
	display: block;
	border: solid 1px rgb(255,255,255);
	background-color: rgb(255,255,255);
	}
	
a.video:visited
	{ 
	color: rgb(255,255,255);	
	}

a:hover 
	{
		text-decoration:none;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;		
	}
	
a.menu:hover
	{
	color: rgb(0,0,0);
	display: block;
	border: solid 1px rgb(167,169,172);
	background-color: rgb(167,169,172);
	}

a.video:hover
	{
	color: rgb(255,255,255);
	}

a:active
	{
		text-decoration:none;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;	
	}
	
a.menu:active
	{ 
	color: rgb(255,255,255);
	display: block;
	border: solid 1px #000000;
	background-color: rgb(109,111,113);
	}

a.video:active
	{ 
	color: rgb(0,0,0);	
	}