/* eigene Definitionen fuer /opensource/
 *
 * Copyright (C) 2006 - 2008 Robert Bienert
 */

h1 {
	color: white;
}
h1 a:link, h1 a:visited, #footer a:link, #footer a:visited {
	text-decoration: underline;
}
h1 a:hover, h1 a:active, #footer a:hover, #footer a:active {
	text-decoration: none;
}

#main {
	margin-left: 7.5%; margin-right: 7.5%;
	width: 80%;
	text-align: justify;
}

img.inline {
	width: 1em;
	height: 1em;
}

/* Codeformatierungen */
var.const {
	font-style: normal;
	font-weight: bold;
}

