/* $Id: style_menue.css - 05.05.2007 */

a
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.red
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a.blue
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
    color: #5976AA;
}

#navi
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DFDFDF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.linkblock
{
	background-color: #f1f3f5;
	margin-right: 5px;
	float: left;
	display: block;
}

a.mainlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/menuebg.gif);
	background-repeat: repeat-y;
	border: 1px solid #000000;
	display: block;
	padding: 1px;
}
a.mainlink:hover
{
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/menuebg.gif);
	background-repeat: repeat-y;
	border: 1px solid #000000;
	display: block;
	padding: 1px;
}
a.mainlink_hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #30559c;
	background-image: url(images/menuebg.gif);
	background-repeat: repeat-y;
	display: block;
	padding: 1px;
}
a.mainlink_hover:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #30559c;
	background-image: url(images/menuebg.gif);
	background-repeat: repeat-y;
	display: block;
	padding: 1px;
}
a.menuelink
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 4px 4px 26px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	display: block;
	position: relative;
}
a.menuelink:hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #30559c;
	background-color: #7196cc;
	background-position: 1px 1px;
	padding: 3px 3px 3px 25px;
	position: relative;
}
a.menuelink_hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #7196cc;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	border: 1px solid #30559c;
	padding: 3px 3px 3px 25px;
	display: block;
	position: relative;
}
.menue1
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	background-image: url(images/menuebg.gif);
	background-repeat: repeat-y;
	visibility: hidden;
	position: absolute;
	z-index: 2;
}
.menue2
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	background-image: url(images/menuebg.gif);
	background-repeat: repeat-y;
	visibility: hidden;
	position: absolute;
	z-index: 2;
}
.menue_line
{
    font-size: 1px;
	clear: both;
	line-height: 1px;
    background-color: transparent;
    background-image: url(images/line_solid.gif);
    background-repeat: repeat-x;
	background-position: center;
    background-attachment: scroll;
	margin: 2px;
	margin-left: 21px;

}

.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 10px 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: #efeff4;
	border: 1px solid #CCCCCC;
	display: table;
	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;
}
a.pop_box_link:hover
{
	background-color: #FFFFFF;
}