body 
{
    font-family: Verdana;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}

/*Modal Popup*/
.modalBackground {
}

.modalPopup {
	/*background-color:#ffffff;*/
	/*background-color:White;*/
	filter:alpha(opacity=85);
	opacity:0.85;
	/*border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;*/
}

.MyImageButton {
	cursor: hand;
}

a:active, a:link, a:visited
{
   color: Black;
}
a:hover
{
   color: orange;
   text-decoration: underline;
}

.btnproMere:active, .btnproMere:link, .btnproMere:visited
{
   color: black;
   text-decoration: none;
}
.btnproMere:hover
{
   color: rgb(184,188,2);
   text-decoration: none;
}

.Kunder:active, .Kunder:link, .Kunder:visited
{
   color: Black;
   text-decoration: none;
}
.Kunder:hover
{
   color: rgb(1,129,146);
   text-decoration: none;
}

.KundeCase:active, .KundeCase:link, .KundeCase:visited
{
   color: rgb(1,129,146);
   text-decoration: none;
}
.KundeCase:hover
{
   color: rgb(239,130,1);
   text-decoration: none;
}

.btnCase:active, .btnCase:link, .btnCase:visited
{
   color: rgb(1,129,146);
   text-decoration: none;
}
.btnCase:hover
{
   color: rgb(239,130,1);
   text-decoration: none;
}


.centerSpacer
{
    width: 10px;
}

.content
{
    font-family: Arial;
    font-size: 12px;
    background-color: #EEEEEE;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.contentheadline
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    
}

.SumHeader
{
    font-weight: bold;
    
}

.menuItem
{
    border-top: 1px dotted orange;
    color: Black;
}

.menuItemAnchor:active, .menuItemAnchor:link, .menuItemAnchor:visited
{
    color: black;
    text-decoration: none;
}

.menuItemAnchorFresh:active, .menuItemAnchorFresh:link, .menuItemAnchorFresh:visited
{
    color: gray;
    text-decoration: none;
}

.menuItemAnchor:hover
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.topItem
{
    border-top: 1px solid black;
}

.rightMostMenuItem
{
    text-align: right;
}

.selectedMenuItem
{
    color: Orange;
    font-weight: bold;
}

.selectedMenuItemAnchor:active, .selectedMenuItemAnchor:link, .selectedMenuItemAnchor:visited
{
    color: black;
    text-decoration: none;
}

.bottomItem
{
    border-bottom: 1px solid black;
}


    

