html, body {
height: 100%; 
margin: 0; 
padding: 0;
}

#all {
position: relative; 
height: 100%;
}

html>body #all {
height: auto; 
min-height: 100%;
}

#empty, #footer {
height: 30px;
}

#footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}

.image {
border-style: double; 
border-width: 4px;
border-color: #dd7374;
} 

.phone {
position: relative; 
top:50px
}

.phonenum {
position: relative; 
top:23px; 
right:10%; 
}

.logo {
position: absolute; 
top:25px; 
left:10%; 
}

.zag {
font: bold 16px Tahoma;
text-align: center;
color: #000000;
}

.txt {
	font: 12px Tahoma;
	text-align: justify;
	color: #000000;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 10px
}

.submenu1 {
	font: 12px Tahoma;
	text-align: justify;
	color: #000000;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px
}

.menu {
font: bold 12px Tahoma;
text-align: center;
color: #bc0000;
}

.menu a{
text-decoration: none;
color: #bc0000;
}

.menu a:visited{
color: #bc0000;
}

.menu a:hover{
text-decoration: underline;
color: #bc0000;
}

.menuselect {
font: bold 12px Tahoma;
text-align: center;
color: #ffffff;
background-color: #bc0000;
}

.smit {
position: absolute; 
font: 10px Arial;
text-decoration: none;
top:5px; 
left:10px; 
color: #bc0000
}

.smit a{
font: bold 10px Tahoma;
text-decoration: none;
color: #bc0000;
}

.smit a:visited{
font: bold 9px Tahoma;
}

.smit a:hover{
font: bold 9px Tahoma;
text-decoration: underline;
color: #000000;
}

