/* für den verlinkten text in der navigation*/

.textlink {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

/* strich links neben dem navi-text */

div.strich {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #0072bc; 
}

/*ab hier kommt der roll-over effekt, für jedes bild einzeln definiert jeweils mit #menu. */

#menu1 a{
		background-image:url(Bilder/meisterbetrieb.gif);
		width:120px;
		height:90px;
		display:block;
}

#menu1 img { 
		width:120px; 
		height:90px; 
		border:0;
		display:block;
 }
 
#menu1 a:hover img {
    visibility: hidden;
}

#menu1 a:hover {
    border:0;
}

* html #menu1 a {
    margin-right:1px;
}

* html #menu1 a:hover {
    width:120px;
	margin-right:0;
}

#menu2 a{
		background-image:url(Bilder/malerarbeiten.gif);
		width:120px;
		height:90px;
		display:block;
}

#menu2 img { 
		width:120px; 
		height:90px; 
		border:0;
		display:block;
 }
 
#menu2 a:hover img {
    visibility: hidden;
}

  #menu2 a:hover {
    border:0;
}

* html #menu2 a {
    margin-right:1px;
}

* html #menu2 a:hover {
    width:120px;
	margin-right:0;
}

#menu3 a{
		background-image:url(Bilder/bodenbelaege.gif);
		width:120px;
		height:90px;
		display:block;
}

#menu3 img { 
		width:120px; 
		height:90px; 
		border:0;
		display:block;
 }
 
#menu3 a:hover img {
    visibility: hidden;
}

  #menu3 a:hover {
    border:0;
}

* html #menu3 a {
    margin-right:1px;
}

* html #menu3 a:hover {
    width:120px;
	margin-right:0;
}

#menu4 a{
		background-image:url(Bilder/vorhaenge.gif);
		width:120px;
		height:90px;
		display:block;
}

#menu4 img { 
		width:120px; 
		height:90px; 
		border:0;
		display:block;
 }
 
#menu4 a:hover img {
    visibility: hidden;
}

  #menu4 a:hover {
    border:0;
}

* html #menu4 a {
    margin-right:1px;
}

* html #menu4 a:hover {
    width:120px;
	margin-right:0;
}

#menu5 a{
		background-image:url(Bilder/problembehandlung.gif);
		width:120px;
		height:90px;
		display:block;
}

#menu5 img { 
		width:120px; 
		height:90px; 
		border:0;
		display:block;
 }
 
#menu5 a:hover img {
    visibility: hidden;
}

  #menu5 a:hover {
    border:0;
}

* html #menu5 a {
    margin-right:1px;
}

* html #menu5 a:hover {
    width:120px;
	margin-right:0;
}

