body {
	background: url(na-di.gif) #add8e6;
	font-size: 15;
	font-family: cursive;
	position: static;
}
h1 {
	margin-left: 2cm;
	margin-top: 1em;
	font-size: 20;
	color: #8A0808;
}
h2 {
	margin-left: 1.5em;
	margin-top: 0.5em;
	font-size: 15;
	color: #000000;
}

ul {
	list-style-type: none;
}

div#menue {
	background: url(ring_oben.gif) #e6ecee repeat-x;
	font-family: cursive;
  	font-style: oblique;
  	color: #FF0000;
  	float: left;
   width: 12em;
  	height: 10em;
  	margin-left: 2em; 
  	margin-top: 12em;
  	padding: 2em; 	
}

div#menue a {
	font-size: 1em;	
	margin-left: 2em;
	margin-top: 2em;
	color: red;
}

div#news {
	background: url(ring_oben.gif) #e6ecee repeat-x;
	font-family: cursive;
  	font-style: oblique;
  	color: #FF0000;
  	float: left;
  	line-height: 0.7em;
   width: 12em;
  	height: 13em;
  	margin-left: -16em; 
  	margin-top: 30em;
  	padding: 2em; 	
}

div#news a {
	font-size: 0.7em;
	text-align: left;
	color: green;
	background:transparent url(link.png) center left no-repeat;
   display:inline-block;
   padding-left:15px;
}

div#ringcontent {
	background: url(ring.gif) top left repeat-y;
	margin-top: 2em;	
	margin-left: 21em;
  	padding: 0em; 
	width: 40em;
	font-family: cursive;
}

div#content {
	background: url(raute.jpg) repeat; 
	font-family: cursive;
	font-style: oblique;
	color: blue;
	margin-top: 2em;	
	margin-left: 2.3em;
	padding: 2em;
	height: 41em;
	overflow: auto;
}

div#content p {
	margin-left: 0.5em;
}

div#ende {
	clear:left;
}

div#all {
	background: url(logo-na-di.gif) no-repeat;
	width: 62em;
	overflow: hidden;
}

	/* Alle Links kennzeichnen (intern + extern) */
#content a[href^="http://"],
#content a[href^="https://"] {
    background:transparent url(link.png) center right no-repeat;
    display:inline-block;
    padding-right:15px;
   }
	/* Alle internen Links nachbearbeiten */
#content a[href^="http://www.na-di.de"],
#content a[href^="https://www.na-di.de"],
#content a[href^="https://na-di.de"],
#content a[href^="http://na-di.de"],
#content a[href^="http://www.aanger.de"],
#content a[href^="https://www.aanger.de"],
#content a[href^="https://aanger.de"],
#content a[href^="http://aanger.de"]
  {
    padding-right: 0;
    background: transparent;
  }