body {
	margin: 0 1em 0 1em;
	padding: 0;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
}

img {
	border: 0;
}

#menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 160px;
	font-size: 75%;
}

#menu ul {
	list-style: none; 
	margin: 0;
	padding: 0;
	margin-bottom: 3em;
}

#menu ul ul {
	margin-bottom: 0;
}

#menu li {
	margin-left: 1em;
	border-bottom: 1px solid #EEE;
}

#menu li li {
	border-bottom: 0;
}

#menu, #menu a:link, #menu a:visited {
        text-indent: 0px;
        padding: 2px 0px 2px 0px;
        text-decoration: none;
	display: block;
}

.current {
	font-weight: bold;
}

#menu li li {
        list-style: disc;
        margin-left: 3em;
}

#page {
	overflow: hidden;
}

#contentBox {
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body_content {
	padding: 0px 10px 10px 10px;
}

#footerBox {
	font-size: 12px;
	clear: both;
	width: 100%;
	position: relative;
	height: 20px;
}

#validBox {
	width: 160px;
	text-align: center;
}

#footer {
	position: absolute;
	top: 0;
	margin-left: 160px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#footerBox a:link, #footerBox a:visited {
	text-decoration: none;
}

#header {
	height: 127px;
	width: 100%;
}

/* For textbrowsers / search engines / printing */
#header h1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.tableRow {
	display: table-row;
}

.tableRow span {
	display: table-cell;
	width: 33%;
}

.warning, #ml p {
	border: 2px dashed red;
	padding: 1%;
}

.galleryBox {
	float: left;
	width: 150px;
	padding-left: 5%;
	padding-right: 0;
	margin: 0;
}

.galleryBox p {
	margin: 0;
	padding-bottom: 0;
}

.problemBox {
	margin-right: 2%;
	border: 2px dotted black;
	float: right;
	min-height: 190px;
	min-width: 60%;
	max-width: 60%;
}

.galleryItem {
	background-color: #FFFFFF;
	float: left;
	margin-left: 5%;
	margin-bottom: 3%;
	padding: 1%;
	position: relative;
	border: 1px solid #C0C0C0;
}

.galleryDesc {
	border: 1px dotted black;
	margin-left: 5%;
}

.galleryItemDesc {
	margin: 0;
	font-style: italic;
	max-width: 110px;
}

.galleryHeader {
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.bigImage {
	padding-bottom: 5%;
}

.bigImage h3 {
	margin: 0;
	border: 2px solid black;
	text-align: center;
}

.bigImage p {
	margin: 0;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	padding-top: 1%;
	padding-bottom: 1%;
}

.ArticleList {
	list-style: disc;
	list-style-position: outside;
	padding-left: 5%;
}

.r1 {
	margin: 0 5px;
}

.r2 {
	margin: 0 3px;
}

.r3 {
	margin: 0 2px;
}

.r4 {
	margin: 0 1px; 
	height: 2px;
}

.newsList {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	padding-left: 5%;
	border-top: 0;
}

.newsList li {
	padding-top: 1%;
	padding-bottom: 1%;
}

.newsListHeader {
	padding: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin: 0;
	margin-left: 5%;
}

.newsListHeader a:link, .newsListHeader a:visited {
        text-decoration: underline;
}

.articleList {
	padding-left: 3%;
}

.articleList li {
	margin-bottom: 5px;
}

.backButton {
	margin: 2px;
	margin-top: 4px;
	padding: 2px;
	float: left;
}

.strong {
	font-size: 105%;
	font-weight: bold;
}

.linuxcommand {
	font-family: monospace;
}

pre.Delphi {
	background-color:#ffffff;
	color:#000000;
	overflow: auto;
	height: 200px;
	border: 1px solid black;
}

pre.Delphi span.DelphiComment {
	font-style:italic;
	background-color:transparent;
	color:#000080;
}

pre.Delphi span.DelphiDirective {
	font-weight:bold;
}

pre.Delphi span.DelphiString, pre.Delphi span.DelphiNumeric {
	background-color:transparent;
	color:#000080;
}

pre.Delphi span.CompilerDirective {
	background-color:transparent;
	color:#008000;
}

.ExpandSource {
	border: 1px solid black;
	padding: 5px;
}

.ExpandSource a:link, .ExpandSource a:visited {
	text-decoration: underline;
}

.documentlist li {
	margin-bottom: 10px;
}

.documentlist {
	list-style-type: none;
}

#listingTable {
        border: 1px solid black;
}       

#listingTable, #listingTable td {
        font-family: monospace;
}       

.tableHeader {
        background-color: #C0C0C0;
}       

.tableHeader th {
        text-align: left;
        border-bottom: 1px solid black;
}

.pictureLink {
        border: 1px solid black;
        background-color: #C0C0C0;
        padding: 5px;
        margin-right: 5px;
        text-align: center;
}

.featurelist li {
        margin-bottom: 15px;
}

.featurelist div {
        padding-left: 35px;
}

.filenameHeader {
	background-color: #C0C0C0;
	border: 1px solid black;
	font-weight: bold;
}

.feedbackBox {
	border: 2px solid black;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.articleInfoBox {
	border: 2px solid black;
	padding-left: 0.25em;
	margin-bottom: 1em;
}

.articleInfoBox p {
	margin: 0.25em;
}

.wide_list li {
	margin-bottom: 15px;
}

.Artikel pre {
	border: 1px solid black;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
}

.toc {
	border: 1px solid #C0C0C0;
	color: #000000;
	background-color: #FFFFFF;
	width: 50%;
	text-align: left;
}

.toc ul {
	margin: 2%;
}

.toc .level1 {
	margin-top: 2%;
	margin-bottom: 2%;
}

.toc .level2 {
	margin-left: 5%;
}

#menu {
	background-image:url('Hintergrund_Navigationsleiste_gruen.gif');
	background-repeat:repeat-x;
	background-color:#174617;
}

#header {
	background: url('Hintergrund_Oben_gruen.png');
	background-repeat: no-repeat;
	background-color: #174617;
}

#footerBox {
	color:#FEF8E0;
	background-color: #174617;
}

#footerBox a:link, #footerBox a:visited {
	color: #CCCCCC;
}


#contentBox {
	color: #000000;
	background-color: #FEF8E0;
	border-left: 160px solid #174617;
}

#page {
	background-color: #FEF8E0;
	border-right: 1px solid #174617;
}

#menu, #menu a:link, #menu a:visited {
	color: #FEF8E0;
}

#menu a:hover {
	background-color: #428442;
}

.progsHeader {
	background-color: #428442;
}

.progsHeader td {
	color: #FFFFFF;
}

.progsHeader a:link, .progsHeader a:visited {
	text-indent: 0px;
	padding: 2px 0px 2px 0px;
	color: #CCCCCC;
	text-decoration: none;
}


.visibleLinks a:link, .visibleLinks a:visited {
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: none;
	color: #428442;
}


.ftable {
	background-color: #174617;
}

.gbquote {
	color: #428442;
}

.outBox {
	border: 1px;
	background: #80C580;
}

.outBox .header {
	background: #428442;
	margin: 0;
	padding-bottom: 1%;
}

.outBox .spacer {
	clear: left;
	margin: 0;
	padding: 0;
}

.outBox p {
	padding-left: 5%;
}

.problemBox {
	background: #428442;
}

.galleryBox a:link, .galleryBox a:visited, .problemBox a:link, .problemBox a:visited, .outBox a:link, .outBox a:visited {
	color: #000000;
	text-decoration: underline;
}

.bigImage h3 {
	background-color: #428442;
	color: #FFFFFF;
}

.ArticleList {
	list-style: disc;
	list-style-position: outside;
	padding-left: 5%;
}

.rtopHL {
	display: block;
	background: #FEFBF0;
}

.rtopHL * {
	display: block;
	overflow: hidden;
	background: #428442;
	height: 1px;
}

.rtop, .rbottom {
	display:block;
	background: #FEFBF0;
}

.rtop *, .rbottom * {
	display: block; 
	height: 1px; 
	overflow: hidden;
}

.rtop * {
	background: #428442;
}

.rbottom * {
	background: #80C580;
}


.newsList {
	border: 1px dashed #428442;
}

.newsListHeader {
	background: #428442;
	color: #FFFFFF;
}

.newsListHeader a:link, .newsListHeader a:visited {
        color: #000000;
}

.articleList {
	border: 1px dashed #428442;
}

#listingTable {
        border: 1px solid black;
}       

#listingTable, #listingTable td {
        font-family: monospace;
}       

.tableHeader {
        background-color: #C0C0C0;
}       

.tableHeader th {
        text-align: left;
        border-bottom: 1px solid black;
}

.pictureLink {
        border: 1px solid black;
        background-color: #C0C0C0;
        padding: 5px;
        margin-right: 5px;
        text-align: center;
}

.featurelist li {
        margin-bottom: 15px;
        clear: left;
}

.featurelist div {
        padding-left: 35px;
}

.filenameHeader {
        background-color: #C0C0C0;
        border: 1px solid black;
        font-weight: bold;
}

.image_description {
	white-space: pre-wrap;
	max-width: 110px;
}

.group_pics td {
	vertical-align: top;
	width: 110px;
}

.group_pics img {
	border: 1px solid black;
}


@media print {
	#menu {
		display: none;
	}
	#header {
		background: white;
		height: auto;
	}
	#header h1 {
		visibility: visible;
	}
	#page {
		background: white;
		border: 0;
	}
	#contentBox {
		background: white;
		width: 100%;                                
		border: 0;
	}
} 
