
/* --------------------- page containers ------------------- */

#outer { /* contains all content */
	/* position: relative; */
	width: 100%;
	height: 100%;
	padding: 0;
}

#container { /* div id : contained in 'outer' : holds the total website page */
	position: relative; /* this way, the footer (which is contained in this div) can be positioned absolute by scripting */
	width: 990px;
	padding: 0;
	margin: 0 auto; /* centered */
	text-align: left; /* otherwise all contained text is center aligned due to the 'outer' align=center attribute */
}


/* --------------------- general ------------------- */

html {
	height: 100%; /* [A] : try to enable / disable this property combined with enabling / disabling [B] : IE and FF */
	padding: 0; /* maybe browsers do not have a 0 px default padding */
	margin: 0; /* maybe browsers do not have a 0 px default margin */
}

body {
	width: 100%; /* you may try to disable this property, it should not be needed */
	height: 100%; /* [B] : try to enable / disable this property combined with enabling / disabling [A] : IE and FF */
	padding: 0; /* most browsers do not have a 0 px default padding */
	margin: 0; /* most browsers do not have a 0 px default margin */

	/* all page elements have the font setting made here as default */
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
	color: #000000;

background-image: url(http://www.altigen.nl/graphics/body-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #b3c1ca;
}

form {
	padding: 0;
	margin: 0;
}

.b {
	font-weight: 700;
}

.g {
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 90%;
	color: #000000;
}

.FL {
	float: left;
}

.R {
	text-align: right;
}

.sgif {
	width: 1px;
	height: 1px;
}

.lineBlue {
	background-color: #5577A4;
}

a.linkA {
	color: #000000;
}

a {
	outline: none;
}

#chartest {
	position: absolute;
	top: 0px; /* needed !? to read clientWidth */
	visibility: hidden;
	font-family: arial,verdana,geneva,sans-serif;
	font-size: 12px;
}

.red, .mono {
	font-family: monospace !important;
}

.red {
	color: #FF0000 !important;
}

.form_error_tekst {
	font-style: italic;
	padding: 0px 0px 0px 10px;
}

#logos {
	padding-left: 15px;
}

#logos a {
	background-color: #FFFFFF;
	background-image: url(http://www.altigen.nl/graphics/bg-logos.gif);
	padding: 6px 0px 0px 2px;
	width: 160px;
	height: 105px;
	display: block;
	float: left;
	margin: 6px;
	text-align: center;
}

#logos a:hover {
	background-color: #3b3c3c;
}

#iFR {
 	height: 346px;
 	*height: 350px;
 	overflow: hidden;
}

/*------ REFERENTIE -----*/

.referentieitem {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0px 13px 0px;
	float:left;
	width: 100%;
}

.referentie-links {
	float:left;
	width: 150px;
}

.referentie-img {
	float:left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.referentie-rechts {
	float:left;
	padding: 0px 0px 0px 10px;
	width: 235px;
}

.referentie-rechts p {
	margin: 0;
	padding: 0;
}

.referentie-opdracht {
	float: left;
	width: 150px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.referentie-img-omschrijving {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.referentie-werkzaamheden {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 10px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.prevnextline {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.prevnextline a:link, a:active, a:visited {
	color: #11325b;
	text-decoration: none;
}

.prevnextline a:hover {
	color: #11325b;
	text-decoration: underline;
}

.prevnextline a.current {
	color: #939393;
}

.horizontal-rule {
	width: 100%;
	height: 1px;
	background-color:#194987;
	float:left;
}
/* ---------------------- header ---------------------------- */
/* contained in 'container' */

#header {
	position: relative;
	width: 990px;
	height: 317px;
	padding: 0;
	margin: 0;
	background-color: transparent !important;
}

#header.home {
	height: 462px;
}

#header a#go-home {
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 1;
}

#header a#go-home img {
	width: 260px;
	height: 65px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#header a#go-test {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#header a#go-test img {
	width: 10px;
	height: 10px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

/* --------- functions ------------ */

a#functions-1 {
	position: absolute;
	top: 12px;
	left: 240px;
	padding: 0px 0px 0px 17px;
	width: 130px;
	height: 15px;
	color: #FFFFFF;
	font-size: 12px;
background-image: url(http://www.altigen.nl/graphics/bg-arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

a#functions-1:hover {
	text-decoration: underline;
}

a#functions-2 {
	position: absolute;
	top: 12px;
	left: 400px;
	padding: 0px 0px 0px 17px;
	width: 199px;
	height: 15px;
	color: #FFFFFF;
	font-size: 12px;
background-image: url(http://www.altigen.nl/graphics/bg-arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

a#functions-2:hover {
	text-decoration: underline;
}

a#functions-3 {
	position: absolute;
	top: 12px;
	right: 155px;
	padding: 0px 0px 0px 17px;
	width: 217px;
	height: 15px;
	color: #FFFFFF;
	font-size: 12px;
background-image: url(http://www.altigen.nl/graphics/bg-arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

a#functions-3:hover {
	text-decoration: underline;
}

/* --------- Flash homepage ------------ */

#img-homepage.home {
	width: 990px;
	height: 336px;
	position: absolute;
	bottom: 0px;
	*z-index: -100;
background-image: url(http://www.altigen.nl/graphics/home-headerbg.jpg);
}

#img-homepage {
	background-image: url('http://www.altigen.nl/header.jpg/');
	width: 990px;
	height: 191px;
	position: absolute;
	bottom: 0px;
	*z-index: -100;
}

#top-menu {
	Zbackground-color: #ff0000;
	width: auto;
	height: 23px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#top-menu a {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	float: left;
	text-decoration: none;
	height: 28px;
	background-image: url('http://www.altigen.nl/graphics/seperator-top-nav.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 6px 12px 0px 12px;
}

#top-menu a.homebtn {
	padding: 6px 12px 0px 0px;
}

#top-menu a:hover {
	color: #3580e7;
}

#top-menu-left {
	background-image: url('http://www.altigen.nl/graphics/top-menu-left.gif');
	width: 5px;
	height: 28px;
	float: left;
}

#top-menu-content {
	float: left;
	width: 512px;
	height: 28px;
	padding: 0px 0px 0px 12px;
	background-color: #50616b;
}

#top-menu-right {
	background-image: url('http://www.altigen.nl/graphics/top-menu-right.gif');
	width: 5px;
	height: 28px;
	float: left;
}

#laatste-nieuws {
	width: 978px;
	height: 25px;
	background-color: #e7e8e9;
	position: absolute;
	bottom: 0px;
	padding: 0px 0px 0px 12px;
	color: #4D636D;
	font: bold 11px/25px Verdana,Geneva,sans-serif;
	text-decoration: none;
}

#laatste-nieuws a {
	color: #4D636D;
	font: bold 11px/25px Verdana,Geneva,sans-serif;
	text-decoration: underline;
}

#laatste-nieuws a.press {
	font: normal 11px/25px Verdana,Geneva,sans-serif;
}

a#alt-logo-top {
	display: block;
	background-image: url('http://www.altigen.nl/graphics/alt-logo-new.gif');
	width: 239px;
	height: 68px;
	position: absolute;
	top: 8px;
	left: 14px;
	text-indent: -5555px;
}

/* --------------------- column content ------------------- */
/* contained in 'container' */

#content {
	position: relative;
	width: 718px;
	margin: 0;
	padding: 0px 0px 0px 12px;
	background-color: #FFF;
	float: left;
	background-image: url(http://www.altigen.nl/graphics/content-bg2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	*z-index:-10;
}

.eenkolom #content {
	padding: 0px 12px 0px 12px;
	width: 966px;
}

#content h1, #content h2.h2ling {
	width: 710px;
	font-size: 18px;
	font-family: Verdana;
	color: #194a7c;
	padding: 0px 0px 8px 0px;
	margin: 14px 0px 10px 0px;
	border-bottom:1px solid #FFCC00;
	text-transform: uppercase;
	line-height: 25px;
}

.eenkolom #content h1 {
	width: 964px;
}

#content-text {
	color:#4D636D;
	font:12px/18px Verdana,'Geneva',sans-serif;
	line-height: 14px;
	margin: 0;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}

#content-text p {
	color:#4D636D;
	display:block;
	font:12px/18px Verdana,'Geneva',sans-serif;
	margin: 0px 0px 18px 0px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

#content-text ul li {
	color:#4D636D;
	font:12px/18px Verdana,'Geneva',sans-serif;
	margin: 0px 0px 0px 0px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

#content-text h4 {
	color:#004794;
	display:block;
	font:bold 12px/16px Verdana,Geneva,sans-serif;
	margin: 0px 0px 10px 0px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-transform: uppercase;
	width:auto;
}

#content-text.HNDshort h3 {
	color:#004794;
	font:bold 12px/18px Verdana,Geneva,sans-serif;
	line-height: 14px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
}

#content-text.HNDshort h3 a {
	color:#004794;
	text-decoration: none !important;
}

#content-text.HNDshort h3 a:hover {
	text-decoration: none !important;
}

#content.home {
	position: relative;
	width: 724px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	float: left;
		background-image: url(http://www.altigen.nl/graphics/s.gif);
}

#content.home h1 {
	width: 455px;
	font-size: 18px;
	font-family: Franklin Gothic Book;
	color: #194a7c;
	padding: 0px 0px 3px 0px;
	margin: 14px 0px 10px 0px;
	border-bottom: 1px solid #194a7c;
}

#content.home h2 {
	border-bottom: 1px solid #889aa8;
	color : #004794;
	font: bold 12px/25px Verdana,Geneva,sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	background-color: #fff;
}

#content.home h2 a {
	color : #004794;
	text-decoration: none;
}

#content-text.home {
	font-size: 13px;	
	color:#004168;
	line-height: 14px;
	width: 455px;
	margin: 0;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}

#content-text {
	padding: 0px 8px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-text a:link, #content-text a:active, #content-text a:visited {
	color: #005e8e;
	text-decoration: none;	
	font-weight: bold;
}

#content-text a:hover {
	color: #193863;
	text-decoration: underline;	
}

#crumbtail {
	position: absolute;
	top: 134px;
	right: 280px;
	color: #ffffff;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#crumbtail a:link, #crumbtail a:active, #crumbtail a:visited {
	color: #ffffff;
	text-decoration: none;
}

#crumbtail a:hover {
	color: #002441;
	text-decoration: underline;
}

/* Docentenlijst content styling */

span.docent-naam {
	height: 20px;
	padding-top:5px;
	padding-bottom:10px;
	padding-left: 5px;
	display: block;
	font-weight: bold;
}

span.functie-naam {
	padding-top:5px;
	padding-bottom:10px;
	padding-left: 5px;
	display: block;
}

span p {
	margin: 0;
	padding: 0;
}

#microsoft-unified {
	width: 420px;
	height: 150px;
	background-color: #E8ECEF;
	position: absolute;
	top: 12px;
	right: 0;
}

#het-laatste-nieuws {
	width: 420px;
	float: right;
	padding: 140px 0px 10px 0px;
	*padding: 130px 0px 10px 0px;
}

#verticale-markt {
	width: 273px;
	height: 293px;
	position: absolute;
	top: 12px;
	left: 12px;
}

/* ----------------------- Productenlijst content styling ----------------------- */

table.product-item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

table.product-item a img, table.product-item img {
	border:1px solid #CED7DD;
	margin: 0px 0px 0px 10px;
}

table.product-item p {
	color: #4D636D;
	float: left;
	font: 12px/18px Verdana,Geneva,sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

h3.producten {
	color:#004794;
	font:bold 12px/18px Verdana,Geneva,sans-serif;
	margin:0;
	padding:0;
	text-align:left;
}


h1.productenkrant, h2.productenkrant, h3.productenkrant, h4.productenkrant, h5.productenkrant  {
	width: 710px;
	font-size: 18px;
	font-family: Franklin Gothic Book;
	color: #194a7c;
	padding: 0px 0px 8px 0px;
	margin: 14px 0px 10px 0px;
	border-bottom:1px solid #FFCC00;
	text-transform: uppercase;
}

/* ----------------------- manuals Lijst content styling ----------------------- */

h2.manuals {
	color: #004794 !important;
	display: block !important;
	font: bold 12px/18px Verdana,Geneva,sans-serif !important;
	margin: 0px 0px 8px 0px !important;
	padding: 0px 0px 0px 0px !important;
	text-align: left !important;
}

ul.manuals {
	border-bottom:1px solid #CED7DD !important;
	height:auto !important;
	margin:0 !important;
	padding:0 0 10px !important;
	width: 100% !important;
}

ul.manuals li {
	font:12px/18px Verdana,Geneva,sans-serif !important;
	list-style-type:disc !important;
	margin:0 0 0 30px !important;
	padding:0 0 0 10px !important;
}

ul.manuals li a {
	color: #4D636D !important;
	font: 12px/18px Verdana,Geneva,sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

ul.manuals li a:hover {
	color: #004794 !important;
}

/* ----------------------- Toestellen content styling ----------------------- */


table.toestel-item {
	border-collapse:collapse;
	margin: 0px 0px -15px 0px;
}

table.toestel-item tr td{
	border:1px solid #ACC5DD;

}

table.toestel-item a img, table.toestel-item img {
	border:1px solid #CED7DD;
	margin: 4px 0px 4px 10px;
}

table.toestel-item a img, table.toestel-item img.SVRkast {
	border:1px solid #CED7DD;
	margin: 4px 0px 4px 10px;
	padding: 3px;
}

table.toestel-item h4 {
	color:#FF8C00;
	display:block;
	font:bold 12px/18px Verdana,Geneva,sans-serif;
	padding: 2px 0px 2px 8px;
	margin: 0px 0px 0px 0px;
}

h3.TSLkrant {
	color:#004794;
	font:bold 12px/18px Verdana,Geneva,sans-serif;
}

h2.TSLkrant {
	color:#004794;
	font:bold 14px/16px Verdana,'Geneva',sans-serif;
}

.CNTtoestel {
	padding: 4px 4px 0px 4px;
	color:#4D636D;
	font:12px/16px Verdana,Geneva,sans-serif;
}

.CNTserver {
	padding: 8px;
	height: 270px;
}

/* ----------------------- Toestellen content styling ----------------------- */

.krant-item {
	font-size:13px;
	width: 200px;
	padding:4px 4px 4px 8px;
	border: 1px solid #ced7dd;
}

.krant-item h3 {
	color:#004794 !important;
	font:bold 16px/30px Verdana,Geneva,sans-serif !important;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	text-align: left;
}

.krant-item h3 a {
	color:#004794 !important;
	text-decoration: none !important;
}

.krant-item h3 a:hover {
	text-decoration: none !important;
}

.krant-item h6 {
	color: #4D636D;
	font: 12px/16px Verdana,Geneva,sans-serif;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
}

.krant-inhoud {
	line-height:14px;
	width: 400px;
	color:#4D636D;
	font: 12px/16px Verdana,Geneva,sans-serif;	
	padding:4px 4px 4px 8px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ced7dd;
}

/* ----------------------- SiteMap styling ----------------------- */

li.sitemap_item.Woordenboek ul {
	display: none !important;
}

/* ----------------------- TOPLINKS ----------------------- */

.linkContainer{
	background-color:#dedede;
	display:block;
	margin:10px 0 0 0;
	padding:5px 5px 5px 5px;
	border:1px dashed #999;
}

.linkContainer ul.ipList{
	font:bold 12px/16px Tahoma, Geneva, sans-serif;
	color:#4d636d;
	text-decoration:none;
	text-align:left;
	list-style-type:disc;
	margin:0 0 15px !important;
	padding:0;
}

.linkContainer ul.ipList li{
	font: normal 11px/16px Tahoma, Geneva, sans-serif;
	color:#4d636d;
	list-style-type: disc;
	text-align: left;
	margin: 10px 0 0 30px !important;
	padding: 0;
}

.linkContainer ul.ipList li a{
	font:bold 12px/16px Tahoma, Geneva, sans-serif;
	color: #4d636d !important;
	text-decoration: underline !important;
	list-style-type: disc;
	text-align:left;
	margin:0;
	padding:0;
}

.linkContainer ul.ipList li a:hover{
	color: #004794 !important;
	text-decoration: none !important;
	list-style-type: disc;
	text-align: left;
}

/* ----------------------- Verticale Markten Styling (Left) ----------------------- */

a.markt-item-container {
	background-color: #e8ecef;
	margin: 10px 0px 0px 0px;
	position: relative;
	display: block;
	width: 273px;
	height: 75px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a.markt-item-container:hover {
	background-color: #d3dee6;
}

a.markt-item-container img {
	border: 0px solid #fff;
}

span.markt-item {
	position: absolute;
	top: 5px;
	left: 80px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #4d636d;
	text-decoration: none;
}
a.markt-item-container:hover span.markt-item {
	text-decoration: underline;
}

span.markt-summary {
	position: absolute;
	top: 25px;
	left: 80px;
	display: block;
	width: 188px;
}

/* ----------------------- Verticale Markten Styling (Left) ----------------------- */

a.WGVlogo {
	background-color: #fff;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	float: left;
	width: 220px;
	height: 125px;
	color: #000;
	border: 1px solid #aec7df;
	cursor: pointer;
	line-height: 125px;
	text-align: center;
}

a.WGVlogo img {
	display: block;
	vertical-align: middle;
	margin: auto; 
}

a.WGVlogo:hover {
}

.partner-overzicht {
	float: left;
	width: 710px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}


/* ----------------------- Vindt een Dealer ----------------------- */

.NLkaart {
	float: left;
	width: 350px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.SHprov {
	float: right;
	width: 349px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #aec7df;
}

a#alle-provincies {
	background-image: url('http://www.altigen.nl/graphics/alle-prov.jpg');
	width: 148px;
	height: 25px;
	display: block;
	position: absolute;
	top: 450px;
	left: 25px;
	padding: 7px 0px 0px 18px;
	color: #3F4C55;
	cursor: pointer;
	text-decoration: none;
}

/* ----------------------- Vindt een Dealer ----------------------- */

#flashcontent {
	margin: 30px 0px 30px 70px;
	padding: 0px 0px 0px 0px;
	width: 800px; 
	height: 535px;
}

#flashcontent2 {
	margin: 30px 0px 30px 3px;
	padding: 0px 0px 0px 0px;
	width: 960px; 
	height: 655px;
}


/* --------------------- nieuws home ------------------- */

a.nieuws-item {
	display: block;
	width: 125px;
	height: 100px;
	border: 0px solid red;
	float: left;
	padding-right: 75px;
	background-image: url('http://www.altigen.nl/graphics/nieuws-thumb.jpg');
	background-position: 125px 0px;
	background-repeat: no-repeat;
	color: #4D636D;
	font: 11px/16px Verdana,Geneva,sans-serif;
	text-decoration: underline;
}

a.nieuws-item:hover {
	text-decoration: none;
}

/* --------------------- nieuws krant ------------------- */

ul#nieuwskrant {
	padding: 0;
	margin: 0;
	list-style:none;
}

ul#nieuwskrant li {
	display: block;
	height: 19px;
	width: 685px;
	font: 11px/16px Verdana,Geneva,sans-serif;
	padding: 0px 0px 0px 15px ;
	margin: 0;
	background-image: url('http://www.altigen.nl/graphics/nieuws-icon.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;

}
ul#nieuwskrant li span {
	display: block;
	height: 19px;
	width: 110px;
	float: left;
}
ul#nieuwskrant li a {
	display: block;
	height: 19px;
	width: 575px;
	float: left;
}
/* --------------------- column right ------------------- */
/* contained in 'container' */

#right {
	position: relative;
	width: 260px;
	min-height: 325px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	background-color: #fff;
	background-image: url(http://www.altigen.nl/graphics/content-bg2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	*z-index: -10;
}

#right img {
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
	float: left;	
}

#right.home {
	background-image: url(http://www.altigen.nl/graphics/s.gif);
	width: 266px;
	min-height: 365px;
}

.home #right-news {
	top: 237px;
}

.eenkolom #outer #container #right {
	width: 0px !important;
}

/* ------------------------ */

#altigen-partner-program {
	width: 235px;
	height: 117px;
	background-image: url(http://www.altigen.nl/graphics/altigen-partner-program.gif);
	display: block;
	position: absolute;
	right: 12px;
	top: 35px;
	text-decoration: none;
}

#request-more-information {
	width: 235px;
	height: 118px;
	background-image: url(http://www.altigen.nl/graphics/request-more-information.gif);
	display: block;
	position: absolute;
	right: 12px;
	top: 165px;
	text-decoration: none;
}

/* --------------- Right Menu ---------------------- */

#rechter-navigatie-top {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
	background-image: url(http://www.altigen.nl/graphics/info-box-head-maxcs.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 253px;
	height: 48px;
}

#right ul {
	list-style-type: none;
	width: 243px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #afc8e0;
}

#right ul ul {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#right ul li {
	padding: 0;
	margin: 0;
}

#right ul li.LIsection {
	color: #004794;
	display: block;
	text-decoration: none;
	width: 225px;
	height: 22px;
	padding: 2px 0px 10px 7px;
	background-image: url(http://www.altigen.nl/graphics/bg-right-nav-item.gif);
	background-repeat: repeat-x;
	background-position: 0 -70px;
	text-transform: uppercase;
	font: bold 12px/30px Verdana,Geneva,sans-serif;
	
}

#right ul li a, #right ul li ul li a {
	color: #004794;
	display: block;
	text-decoration: none;
	width: 217px;
	height: 16px;
	padding: 8px 0px 10px 15px;
	background-image: url(http://www.altigen.nl/graphics/bg-right-nav-item.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-transform: uppercase;
	font: bold 11px Verdana,Geneva,sans-serif;
}

#right ul li a.current {
	background-position: 0 -70px;
}

#right ul li a:hover, #right ul li a.current:hover {
	background-position: 0 -34px;
	color: #ffffff;
}

#right ul li a.current {
	background-position: 0 -70px;
}

#right ul li ul li a {
	width: 207px;
	padding: 8px 0px 10px 25px;
}

/* --------------- Right Infobox ---------------------- */

#rechter-infobox-top {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
	background-image: url(http://www.altigen.nl/graphics/info-box-head.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 253px;
	height: 49px;
}

#rechter-infobox-top-fr {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
	background-image: url(http://www.altigen.nl/graphics/info-box-head-fr.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 253px;
	height: 49px;
}

#rechter-infobox {
	padding: 10px 10px 0px 10px;	
	margin: 0px 0px 0px 0px;	
	background-color: #bed9f4;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 233px;
	color: #003d7f;
	font-size: 11px;
	height: 305px;
	*height: 305px;
}

#rechter-infobox div {
	padding: 0px 0px 0px 0px;	
	margin: 10px 10px 10px 10px;
	*margin: 0px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 200px;
	color: #003d7f;
	font-size: 11px;
}

#rechter-infobox p {
	padding: 0px 0px 0px 0px;	
	margin: 10px 10px 10px 0px;
	*margin: 0px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 236px;
	color: #003d7f;
	font-size: 11px;
}

#rechter-infobox label {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003d7f;
	text-transform: uppercase;
	font-size: 11px;
}

#rechter-infobox input.com {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 5px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003d7f;
	width: 180px;
	height: 16px;	
}

#rechter-infobox select.com3 {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 8px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003d7f;
	width: 180px;
	height: 20px;	
}

#rechter-infobox-bottom {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 20px 0px;	
	background-image: url(http://www.altigen.nl/graphics/info-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 253px;
	height: 12px;
}


.ifusion #rechter-infobox-bottom {
	background-color: #bed9f4;
	margin: 0px 0px 0px 0px;
	background-image: url(http://www.altigen.nl/graphics/s.gif);

}
input.subm {
	background:url(http://www.altigen.nl/graphics/submit-btn.png) no-repeat;
	color: #3F4C55;
	font: 11px/16px Verdana,Geneva,sans-serif;
	height: 32px;
	margin: 0;
	padding: 0 0 7px;
	text-align: center;
	text-decoration: none;
	width: 91px;
	border: 0px;
	cursor: pointer;
}

/* --------------- Right RMAbox ---------------------- */

#rechter-rmabox-top {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
	background-image: url(http://www.altigen.nl/graphics/rma-kopje.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 253px;
	height: 49px;
}

#rechter-rmabox {
	padding: 10px 10px 0px 10px;	
	margin: 0px 0px 0px 0px;	
	background-color: #bed9f4;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 233px;
	color: #003d7f;
	font-size: 11px;
	height: 435px;
}

#rechter-rmabox div {
	padding: 0px 0px 0px 0px;	
	margin: 10px 10px 10px 10px;
	*margin: 0px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 200px;
	color: #003d7f;
	font-size: 11px;
}

#rechter-rmabox p {
	padding: 0px 0px 0px 0px;	
	margin: 10px 10px 10px 0px;
	*margin: 0px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 236px;
	color: #003d7f;
	font-size: 11px;
}

#rechter-rmabox label {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003d7f;
	text-transform: uppercase;
	font-size: 11px;
}

#rechter-rmabox input.com {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 5px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003d7f;
	width: 180px;
	height: 16px;	
}

#rechter-rmabox select.com3 {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 8px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003d7f;
	width: 180px;
	height: 20px;	
}

#rechter-rmabox-bottom {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 20px 0px;	
	background-image: url(http://www.altigen.nl/graphics/info-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 253px;
	height: 12px;
	display: none;
}

input.subm {
	background:url(http://www.altigen.nl/graphics/submit-btn.png) no-repeat;
	color: #3F4C55;
	font: 11px/16px Verdana,Geneva,sans-serif;
	height: 32px;
	margin: 0;
	padding: 0 0 7px;
	text-align: center;
	text-decoration: none;
	width: 91px;
	border: 0px;
	cursor: pointer;
}


/* --------------- ifusion ---------------------- */
.ifusion div {
	float: left;
}
#copaco-contact {
	width: 233px;
	padding: 10px;
	background-color: #bed9f4;
	color: #003D7F;

}
#copaco-contact a {
	color: #003D7F;
}
#copaco-contact a:hover {
	color: #1566bd;
}
#right ul li img.flag {
	float: right;
	margin: 0px 10px 0px 0px;
	*margin: -12px 10px 0px 0px;
}
.ifusion ul {
	display: block;
	height: 102px;
	float: left;
	overflow: hidden;
}
.ifusion ul#Warrenty {
	height: 50px;
}

.ifusion ul#Warrenty a {
	position: relative;
}



a img.flag-all3 {
	position: absolute;
	top: 36px;
}
a img.flag-all3.nr1 {
	right: 40px;
}
a img.flag-all3.nr2 {
	right: 20px;
}
a img.flag-all3.nr3 {
	right: 0px;
}

#verkooppunten-slider {
	width: 253px;
        height: 80px;
        overflow: hidden;
}


/*------ Nivo Slider ------*/

.nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	z-index: 89;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
	display: none;
}

.nivo-prevNav {
	left: 0px;
	display: none;
}

.nivo-nextNav {
	right: 0px;
	display: none;
}

.nivo-controlNav {
	display: none;
}

.nivo-directionNav {
	display: none;
}

.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}
/* --------------------- footer ------------------- */
/* contained in 'container' */

#footer {
	position: absolute;
	left: 0px;
	width: 990px;
	height: 48px;
	padding: 60px 0px 0px 0px;
	visibility: hidden;
	text-align: center;
	background-image: url(http://www.altigen.nl/graphics/footer-top-img.jpg);
	background-repeat: no-repeat;
}

.footer-inner a {
	color:#646464;
	text-decoration: none;
}

.footer-inner a:hover {
	text-decoration: underline;
}

.footer-txt {
	color: #002441;
	position: absolute;
	bottom: 13px;
	font-size: 10px;
}

.footer-txt.R {
	position: absolute;
	right: 0px;
	bottom: 13px;	
}

.footer-txt a {
	text-decoration: none;
	color:#002441;
}

.footer-txt a:hover {
	text-decoration: underline;
}

.footer-txt a:link,
.footer-txt a:visited,
.footer-txt a:active {
	color: #002441;
}

#Fs0 {
	display: none;
}

a.footer-link, div.footer-link {
	color: #043658;
	font: 10px/16px verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	text-decoration: none;
}

a:hover.footer-link {
	color: #086db2;
	text-decoration: none;
}

a.footerlink {
	color: #043658;
	font: 10px/16px verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover.footerlink {
	color: #086db2;
	text-decoration: none;
}

/* --------------------- zoek input luikje ------------------- */

#searchtext {
	margin: 0px 3px 0px 0px;
	font-size: 11px;
	color: #4a5b65;
	height: 15px;
	width: 100px;
	background-color: #ddd;
	border: 1px solid #fff;
}

.item-zoek, .item-zoek2 {
	height: 20px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 3px;
	right: 6px;
}

.item-zoek table {
	margin: 1px 5px 0px 0px;
}

.item-zoek2 table {
	margin-left: 11px;
}

.zoek-txt {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 1px 7px 3px 0px;
}

/* --------------------- form contact ------------------- */

#CTcontent {
	width: 370px;
	float: left;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#CTcontent h3 {
	border-bottom: 1px solid #DADADA;
	color: #004794;
	display: block;
	font:bold 14px/18px Verdana,Geneva,sans-serif;
	margin: 5px 0 0;
	padding: 8px 0 5px;
	text-align: left;
	text-transform: uppercase;
}

#form-contact {
	width: 500px;
	height: 490px;
	float: right;
	padding: 0px 0px 0px 30px;
	border-left: 1px solid #DADADA;
	margin: 0px 0px 20px 20px;
}

#form-contact div {
	height: 18pt;
	*height: 24pt;
}

#form-contact div.checkbox {
	height: 90px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

#form-contact div.field3 {
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#form-contact div.field-text {
	padding: 60px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#form-contact div#sendButton {
	display: block; 
	margin: 0px 0px 0px 52px;
	*margin: 0px 0px 0px 36px;
	height: 30px;
	width: 400px;
	float: left;
}

#form-contact label {
	display: block; /* label is van nature een inline element */
	width: 200px;
	height: 16pt;
	padding: 2px 0px 0px 0px;
	border: 1px solid transparent;
	float: left;
}

#form-contact label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-contact label.bijzonderheden {
	width: auto;
	margin: 0px 0px 0px 0px;
}

#form-contact label.first {
	margin-left: 10px;
}

#form-contact span.red2 {
	font-family: arial,verdana,geneva,sans-serif;
	color: #FF0000;
}

#form-contact p.VRPveld {
	display: block;
	height: 20px;
	width: 400px;
	float: left;
	margin: 10px 0px 10px 213px;
	*margin: 150px 0px 10px 213px;
	padding: 0px 0px 0px 0px;
}

#form-contact input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-contact input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #b1b4b7;
	float: left;
	width: 230px;
	height: 16pt;
	padding: 0px 2px 0px 2px;
	background-color: #E8ECEF;
}

#form-contact select.com2 {
	margin: 0px 0px 10px 10px;
	border: 1px solid #b1b4b7;
	float: left;
	width: 235px;
	height: 20pt;
	padding: 0px 2px 0px 2px;
	background-color: #E8ECEF;
}

#form-contact textarea {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #b1b4b7;
	float: left;
	width: 230px;
	height: 146px;
	padding: 2px;
	background-color: #E8ECEF;
}

#form-contact div.ta {
	height: 162px;
}

#form-contact div.W100 label {
	width: 100%;
}

#form-contact div.W100 {
	width: 100%;
}

/* ------------------------------------------------------------ */

.zoekterm-box {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 650px;
	margin: 10px 0px 0px 0px;
	line-height:20px;
}

.zoekterm {
	font-weight: bold;
	color: #004168;
	background-color: #78a4dd;
	padding: 0px 2px 0px 2px;
	border-bottom: 1px solid #194987;
}

.zoekterm-klein {
	font-size: 10px;
	color: #194987;
	background-color: transparent;
	border: 1px solid #194987;
}

ul#search-result li {
	margin: 0px 0px 20px -10px;
	padding: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------ */

table#algemenevoorwaarden tr td#titel {
	font-size: 16px;
	font-weight: bold;
}

table#algemenevoorwaarden tr td#klein {
	font-size: 9px;
	font-style: italic;
}

table#algemenevoorwaarden tr td {
	font-family: verdana, arial;
	font-size: 11px;
}

table#algemenevoorwaarden #inhoudVW ol li div span {
	font-size: 110%;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol {
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li div {
	color: #184C92;
	}

table#algemenevoorwaarden #inhoudVW ol li {
	font-size: 11px;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li ol li {
	color: #184C92;
	}

table#algemenevoorwaarden tr td p#av_footer {
	color: #184C92;
}

div#menu {
	height: 42px;
	width: 990px;
	background: url('http://www.altigen.nl/graphics/nav-bg.png') no-repeat;
	position: absolute;
	top: 84px;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

div#menu ul.menu {
    padding-left: 8px;
}

div#menu li {
	position: relative;
	z-index: 9;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
   
div#menu li:hover>ul {
	left: -2px;
}

div#menu li div {
	list-style: none;
	float: left;
	position: absolute;
	top: 42px;
	left: 0;
	width: 220px;
	z-index: 11;
	visibility: hidden;
	padding: 0px 0px 9px 7px;
	_padding: 0px 0px 9px 3px;
	margin: 0px 0px 0px -6px;
}

div#menu li#L5 div {
	width: 155px !important;
}

div#menu li:hover>div {
    visibility: visible;
}

div#menu li.current a {
}

div#menu a {
	position: relative;
	z-index: 10;
	height: 29px;
	display: block;
	float: left;	
	padding: 13px 33px 0px 33px;
	text-decoration: none;
	color: #FFF;
	background: url('http://www.altigen.nl/graphics/menu-item-bg.gif') no-repeat;
}

div#menu #L0 a {
	background-position: -3px 0px;
}

div#menu #L0 a:hover {
	background-position: -3px -42px;
}

div#menu a:hover {
	background-position: 0px -42px;
}

div#menu span {
	font: normal 11px 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;		
}

div#menu ul a:hover span {
	color: #FFF;
}

div#menu li { 
	background: url(http://www.altigen.nl/graphics/alt-menu-seperator.gif) top left no-repeat; 
}

div#menu li.last span{
	background: url(http://www.altigen.nl/graphics/alt-menu-seperator.gif) top right no-repeat;
	padding: 13px 10px 16px 0;
}

div#menu ul ul li {
	padding: 0;
	margin: 0;
	z-index: 9;	
}

div#menu ul ul {
	z-index: 12;	
	padding: 0;
	margin: 0;
	display: block;
}

div#menu ul ul a {
	width: 190px;
	padding: 5px 3px 3px 6px;
	height: 20px;
	float: none;
	display: block;
	margin: 0;
	background-color: #5a6c79;
	background-image: none !important;
	font-weight: normal;
	border-bottom: 1px solid #3d4b54;	
}

div#menu ul ul#U5 a {
	width: 149px !important;
}

div#menu ul ul a span {
	padding: 0;
	color: #454545;
	font-weight: normal;
	text-transform: none;
	background: none;
}

div#menu ul ul#U5 li,div#menu ul ul#U5 {
	width: 155px !important;	
}

div#menu ul ul a:hover {
	background-color: #398ff5;
}

div#menu ul ul a:hover span {
	background-color: #398ff5;
	color: #fff;
}

div#menu ul ul li.last { 
	background: none;
}

div#menu ul ul li {
	width: 100%;
}

div#menu ul ul div {
	width: 208px;
	margin: -50px 0 0 190px !important;
	height: auto;
	_padding: 0 0 9px 3px;
}

div#menu ul ul ul {
	_padding-right: 1px;
}

div#menu li.back {
}

div#menu li.back .left {
}
/* --------------------- LEXICON ------------------- */

#lexicon-alfabet {
	font-size: 20px;
	font-family: Franklin Gothic Book;
	color: #194a7c;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
	display: block;
	float: left;
}

#lexicon-alfabet a {
	font-size: 17px;
	font-family: Franklin Gothic Book;
	color: #194a7c;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 18px;
	height: 14px;
	text-align: center;
	text-transform:uppercase;
}

#lexicon-alfabet a:hover, #lexicon-alfabet a.ALFAcurrent {
	padding: 2px;
	border: 1px solid #4b77a4;
	text-decoration: none;
}

table.TBLlex {
	width: 620px;
	border-collapse:collapse;
}

.lexicon-item {
	font-size:13px;
	width: 158px;
	padding:4px 4px 4px 8px;
	border: 1px solid #ced7dd;
	text-align: center;
}

.lexicon-item h3 {
	color: #004794;
	font: bold 16px/30px Verdana,Geneva,sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	text-transform: uppercase;
}

.lexicon-item h6 {
	color: #4D636D;
	font: bold 12px/16px Verdana,Geneva,sans-serif;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.lexicon-inhoud {
	line-height:14px;
	width: 438px;
	color:#4D636D;
	font: 12px/16px Verdana,Geneva,sans-serif;	
	padding:4px 4px 4px 8px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ced7dd;
}

/* ----- Main ---- */


/* --------------------- teasers ------------------- */
/* contained in column 'content' */

#teasers {
	width: 235px;
	height: auto;
	margin: 27px 0px 0px 17px;
	padding: 10px 5px 0px 0px;
}

.TSRblok {
	display: block;
	width: 235px;
	height: auto;
	min-height: 117px;
	float: left;
	background-color: #747885;
	margin: 0px 5px 5px 5px;
}

#teasers a.title {
	width: 305px;
	height: 15px;
	position: absolute;
	top: 20px;
	display: block;
	padding: 0px 10px 0px 10px;
	font-family: verdana;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffa600;	
	height: 18px;
	letter-spacing: 1px;
	text-decoration: none;
}

#teasers a.title:hover {
	text-decoration: none;
	color: #ffa600 !important;	
}

.slogan {
	position: absolute;
	display: block;
	top: 40px;
	width: 290px;
	font-size: 12px;
	color: #fff;
	padding: 0px 0px 0px 10px;
}

img.home-teaser-img {
	display: block;
	float: left;
	width: 235px;
	margin: 0px 0px 7px 0px;
}

.teaser-txt {
	position: absolute;
	display: block;
	top: 170px;
	*top: 180px;
	padding: 10px;
	height: 170px;
	*height: 162px;
	overflow: hidden;
	width: 295px;
	color: #fff;
}

a.TSRleesmeer {
	position: absolute;
	display: block;
	top: 365px;
	float: left;
	color: #fff;
	width: 299px;
	padding: 4px 0px 0px 0px;
	margin: 0px 8px 0px 8px;
	text-align: right;	
	text-decoration: none;
	border-top: 1px dashed #fff;
}

a.TSRleesmeer:hover {
	text-decoration: underline !important;
	color: #fff !important;
}
#wrapper-accordion {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 450px;
	*margin-bottom: 150px;
}

.accordionButton {	
	width: 568px;
	height: 40px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	margin: 10px 0px 0px 0px;
	cursor: pointer;
	background-image: url("http://www.altigen.nl/graphics/acc-heading.gif");
	font: bold 12px/40px Verdana,Geneva,sans-serif;
	color: #FF8C00;
	padding: 0px 0px 0px 12px;
}
	
.accordionContent {	
	width: 560px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background:url("http://www.altigen.nl/graphics/acc-top.gif") no-repeat scroll center top #e8eff6;
	margin-top: 5px;
	padding: 10px 10px 10px 10px;
	color:#4D636D;
	font: 12px/18px Verdana,'Geneva',sans-serif;
}
	
