/* the CSS to control appearance */



h3, p {
		font-family: verdana, sans-serif;
}

h3 {
		font-size: 20px;
}



p {
		font-size: 12px;
		line-height: 20px;
}



p.textlinks {
		visibility: hidden;
}



p.footnote {
		font-size: 10px;
}



a.link:visited {
		text-decoration: underline;
		color: #990000;
		background-color: #ffffff;
}



a.link {
		text-decoration: underline;
		color: #666666;
		background-color: #ffffff;
}



a.link:hover {
		text-decoration: underline;
		color: #ffffff;
		background-color: red;
		font-weight: bold;
}



/* this is to get rid of the default outline on links in IE5.x/Mac and any other browsers that recognize the outline:none style rule. */
a {
		outline: none;
}



.menu a:link {
		color: black;
		text-decoration: none;
}

.menu a:visited {
		color: black;
		text-decoration: none;
}



td.menu {
		background-color: white;
		color: black;
		height: 20px;
		font-family: verdana, sans-serif;
		font-size: 10px;
		padding-left: 3px;
		border: 1px solid black;
}





/* The styles for the dropdown menu item ID selectors */
#mainmenu {
		position: ABSOLUTE;
		z-index: 1;
		left: 350px;
		top: 35px;
		height: 21px;
		visibility: visible;
	
/*Important if you activate the border you see, the POINT :-)*/

/*IMPORTANT REPRESENTS THE POINTING PLACE -80 FOR EXAMPLE IN THE ACCORDING */

/* .JS FILE MEANS THAT AWAY FROM THIS SPECIFIC POINT */
}



#contact, #news, #aboutus  {
		position: ABSOLUTE;
		z-index: 2;
		width: 100px;
		visibility: hidden;
}



#aboutusreferenzen, #aboutuslageplan, #aboutusoffenestellen {
		position: absolute;
		z-index: 3;
		width: 100px;
		visibility: hidden;
}






