/* Menu 1 Domainregistrar */

#menu {
	position: absolute;
	top: 563px;
	left: 182px;
	width: 10.2em;
	z-index: 2;
}


#menu dt {
	cursor: pointer;
	height: 50px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
}

/* Wenn ein Link hinzugefügt wird muss der Wert Top um -20 gesenkt werden werden. Also von 53 auf 73. Bei Löschen eines Links umgekehrt*/
#menu dd {
	position: absolute;
	z-index: 100;
	left: 3.8px;
	margin-top: -1.4em;
	width: 9.5em;
	top: -53px;
	background-image: url(../img/comm1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 12px;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #153D8E;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}

/* Menu  2 Communications*/

#menu2 {
	position: absolute;
	top: 563px;
	left: 340px;
	width: 10.8em;
	z-index: 2;
}


#menu2 dt {
	cursor: pointer;
	height: 50px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;

	background-repeat: no-repeat;
	color: #153D8E;
	text-decoration: none;
}

#menu2 dd {
	position: absolute;
	z-index: 100;
	left: 8.9px;
	margin-top: -1.4em;
	width: 9.5em;
	top: -74px;
	background-image: url(../img/comm1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu2 ul {
padding: 2px;
}
#menu2 li {
text-align: center;
font-size: 12px;
height: 18px;
line-height: 18px;
}
#menu2 li a, #menu dt a {
color: #153D8E;
text-decoration: none;
display: block;
}

#menu2 li a:hover {
text-decoration: underline;
}

/* Menu 3  Electronics*/

#menu3 {
	position: absolute;
	top: 563px;
	left: 503px;
	width: 10.8em;
	z-index: 2;
}


#menu3 dt {
	cursor: pointer;
	height: 50px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;

	background-repeat: no-repeat;
}

#menu3 dd {
	position: absolute;
	z-index: 100;
	left: 7.9px;
	margin-top: -1.4em;
	width: 9.5em;
	top: -35px;
	background-image: url(../img/comm1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu3 ul {
padding: 2px;
}
#menu3 li {
text-align: center;
font-size: 12px;
height: 18px;
line-height: 18px;
}
#menu3 li a, #menu dt a {
color: #153D8E;
text-decoration: none;
display: block;
}

#menu3 li a:hover {
text-decoration: underline;
}

/* Menu 4 Kontakt */

#menu4 {
	position: absolute;
	top: 563px;
	left: 662px;
	width: 10.8em;
	z-index: 2;
}


#menu4 dt {
	cursor: pointer;
	height: 50px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;

	background-repeat: no-repeat;
}

#menu4 dd {
	position: absolute;
	z-index: 100;
	left: 8.9px;
	margin-top: -1.4em;
	width: 9.5em;
	top: -74px;
	background-image: url(../img/comm1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu4 ul {
padding: 2px;
}
#menu4 li {
text-align: center;
font-size: 12px;
height: 18px;
line-height: 18px;
}
#menu4 li a, #menu dt a {
color: #153D8E;
text-decoration: none;
display: block;
}

#menu4 li a:hover {
text-decoration: underline;
}

a:link {
	color: #153D8E;
	font-weight: bolder;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #153D8E;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #153D8E;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	font-weight: bolder;
	color: #153D8E;
	font-size: 12px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
