/** 
 * Allgemeine Einstellungen 
 */ 
a img{
	border:none;
}

#rechts, #navi, #noneprint, .leiste, #header, #loginForm, #footerLinks, .clearboth {
	display: none;
}


/** 
 * Inhalt 
 */
h1 {
	color:#000;
	background-color:#fff;
	font-size: 26px;
}

h1 a {
	color: #bdfd00;
}

h2 {
	text-transform:uppercase;
	color: black;
	font-size:12px;
	font-weight:normal;
}

h2 a {
	color: black;
	font-weight:bold;
}

#links {
	text-align: justify;
	font-size: 19px;
}

.code {
	color: #000000;
	font-family: Arial;
	font-size: 19px;
	background-color: #e5e4e5;
	width: 90%;
	margin: 0px 15px;
	padding: 2px 5px;
	border: 2px dashed #66B200;
}

.quote {
	font-weight: bold;
}

/** 
 * Footer 
 */
#footer {
	height: 12px;
	background-color: #e5e4e5;
	color: black;
	padding: 7px;
	text-align: left;
}
