@charset "ISO-8859-1";

html, body {
	margin: 8px;
	padding: 0;
	text-align: left;
	width: 98%;
	min-height: 600px;
	background-color: #000000;
	background-image: url(http://www.mital-u.ch/wall.jpg); 
	background-repeat: repeat; 
	background-attachment: fixed;
	background-position: top left; 
	color: #aaaaaa;
	font-style: normal;
	font-size: small; 
	font-family: "courier new", courier, monospace;
}
			
body, div, p, strong, .text {   
	min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}

.xsmall { 
	font-size: x-small;  
} 

img	{
	border: 0;
}

pre { 
	color: #aaaaaa;
	background: transparent;
	font-family: "courier new", courier, monospace;
	font-size: small; 
	padding: 10px;
}

h1	{
	text-transform: capitalize;
	font-size: medium;
	font-weight: bold;
}
h2	{
	font-size: medium;
	font-weight: bold;
}
h3 	{
	font-size: small;
	font-weight: bold;
}
h4 	{
	font-size: medium;
	font-weight: normal;
}
	
a, a:link, a:visited a:hover, a:active { 
	color:#cc3333; background: transparent; text-decoration:none; 
}
	
#Inhalt {
	padding: 0 4px; /* 1st top + bottom, 2nd right + left */
	text-decoration:none; text-transform: none; text-align: left;
}

table.background {
	width: 100%;
	color: #aaaaaa;
	background: #222222;
	border: 1px solid #444444;
}
	
img.floatLeft { 
    float: left; 
    margin-left: 0px;
    margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0; 
}
img.floatRight { 
    float: right; 
    margin-left: 8px;
    margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0; 
}
img.floatCenter { 
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0; 
}

#Menu {
	position: absolute;
	bottom: 0em; left: 0em;
	padding: 0em 1em;
	width: 100%;
	color: #aaaaaa;
	background: #222222;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	line-height: 1.8em;
}
html>body #Menu {  /* nur fuer moderne Browser! */
	position: fixed;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	color: #ff3333; background: transparent; text-decoration:none; 
}
