body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	color: Black;
}
a:focus, a:active, a:hover {
	color: Red;
}
td {
	font-size: 12px;
}
td.header1 {
	background-color: Silver;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid White;
	border-left: 1px solid White;
}
td.header2, th {
	background-color: Silver;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid White;
	border-left: 1px solid White;
}
td.liste, td.liste_links {
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
}
td.liste_links {
	border-left: 1px solid Silver;
}

table.menutable { 
	border-collapse: separate;
	border-spacing: 1px;
}


td.menu {
	background-color: Silver;
	width: 150px;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid White;
	border-bottom: 1px solid Black;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	font-size: 12px;
	font-weight: bold;
}

td.menuselected {
	background-color: Silver;
	width: 150px;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid Gray;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid Silver;
	font-size: 12px;
	font-weight: bold;
}

a.leftmenu, a.leftmenu:link, a.leftmenu:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 14px;
	color: Black;
}
a.leftmenu:focus, a.leftmenu:active, a.leftmenu:hover {
	color: White;
}

a.leftmenuselected, a.leftmenuselected:link, a.leftmenuselected:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: White;
}
td.menupublish, td.menupublishactive {
	background-color: Silver;
	width: 150px;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid White;
	border-bottom: 1px solid Black;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	font-size: 12px;
	font-weight: bold;
}
td.menupublish {
	visibility: visible;
	background-color: Silver;
}
td.menupublishactive {
	background-color: Yellow;
	visibility: visible;
}
a.menupublish, a.menupublish:link, a.menupublish:visited, a.menupublishactive, a.menupublishactive:link, a.menupublishactive:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 14px;
	color: Black;
}
a.menupublish, a.menupublish:link, a.menupublish:visited{
	color: Gray;
}
a.menupublish:hover {
	color: Gray;
}
a.menupublishactive:hover {
	color: Red;
}
td.iframe {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.iframe {
	background-color: White;
}

a.language, a.language:link, a.language:visited {
	text-decoration: none;
	font-size: 12px;
}
a.language:focus, a.language:active, a.language:hover {
	color: Red;
}
td.anzeige {
	font-size: 12px;
	font-weight: bold;
}
.ueberschrift {
	font-size: 14px;
	font-weight: bold;
}
td.fittingicon {
	text-align: center;
	border: 1px solid Gray;
	border-bottom: none;
}
td.fittingcheck {
	text-align: center;
	border: 1px solid Gray;
	border-top: none;
}
img.fittingicon {
	width: 60px;
	height: 60px;
}