html, body {
	height: 100%;	
}

body, td, div, a {
	background-color: #9cf;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #f66;  
    padding: 0px;
    margin: 0px;
}

body, td, div {
	cursor: default;
}

a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
   text-decoration: underline;
}

img {
    border: 0px solid black;
}

.logo {
    padding: 100px 0px 0px 80px;
}

.smiley {
    text-align: right;
    margin: 50px 40px 0px 40px;	
}

.footer {
    border-top: 1px solid #f66; 
    padding: 8px 4px 0px 4px; 
    margin: 20px 20px 20px 20px;
}

.footer td {
	vertical-align: middle;	
}

a.popup_link {
	position: relative;
}

a.active_popup_link {
	position: relative;
	text-decoration: underline;
}
.popup {
    position: absolute; 
    bottom: 0px;
    visibility: hidden;	
    font-size: 11px;
    text-align: justify;
    color: #f66;
    border: 0px solid #fc0;
    background-color: transparent;
    width: 380px;
    padding: 10px; 
    z-index: -10;
}

.popup div {
	background-color: transparent;
}

.popup td {
	background-color: transparent;
	font-size: 11px;
    text-align: justify;
    padding: 0px 0px 8px 0px;
}

div.contacts {
	margin: 8px 0px 10px 0px;	
}

div.contacts a:hover {
	text-decoration: none;
}

div.contacts table {
	width: 100%;	
}

div.contacts td {
	text-align: left;
	vertical-align: top;	
	padding-right: 6px;
}

div.contacts td.mail {
	text-align: right;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 1px;
}

table.office td {
	vertical-align: bottom;	
}

table.office td.house {
 	padding: 0px 8px 9px 1px;
}

.wunderbaum {
    text-align: right;
    margin: 50px 60px 0px 42px;	
}