/* Allgemeine Einstellungen */
* {
	font-family: Garamond, "Times New Roman", Arial;
	text-decoration: none;
	vertical-align: top;
	color: #333333;
	font-size: 0px;

}
a {
	font-size: 16px;
}
a:hover {
	text-decoration: underline;					/*Links werden beim Überfahren unterstrichen*/
}
p,img,a,div,form,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html,body {
	height: 100%;
}
/* Spezielle Einstellungen */
.all {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 100px;
}
.bar_top {
	background-color: #D4FFD4;
	height: 44px;
	width: 100%;
	position: absolute;
	top: 100px;
}
.bar_bottom {
	background-color: #D4FFD4;
	height: 44px;
	width: 100%;
	top: 394px;
	position: absolute;
}
.img {
	height: 338px;
	width: 600px;
	margin: 100px auto auto;
}
.img2 {
	background-image: url(../images/comcon_index2.jpg);
	background-repeat: no-repeat;
	height: 338px;
	width: 600px;
	margin: 100px auto auto;
}
.links {
	position: absolute;
	height: 100%;
	width: 100%;
}
.mnu_main_left {
	float: left;
	margin-top: 250px;
	margin-left: 72px;
	font-weight: bold;
	position: absolute;


}
.mnu_main_middle {
	margin-top: 250px;
	margin-left: 272px;
	float: left;
	font-weight: bold;
	position: absolute;


}
.mnu_main_right {
	font-weight: bold;
	margin-top: 250px;
	float: left;
	margin-left: 466px;
	position: absolute;

}

