

/*--Huelle um den eigentlichen Inhalt
	ueberschreibt den Style auf der default.css--*/
#contentcol {
width:690px;
height:100%;
margin: 0 0 10px 0;
vertical-align:top; 
padding:0;
float:left;
}


.ContentRow
{

width:100%;
border:none;
float:left;
margin:0 0 6px 0;
}

.ContentCellLeft1, .ContentCellRight1, .ContentCellLeft2, .ContentCellRight2, .ContentCellLeft3, .ContentCellRight3, .ContentCellRight4
{
border:	1px solid silver;
float:left;
font-size:12px;
text-align:left;
color:#000000;
background-color:#FFFFFF;
}

.ContentCellRight4
{
width:678px;}

* html .ContentCellRight4
{
width:676px;}

.ContentCellRight1, .ContentCellLeft1
{
width:165px;
}

/*-nur fuer Internet Explorer-*/
* html .ContentCellRight1, * html .ContentCellLeft1
{
width:166px;
}

.ContentCellLeft1, .ContentCellLeft2, .ContentCellLeft3
{
margin:0 4px 0 0;
}

.ContentCellRight2, .ContentCellLeft2 
{
width:336px; /* 2*165 (Breite der Zelle) + 4 (margin-right) + 2*1 (Breite Rahmen) */
}

.ContentCellRight3, .ContentCellLeft3
{
width:506px; /* 3*165 (Breite der Zelle) + 2*4 (margin-right) + 2*2*1 (Breite Rahmen) */
}

.ContentRow h1
{
font-weight:bold;
font-size:11px;
color:#FFFFFF;
background-color:#3399FF; 
padding:3px;
border-bottom:1px solid silver;
margin:0;

}

.ContentRow h1:hover
{
background-color:red;
}


.ContentCellBody
{
height:130px;
overflow:auto;
padding:3px;
font-size:11px;
}

.ContentCellLeft1 img, .ContentCellRight1 img, .ContentCellLeft2 img, .ContentCellRight2 img
{
float:right;}

.ContentLink
{
display:block;
font-size: 11px;
/*text-align: right;*/
}

/*--Login--*/
.ContentCellBody iframe
{
width:155px;
height:120px;
}

.IFrameBody
{
background-color:#FFFFFF;
}
.ContentBody
{
color:#000000;
text-align:left;
font-weight:normal; 
font-size:11px;
}


