﻿body
{
	margin: 0px 5pt;
	padding: 0;
	background-color: #E6E6E6;
}

td
{
	vertical-align: top;
	padding: 0px;
	border-spacing: 0px;
}

.productlist a:hover
{
	color: #f9c231;
}

.text
{
	font-size: 11px;
	border: solid 1px #CECBC5;
	margin: 0px 5px 3px 5px;
	color: #757575;
	font-family: Tahoma;
}
.techb
{
	padding: 2px;
	font-family: Tahoma;
	font-size: 11px;
}

.techd
{
	padding: 2px;
	font-family: Tahoma;
	font-size: 11px;
}
.list
{
	font-family: Tahoma;
	font-size: 11px;
}

.buttonSend
{
	background: #81102B;
	color: White;
	font-size: 11px;
	border: solid 1px gray;
	font-family: Tahoma;
	width: 380px;
}

.txtBox
{
	font-size: 11px;
	border: solid 1px #C5C5C5;
}

.buttonLGray
{
	background: #f0f0f0;
	font-size: x-small;
	border: solid 1px #C5C5C5;
}

#docs2
{
	background: #fff;
	padding: 0px;
	width: 985px;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 15px;
}

#header
{
	padding: 0px 0px 1px;
	background: #E6E6E6;
}

.banner
{
/*	background: url(  '../ResourceHandler.aspx?a=Kodipack.OnlineControls&t=Kodipack.OnlineControls.images.codipack-gevel3.jpg' ) no-repeat;*/
	background-position: center;
	height: 240px; /*background-image: url( '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.banner.jpg' );*/
	color: White; /*border-top: solid 1px #A90065;*/
	background-color: White;
}

#slogan
{
	padding-left: 680px;
	margin-top: 140px;
	width: 300px;
}

.sloganText
{
	padding: 3px 0px 0px 8px;
}

#divBreadCrumb a
{
	text-decoration: none;
	color: #BBC0C2;
}

#divBreadCrumb a:hover
{
	text-decoration: none;
	color: Black;
}

.breadcrumbs
{
	margin-left: 4px;
	color: #BEBEBE;
}

.breadcrumbs a
{
	color: #BEBEBE;
}
.breadcrumbs a:hover
{
	color: gray;
}

/*----- rounded box ----*/
.roundedbox
{
	margin-bottom: 6px;
}
.roundedbox .top
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedTop.gif' ) no-repeat;
	height: 2px;
}
.roundedbox .middle
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedBg.gif' ) repeat-y;
	padding: 1px 9px 0px 4px;
}

.roundedbox .bottom
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedBottom.gif' ) no-repeat bottom left;
	height: 7px;
}

.roundedbox .top2
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedTop2.gif' ) no-repeat;
	height: 2px;
}
.roundedbox .middle2
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedBg2.gif' ) repeat-y;
	padding: 1px 9px 0px 4px;
}

.roundedbox .bottom2
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedBottom2.gif' ) no-repeat bottom left;
	height: 7px;
}

.roundedbox .top3
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedTop_300.gif' ) no-repeat;
	height: 2px;
}
.roundedbox .middle3
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedBg_300.gif' ) repeat-y;
	padding: 1px 9px 0px 4px;
}

.roundedbox .bottom3
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.roundedBottom_300.gif' ) no-repeat bottom left;
	height: 7px;
}

#lang
{
	float: right;
	color: White;
	font-size: 11px;
	position: relative;
	bottom: -2px;
}

#footer
{
	background: url(     '../ResourceHandler.aspx?a=Kodpack.PageTemplates&t=Kodpack.PageTemplates.online_images.layout.bgF.gif' ) no-repeat;
	padding: 5px;
	line-height: 10px;
	border-top: solid 2px #E1E1E1;
	border-bottom: solid 3px #E1E1E1;
	color: Gray;
	clear: both;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a img
{
	border: none;
	margin: 0px 4px 2px 0px;
}

#footer td
{
	color: Gray;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash
{
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced
{
	visibility: visible !important;
}

span.sIFR-alternate
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true]
{
	display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.h1Flash
{
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 28px;
	margin: 0px;
}

.sIFR-hasFlash h5.h5Flash
{
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 28px;
	margin: 0px;
}

#iconset
{
	padding: 4px;
	margin-bottom: 3px;
}

#iconset img
{
	border: none;
	margin-right: 2px;
}

