
		/* GLOBALES */
		
body {
	background-image:url(../images/hemd1.jpg);
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	margin-bottom: 0px; 	
	}
	
		/* TABELLEN */

tr.kopfzeile {
	background-color:#AAAACC;
	}
	
tr.fusszeile {
	background-color:#AAAACC;
}

tr.navizeile {
	background-color:#CCCCEE;
	}

td.kopftitel {
	height:80px;
	letter-spacing:10px;
	font-size:22px;
	font-variant:small-caps;
	padding-left:10px;
	padding-bottom:40px;
	width:100%;
	text-align:center;	
	vertical-align:bottom;
	border-bottom:solid 1px white;
	}

td.menue {
	background-color:#CCCCEE;	
	white-space:nowrap; 
	width:200px;	
	padding-top:50px;
	padding-bottom:50px;
	height:500px;
	vertical-align:top;
	}
	
th.menuhead {
	text-align:left;		
	letter-spacing:3px;	
	}

tr.listHead {
	background-color:#CCCCEE;
	}
	
		/* LINKS */

a:link, a:visited { 
	font: normal 13px/19px verdana, times, serif;
	text-decoration:underline;
	color:#7a0202;
	}

a:active{ 
	font: normal 13px/19px verdana, times, serif;
	text-decoration:underline;
	color:#de0000;
	}
	
a:hover{ 
	text-decoration:none;
	background-color:#fff;
	color:#343434;
	}


		/* BILDER/ICONS */
img { 
	border:none 
	}

