html, body {
	height: 100%;
}

body {
	margin: 0px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #585858;
}

img {
	border: none;
}

* {
	outline: none;
}

.nieuwsbrief_fout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #682e85;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 100;
}

.melding {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 120px;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	color: #50585b;
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 15px;
	z-index: 100;
	border-bottom: 5px solid #c20066; 
}

.melding a {
	color: #50585b;
}

#container {
	position: relative;
	background: #e5e5e5;
	padding: 0px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 100%;
	z-index: 50;
}

#site {
	position: relative;
	background: url(../images/template/background.jpg) left top repeat-y;
	margin: 0px auto;
	width: 1002px;
	height: auto;
	z-index: 50;
}

#site.default {
	background: url(../images/template/background.gif) left top repeat-y;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	position: relative;
	float: left;
	width: 1000px;
	height: 440px;
	margin: 0px 1px;
	background: #FFFFFF;
	z-index: 50;
}

#iro {
	position: relative;
	float: right;
	width: 214px;
	height: 439px;
	background: url(../images/template/right.jpg) left top no-repeat;
	z-index: 50;
}

#iro #topmenu {
	position: relative;
	float: left;
	width: 214px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

#iro #topmenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px;
}

#iro #irologo {
	position: absolute;
	right: 0px;
	top: 170px;
	width: 406px;
	height: 83px;
}

#iro #nieuwsbrief {
	position: relative;
	float: left;
	width: 214px;
	height: 190px;
	margin: 185px 0px 0px 0px;
}

#iro #nieuwsbrief h2 {
	position: relative;
	float: left;
	margin: 0px;
	padding: 35px 0px 15px 25px;
	color: #FFC120;
	font-size: 17px;
	font-weight: bold;
}

#iro #nieuwsbrief .tekstveld {
	position: relative;
	float: left;
	width: 182px;
	height: 25px;
	background: url(../images/template/tekstveld.gif) top left no-repeat;
	margin: 0px 0px 8px 15px;
	display: inline;
}

#iro #nieuwsbrief .tekstveld input {
	position: relative;
	float: left;
	width: 162px;
	margin: 4px 0px 0px 10px;
	display: inline;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d8d8d;
}

#iro #nieuwsbrief .submit {
	position: relative;
	float: left;
	height: 25px;
	width: 102px;
	background: url(../images/template/inschrijven.gif);
	border: none;
	margin: 5px 0px 8px 15px;
	cursor: pointer;
}

#sitepath {
	position: relative;
	float: right;
	width: 545px;
	height: 64px;
	line-height: 64px;
	color: #909496;
	text-align: right;
	padding: 0px 40px 0px 0px;
	margin: 0px 1px 0px 0px;
	font-size: 11px;
}

#sitepath a {
	color: #682e85;
	text-decoration: none;
	padding: 0px 3px;
}

#menu {
	position: relative;
	float: left;
	width: 755px;
	height: 44px;
	background: url(../images/template/menu.gif) repeat-x left top;
	margin: 0px 1px 1px 0px;
	padding: 0px 15px;
	z-index: 50;
}

#menu .button {
	position: relative;
	float: left;
	z-index: 40;
}

#menu .button a {
	position: relative;
	float: left;
	line-height: 44px;
	padding: 0px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#menu .button.actief, #menu .button a:hover {
	background: #3b164f;
}

#menu .button .submenu {
	position: absolute;
	left: -2px;
	top: 44px;
	width: 205px;
	padding: 8px 0px 12px 0px;
	background: url(../images/template/submenu.png) left bottom repeat-y;
	z-index: 50;
}

#menu .button .submenu .button {
	position: relative;
	float: left;
	width: 205px;
}

#menu .button .submenu .button a {
	position: relative;
	float: left;
	padding: 0px;
	width: 205px;
	line-height: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #586064;
	text-indent: 36px;
	background: url(../images/template/pijl_menu.gif) 19px 10px no-repeat;
}

#menu .button .submenu .button a:hover {
	color: #682e85;
}

#menu .button .submenu .button span {
	color: #682e85;
	padding: 0px 15px 0px 0px;
}

#leftheader {
	position: relative;
	float: left;
	width: 222px;
}

#zoeken {
	position: relative;
	float: left;
	width: 221px;
	height: 64px;
	background: #3a3f43;
	margin: 0px 1px 1px 0px;
}

#zoeken #zoekveld {
	position: relative;
	float: left;
	height: 25px;
	width: 152px;
	margin: 19px 0px 0px 19px;
	display: inline;
	background: url(../images/template/zoekveld.gif);
}

#zoeken #zoekveld input {
	position: relative;
	float: left;
	width: 120px;
	margin: 4px 0px 0px 30px;
	display: inline;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d8d8d;
}

#zoeken .zoeken {
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	margin: 19px 0px 0px 5px;
	display: inline;
	background: url(../images/template/zoeken.gif);
	border: none;
	cursor: pointer;
}

#nieuws {
	position: relative;
	float: left;
	width: 221px;
	height: 265px;
	background: url(../images/template/nieuws.jpg) left bottom repeat-x;
}

#nieuws #items {
	position: relative;
	float: left;
	width: 221px;
	padding: 60px 0px 0px 0px;
}

#nieuws #items .item {
	position: relative;
	float: left;
	width: 221px;
	height: 39px;
	background: url(../images/template/item.png) 20px 10px no-repeat;
	color: #FFFFFF;
	line-height: 20px;
	padding: 4px 0px;
	text-indent: 50px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
}

#nieuws #items .item span {
	position: relative;
	float: left;
	width: 221px;
	color: #FFC120;
	font-weight: normal;
}

#nieuws #items .item:hover {
	background: url(../images/template/item.png) 20px 10px no-repeat #682e85;
}

#pagina {
	position: relative;
	float: left;
	width: 221px;
	height: 34px;
	line-height: 34px;
	background: #3a3f43;
	margin: 0px 1px 1px 0px;
	font-weight: bold;
	font-size: 12px;
	text-indent: 22px;
	color: #ffc221;
}

#pagina span {
	position: relative;
	float: left;
	padding: 0px 15px 0px 0px;
	background: url(../images/template/subpagina.gif) right 16px no-repeat;
}

#subpaginas {
	position: relative;
	float: left;
	width: 221px;
	height: 217px;
	padding: 13px 0px 0px 0px;
	background: url(../images/template/subpaginas.gif) repeat-x left top;
	overflow: hidden;
}

#subpaginas a {
	position: relative;
	float: left;
	width: 201px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/template/line.gif) left bottom no-repeat;
	margin: 0px 0px 0px 11px;
	display: inline;
	text-indent: 12px;
	font-size: 12px;
}

#subpaginas a.actief, #subpaginas a:hover {
	background: url(../images/template/line_rol.gif) -1px bottom repeat-x;
}

#paginafoto {
	position: relative;
	float: left;
	width: 563px;
	height: 330px;
}

#paginafoto img {
	float: left;
}

#paginafoto #quote {
	position: absolute;
	left: 0px;
	top: 239px;
	width: 563px;
	height: 81px;
}

#kolum1 {
	position: relative;
	float: left;
	width: 221px;
	margin: 0px 0px 0px 1px;
	display: inline;
}

#kolum1 #agenda {
	position: relative;
	float: left;
	width: 221px;
}

#kolum1 #agenda h1 {
	position: relative;
	float: left;
	width: 221px;
	height: 52px;
	margin: 0px;
}

#kolum1 #agenda .item {
	position: relative;
	float: left;
	width: 200px;
	line-height: 20px;
	padding: 5px 0px 5px 21px;
	cursor: pointer;
}

#kolum1 #agenda .item strong {
	position: relative;
	float: left;
	width: 200px;
	color: #682e85;
	font-size: 11px;
}

#kolum1 #agenda .item a {
	position: relative;
	float: left;
	width: 200px;
	color: #434a4d;
	font-size: 11px;
	text-decoration: none;
}

#kolum1 #agenda .item a:hover {
	text-decoration: none;
}

#kolum1 #agenda a.agenda {
	position: relative;
	float: left;
	margin: 35px 20px 20px 20px;
}

#kolum2 {
	position: relative;
	float: left;
	width: 685px;
	padding: 30px 50px;
}

#kolum2 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #682e85;
	margin: 0px 0px 20px 0px;
}

#kolum2 h2 {
	position: absolute;
	left: 50px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	margin: 0px 0px 20px 0px;
}

#kolum2.kolum1 {
	width: 463px!important;
}

#kolum2 #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	line-height: 22px;
}

#kolum2 #content a {
	color: #682e85;
	text-decoration: none;
}

#kolum2 #content b, #kolum2 #content strong {
	color: #595959;
}

.form {
	width: 176px;
	border: 1px #898b8c solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px;
	height: 16px;
	color: #585858;
	background: #FFFFFF;
}

.form-knop {
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	color: #ffffff;
	background: #898b8c;
	border: none;
	cursor: pointer;
}

textarea.form {
	width: 176px;
	border: 1px #898b8c solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px;
	height: 75px;
	color: #585858;
	background: #FFFFFF;
	overflow: auto;
}

#kolum2 #content {
	width: auto;
	position: relative;
	float: left;
}

#kolum2 #content .nieuwsdetail {
	width: auto;
	position: relative;
	float: left;
}

#kolum2 #content #productenoverzicht {
	width: 685px;
	height: auto;
	position: relative;
	float: left;
}

#kolum2 #content #productenoverzicht.productonder {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	padding-top: 25px;
}

#kolum2 #content .nieuwsitem {
	position: relative;
	float: left;
	width: 685px;
	height: 100px;
	margin: 0px 0px 40px 0px;
}

#kolum2 #content .nieuwsitem .datum {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	padding: 0px;
	background: url(../images/nieuws.jpg) left top no-repeat;
}

#kolum2 #content .nieuwsitem .datum span {
	position: relative;
	width: 71px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 29px 0px 0px;
}

#kolum2 #content .nieuwsitem .omschrijving {
	position: relative;
	float: left;
	width: 585px;
	height: 100px;
}

#kolum2 #content .nieuwsitem h3 {
	font-size: 17px;
	line-height: 20px;
	display: block;
	height: 20px;
	color: #682e85;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#kolum2 #content .nieuwsitem h3 a {
	text-decoration: none;
	line-height: 20px;
}

#kolum2 #content .nieuwsitem h3 a:hover {
	text-decoration: none;
	line-height: 20px;
}

#kolum2 #content .nieuwsitem a {
	line-height: 20px;
	text-decoration: underline;
}

#kolum2 #content .nieuwsitem a:hover {
	text-decoration: underline;
}

#kolum2 #content .product {
	position: relative;
	float: left;
	width: 175px;
	height: 338px;
	background: url(../images/product.gif) left top no-repeat;
	margin: 0px 50px 50px 0px;
}

#kolum2 #content .product .afbeelding {
	position: relative;
	float: left;
	width: 175px;
	height: 180px;
}

#kolum2 #content .product .afbeelding img {
	position: relative;
	float: none;
	margin: auto;
}

#kolum2 #content .product .titel {
	position: relative;
	float: left;
	width: 165px;
	height: 45px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #682e85;
	padding-left: 10px;
}

#kolum2 #content .product .subtitel {
	position: relative;
	float: left;
	width: 175px;
	height: 30px;
	overflow: hidden;
	color: #585858;
	text-indent: 10px;
}

#kolum2 #content .product .link {
	position: relative;
	float: left;
	width: 175px;
	height: 20px;
	overflow: hidden;
}

#kolum2 #content .product .link a {
	color: #682e85;
	text-indent: 10px;
	text-decoration: underline;
}

#kolum2 #content .product .totactie {
	position: relative;
	float: left;
	width: 175px;
	padding: 15px 0px 0px 0px;
}

#kolum2 #content .product .totactie .prijs {
	position: relative;
	float: left;
	line-height: 50px;
	text-indent: 15px;
	font-size: 16px;
	font-weight: bold;
	width: 80px;
	color: #682e85;
}

#kolum2 #content .product .totactie input {
	width: 45px;
	height: 20px;
	border: none;
	text-align: center;
	background: url(../images/aantal.gif) left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #585858;
}

#kolum2 #content .product .totactie input.image {
	position: relative;
	width: 21px;
	height: 21px;
	border: none;
	padding: 0px;
	background: url(../images/bestel.gif) no-repeat;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#kolum2 #content #productenoverzicht_details {
	position: relative;
	float: left;
	width: 685px;
	background: #FFFFFF;
}

#kolum2 #content #productenoverzicht_details .product.details {
	position: relative;
	float: left;
	width: 175px;
}

#kolum2 #content #productenoverzicht_details .product.details {
	height: 291px;
	overflow: hidden;
}

#kolum2 #content #productenoverzicht_details .product.details .totactie {
	padding: 0px;
	margin: 0px;
}

#kolum2 #content #productenoverzicht_details .product.details .prijs {
	position: relative;
	float: left;
	line-height: 25px;
	text-indent: 15px;
	font-size: 16px;
	font-weight: bold;
	width: 80px;
	color: #682e85;
}

#kolum2 #content #productenoverzicht_details .product.details .link {
	position: absolute;
	left: 135px;
	top: 255px;
	width: 25px;
	height: 25px;
	z-index: 45;
}

#kolum2 #content #productenoverzicht_details .product.details .link img {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

/* Winkelwagen */

.paginawinkelmandje {
	width: 685px;
	height: auto;
	position: relative;
	background: url(../images/template/line_dubble.gif) bottom left repeat-x;
}

.paginawinkelmandje .kop {
	width: 685px;
	height: 46px;
	position: relative;
	line-height: 46px;
	background: url(../images/template/line_dubble.gif) bottom left repeat-x;
	margin-bottom: 15px;
}

.paginawinkelmandje .omschrijving, .paginawinkelmandje .prijs, .paginawinkelmandje .aantal, .paginawinkelmandje .subtotaal {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #682e85;
}  

.paginawinkelmandje .kop .omschrijving {
	width: 370px;
	height: 46px;
	padding-left: 11px;
	position: relative;
	text-align: left;
	float: left;
	margin-right: 12px;
	display: inline;
}

.paginawinkelmandje .kop .prijs {
	width: 58px;
	height: 46px;
	position: relative;
	text-align: center;
	float: left;
	margin-right: 17px;
	display: inherit;
}

.paginawinkelmandje .kop .aantal {
	width: 80px;
	height: 46px;
	position: relative;
	text-align: center;
	float: left;
	margin-right: 5px;
	display: inline;
}

.paginawinkelmandje .kop .subtotaal {
	width: 112px;
	height: 46px;
	position: relative;
	text-align: center;
	float: left;
}

.productitem {
	width: 685px;
	height: 80px;
	position: relative;
	padding-bottom: 10px;
	background: url(../images/template/line_item_bottom.gif) left bottom repeat-x;
	margin-bottom: 10px;
}

.productitem:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.productitem .verwijderen {
	width: 25px;
	height: 49px;
	padding-top: 31px;
	padding-left: 10px;
	position: relative;
	float: left;
	margin-right: 14px;
	display: inline; 
}

.productitem .afbeelding {
	width: 60px;
	height: 60px;
	margin-top: 8px;
	padding-top: 1px;
	position: relative;
	float: left;
	margin-right: 18px;
	display: inline; 
	background: url(../images/template/afbeelding_bg.gif) no-repeat left top;
	overflow: hidden;
}

.productitem .afbeelding img {
	width: 48px;
	height: auto;
	margin-left: 7px;
	position: relative;
	float: left;
}

.productitem .omschrijving {
	width: 254px;
	height: 72px;
	position: relative;
	float: left;
	line-height: 18px;
	margin-right: 12px;
	padding-top: 8px;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

.productitem .omschrijving strong {
	color: #682e85;
}

.productitem .prijs {
	width: 58px;
	height: 72px;
	position: relative;
	float: left;
	line-height: 18px;
	margin-right: 36px;
	padding-top: 8px;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.productitem .aantal {
	width: 65px;
	height: 72px;
	position: relative;
	float: left;
	line-height: 18px;
	padding-top: 8px;
	display: inline;
	background: url(../images/template/bg_aantal.gif) no-repeat 2px 6px;
}

.productitem .aantal input {
	width: 45px;
	height: 22px;
	background: none;
	border: none;
	color: #585858;
	text-align: center;
	float: left;
}

.productitem .aantal .knopjes {
	width: 10px;
	height: 22px;
	float: left;
	margin-left: 5px;
}

.productitem .aantal .knopje_meer {
	width: 10px;
	height: 6px;
	margin-top: 3px;
}

.productitem .aantal .knopje_minder {
	width: 10px;
	height: 6px;
	margin-top: 3px;
}

.productitem .subtotaal {
	width: 110px;
	height: 72px;
	position: relative;
	float: left;
	line-height: 18px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
}

#wwoverzicht .totaal {
	width: 285px;
	height: 120px;
	margin-top: 26px;
	position: relative;
	float: right;
	padding-left: 425px;
	margin-bottom: 30px;
}

.subtotaal span, .verzendkosten span, .totaalbedrag span {
	width: 125px;
	height: 40px;
	position: relative;
	line-height: 40px;
	text-align: right;
	display: block;
	float: left;
}

.totaal .bedrag {
	width: 80px;
	height: 40px;
	position: relative;
	line-height: 40px;
	text-align: left;
	display: block;
	float: right;
}
.totaal .subtotaal {
	width: 255px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background: url(../images/template/line_item_bottom.gif) left bottom repeat-x;
	text-align: right;
}

.totaal .verzendkosten {
	width: 255px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	background: url(../images/template/line_item_bottom.gif) left bottom repeat-x;
	text-align: right;
}

.totaal .totaalbedrag {
	width: 255px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #682e85;
	text-align: right;
}

.nav {
	width: 685px;
	height: 30px;
	position: relative;
}

.nav .winkelen {
	width: 200px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}

.nav .plaatsen {
	width: 186px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: right;
	margin-right: 15px;
}

#productinfo {
	position: relative;
	float: right;
	width: 460px;
	background: #FFFFFF;
}

#productinfo h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #682e85;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	background: #FFFFFF;
}

#productinfo #omschrijving {
	position: relative;
	float: right;
	width: 460px;
	padding: 50px 0px 20px 0px;
	font-size: 12px;
}

#productinfo #paging {
	position: relative;
	float: left;
	height: 46px;
	line-height: 46px;
	width: 460px;
	background: #E7E7E7; 
}

#productinfo #paging .veld {
	width: 45px;
	height: 20px;
	border: none;
	text-align: center;
	background: url(../images/aantal.gif) left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #585858;
}

#kolum3 {
	position: relative;
	float: right;
	width: 215px;
	height: auto;
	background: #f2f2f2;
}

#kolum3 div {
	position: relative;
	float: left;
	width: 215px;
	background: #FFFFFF;
}

.master h2, .auditorium h2, .studeren h2 {
	font-weight: normal;
	line-height: 43px;
}

#kolum3 div.master {
	height: 149px;
	cursor: pointer;
}

#kolum3 div.auditorium {
	height: 143px;
	cursor: pointer;
}

#kolum3 div.studeren {
	height: 144px;
	cursor: pointer;
}

#kolum3 #winkelwagen_inhoud {
	position: relative;
	float: left;
	width: 215px;
	background: #FFFFFF;
	margin: 70px 0px 0px 0px;
	background: url(../images/winkelwagenbg.gif) left bottom no-repeat;
	padding: 0px 0px 33px 0px;
	cursor: pointer;
}

#kolum3 #winkelwagen_inhoud .winkelwagentje {
	position: relative;
	width: 214px;
	height: 42px;
	padding: 0px 0px 33px 0px;
}

#kolum3 #winkelwagen_inhoud .ww {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	line-height: 25px;
}

#kolum3 div {
	position: relative;
	float: left;
	width: 215px;
	background: #FFFFFF;
}

.itemlink h3 {
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-weight: normal;
	line-height: 43px;
	width: 204px;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	background: url(../images/template/bg_item.png) repeat-x;
}

.itemlink h3 a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

#kolum3 div.itemlink{
	height: auto;
	width: 214px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 1px;
	text-align: center;
}

#footer {
	position: relative;
	float: left;
	margin: 0px 1px;
	width: 1000px;
	text-align: center;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9f9f9f;
	padding: 25px 0px;
	border-top: 8px #682e85 solid;
}

#footer a {
	color: #9f9f9f;
	text-decoration: none;
}

#footer span {
	padding: 0px 10px;
}