/*------------- Allgemein ------------- */

/*Horizontale Linie*/
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

/*Tabelle*/
.IDSTable
{
    border:solid 2px White;
}

.IDSTable caption
{
    text-align:left;
    color:#941818;
    font-weight:bold;
    padding: 3px 3px 3px 8px;
    background-color: #C8C8C8;
    margin: 0px 0px 4px 0px;    
}

.IDSTable tr
{
    background-color: White; 
}

.IDSTable th
{
    color:#941818;
    font-weight:bold;
    padding: 3px 3px 3px 8px;
    background-color: #C8C8C8;
}



.IDSTable td
{
    border-left: solid 0px White;
}

.IDSTable td:hover
{
       background-color:#C8C8C8;
}

.IDSTable .AlternatingRow
{
    background-color:#F5F5F5;
}


/*Bilder*/

.IDSBild
{
    border:solid 2px #2D3682;  /*Blau*/
}

.IDSBild:hover
{
    border:solid 2px #941818;  /*Rot*/
}




/*------------- Willkommensseite ------------- */

#LoginInfo /* IDIS 90 Willkommensbox*/
{
	width:660px; 
	float:left;
}

#QuickLinks /* Links-Box auf Willkommensseite */
{
	background-color:#f0f0f0;
	border: 1px gray dotted;
	padding: 2px 5px;
	margin-right:5px;
	width: 200px;
	float:right;
}


/*------------- Produkte ------------- */

.Produktbox
{
    padding: 5px;
    background-color:#F5F5F5;
    border: solid 1px #F5F5F5;
}



.produktBild
{
    float:left;
    width:70px;
    height:99px;
    margin-right:10px;
    /*border: solid 1px Black;*/
       
}

.produktBild a img
{
    border:solid 0px white;
}


/*------------- IDIS ------------- */

#download
{
    background: url(/Portals/0/Blue_Download.jpg) no-repeat top left; 
    height:35px; 
    width:150px;
    cursor:hand;
}

#download:hover
{
    background: url(/Portals/0/Blue_Download_hover.jpg) no-repeat top left; 
    height:35px; 
    width:150px;
    cursor:hand;
}
