

body {  	margin: 0;  	border: 0;  	padding: 0;  	height: 100%;   	max-height: 100%;   	background: transparent;   	font-family: courier, "courier new", mono; 
	color: #999999;  	font-size: 0.8em;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	text-align: center;  	overflow: scroll;   	}

div, ul, li, img, p {
	margin: 0;
	border: 0px none;
	padding: 0;
	}

em {
	font-style: normal;
	font-weight: bold !important;
	}

/* GESAMTER INHALT */
#content {
	margin: auto;
	text-align: left;
	margin-top: 51px;
	width: 780px;
			/* BEIDE FOLGENDEN ZEILEN F†R BETRIEB DER SEITE AUSKOMMENTIEREN; DIENEN NUR ZUM CHECK DER H…HE DES INHALTS DER BOX*/
	/*height: 460px;*/
	/*background: #cccccc;*/
	}

/* LOGO */
#mehrmagda {
	text-align: right;
	width: 270px;
	height: 58px;
	}

/* MENU */
#menu {
	float: left;
	width: 250px;
	margin-left: 10px;
	}

#menu ul {
	}

#menu ul li {
	list-style-type: none;
	width: 150px;
	}

#menu ul li.sub {
	margin-left: 50px;
	}

#menu ul li.subbold {
	margin-left: 50px;
	font-weight: bold;
	color: #6df936;
	}

#menu ul li em {
	color: #6df936;
	}

/* RECHTER INHALT */
#rechts, #kontakt {
	margin-left: 270px;
	}

/* ARBEITEN †BERSICHT */
.bild { 
	margin-bottom: 15px;
	}

.text { 
	float: right;
	width: 385px;
 	}

/* INHALT EINZELNE ARBEITEN */

#textbild {
	overflow: visible;
	}

#bildbox {
	display: block;
	height: 307px;
	max-height: 307px;
	}

#textbild img  {
	margin-bottom: 1em;
	}

#legende {
	width: 500px;
	text-align: left;
	margin: 0.5em 0 2em 0;
	}

#legende:first-line {
   	color: #6df936;
	}

/* LINKS */
a:link {    	color: #999999;   	background-color: transparent;
	font-weight: normal;   	text-decoration: none;	display: block;
   	}

a:visited {    	color: #999999;   	background-color: transparent;
	font-weight: normal;   	text-decoration: none;	display: block;
  	}

a:hover {    	color: #6df936;   	background-color: transparent; 	font-weight: bold;  	text-decoration: none;   	}

a:active {    	color: #6df936;   	background-color: transparent; 	font-weight: bold;  	text-decoration: none;
	display: block;
   	}

a:focus {    	color: #6df936;   	background-color: transparent; 	font-weight: bold;  	text-decoration: none;
	outline: none; 	display: block;
 	}

#legende a, #rechts a, #kontakt a {
	display: inline;
	}

#kontakt a, #kontakt a:visited, .green a, .green a:visited {
   	color: #6df936;
	}





	