/* Globale Elemente
============================================== */
body {
   	font-family: serif;
   	background-color: #FFFFFF;
   	color: #000000;
   	padding: 0;
   	margin: 0;
  	}

P {
   	margin: 0.7em 1em;
   	}
	
#content {
	display: none;
	}

#left {
	/* allgemeine Regel für linken Rand */
	display: none;
	}
	
#middle {
	/* allgemeine Regel für die Mitte */
	display: none;
	}

#right {
	/* allgemeine Regel für rechten Rand */
	display: none;
	}
#mobile li {
	list-style-type: none;
	margin-left: 5px;
	}

/* Links
============================================== */	
a:link,
a:visited {
  	border-bottom: 1px solid  #000000;
  	color: #000000;
  	background: none;
  	text-decoration: none;
  	}

a:focus, /* focus ist für die Navigation mit der Tab-Taste (ausser IE) */
a:active {
	border-bottom: 1px solid #FF6633;
  	color: #FF6633;
  	background: transparent;
  	text-decoration: none;
  	}

a:link img,
a:visited img {
	display: none;
	}
	
a:focus img,
a:active img {
	display: none;
	}



