
body,table,tr,td,img,br,div {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #6f7072;

	margin: 0px;
	padding: 0px;
}

body {
	background-color: #eaeef7;
	background-image: url(../../kmb/images/page.background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

table.center {
	width: 100%;
}

table.main {
	/* background-color: #ffffff; */
	width: 950px;

	# css3 shadow
	/* -webkit-box-shadow: 0px 0px 9px 0px #6f7072; */
	/* box-shadow: 0px 0px 9px 0px #6f7072; */
}

td.main {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

td.title {
	height: 150px;
}

td.logo {
	width: 250px;
	height:220px;
}

td.topnav {
	font-size: 10px;
	/* font-weight: bold; */
	padding-top: 0px;
	padding-left: 210px;
	text-align: left;
}

a.topnav {
	color: #6f7072;
	text-decoration: none;
}

a.topnav:hover {
	color: #08529a;
}

span.topnav {
	color: #08529a;
}


td.sidenav {
	width: 210px;
	padding-top: 11px;
	text-align: left;
}

a.sidenav {
	font-size: 12px;
	color: #08529a;
	text-decoration: none;
	line-height: 24px;
}

a.sidenav:hover {
	color: #6f7072;
}

a.pagenav {
	position: relative;
	top: 12px;
	color: #0051A0;
	text-decoration: none;
	padding: 3px;
	font-size: 12px;

	border: 1px #A6A6A6 solid;

	line-height: 30px;
}

a.pagenav:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #cccccc;
}

span.subnav {
	padding-left: 10px;
}

span.subsubnav {
	padding-left: 25px;
}

td.content {
	padding-top: 5px;
	text-align: left;
}


td.content img {
	# css3 shadow
	-webkit-box-shadow: 0px 3px 5px 0px #a9abae;
	box-shadow: 0px 3px 5px 0px #a9abae;
}

td.content a,
td.content a:link {
	color: #08529a;
	text-decoration: none;
}

td.content a:hover {
	color: #6f7072;
	text-decoration: underline;
}

table.tabelle {

	border-spacing: 0px;
}

table.tabelle td {

	border-color: #6f7072;
	border-style: solid;

	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

