body	{
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #c0c0c0;
	font-family:TheSans-Plain, Arial, Geneva, Helvetica, Verdana, sans-serif;
	text-align: center;
	}
#kopf {
	width:100%;
	height: 142px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #7cb6b2;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	}
#navigation {
	width: 100%;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	background-image: url(../pics/naviback.gif);
	text-align: left;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	
	}
#footer {
	width: 100%;
	height: 16px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../pics/naviback.gif);
	text-align: right;
	font-size: 14px;
	color: #000000;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	}
/*################# bilder ###################*/

.motiv {
	width: 190px;
	height: 136px;
	margin: 0px;
	padding: 0px;
}
.titel {
	width: 550px;
	height: 130px;
	padding: 0px;
	margin: 0px;
}
.imgtop {
	width: 12px;
	height: 12px;
	border: 0px;
}
.imglink {
	width: 12px;
	height: 12px;
	border: 0px;
}
.imgmail {
	width: 12px;
	height: 12px;
	border: 0px;
}

/*########## links ##########*/

.selected {
	padding-left: 5px;
	padding-right: 25px;
	background-image: url(../pics/inhaltback.gif);
	text-align: left;
	font-size: 18px; 
	font-weight: normal;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
.noselected {
	margin: 0px;
	padding-left: 5px;
	padding-right: 25px;
	border-right: 1px solid #e2e2e2;
	font-size: 18px; 	
	font-weight: normal;	
	text-align: left;
	color: #000000;
	text-decoration: none;
}
<!-- nomale links -->	
a:link { font-family: Arial; font-size: 18px; text-decoration:none;  font-weight:normal; color:#000000;}
a:visited { font-family: Arial; font-size: 18px; text-decoration:none;  font-weight:normal; color:#000000;}
a:hover { font-family: Arial; font-size: 18px; text-decoration:none;  font-weight:normal; color:#000000; background-color: #d5e9e7;}
a:active { font-family: Arial; font-size: 18px; text-decoration:none;  font-weight:normal; color:#000000; background-color: #d5e9e7;}
