/*
Stylesheet mono-ma.de
(c) 2017 Patrick G. Stoesser 
Alle Rechte vorbehalten - All rights reserved
*/

html
{
height: 96%;
}

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 96%;
	background-color: #EC661C
} 

#nonFooter{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

* {
 position: relative;
 z-index: 1;
}

#footbox{
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	border-top: 1px solid #000000;
	font-size: 0.8em;
	line-height: 1.1em;
}

/*Linkdefinitionen*************************************************************/

a:link, a:hover, a:focus, a:active, a:visited{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}




