
html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#D5D1A1; /*color background - only works in IE */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:hidden; /* get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #D5D1A1;
}

#contentWrapper {
	height: 100%;
}

#outerContent {
	height: 100%;
	overflow-y:scroll;
}

#innerContent {
	padding: 5px;
	display: block;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	text-align: center;
}

p {line-height:110%;}
p.smaller {color: #000000;font-size: smaller;}

a {color: #CC0000;text-decoration: none;}
a:visited {color: #990000;text-decoration: none;}
a:hover {color: #660000;text-decoration: none;}
a img {border: 0;}
a:visited img {border: 0;}
a:hover img {border: 0;}

h1 {font-size: 150%;font-weight: bold;color: #660033;}
h2 {font-size: 120%;font-weight: bold;color: #660033;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}
ul {list-style-type: none;}

#tagline { margin-bottom: 5px; }

#flashReplace {height: 94%;width: 100%;z-index: 1; margin-right: auto; margin-left: auto; }

#footer {
	height: 8%;
	min-height: 40px;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 94%;
	left: 0;
	z-index: 9999;
}

#inventiv {
	float: right;
	margin: 3px;
}
