@charset "UTF-8";
/* CSS Document */

body	{
	margin: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	behavior:url("media/css/hover.htc");
/*	background-color: #E0EEF9; */
	background-color: #EEE;

}

img { border:none;}

.main	{
	margin: auto;
	text-align: left;
	font-size: 12px;
	background-color: #FFF;
	width: 980px;
}
.header	{
	height: 118px;
	padding-bottom: 8px;
}
.header .logo {
	height: 100px;
	padding-left: 20px;
	background-color: #FFF;
}
.header .navi {
	height: 18px;
	background:url(../img/elements/header-navi-bg.gif);
	text-transform:uppercase;
}
.header .navi .mp1 {
	font-weight:bold;
}
.header .navi .mp1,
.header .navi .mp2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 18px;
	float: left;
	font-size: 11px;
	color: #FFF;
}
.header .navi a.akti:visited {
	color: #CCC;
}

.content{
}
.cont_l	{
	float: left;
	width: 240px;
	background: url(../img/elements/cont_l-bg.gif) repeat-x;
	min-height: 350px;
	color: #09C;
}
.cont_l .navi {
}
.cont_l .navi div {
	border-bottom: #09C 1px solid;
	margin: 0 15px;
	padding: 10px 0;
}
.cont_l .navi div a.akti {
	color: #999;
}
.cont_m	{
	width: 722px;
	margin-left: 258px;
}
.cont_m .txt_teil {
	width: 465px;
	margin-top: 30px;
}
.cont_m .txt_teil .hl {
	font-weight: bold;
	color: #09C;
	font-size: 14px;
	margin-bottom: 14px;
}
.cont_m .txt_teil .txt {
}
.cont_m .img_row {
	margin-top: 20px;
}
.cont_m .img_row img {
	margin-bottom: 5px;
}
.cont_m .txt_teil .txt ul {
	padding: 0 0 0 15px;
}
.cont_m .txt_teil .txt ul li {
	padding: 10px 0;
}
.cont_r	{
}
.footer	{
	border-top: #036 1px solid;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer .kontakt {
	float:left;
	margin: 15px 0 15px 20px;
	margin-top: 15px;
	font-size: 10px;
	color:#999;
}
.footer .edelstahl {
	float: right;
	margin: 15px 20px 15px 0;
}


a:link 		{color: #000; text-decoration: underline;}
a:visited	{color: #000; text-decoration: underline;}
a:hover 	{color: #09C; text-decoration: underline;}
a:active	{}

.header .navi a:link 	{color: #FFF; text-decoration: none;}
.header .navi a:visited	{color: #FFF; text-decoration: none;}
.header .navi a:hover 	{color: #CCC; text-decoration: none;}
.header .navi a:active	{}

.cont_l .navi a:link 	{color: #09C; text-decoration: none;}
.cont_l .navi a:visited	{color: #09C; text-decoration: none;}
.cont_l .navi a:hover 	{color: #999; text-decoration: underline;}
.cont_l .navi a:active	{}





/* =================== */
/* =================== */
.cf {clear: both;
height: 0px;font-size: 1px;
line-height: 0px;}
.hidden	{visibility:hidden; overflow:hidden;
height: 0px; width: 0px;}
/* =================== */
/* =================== */
