 .pointerhand {
	cursor: pointer;
	cursor: hand;
}

.content
{
	COLOR: #313A97;
    FONT-FAMILY: Arial, Times, serif;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal
}
.contentbold
{
	COLOR: #313A97;
    FONT-FAMILY:  Arial, Times, serif; 
	FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold
}
.headline
{
	COLOR: #313A97;
    FONT-FAMILY:  Arial, Times, serif; 
	FONT-SIZE: 20pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal
}

.headline
{
	COLOR: #313A97;
    FONT-FAMILY:  Arial, Times, serif; 
	FONT-SIZE: 12pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold
}

.menue
{
	COLOR: #656565;
    FONT-FAMILY:  Arial, Times, serif; 
	FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold
}


.titel
{
	COLOR: #313A97;
    FONT-FAMILY:  Arial, Times, serif; 
	FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold
}
.selected-item-top {
    padding: 5px 5px 5px 5px;
    background: #5A65C9;
    font: 12px arial;
	font-weight: bold;
    color: #ffff20;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	}
.selected-item {
    padding: 5px 5px 5px 5px;
	border-top: 1px solid #ffffff;
    background: #5A65C9;
    font: 12px arial;
	color: #ffff20;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	}
.selected-item-bottom {
    padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ffffff;
    background: #5A65C9;
    font: 12px arial;
	color: #ffff20;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	}
.selected-item-bottom-over {
    padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ffffff;
    background: #5A65C9;
    font: 12px arial;
	color: #ffff20;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	}	
.menue-item {
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #ffffff;
	background: #313A97;
    font: 12px arial;
    color: #ffff20;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	cursor: pointer;
	cursor: hand;
	}
.menue-item-over {
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #ffffff;
    background: #5A65C9;
    font: 12px arial;
    color: #ffff20;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	cursor: pointer;
	cursor: hand;
	}
.menue-item-bottom {
    padding: 5px 5px 5px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
    background: #313A97;
    font: 12px arial;
    color: #ffff20;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	cursor: pointer;
	cursor: hand;
	}
.menue-item-bottom-over {
    padding: 5px 5px 5px 5px;
	border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #5A65C9;
    font: 12px arial;
    color: #ffff20;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	cursor: pointer;
	cursor: hand;
	}
	
	
a:link { 
	color: #313A97;
	}
a:visited { 
	color: #313A97;
	}
a:hover { 
	color: #5a65c9;
	}
a:active { 
	color: #333333;
	}
