﻿html, body {
	height: 100%;
}
body, pre {
	margin: 0;
	padding: 0;
	font-family: Tahoma, verdana, sans-serif;
	font-size: small;
}
table {
	 border: 0;
	 border-spacing: 0;
	 border-collapse:collapse;
	 width: 100%;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important; 	/* für moderne Browser */;
	height: 100%; 			/* für den IE */;
	min-width: 650px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding: 10px;
/* background-color: #ccffcc; */	
	padding-bottom: 50px;
	width: 100%;
}
#footer {
	position: absolute;
	bottom: 0;
	padding: 5px;
/* background-color: #0066b2; */	
	width: 100%;
	border-top: 1px dotted #C1CDC1;
	text-align: right;
	font-size: x-small;
}
#footer > a {
	font-size: x-small;
}
#myParagraph, #myHeading, #myContent, #mySnippet {
	font-family: Tahoma;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: small; 
/* max-width: 752px; */;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#myHeading {
	font-weight: bold;
}
#status {
	height: 14px; 
	vertical-align: bottom; 
	text-align: right; 
	font-size: x-small; 
	padding-right: 10px; 
	color: gray;
}
#myContent, #mySnippet {
	margin-left : 30px;
}

pre {
	margin-left:10px;
}	

.menu {
/* border:thin solid blue; */
	border-spacing: 0pt;
	border-collapse: collapse;
	table-layout: fixed; 
/* min-width:650px; */;
	width: 100%; 
/* max-width: 750px; */;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}
table.menu a {
	display: block;
	color: #006400;
	background: #C1CDC1;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	font-family: Tahoma, verdana, sans-serif;
/* padding: 2px 5px */;
}
table.menu a:link {
	color: #006400;
	background: #C1CDC1;
}
table.menu a:active {
	color: #006400;
	background: #C1CDC1;
}
table.menu a:visited {
	color: #006400;
	background: #C1CDC1;
}
table.menu a:hover {
	color: #C1CDC1;
	background: #006400;
}
a:link {
	text-decoration: none;
	color: #008080;
	font-family: Tahoma;
	font-size: 10pt;
}
a:visited {
	text-decoration: none;
	color: #008080;
	font-family: Tahoma;
	font-size: 10pt;
}
a:hover {
	text-decoration: underline;
	color: #008080;
	font-family: Tahoma;
	font-size: 10pt;
}
a:active {
	text-decoration: underline;
	color: #008080;
	font-family: Tahoma;
	font-size: 10pt;
}
/* Runde Ecken */
.box {
	width: 100%;
	background: #E0EEE0;
}
.box p {
	margin: 0 10px;
	padding: 10px;
}
.box .top, .box .bottom {
	display: block;
	background: #FFFFFF;
}
.box .top b, .box .bottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #E0EEE0;
}
.box .r1 {
	margin: 0 5px;
}
.box .r2 {
	margin: 0 3px;
}
.box .r3 {
	margin: 0 2px;
}
.box .top .r4, .box .bottom .r4 {
	margin: 0 1px;
	height: 2px;
}

