body
{
	background-image:url(../img/layout/background-reference.gif);
}


#leftBody
{
	width: auto;
}



#ReferenceContainer
{
	float: left;
	width: 600px;
}


#borderContent
{
	float: none;
}


#mainContent p
{
	width: 550px;
}


/* ------- Header IMG-------- */
#HeaderContainer
{
	width: 580x;
	height: 288px;
	float: left;
	background-color: #E2E2E2;
}


#HeaderIMG
{
	width: 320px;
	float:left;
}

/* ------- Search -------- */
#borderHeader 
{
	width: 260px;
	float: left;
	display: inline;	
}



/* ------- Tabelle -------- */

.referenceContent
{
	padding: 10px;
	width: 580px;
}

.referenceContent table
{

	border-collapse: collapse;
}

.referenceContent table tr td
{
	border: 1px solid #CCCCCC;
	padding: 3px;
}


/* ------- Referencen -------- */
.referenceContent table tr td img
{
	border: none;

}

.referenceContent table tr td a
{
	text-decoration: underline;


}

a.txtPdfDescription
{
	padding-top: 19px;
}

.referenceContent fieldset
{
	border: none;
	font-weight: bold;
}

.referenceContent fieldset select 
{
	

	border-color: #CCCCCC;
	width: 200px;

}

.referenceContent fieldset .selectPrincipal, .referenceContent fieldset .selectStartyear 
{
	margin-left: 0px;

}

.referenceContent fieldset .selectStartyear 
{
	width: 80px;
}


a.resetButton 
{
	position: relative;
	border: 1px solid #E2E2E2;
	background-color: #F9F9F9;
	color: #0060A9;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 4px 4px 0px 0px;
}


a.resetButton:hover 
{
	color: #FF9933;
}