
body {
	background-color: #707874;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
Table.main {
	width: 800px;
	height: 390px;

	table-layout: fixed;
}

TD.table_left {

	width: 280px;
	background-color: white;
	font-size: 12px;
	border-style: dashed;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	vertical-align: top;
	}

TD.table_middle {

	width: 760px;
	background-color: white;
	font-size: 12px;
	border-style: dashed;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	vertical-align: top;
	
}

A:link,
A:visited {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #408080;
	text-decoration: none;	
}


TD.table_right {


	width: 440px;
	background-color: white;
	font-size: 12px;
	border-style: dashed;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	vertical-align: top;
  
	}

Table.contact {


	font-size: 12px;
  
	}
	
Table.nav 	{

	background-color: white;
	font-size: 12px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: black;
	}
	
DIV.main {
	background-image: url(images/hintergrund.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 220px;
	width:  800px;
	height: 400px;
}


A.NavLink:hover{
	color: ; #000000;
	font-weight: bold;
	text-decoration: none;
}

A.NavLink:link,
A.NavLink:visited{
	color: #2fa7d4;
	font-weight: bold;
	text-decoration: none;
}
