body
{
	font-family: Arial;
}

a
{
	text-decoration: none;
	color: #B0B0B0;
}

#garaioFooter
{
	font-size: 11px;
	color: 666666;
	border-top: 1px solid #efefef;
	padding-top: 15px;
}

#wrapper
{
	height: auto;
	padding-top: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#miniNavPane
{
	font-size: 11px;
	color: #B0B0B0;
}

#eyeCatcherTable
{
	text-align: right;
	width: 140;
}

.contentTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #a8011f;
	margin-bottom: 12px;
}

.contentTitleBig
{
	font-weight: bold;
	font-size: 24px;
	color: #a8011f;
	margin-bottom: 12px;
}

.contentTitleSmall
{
	font-weight: bold;
	font-size: 12px;
	color: #a8011f;
	margin-bottom: 0px;
}

.contentText
{
	font-size: 11px;
	color: #777;
	/*border: 1px solid black;*/
}

.eyeCatcherTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #a8011f;
}

.eyeCatcherText
{
	font-size: 11px;
	color: #666666;
}

.navRoot
{
	font-weight: bold;
	font-size: 11px;
	color: #354B88;
}

.navSub
{
	font-size: 11px;
	color: #FFFFFF;
}

ul 
{
	margin: 0px;
	padding-left: 15px;
}
li 
{
	list-style-type: circle;
}

DIV.divTeaser, DIV.divTeaserWide 
{
	width: 182px;
	height: 105px;
	
	padding-top:0px;
	padding-bottom:0px;
	margin: 0px;
	
	background-image: url(../gfx/bg_teaser.jpg);
	background-repeat: no-repeat;
}

DIV.divTeaserWide 
{
	width: 300px;
	background-image: url(../gfx/bg_teaser_large.gif);
	margin-bottom: 15px;
}

DIV.divTeaserInner 
{
	padding:0px;
	padding-top:30px;
	margin-left: 10px;
	margin-right: 10px;
}

TABLE.tblTeaser 
{
	/*width: 606px;*/
	padding: 0px;
	margin: 0px;
	
	margin-left: 30px;
	
}
TABLE.tblTeaser TR TD.tdTeaser
{
	width: 182px;
}
TABLE.tblTeaser TR TD.tdTeaserSeperator
{
	width: 30px;
}
TABLE.tblTeaser TR TD.tdTeaserSeperator IMG#spacer
{
	width: 30px;
	height: 1px;
}

A.linkButton 
{
	background-image: url(../gfx/link_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding-left: 10px;
}
