/*
Print.css: Contains styleclasses needed to control the way a print looks
*/
body
{
 font-family: "Times New Roman", Times, Georgia, Serif;
 font-size: 12pt;
 line-height: 120%;
 margin: 0;
 padding: 0;
 color: #000000;
 background-color: #FFFFFF;
}

p
{
	margin-top:0;
	margin-bottom:10px;
	padding: 0; 
	line-height: 120%;
}

h1
{
	font-size: 16pt;
	padding: 0;
	margin: 5px 0 10px 0;
	line-height:120%;
}

h2
{
	font-size: 14pt;
	padding: 0;
	margin: 10px 0 2px 0;
	line-height:120%;
}

h3
{
	font-weight: bold;
	font-size: 12pt;
	padding: 0;
	margin: 8px 0 0 0;
	line-height: 100%;
}
 
.Ingress
{
	font-size: 13pt;
	font-weight:bold;
	margin-bottom:20px;
}

#MainHolder
{	
	width: 100%;
	clear:both;	
}

#TopHolder
{
	display:none;
}

#LeftMenuHolder
{
    display:none;
}

#ContentHolder
{
	float: none;
	width: 100%;
}
#voicearea
{
	background-color: #FFFFFF;
}

#ModuleHolder
{
	display:none;
}

#PageFooterHolder
{
    display:none;
}

#ExtraLinkArea
{
	padding-bottom:20px;
}

#BackLinkArea
{
	display:none;
}
#MainImageArea
{
	display:none;
}
#MainImageAreaPrint
{
	padding-bottom: 20px;
}

/* Printer Bar */

#PrintIconArea
{
    display:none;
}

/* Paging */
.PagingHolder
{
    clear:both;
    width: 90%;
	float: left;
	margin: 50px 0 10px 0;
	padding: 2px 0 2px 0;
	border-top: solid 1px #E3E3E3;
	border-bottom: solid 1px #E3E3E3;
	color:#000;
	background-color:inherit;
}
.PagingPrevArea
{
	width: 23%;
	float: left;
	padding-left:10px;
}

.PagingPagesArea
{
	width: 50%;
	float: left;
	text-align:center;
}
.PagingNextArea
{
	width: 23%;
	float: left;
	text-align:right;
}
/* Listing */
.ListingItemHolder
{
	float:left;
	margin:0;
	padding-bottom: 20px;
	float:left;
	width:90%;
}
.ListingItemImage
{
	float:left;
	width:75px;
	padding-right: 10px;
}
.ListingItem
{
	float:left;
	width:350px;
}

/* Links */
.NewsHeaderArea a:link, .NewsHeaderArea a:visited, .NewsHeaderArea a:active{text-decoration: none;}
.NewsHeaderArea a:hover{text-decoration: underline;}


/* Startpage */
#FullContentModuleHolder
{
    display:none;
}

/* Formpage */
#ContentArea fieldset
{
    border:none;
}

/*.ImageListingSmallImage img
{
	width:71px;    
    height:47px;
}*/

#ImageContentArea
{
    width:53.6em;
}
.ImageListingSmallImage
{
    width:7.1em;    
    height:4.7em;
}
.ImageListingBigImage
{
    width:53.6em;
    height:35.7em;
    
}
#ImageListingMainBody
{
    height:6.25em;
    overflow:hidden;
    width:100%;    
}
#ImageListingHeading
{
    width:100%;
    clear:both;
    height:auto;
}
#ImageListingHighRes
{
    float:right;
}
#ImageListingHighRes a, #ImageListingHeading a
{
    text-decoration:none;
}












