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


}
a:hover {
}
p,img,a,div,form,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html,body {
	height: 100%;
}
/* Spezielle Einstellungen */
.all {
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 100px 140px;
	background-image: url(../images/background/frau_computer.jpg);
}
.mnu_logo {
	background-image: url(../images/comcon_05.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 130px;
}
.link_logo {
	height: 130px;
	width: 100%;
	position: absolute;
}
.mnu_bg {
	background-color: #D4FFD4;
	height: 44px;
	width: 100%;
	top: 130px;
}
.mnu_footer {
	background-color: #D4FFD4;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	height: 40px;
	bottom: 0px;
	clear: left;
}
.footer_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mnu_2, .mnu_3, .mnu_4, .mnu_5, .mnu_6, .mnu_7 {
	float: left;
}
.mnu_1 {
	left: 120px;
	top: 100px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	position: absolute;

}
.mnu_2 {
	position: absolute;
	width: 202px;
	top: 100px;
	text-align: right;
	height: 30px;
	right: 0px;
	font-weight: bold;
	text-decoration: none;
}
.mnu_1_sub {
	position: absolute;
	height: 22px;
	top: 142px;
	left: 118px;
	font-weight: bold;
	width: 820px;
	font-size: 18px;
	text-decoration: none;
}
/* Das Menü (Reiter) */
.link1 a {
	height: 100%;
	width: 100%;
	display:block;
	text-decoration: none;
	color: #666666;
}
.link1 {
	height: 30px;
	width: 101px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/buttons/mnu_norm.gif);
	background-repeat: no-repeat;
	display:block;
	line-height: 40px;
	float: left;
}
.menu-current {
	height: 30px;
	width: 101px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/buttons/mnu_over.gif);
	background-repeat: no-repeat;
	display:block;
	line-height: 30px;
	float: left;
}
.menu-parent {
	height: 30px;
	width: 101px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/buttons/mnu_over.gif);
	background-repeat: no-repeat;
	display:block;
	line-height: 30px;
	float: left;
}
.link1 a:hover, .menu-current a:hover {
	height: 30px;
	width: 101px;
	background-image: url(../images/buttons/mnu_over.gif);
	background-repeat: no-repeat;
	text-align: center;
	display:block;
	line-height: 30px;
}
/* Das Submenü */
.link2 a {
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #666666;

}
.link2 {
	height: 30px;
	display:block;
	float: left;
}
/* Der Inhalt */
.cont_txt_vert {
	width: 110px;
	float: left;
	padding-bottom: 40px;
	height: 650px;
	padding-left: 10px;




}
.cont_content {
	width: 560px;
	float: left;
	padding-bottom: 20px;

}
.cont_content  a {
	text-decoration: underline;

}
.content {
	width: 680px;
	top: 164px;
	left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;

}
.img_01 {
	border: 1px solid #333333;
	margin-right: 20px;
	float: left;
}

