html, body {
	height: 100%;
}

body {
	margin: 0; 
	padding: 0;
}

#main {
	min-width:100%; 
	margin: auto auto; 
	min-height: 100%; 
	position: relative;
}
* html #main {
   height: 100%;
}

#footer {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%;
}

* html #footer {
	bottom: -1px;
} 

img { 
	border:none; 
}

.MenuNormalText { 
	color:#2060C0;
	font-family:Lucida Console, Lucida Sans Unicode, Helvetica;
	font-size:18px;
	font-weight:normal;
	margin-left:10px;
}
.MenuBoldText { 
	color:#1040C0;
	font-family:Lucida Console, Lucida Sans Unicode, Helvetica;
	font-size:20px;
	font-weight:bold;
	margin-left:10px;
}
.FooterNormalText { 
	color:#C0D4E0;
	font-family:Lucida Console, Lucida Sans Unicode, Helvetica;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
}

.HeadlineText { 
	color:#333333;
	font-family:Lucida Sans Unicode, Helvetica;
	font-size:26px;
	font-weight:bold;
}

.NormalText { 
	color:#004497;
	font-family:Lucida Sans Unicode, Helvetica;
	font-size:15px;
	font-weight:normal;
}
.BoldText { 
	color:#004497;
	font-family:Lucida Sans Unicode, Helvetica;
	font-size:15px;
	font-weight:bold;
}

.SmallText { 
	color:#004497;
	font-family:Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
}
.Skala { 
	color:#004497;
	font-family:Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
}
.button { 
	width:<?php echo $ButtonWidth; ?>;
	height:60;
	vertical-align:middle;
	border-style:outset;
	border-width:2;
	border-color:#FFFFFF;
	background-color:#E0E0E0;
	color:<?php echo $common[74]; ?>;
	font-family:Verdana;
	font-size:36px;
	font-weight:bold;
}

