BODY
{
	margin: 0px;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	COLOR: #000000;
	line-height: 15px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	text-align: left;
}

.tableFrame
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: auto;
	padding: 0px;
}

.mainTable
{
	padding-top:25px;
}

.tableTop
{
	width: 800px;
	height: 20px;
	background-image: url(graphics/top_bg.gif);
	background-repeat: no-repeat;
}

.tableLogo
{
	width: 800px;
	height: 98px;
	background-image: url(graphics/logo_bg.jpg);
	background-repeat: no-repeat;
}

.tableNav
{
	width: 800px;
	height: 20px;
	background-image: url(graphics/blue_bg.gif);
	background-repeat: no-repeat;
}

.tableMain
{
	margin-top: 0px;
	width: 800px;
	height: auto;
	background: #FFFFFF;
	background-image: url(graphics/nav_bg.jpg);
	background-repeat: no-repeat;
	padding-left:0px;
}

.contentTable{
	height:560px;
	margin-top:0px;
}

.tableBottom
{
	width: 800px;
	height: 25px;
	background-image: url(graphics/bottom_bg.gif);
	background-repeat: no-repeat;
	clear: both;
}

/* Spacers */

.logoSetting
{
	padding-top: 20px;
	padding-left: 40px;
}

/* Textsets */

.textHeader, h1
{
	text-align: left;
	font-size: 21px;
	color: #000000;
	line-height: 23px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 0px;
}

.textLineNews
{
	text-align: left;
	font-size: 16px;
	color: #3e5cb3;
	line-height: 15px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
}

.textHeaderNews
{
	text-align: left;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.textContent
{
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-family: arial, helvetica, sans-serif;
}

.contentTextHeader
{
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


.textContentMini
{
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.textNavigation
{
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 26px;
	font-family: arial, helvetica, sans-serif;
	padding-left: 20px;
}

.textSubNavigation
{
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-family: arial, helvetica, sans-serif;
}

.textAdress
{
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 25px;
	font-family: arial, helvetica, sans-serif;
	padding-left: 20px;
}

.textDate
{
	text-align: left;
	font-size: 11px;
	color: #3e5cb3;
	line-height: 15px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

p{

}

/* Boxes */

.boxTop
{
	width: 178px;
	height: 34px;
	background-image: url(graphics/boxtop_bg.gif);
	background-repeat: no-repeat;
}

.boxBody
{
	width: 178px;
	height: auto;
	background-color: #e3e3e3;
}

.boxSpacer
{
	width: 178px;
	height: 10px;
}

/* Boxes Textformatting */

.textBoxTop
{
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	font-family: verdana;
}

.textBoxBody
{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}

/* Borders */
.line
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: dotted;
	border-color: #666666;
	border-width: 1px 0px 0px 0px;
}


/* Linksets */

a:link, a:visited
{
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background: transparent;
	cursor:pointer;
}

a:hover
{
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #04B;
	background: transparent;
	cursor:pointer;
}

a:active
{
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #00F;
	background: transparent;
	cursor:pointer;
}

.menu_text, .menu_text:link, .menu_text:visited
{
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background: transparent;
}

.menu_text:active, .menu_text:hover
{
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #04B;
	background: transparent;
}

.td_menu
{
	vertical-align:top;
}

.menu_img
{
	border:0px solid;
	margin-top:0px;
	margin-right:5px;
	cursor:pointer;
}


td
{
	border:0px solid;
	padding:0px;
}
table
{
	margin:0px;
	border:0px;
	border-collapse: collapse;
}

.prod_info_header_cell
{
	vertical-align:top;
	padding:2px 6px 2px 6px;
	background-color: #333;
	color: #FFF;
	font-size:9px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
}

.prod_info_content_cell_odd
{
	vertical-align:top;
	padding:1px 6px 1px 6px;
	font-size:9px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align:center;		
}

.prod_info_content_cell_even
{
	vertical-align:top;
	padding:1px 6px 1px 6px;
	font-size:9px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align:center;	
	background-color: #d7dfef;	
}

img
{
	border:0px;
}
.menuTD
{
	vertical-align:top;
	padding:20px 10px 20px 20px;
	width:142px;
}
.productInfoTable
{
	margin-bottom:25px;
	margin-top:15px;
	width:100%;
}
.infoboxfile{
	padding:2px 0px 2px 0px;
}