html, body {
	padding:0;
	margin:0;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
}

body {
	margin-left:8px;
	margin-right:9px;
	margin-top:6px;
}

table.buttons {
	width:175px;
	empty-cells: show;
	border-collapse: collapse;
	font-weight:bold;
	margin:0;
	padding:0;
}

table.buttons td {
	margin:0;
	padding:0;
}

/* Button-Hintergrund links rot */
tr.button td.lor {
	width:4px;
	background:url('/fileadmin/template/images/buttons/button_links_oben_ro.png') no-repeat;
}
tr.button td.lmr {
	width:4px;
	background:url('/fileadmin/template/images/buttons/button_links_mitte_ro.png') repeat-y;
}
tr.button td.lur {
	width:4px;
	background:url('/fileadmin/template/images/buttons/button_links_unten_ro.png') no-repeat;
}

/* Button-Hintergrund links grau */
tr.button td.log {
	width:4px;
	background:url('/fileadmin/template/images/buttons/button_links_oben_gr.png') no-repeat;
}
tr.button td.lmg {
	width:4px;
	background:url('/fileadmin/template/images/buttons/button_links_mitte_gr.png') repeat-y;
}
tr.button td.lug {
	width:4px;
	background:url('/fileadmin/template/images/buttons/button_links_unten_gr.png') no-repeat;
}

/* Button-Hintergrund mitte */
tr.button td.mo {
	height:2px;
	background:url('/fileadmin/template/images/buttons/button_mitte_oben.png') repeat-x;
}
tr.button td.mm {
	background:url('/fileadmin/template/images/buttons/button_mitte.png');
}
tr.button td.mu {
	height:2px;
	background:url('/fileadmin/template/images/buttons/button_mitte_unten.png') repeat-x;
}

/* Button-Hintergrund rechts */
tr.button td.ro {
	width:2px;
	background:url('/fileadmin/template/images/buttons/button_rechts_oben.png') no-repeat;
}
tr.button td.rm {
	width:2px;
	background:url('/fileadmin/template/images/buttons/button_rechts_mitte.png') repeat-y;
}
tr.button td.ru {
	width:2px;
	background:url('/fileadmin/template/images/buttons/button_rechts_unten.png') no-repeat;
}

tr.buttonspace {
	/* height:4px; */
	height:0px;
	font-size:1px;
}

a {
	/* bei IE6 werden diese Eigenschaften nicht von html oder body geerbt */
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	
	white-space:nowrap;
}

/* Link mit Pfeil nach rechts */
a.bright {
	/* width:85%; */
	width:164px;
	overflow:hidden;
	/* background:url('/fileadmin/template/images/navi/sw_pfeil_rechts_gr.png') no-repeat 5px 50%; */
	/* padding:2px 10px 3px 15px; */
	padding:2px 0px 3px 5px;
	text-decoration:none;
	position:relative;
	float:left;
	font-weight:normal;
	color:black;
}

/* Link mit Pfeil nach unten */
a.bdown {
	width:96%;
	background:url('/fileadmin/template/images/navi/ro_pfeil_unten_gr.png') no-repeat 97% 50%;
	padding:2px 0px 3px 5px;
	text-decoration:none;
	position:relative;
	float:left;
	font-weight:bold;
	color:#b30101;
}

/* Link mit Pfeil nach oben */
a.bup {
	width:96%;
	background:url('/fileadmin/template/images/navi/ro_pfeil_oben_gr.png') no-repeat 97% 50%;
	padding:2px 0px 3px 5px;
	text-decoration:none;
	position:relative;
	float:left;
	font-weight:bold;
	color:#b30101;
}

a:hover {
	text-decoration:underline;
}

