/*--Huelle um den eigentlichen Inhalt
	ueberschreibt den Style auf der default.css--*/
#contentcol {
width:678px;
height:100%;
margin: 0 0 10px 0;
background-color:#FFE600; 
vertical-align:top; 
padding:0;
float:left;
}


.ContentRow
{
	width:			100%;
	border:			none; /*1px dotted black;*/
	float:			left;
	margin:			0 0 6px 0;
}

.ContentCellLeft1, .ContentCellRight1, .ContentCellLeft2, .ContentCellRight2
{
	border:				1px solid silver;
	float:				left;
	font-size:			12px;
	text-align:			left;
	color:				#000000;
	background-color:	#F7F5E7;
}

.ContentCellRight1, .ContentCellLeft1
{
	width:	220px;
}

.ContentCellLeft1, .ContentCellLeft2
{
	margin:	0 6px 0 0;
}

.ContentCellRight2, .ContentCellLeft2
{
	width:	448px; /* 2*220 (Breite der Zelle) + 2 (margin-left) + 2*1 (Breite Rahmen) */
}


.ContentRow h1
{
	vertical-align:		top;
	text-decoration:	none;
	text-align:		left;
	font-family:		Verdana, Arial, Sans-Serif;
	font-weight:		bold;
	font-size:		13px;
	color:			#FFFFFF;
	background-color:	#FF6600; /* orange */
	padding-left:		3px;
	border-bottom:		1px solid black;
	margin:			0 0 0 0;
	display:		block;
	/*height:			2.4em;*/
}

.ContentRow h1:hover
{
	background-color:	red;
}


.ContentCellBody
{
	height:130px;
	overflow:auto;
	padding:3px;
}

.ContentCellLeft1 img, .ContentCellRight1 img, .ContentCellLeft2 img, .ContentCellRight2 img
{
float:right;}

/*.ContentImageRight
{
	float:			right;
}*/

.ContentLink
{
	display:block;
	float: none;
}