/* $Id: style_menue.css - 02.07.2008 */

a
{
	color: #8b0200;
	font-weight: bold;
	text-decoration: none;
}
a.red
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
    color: #8b0200;
	text-decoration: underline;
}

.navi_spacer
{
	float: left;
	padding:2px;
	margin-right: 5px;
}

.div_navi
{
	font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}

#div_switch_tabs_top
{
	font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 11px;
	width: 100%;
	float: left;
	margin: 0px;
	clear: both;
}
#div_switch_tabs_bottom
{
	font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 11px;
	width: 100%;
	float: left;
	margin: 0px;
	clear: both;
}
#div_switch_tabs_top ul
{
    list-style: none;
	margin: 0px;
    padding: 0px;
}
#div_switch_tabs_bottom ul
{
    list-style: none;
	margin: 0px;
    padding: 0px;
}
#div_switch_tabs_top li {
    background-image: url(images/switch_top_left_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
    margin: 0px 5px 0px 0px;
    padding: 0px;
	float: left;
}
#div_switch_tabs_bottom li {
    background-image: url(images/switch_bottom_left_off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
    margin: 0px 5px 0px 0px;
    padding: 0px;
	float: left;
}
#div_switch_tabs_top li.title
{
    background-image: none;
	padding: 5px 0px 3px 0px;
	margin: 0px 5px 0px 5px;

}
#div_switch_tabs_bottom li.title
{
    background-image: none;
	padding: 3px 0px 5px 0px;
	margin: 0px 5px 0px 5px;

}
#div_switch_tabs_top a {
    text-decoration: none;
	font-weight: normal;
	background-image: url(images/switch_top_right_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
    display: block;
    padding: 5px 10px 3px 10px;
	float: left;
}
#div_switch_tabs_bottom a {
    text-decoration: none;
	font-weight: normal;
	background-image: url(images/switch_bottom_right_off.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
    display: block;
    padding: 3px 10px 5px 10px;
	float: left;
}
#div_switch_tabs_top li.current {
	background-image: url(images/switch_top_left_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#div_switch_tabs_bottom li.current {
	background-image: url(images/switch_bottom_left_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#div_switch_tabs_top .span_current {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/switch_top_right_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
    padding: 5px 10px 3px 10px;
 	display: block;
	float: left;
}
#div_switch_tabs_bottom .span_current {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/switch_bottom_right_on.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
    padding: 3px 10px 5px 10px;
 	display: block;
	float: left;
}
#div_switch_tabs_top .span_form {
    text-decoration: none;
	background-image: url(images/switch_top_right_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
    padding: 4px 7px 2px 10px;
	display: block;
    float: left;
}
#div_switch_tabs_bottom .span_form {
    text-decoration: none;
	background-image: url(images/switch_bottom_right_off.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
    padding: 2px 10px 4px 10px;
	display: block;
    float: left;
}
#div_switch_tabs_top .span_form_current {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/switch_top_right_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
    padding: 4px 10px 2px 10px;
 	display: block;
	float: left;
}
#div_switch_tabs_bottom .span_form_current {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/switch_bottom_right_on.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
    padding: 2px 10px 4px 10px;
 	display: block;
	float: left;
}

.pop_box
{
	background-color: #FFFFE1;
	border: 1px solid #CCCCCC;
	display: none;
	position: absolute;
}
a.pop_box_link
{
	font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 3px;
	display: block;
}
.pop_box_link_disabled
{
	font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 3px;
	display: block;
}
.pop_box_link_disabled:hover,a.pop_box_link:hover
{
	background-color: #FFFFFF;
}
