/* */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background: #fbf8ea url(/site/images/bg.png);
	color: #000;
}

.reset
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	float: none;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

form {
	margin: 0;
	padding: 0;
}

a {
	color: #cc280e;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

img.calendar {
	cursor: pointer;
}


#document {
	padding: 0 0 20px 0;
}

/****************/
/**** HEADER ****/

#header {
	text-align: center;
	background: transparent url(/site/images/wave.png) top center no-repeat;
}

#headerContent {

}

#options {
	height: 50px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#logo {
	position: absolute;
	top: 17px;
	left: 0;
	width: 300px;
	height: 23px;
}

#optionsMenu {
	position: absolute; 
	top: 20px;
	right: 0;
	width: 700px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}


#optionsMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#optionsMenu li {
	margin: 0;
	padding: 0 5px;
	float: left;
	background: url(/site/images/split.png) right bottom no-repeat;
}

#optionsMenu li.search {
	background: none;
}



#optionsMenu a {
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}

#optionsMenu a:hover {
	text-decoration: underline;
}

#optionsMenu input.text {
	vertical-align: middle;
	border-color: #fff;
	border-style: solid;
	border-width: 1px 2px;
/*	border: 1px solid #fff; */
	width: 150px;
	padding: 0;
	margin: 0 5px 0 15px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}



/**************/
/**** MENU ****/

#menu {
	height: 43px;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: transparent url(/site/images/menu_bg.png) top center no-repeat;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 8px 0 7px 4px;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 2px;
	border-right: 1px solid #bf5542	;
}

#menu a,
#menu span {
	float: left;
	line-height: 29px;
	height: 29px;
	overflow: hidden;
	text-decoration: none;
	color: #e3cece;
	padding: 0 8px;
}


#menu a:hover {
	color: #fff;
}

#menu li.current a {
	color: #fff;
	background: transparent url(/site/images/menu_active_bg.png) left center repeat-x;
}

/**** MENU ****/
/**************/

#topBanner {
	height: 238px;
	overflow: hidden;
	background: transparent url(/site/images/topbanner_bg.png) top center no-repeat;
	text-align: center;
	padding: 0 2px 0 0;
}

#topBannerContent {
	text-align: left;
	width: 958px;
	height: 233px;
	margin: 5px auto 0 auto;
	background: transparent url(/site/images/topbanner_content_bg.png) 0 0 no-repeat;
}



#languageMenu {
	text-align: right;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: transparent url(/site/images/languagemenu_bg.png) bottom center no-repeat;
}

#languageMenu ul {
	margin: 0;
	padding: 0 8px 0 0;
	list-style: none;
	float: right;
}

#languageMenu li {
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
}



/**** HEADER ****/
/****************/



/*****************/
/**** SUBMENU ****/

#subMenu {
	width: 202px;
	float: left;
}

#subMenuContent {
	margin: 0 0 10px 0;
}


#subMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#subMenu ul {
	background: #edede5 url(/site/images/submenu_bg_ul.png) 0 0 repeat-y;
}

#subMenu ul ul {
	background: #eeede2 url(/site/images/submenu_bg_ul_ul.png) 0 0 repeat-y;
}

#subMenu ul ul ul {
	border-top: none;
	border-bottom: none;
	background: #f9f8ee url(/site/images/submenu_bg_ul_ul_ul.png) 0 0 repeat-y;
}

#subMenu ul ul ul ul {
	background: #fff url(/site/images/submenu_bg_ul_ul_ul.png) 0 0 repeat-y;
}


#subMenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #b7b7b7;
}

#subMenu ul ul li {
	border-bottom: none;
}

#subMenu ul ul ul li {
	border-bottom: none;
}

#subMenu ul ul ul ul li {
	border-bottom: none;
}


#subMenu li.currentfolder {
	background-image: url(/site/images/submenu_bg_ul_c.png);
}


#subMenu li.currentfolder a {	
	color: #b6200b;
	font-weight: bold;
}

#subMenu li.currentfolder li a {
	color: #4e4746;
	font-weight: normal;
}

#subMenu li.currentfolder li.currentfolder a {
	font-weight: bold;
}

#subMenu li.currentfolder li.currentfolder li a {
	font-weight: normal;
}

#subMenu li.currentfolder li.currentfolder li.currentfolder a {
	font-weight: bold;
}

#subMenu li.currentfolder li.currentfolder li.currentfolder li a {
	font-weight: normal;
}




#subMenu li.currentfolder ul,
#subMenu li.currentfolder li {
	background-image: url(/site/images/submenu_bg_ul_ul_c.png);
}

#subMenu li.currentfolder ul ul,
#subMenu li.currentfolder li li {
	background-image: url(/site/images/submenu_bg_ul_ul_ul_c.png);	
}


#subMenu ul li.current {
	background-image: url(/site/images/submenu_bg_ul_c.png) !important;
	font-weight: bold !important;
}








#subMenu a {
	color: #4e4746;
	text-decoration: none;
	display: block;
	padding: 3px 10px 3px 0;
}

#subMenu ul li.current a {
	color: #d42e17;
	font-weight: bold !important;
}

#subMenu a:hover {
	font-weight: bold !important;
}

#subMenu ul a {
	padding-left: 11px;
}

#subMenu ul ul a {
	padding-left: 22px;
/*	padding-left: 11px; */
}

#subMenu ul ul ul a {
/*	padding-left: 27px; */
	padding-left: 33px;
}

#subMenu ul ul ul ul a {
/*	padding-left: 46px; */
	padding-left: 44px;
}

#subMenu li.closed ul {
	display: none;
}

#subMenu li.open ul {
	display: block;
}

#subMenu li.open li.closed ul {
	display: none;
}


/**** SUBMENU ****/
/*****************/



#content {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(/site/images/content_bg.png) top center repeat-y;
}

#contentWrapper {
	padding: 4px 24px 4px 14px;
}


#contentBody {
	background: transparent url(/site/images/bg_2col.png) top center repeat-y;
}

body.i_templ_10001 #contentBody,
body.i_templ_10002 #contentBody,
body.i_templ_10003 #contentBody,
body.i_templ_10004 #contentBody,
body.i_templ_10006 #contentBody,
body.i_templ_10007 #contentBody,
body.i_templ_10041 #contentBody,
body.i_templ_10301 #contentBody,
body.i_templ_10901 #contentBody,
body.i_templ_13000 #contentBody,
body.i_templ_14000 #contentBody {
	background-image: url(/site/images/bg_1col.png);
}

body.i_templ_10911 #contentBody {
	background-image: url(/site/images/bg_1col2.gif);
}

body.i_templ_10301_front #contentBody,
body.i_templ_14000_front #contentBody {
	background-image: url(/site/images/bg_2col2.png);
}


#main {
	width: 734px;
	min-height: 10px;
	float: left;
	overflow: hidden;
}

body.i_templ_10001 #main,
body.i_templ_10002 #main,
body.i_templ_10003 #main,
body.i_templ_10004 #main,
body.i_templ_10006 #main,
body.i_templ_10007 #main,
body.i_templ_10041 #main,
body.i_templ_10301 #main,
body.i_templ_10901 #main,
body.i_templ_13000 #main,
body.i_templ_14000 #main {
	width: 532px;
}

body.i_templ_10001 #mainContent,
body.i_templ_10002 #mainContent,
body.i_templ_10003 #mainContent,
body.i_templ_10004 #mainContent,
body.i_templ_10006 #mainContent,
body.i_templ_10007 #mainContent,
body.i_templ_10041 #mainContent,
body.i_templ_10301 #mainContent,
body.i_templ_10901 #mainContent,
body.i_templ_13000 #mainContent,
body.i_templ_14000 #mainContent {
/*	padding: 0 9px 0 10px; */


	padding: 0 5px 0 5px;
}

body.i_templ_10911 #mainContent {
	padding: 8px 24px 8px 20px;
}

#siteFilter {
	width: 208px;
	min-height: 10px;
	float: left;
	overflow: hidden;
}


#filterHeader {
	margin: 4px 0 0 0;
 	background: transparent url(/site/images/filter_header_bg.png) 0 0 no-repeat;
	padding: 0 4px;
}

#filterHeader h1 {
	margin: 0;
	padding: 8px 14px 4px 14px;
	color: #000;
	border-bottom: 1px solid #e4e4ce;
}

#filterBody {
	background: transparent url(/site/images/filter_bg.png) 0 0 repeat-y;
	padding: 10px 14px;
}

#filterBody table {
	margin: 0;
	border: none;
	border-collapse: collapse;
}

#filterBody td {
	padding: 0 5px 0 0;
}

#filterBody td.cb {
	width: 24px;
	padding-right: 0;
}

#filterBody strong label {
	display: block;
	margin: 0 0 2px 0;
	color: #cc280e;
}

#filterBody th,
#filterBody td,
#filterBody input,
#filterBody select {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

#filterBody select {
	width: 180px;
}

#filterBody select.day {
	width: 42px;
}

#filterBody select.monthyear {
	width: 110px;
}

#filterBody .section {
	padding: 10px 0 0 0;
}

#filterFooter {
	background: transparent url(/site/images/filter_footer_bg.png) left bottom no-repeat;
	padding: 0 4px;
}

#filterFooter .content {
	padding: 10px 11px 15px 9px;
	border-top: 1px solid #e4e4ce;
	text-align: right;
}

#areaFilter {
	padding: 4px 0 0 0;
}

#areaFilter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#areaFilter li {
	margin: 0;
	font-weight: bold;
	color: #5B5C4C;
}

#areaFilter li a {
	color: #5B5C4C;
	text-decoration: none;
	display: block;
	padding: 3px 14px;
	border-top: 1px solid #fff;
}


#areaFilter li.hl a {
	color: #000;
	text-decoration: underline;
}

#areaFilter li.current a {
	background: #d5e0e0;
}




#areaFilter h1 {
	margin: 0;
	padding: 8px 14px 4px 14px;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #E5E4CF;
	background: transparent url(/site/images/areamap_header_bg.png) 0 0 no-repeat;
}

#areaFilter h2 {
	margin: 0;
	padding: 0 14px 5px 14px;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#areaFilter h2 a {
	color: #000;
	text-decoration: none;
}

#areaFilterMap {
	height: 186px;
	width: 208px;
	background: url(/site/images/areamap_bg.png) 0 0 no-repeat;
	position: relative;
}



#areaMapHeader {
	
}

#areaMapContainer {
	width: 208px;
	height: 184px;
	background: transparent url(/site/images/mapfilter/map_container_bg.gif) 0 0 no-repeat;
	position: relative;
	overflow: hidden;
}

#areaMapContainer img {
	position: relative;
	z-index: 1;
}

#areaMapContainer ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#areaMapContainer li {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

#areaMapContainer a {
	position: absolute;
	display: block;
	z-index: 2;
	width: 9px;
	height: 8px;
	background: transparent url(/site/images/mapfilter/dot1.png) 0 0 no-repeat;
	text-decoration: none;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	cursor: pointer;
}

#areaMapContainer a span {
	display: block;
	width: 9px;
	height: 8px;
	overflow: hidden;
	visibility: hidden;
	line-height: 8px;
}




#areaMap {
	border: none;
}


#internalAds {
	width: 208px;
	overflow: hidden;
	padding: 10px 0;
}

#internalAds .inet_img {
	margin: 0 0 10px 0;
}

#txt {
	width: 367px;
	float: left;
	overflow: hidden;
}

body.i_templ_10001 #txt,
body.i_templ_10002 #txt,
body.i_templ_10003 #txt,
body.i_templ_10004 #txt,
body.i_templ_10006 #txt,
body.i_templ_10007 #txt,
body.i_templ_10041 #txt,
body.i_templ_10301 #txt,
body.i_templ_10901 #txt,
body.i_templ_10911 #txt,
body.i_templ_14000 #txt {
	width: auto;
	float: none;
	padding: 8px 12px;
	background: #d5e0e0;
}

body.i_templ_15000 #txt {
	background: none;
}

#txtContent {
	padding: 8px 18px 8px 12px;
}

#mainContent #news {
	width: 367px;
	float: left;
	overflow: hidden;
}

#newsContent {
	padding: 8px 18px 8px 12px;
}


body.i_templ_10002 #news, 
body.i_templ_10003 #news,
body.i_templ_10004 #news {
	width: auto;
	float: none;
}


h1 {
	color: #cc280e;
	margin: 0 0 8px 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #337b98;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}




/*************/
/**** NEWS ***/

.inet_news_item {
	margin: 0 0 10px 0;
}

.inet_news_item h2 a {
	color: #337b98;
	text-decoration: none;
}

.inet_news_item p a {
	color: #000;
	text-decoration: none;
}

.inet_news_item p img {
	margin: 0 0 0 5px;
}

.inet_news_item a:hover {
	text-decoration: underline;
}


/**** NEWS ***/
/*************/

/********************/
/**** PARAGRAPHS ****/

#supplContent {
	background: transparent url(/site/images/main_split_paragraph_bg.png) 1px 0 repeat-y;
}

/* paragraph / special content "container"*/
#leftContent {
	width: 368px;
	float: left;
	min-height: 10px;
	overflow: hidden;
}

/* paragraph / special content "container"*/
#rightContent {
	width: 366px;
	float: left;
	border-top: 4px solid #fff;
	min-height: 10px;
	overflow: hidden;
}

body.i_templ_10042 #rightContent {
	border-top: none;
}


/* paragraph container */
#topContent {
	width: 366px;
	float: left;
	min-height: 10px;
	overflow: hidden;
}

/* paragraph / special content "container"*/
#bottomContent {
	border-top: 4px solid #fff;
	padding: 0 0 10px 0;
	min-height: 10px;
	overflow: hidden;
	background: transparent url(/site/images/bg_2col.png) -2px 0 repeat-y; 
}


/* wide image paragraph */
.inet_paragraph_10100,
.inet_paragraph_10101 {
	padding-bottom: 8px;
}

.inet_paragraph_10101 {
	border-top: 4px solid #fff;
}

.inet_paragraph_10100 .paragraph_content,
.inet_paragraph_10101 .paragraph_content {
	margin: 8px 14px 0 10px;
}

.inet_paragraph_10100 .imgs,
.inet_paragraph_10101 .imgs {
	min-height: 10px;
}

.inet_paragraph_10100 .inet_img_item,
.inet_paragraph_10101 .inet_img_item {
	margin: 0 0 8px 0;
}


/* small image paragraph */
.inet_paragraph_10102,
.inet_paragraph_10103 {
	padding-bottom: 8px;
}

.inet_paragraph_10103 {
	border-top: 4px solid #fff;
}

.inet_paragraph_10102 .paragraph_content,
.inet_paragraph_10103 .paragraph_content {
	margin: 10px 14px 0 10px;
}


.inet_paragraph_10102 .imgs,
.inet_paragraph_10103 .imgs{
	width: 90px;
	min-height: 10px; 
	float: left;
}

.inet_paragraph_10102 .inet_img_item,
.inet_paragraph_10103 .inet_img_item {
	width: 82px;
}

.inet_paragraph_10102 .inet_img_item img,
.inet_paragraph_10103 .inet_img_item img {
	border: 1px solid #fff;
}

.inet_paragraph_10102 .txt,
.inet_paragraph_10103 .txt {
	width: 250px;
	min-height: 10px; 
	overflow: hidden;
	float: left;
}

.inet_paragraph_10102 .noimg .txt,
.inet_paragraph_10103 .noimg .txt {
	width: auto;
	float: none;
}




#bottomContent .inet_paragraph_10100,
#bottomContent .inet_paragraph_10101,
#bottomContent .inet_paragraph_10102,
#bottomContent .inet_paragraph_10103 {
	width: 367px;
	float: left;
}





.inet_paragraph_11201 {
	background: #eee;
	border-top: 5px solid #fff;
}

.inet_paragraph_11201 .paragraph_content {
	padding: 10px;
}

.inet_paragraph_11201 .imgs {
	width: 90px;
	float: right;
	text-align: right;
}

.inet_paragraph_11201 .txt {
	margin-right: 90px;
}

.inet_paragraph_11201 .noimg .txt {
	margin-right: 0;
}

/**** PARAGRAPHS ****/
/********************/



/*********************/
/**** MULTISEARCH ****/

#multiSearchBlock {
	background: #a0bab0;
	margin: 0 5px 0 0;
	min-height: 158px;
	border-top: 4px solid #FFFFFF;
}

#multiSearchBlock table {
	margin: 12px;
	width: 300px;
	border: none;
	border-collapse: collapse;
}

#multiSearchBlock table td {
	padding: 0 0 3px 0;
	text-align: left;
	vertical-align: middle;
}

#multiSearchBlock td.lbl {
	width: 100px;
}

#multiSearchBlock td.mlbl {
	width: 70px;
}

#multiSearchBlock td.slbl {
	padding-right: 4px;
	text-align: right;
}

#multiSearchBlock td.cal {
	padding-left: 3px;
	text-align: left;
}

#multiSearchBlock th,
#multiSearchBlock td,
#multiSearchBlock input,
#multiSearchBlock select {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

#multiSearchBlock select {
	width: 184px;
	margin: 0;
}

#multiSearchBlock select.day {
	width: 42px;
}

#multiSearchBlock select.month {
	width: 80px;
}

#multiSearchBlock select.year {
	width: 60px;
}

#multiSearchBlock input.text {
	width: 60px;
	font-size: 10px;
}

#multiSearchBlock input.submit {
	padding: 1px 8px;
}

#multiSearchBlock input.keywords {
	width: 178px;
	margin: 0;
}



#multiSearchTabs {
	background: #fff;
}

#multiSearchTabs table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 363px;
}


#multiSearchTabs table td {
	border: none;
/*	padding: 3px 4px 4px 8px; */
	padding: 3px 8px 5px 8px;
	font-weight: bold;
	background: #e0e4e4 url(/site/images/tab_bg.png) bottom left repeat-x;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	color: #676756;
	white-space: nowrap;
	cursor: pointer;
}

#multiSearchTabs table td.current {
	color: #000;
	background: #a0bab0;
}

#multiSearchTabs table td.last {
	border-right: none;
}

#multiSearchTabs table td.first {
	border-left: none;
}


/**** MULTISEARCH ****/
/*********************/



/*******************/
/**** KULTUNAUT ****/

#kultunautSearch {
	padding: 4px 0 0 0;
}

#kultunautSearchHeader {
 	background: transparent url(/site/images/filter_header_bg.png) 0 0 no-repeat;
	padding: 0 4px;
}

#kultunautSearchHeader h1 {
	margin: 0;
	padding: 8px 14px 4px 14px;
	color: #000;
	border-bottom: 1px solid #e4e4ce;
}

#kultunautSearchBody {
	background: transparent url(/site/images/filter_bg.png) 0 0 repeat-y;
	padding: 10px 14px;
}

#kultunautSearchFooter {
	background: transparent url(/site/images/filter_footer_bg.png) left bottom no-repeat;
	padding: 0 4px;
}

#kultunautSearchFooter .content {
	padding: 10px 11px 15px 9px;
	border-top: 1px solid #e4e4ce;
	text-align: right;
}


#kultunautSearch table {
	margin: 0;
	border: none;
	border-collapse: collapse;
}

#kultunautSearch td {
	padding: 0 5px 0 0;
}

#kultunautSearch td.cb {
	width: 24px;
	padding-right: 0;
}

#kultunautSearch th,
#kultunautSearch td,
#kultunautSearch input,
#kultunautSearch select {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

#kultunautSearch .section {
	padding: 10px 0 0 0;
}

#kultunautSearch select#Area {
	width: 180px;
}

#kultunautSearch input#keywords {
	width: 174px;
	margin: 0;
}

#kultunautSearch strong label {
	display: block;
	padding: 0 0 3px 0;
}




/*-------------*/
/*-- arrlist --*/

.arrlist {

}

.arrlist h1 {
	background: #a0baaf;
	color: #000;
 	padding: 5px 10px;
	margin: 0;
	text-transform: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

/*-- arrlist --*/
/*-------------*/


/*---------*/
/*-- arr --*/

.arr {
	background: #d0dcdc;
	margin: 0 0 4px 0;
	padding: 10px;
}

.odd {
	background: #d7dfad;
}

.arr h2 {
	color: #cc280e;
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.arr table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.arr td {
	text-align: left;
	vertical-align: bottom;
}

.arr td.data {
	
}

.arr td.options {
	width: 100px;
	text-align: right;
}

.arr .desc,
.arr .ticket,
.arr .date,
.arr .location {
	margin: 8px 0;
}

/*-- arr --*/
/*---------*/



/*------------*/
/*-- anmeld --*/

.anmeld {
	background: #d7dfad;
	padding: 10px;
	margin: 0 0 4px 0;
}

/*-- anmeld --*/
/*------------*/



/*------------*/
/*-- arrnav --*/

table.arrnav {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

table.arrnav td {
	vertical-align: top;
	padding: 5px 10px;
	background: #a0baaf;
}

table.arrnav td.prev {
	text-align: left;
}

table.arrnav td.next {
	text-align: right;
}

table.arrnav a {
	text-decoration: none;
	color: #000;
}

table.arrnav a:hover {
	text-decoration: underline;
}

/*-- arrnav --*/
/*------------*/


/*--------------*/
/*-- stedlist --*/

.stedlist {
	background: #d7dfad;
}

.stedlist .content {
	padding: 10px;
}

/*-- stedlist --*/
/*--------------*/


/*------------*/
/*-- arradd --*/

.textblock {
	background: #d0dcdc;
	padding: 10px;
}

.arradd {
	border-top: 4px solid #fff;
	background: #d7dfad;
	padding: 10px;
}

/*-- arradd --*/
/*------------*/


/*-------------*/
/*-- arrsted --*/

.arrsted {
	background: #e0e1c5;
	padding: 10px;
	margin: 0 0 4px 0;
}

.arrsted .info {
	width: 400px;
	float: left;
}

.arrsted h1 {

}

.arrsted .location,
.arrsted .ticket,
.arrsted .desc,
.arrsted .prevarr {
	margin: 8px 0;
}

.arrsted .options {
	width: 100px;
	float: left;
}

.arrsted .options div {
	padding: 0 0 8px 10px;
}

/*-- arrsted --*/
/*-------------*/


/*-------------*/
/*-- retsted --*/

.retsted {
	background: #d7dfad;
	padding: 10px;
	margin: 0 0 4px 0;
}

/*-- retsted --*/
/*-------------*/


/*----------------*/
/*-- huskeliste --*/

.huskeliste {
	background: #e0e1c5;
	padding: 10px;
	margin: 0 0 4px 0;
}


/*-- huskeliste --*/
/*----------------*/



.anmeld,
.stedlist,
.textblock,
.arradd {
	display: none;
}



/**** KULTUNAUT ****/
/*******************/



/******************/
/**** PRODUCTS ****/

#products {
	padding: 0 2px;
}

.product {
	width: 248px;
	overflow: hidden;
	float: left;
	font-size: 11px;
	background: transparent;

}

.product .more {
	border: 1px solid #d4d4b0;
	background: #f1f1e6;
	color: #4e4746;
	padding: 0 5px;
	margin: 10px 0 0 0;
}

.product .more a {
	text-decoration: none;
	color: #000;
	padding: 3px 10px 3px 5px;
	display: block;
	text-align: right;
	background: url(/site/images/form_arrow.gif) right center no-repeat;
}

.product .more a:hover {
	color: #000 !important;
}

.odd_product {
	margin-right: 16px;
}


.product address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

.product a {
	color: #000;
}

.product h2 {
	color: #cc280e;
	margin: 0 !important;
}

.product h2 a {
	color: #cc280e;
	text-decoration: none !important;
}

.product .type {
	margin: 3px 0;
	font-weight: bold;
	color: #999;
}

.B h2,
.C h2 {
	border: 1px solid #d4d4b0;
	background: #f1f1e6;
	color: #4e4746;
	padding: 3px 5px;
	margin: 0;
}

.B h2 a {
	display: block;
	color: #4e4746;
}

.D h2 {
	margin: 0;
}

.B h2 em {
	font-style: normal;
}

.B .images,
.C .images {
	width: 90px;
	float: left;
	margin: 10px 0 0 0;
}

.B .images .img,
.C .images .img {
	margin: 0 0 2px 0;	
}

.B .contact,
.C .contact {
	width: 150px;
	float: left;
	margin: 10px 0 0 0;
}

.contact div {
	margin: 1px 0;
}


.B .description,
.C .description {
	clear: both;
	padding: 10px 0 0 0;
}


img.icon {
	vertical-align: bottom;
}


.detailed_product {
	padding: 8px 0 10px 0;
}

.detailed_product a {
	color: #000;
}

.detailed_product a:hover,
.detailed_product a:focus {
	color: #f00;
}

.detailed_product h1 {
	/*
	color: #67666B;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	*/
}

.detailed_product h2 {
	color: #000;
	/*
	font-size: 12px;
	margin: 0 0 10px 0;
	*/
}


.detailed_product .info {
	clear: both; 
	margin: 10px 0 20px 0;
	width: 100%;

}

.detailed_product table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.detailed_product .images {
	width: 200px;
	float: right;
}

.detailed_product .images .img {
	margin: 0 0 10px 20px;
}

.detailed_product table.contact {
	width: auto;
	margin: 0 0 20px 0;
}

.detailed_product th {
	font-size: 11px;
	vertical-align: top;
	padding: 2px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.detailed_product thead th {
	font-weight: bold;
	text-align: center;
	background: #ccc;
}


.detailed_product table.contact th {
	background: none;
	text-align: left; 
	padding: 1px 10px 1px 0;
	border: none;
}

.detailed_product td, .detailed_product tbody th {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	text-align: center;
	padding: 2px 5px;
	background: #eee;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.detailed_product tbody th {
	text-align: left;
	font-weight: normal;
}


.detailed_product table.contact th {
	font-weight: bold;
}

.detailed_product table.contact td {
/*	font-size: 12px; */
	padding: 1px 0;
	text-align: left;
	background: none;
	border: none;
}

.detailed_product table.contact tr.section th,
.detailed_product table.contact tr.section td {
	padding-top: 6px;
	padding-bottom: 2px;
}

tr.section .header {
	color: #67666B;
}


.detailed_product table.noheader td {
	text-align: left;
}

.split {
	clear: both;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
}


.tgvPager {
	background: #eee;
	margin: 5px 0; 
	padding: 8px 10px;
}

.tgvPager table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.tgvPager td {
	vertical-align: middle;
	padding: 0;
	text-align: left;
}

.tgvPager td.info {
	text-align: left;
}

.tgvPager td.pager {
	text-align: right;
	white-space: nowrap;
}

.tgvPager td.pager a {
	text-decoration: none;
}

.tgvPager td.pager a:hover {
	text-decoration: underline;
}

#partner_info {
	width: 200px;
	line-height: 16px;
	float: left;
}

#partner_info a {
	display: block;
	padding: 0 0 8px 0;
}

#partner_img {
	width: 290px;
	float: right;
}

#partner_tabs a {
	display: block;
	background: transparent url(/site/images/tab_bg.gif) left top repeat-x; 
	margin: 0 4px 0 0;
	width: 75px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	float: left;
}

#partner_tabs a.current,
#partner_tabs a:hover {
	background-image: url(/site/images/tab_cur_bg.gif);
}

.partner_content {
	display: none;
	padding: 4px;
	border: 1px solid #bc8f88;
}

.partner_content .inet_img_item {
	width: 80px;
	float: left;
}

.partner_content .inet_img_spacer {
	width: 22px;
	float: left;
}

.partner_content .reset_spacer {
	height: 11px;
}

#partner_lower {
	padding: 15px 0 0 0;
}

/**** PRODUCTS ****/
/******************/


/*********************/
/**** RESULT MODE ****/

.resultMode {
	border-bottom: 1px solid #a0bab0;
	padding: 10px 0 0 0;
}

.resultMode table {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

.resultMode table td {
	border: none;
	padding: 3px 4px 4px 8px;
	font-weight: bold;
	background: #e0e4e4 url(/site/images/tab_bg.png) bottom left repeat-x;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #676756;
	white-space: nowrap;
	cursor: pointer;
}

.resultMode table td.current {
	color: #000;
	background: #a0bab0;
}

.resultMode table td.last {
	border-right: none;
}

.resultMode table td.first {
	border-left: none;
}

.resultMode a {
	text-decoration: none;
	color: #676756;
}

.resultMode td.current a {
	color: #000;
}

/**** RESULT MODE ****/
/*********************/






/****************/
/**** SEARCH ****/

#search {
	padding: 4px 0 0 0;
}

#search input {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

#searchHeader {
	background: transparent url(/site/images/filter_header_bg.png) 0 0 no-repeat;
	padding: 0 4px;
}

#searchHeader h1 {
	margin: 0;
	padding: 8px 14px 4px 14px;
	color: #000;
	border-bottom: 1px solid #e4e4ce;
}

#searchBody {
	background: transparent url(/site/images/filter_bg.png) 0 0 repeat-y;
	padding: 10px 14px;
}

#searchFooter {
	background: transparent url(/site/images/filter_footer_bg.png) left bottom no-repeat;
	padding: 0 4px;
}

#searchFooter .content {
	padding: 10px 11px 15px 9px;
	border-top: 1px solid #e4e4ce;
	text-align: right;
}


#search_results .product,
#search_results .odd_product {
	margin: 0;
	float: none;
	width: auto;
}

.inet_search_msg {
	margin: 5px 0 20px 0;
}

.search_result {
	margin: 8px 0;
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}

.search_result h2 {
	margin: 0 0 5px 0;	
}

.search_result .txt {
	margin: 5px 0;
}

.search_result .more {
	margin: 0 0 5px 0;
}

.inet_search_pages {
	margin: 5px 0 0 0;
	padding: 8px 10px;
	text-align: right;
	background: #eee;
}


.inet_search_pages a {
	text-decoration: none;
}

.inet_search_pages a:hover {
	text-decoration: underline;
}

/**** SEARCH ****/
/****************/




/****************/
/**** FOOTER ****/

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	background: transparent url(/site/images/footer_bg.png) top center no-repeat;
	color: #504f4b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #504f4b;
}

#footer a:hover {
	text-decoration: underline;
}


/**** FOOTER ****/
/****************/



/*******************/
/**** CATALOGUE ****/


#catalogue_form {
	margin: 10px 0;
}

#catalogue_form input.checkbox {
	margin: 0 5px 0 0;
}

/*
#catalogue_form .details input.checkbox {
	margin: 0;
}
*/

#catalogue_form .header {
	position: relative;
	background: #5C5D5D;
	color: #fff;
	padding: 5px 10px;
}

#catalogue_form .header h2 {
	margin: 0;
	color: #fff;
}

#catalogue_form .header p {
	margin: 2px 0 0 0;
}


#catalogue_form .catalogue,
#catalogue_form .details {
	margin: 10px 0;
	padding: 10px;
	background: #eee;
}

#catalogue_form .catalogue h3 {
	font-size: 12px;
/*	width: 372px;
	float: left; */
	margin: 0;
	padding: 0;/*0 0 10px 0;*/
}

#catalogue_form .catalogue label,
#catalogue_form .details label {
	margin: 0 5px 0 0;
	cursor: pointer;
}


#catalogue_form .catalogue .imgs {
	width: 120px;
	margin: 0 0 10px 0;
	float: right;
}

#catalogue_form .catalogue .imgs .inet_img_item {
	margin: 0 0 0 40px;
}

#catalogue_form .catalogue .txt {
	margin: 0 120px 10px 0;
}

#catalogue_form .reminder {
	border-top: 1px dashed #ccc;
	margin: 15px -10px 0 -10px;
	padding: 10px 10px 0 10px;
	font-size: 10px;

}

#catalogue_form .reminder a {
	text-decoration: none;
}

#catalogue_form .reminder em {
	font-weight: bold;
	font-style: normal;
}

#catalogue_form .catalogue table.options {
	margin: 0 0 12px 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

#catalogue_form .catalogue table.options td {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

#catalogue_form .catalogue input.checkbox {
	vertical-align: top;
	margin: 0 5px 0 0;
	padding: 0;
}



#catalogue_form .details {
	position: relative;
}


#catalogue_form .info {
	position: absolute;
	top: 60px;
	left: 300px;
	width: 170px;
}


#catalogue_form .info img {
	display: block;
	margin: 0 auto 10px auto;
}

#catalogue_form .info address {
	font-style: normal;
	text-align: center;
}


#catalogue_form .details table {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

#catalogue_form .details th {
	border: none;
	font-weight: bold;
	text-align: left;
	padding: 0 5px 5px 0;
	vertical-align: top;
}

#catalogue_form .details table.questions {
	margin: 10px 20px;
}

#catalogue_form .details table.questions th {
	text-align: right;
	width: 60%;
}

#catalogue_form .details td {
	border: none;
	margin: 0;
	padding: 0 0 5px 0;
	vertical-align: top;
	white-space: nowrap;
}

#catalogue_form input.text {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	border: 1px solid #000;
	width: 180px;
}

#catalogue_form select.select {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	border: 1px solid #000;
/*	margin: 0;
	padding: 0;*/
	width: 185px;
}

#catalogue_form .incomplete,
#catalogue_order_form .incomplete {
	color: #f00 !important;
}


#catalogue_form textarea {
	font-family: 'Courier New', monospace;
	font-size: 11px;
	border: 1px solid #000;
	width: 180px;
	height: 50px;
	
}


#catalogue_form input.submit,
#cpop_submit input.submit,
#catalogue_order_submit input.submit,
#catalogue_form input.clear {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	background: #5C5D5D;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 1px 2px;
	font-size: 12px;
	cursor: pointer;
}

.receipt {
	margin: 10px 0 30px 0 !important;
	padding: 5px;
	background: #eee;
	border: 1px solid #000;
	font-weight: bold;
}



/**** CATALOGUE ****/
/*******************/


/**********************/
/**** MINI HOLIDAY ****/


#packageList {
	margin: 5px 0 0 0;
}

#packageList .tgvPager {
	margin-bottom: 10px;
}

.packageItem {
	margin: 0 0 10px 0;
	padding: 0 2px 10px 2px;
	border-bottom: 1px solid #a0bab0;
}

.packageItem h2 {
	color: #000;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;	
	margin: 0 0 10px 0;
}

.packageItem .txt {
	width: 394px;
	float: left;
	overflow: hidden;
}

.packageItem .imgs {
	width: 124px;
	float: left;
	text-align: right;
}

.packageItem .price {
	margin: 10px 0 0 0;
	font-weight: bold;
}

.packageItem .more {
	margin: 10px 0 0 0;
}

.packageItemError {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 10px;
}


#packageTxt {
	width: 348px;
	float: left;
	overflow: hidden;
}

#packageTxtContent {
/*	padding: 0 10px 0 0; */
	margin: 0 5px 0 0;
	padding: 10px;
	background: #d6ddaa;
}

#packageInfo {
	width: 174px;
	float: left;
	overflow: hidden;
}

#imgRoot {
	padding: 0 0 5px 0;
}

#imgThumbs .imgThumb {
	width: 94px;
	padding: 0 0 5px 0;
/*	padding: 0 0 10px 0; */
	float: left;
}

#imgThumbs .last {
	width: 80px;
}

#address,
#links {
	padding: 0 0 10px 0;
}

#address .addressHeader,
#links .linksHeader {
	font-weight: bold;
	padding: 2px 5px;
	background: #a0bab0;
}

#address .text,
#links .text {
	padding: 2px 5px;
}

#links ul {
	margin: 2px 0 10px 0;
	padding: 0;
}

#links li {
	margin: 0 0 2px 15px;
	padding: 0;
}


#packageQuery {
	padding: 10px;
	margin: 5px 5px 0 0;
	background: #cfdcdc;
}

#packageTitle {
	padding: 8px 12px;
	background: #d5e0e0;
	margin: 0 0 5px 0;
}


#packageQuery table {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

#packageQuery td {
	text-align: left;
	vertical-align: top;
	padding: 0 5px 2px 0;
}

#packageQuery td.dt {
	white-space: nowrap;
}

#packageQuery input.shorttxt,
#packageQuery input.text,
#packageQuery textarea {
	width: 150px;
	padding: 1px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

#packageQuery input.shorttxt {
	width: 42px;
}

#packageQuery textarea {
	height: 140px;
}

#packageQuery select {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 180px;
}

#packageQuery select.day {
	width: 42px;
}

#packageQuery select.monthyear {
	width: 110px;
}

#packageQuery img.calendar {
	vertical-align: bottom;
	margin-bottom: 2px;
}

#packageReceipt {
	padding: 10px;
	margin: 5px 5px 0 0;
	background: #cfdcdc;
	font-weight: bold;
}

#packageReceipt p {
	margin: 0;
}

/**** MINI HOLIDAY ****/
/**********************/



/**************/
/**** IMGS ****/

body.i_templ_10003 #imgs {
	border-bottom: 5px solid #fff;
}

body.i_templ_10004 #imgs,
body.i_templ_10007 #imgs{
	width: 242px;
	float: right;
}

body.i_templ_10004 #imgs .inet_img_item,
body.i_templ_10007 #imgs .inet_img_item{
	padding: 0 0 10px 10px;	
}


/**** IMGS ****/
/**************/



/*********************/
/**** GOOGLE MAPS ****/

#gMapWrapper {
	position: relative;
}

#gMapLoading {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 53px;
	height: 21px;
	background: #fff url(/site/images/ajax-loader.gif) center center no-repeat;
	z-index: 0;
	display: none;
	opacity: 0.75;
}

#gMapContainer {
	height: 500px;
}




/*********************/
/**** Google Maps ****/

.e_style_tgv pre {
	padding: 5px;
	margin: 0;
	background: #fcc;
}

.e_style_tgv {
	background: #fff;
	width: 260px;
	position: relative;
	font-size: 11px;
}

.e_style_tgv .content {
	padding: 5px;
	border: 1px solid #000;
}

.e_style_tgv .tgv_icon {
	cursor: pointer;
	margin: 4px 4px 4px 0;
}


.e_style_tgv .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 9px;
	cursor: pointer;
	z-index: 2;
}

.e_style_tgv .more {
	border: 1px solid #d4d4b0;
	background: #f1f1e6;
	color: #4e4746;
	padding: 0 5px;
	margin: 10px 0 0 0;
}

.e_style_tgv .more a {
	text-decoration: none;
	color: #000;
	padding: 3px 10px 3px 5px;
	display: block;
	text-align: right;
	background: url(/site/images/form_arrow.gif) right center no-repeat;
}

.e_style_tgv .more a:hover {
	color: #000 !important;
}

.e_style_tgv address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

.e_style_tgv a {
	color: #000;
}

.e_style_tgv h2 {
	color: #cc280e;
	margin: 0 !important;
}

.e_style_tgv h2 a {
	color: #cc280e;
	text-decoration: none !important;
}

.e_style_tgv .type {
	margin: 3px 0;
	font-weight: bold;
	color: #999;
}





.e_style_house {
	background: #fff;
	width: 169px;
	position: relative;
}

.e_style_house_discount {
	background: #FAB28F;
	width: 169px;
	position: relative;
}

.e_style_house .close,
.e_style_house_discount .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 9px;
	cursor: pointer;
	z-index: 2;
}


.e_style_house .img,
.e_style_house_discount .img {
	height: 112px;
	overflow: hidden;
}


.e_style_house .content,
.e_style_house_discount .content {
	padding: 1px;
	border: 1px solid #000;
}

.e_style_house .area {
	padding: 4px 10px;
	background: #fff;
	border-top: 1px solid #F1EFDA;
	border-bottom: 1px solid #F1EFDA;
}

.e_style_house_discount .area {
	padding: 4px 10px;
	border-top: 1px solid #F1EFDA;
	border-bottom: 1px solid #F1EFDA;
}

.e_style_house .area a,
.e_style_house_discount .area a {
	color: #C32D2D;
	text-decoration: none;
}

.e_style_house .area a:hover,
.e_style_house_discount .area a:hover{
	text-decoration: underline;
}

.e_style_house .number {
	padding: 1px 10px;
	background: #FBFAF4;
}

.e_style_hosue .number a {
	color: #000;
	text-decoration: none;
}

.e_style_house .number a:hover {
	color: #C32D2D;
}

.e_style_house_discount .number {
	padding: 1px 10px;
}

.e_style_house .price {
	padding: 1px 10px; 
	background: #FBFAF4;
}

.e_style_house_discount .price {
	padding: 1px 10px;
}

.e_style_house .capacity {
	padding: 1px 10px; 
	background: #FBFAF4;
}

.e_style_house_discount .capacity {
	padding: 1px 10px;
}

.e_style_house .m2 {
	background: #FBFAF4;
	padding: 1px 10px;
}
.e_style_house_discount .m2{
	padding: 1px 10px;
}



.e_style_multiple_houses {
	background: #eee;
	width: 250px;
}

.e_style_multiple_houses .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 9px;
	cursor: pointer;
}

.e_style_multiple_houses .content {
	padding: 10px;
	border: 1px solid #000;
}

.e_style_multiple_houses .house {
	cursor: pointer;
	margin: 4px 8px 4px 0;
}

/**** Google Maps ****/
/*********************/


/**** GOOGLE MAPS ****/
/*********************/


/*************/
/**** ADS ****/

#ads {
	margin: 10px 0 0 0;
}

#ads .inet_img_item {
	margin: 0 0 10px 0;
}

/**** ADS ****/
/*************/



/******* AUGUST 2008 *******/

.prod_item_2 {
	border-top: 4px solid #fff;
}

#rightContent .firstprod {
	border-top: none;
}

.prod_item_2 .prod_item_content {
	padding: 10px 14px 8px 10px;
}

.prod_item_2 .prod_img {
	width: 90px;
	float: left;
}

.prod_item_2 .prod_img img {
	border: 1px solid #fff;
}

.prod_item_2 .prod_txt {
	width: 250px;
	float: left;
}

.prod_item_2 .prod_txt a {
	text-decoration: none;
	color: #000;
}

.prod_item_2 .prod_txt h1 a {
	color: #cc280e;
}

.prod_item_2 .price {
	padding: 10px 0 0 0;
	font-weight: bold;
}



#inet_nl td,
#inet_nl input {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

#inet_nl td {
	padding: 2px 0;
}

#inet_nl td.nl_label {
	width: 100px;
}

#inet_nl td .inet_inp {
	width: 176px;
}

#inet_nl td .inet_inpbut {
	margin: 2px 0 0 0;
	padding: 1px 8px;
}



/******* CATALOGUE 2010 *******/

#inet_catalogue_cats {
	padding: 3px 0 15px 0;
	font-weight: bold;
	line-height: 24px;
}

#inet_catalogue_cats a {
	padding: 3px;
	margin: 0 12px 0 0;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#inet_catalogue_cats a:hover {
	background-color: #eee;
}

#inet_catalogues {
	padding: 20px 0 0 0;
	border-top: 1px solid #999;
}

.catalogue_item {
	padding: 0 0 15px 0;
	width: 152px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.catalogue_item .inet_img {
	padding: 0 0 5px 0;
}

.catalogue_item img,
#cpop_left img {
	border: 1px solid #999;
}

.catalogue_spacer {
	width: 27px;
	float: left;
}

body.cpop {
	background-image: none;
}

#cpop_content {
	padding: 15px 15px 0 15px;
}

#cpop_left {
	width: 152px;
	height: 215px;
	overflow: hidden;
	float: left;
}

#cpop_right {
	width: 230px;
	float: right;
}

#cpop_right h2 {
	margin: 0 0 10px 0;
	color: #000;
	font-size: 12px;
}

#cpop_footer {
	padding: 10px 0 0 0;
}

#cpop_lang {
	padding: 6px 0 0 0;
	float: left;
}

#cpop_lang td input {
	margin: 0;
	padding: 0;
}

#cpop_lang td {
	padding: 0 5px 0 0;
	vertical-align: middle;
}

#cpop_lang td label {
	padding: 0 5px 0 0;
}

#cpop_submit {
	float: right;
}

#catalogue_order_form {
	background-color: #fff;
	padding: 8px 12px 12px 12px;
}

#catalogue_order_cart table,
#catalogue_order_cart table td.ctitle {
	width: 100%;
}

#catalogue_order_cart table td {
	background-color: #eee;
	padding: 3px 5px;
	border-bottom: 3px solid #fff;
}

#catalogue_order_cart table tr#empty td {
	background-color: transparent;
	padding-left: 0;
}

#catalogue_order_cart table td.cremove a {
	text-decoration: none;
	font-weight: bold;
}

#cpop_submit input.submit,
#catalogue_order_submit input.submit {
	margin: 0;
	font-size: 11px;
}

#catalogue_order_info {
	display: none;
}

#catalogue_order_nlsub {
	padding: 10px 0;
	font-size: 10px;
	line-height: 15px;
}

#catalogue_order_nlsub input {
	padding: 0;
	margin: 0 5px 0 0;
}

#catalogue_order_info table {
	width: 100%;
}

#catalogue_order_info td {
	padding: 3px 0;
	font-size: 10px;
	vertical-align: top;
}

#catalogue_order_info td.inpTd {
	text-align: right;
}

#catalogue_order_info td label {
	padding: 0 10px 0 0;
}

#catalogue_order_info td input,
#catalogue_order_info td select {
	font-size: 10px;
	width: 120px;
	border: 1px solid #999;
}

#catalogue_order_info td select {
	width: 122px;
}

#catalogue_order_submit {
	padding: 10px 0 0 0;
	text-align: right;
}

/****** COMPETETION ******/

body.external {
	background-color: #fff;
	background-image: none;
}

body.external #document {
	padding: 20px;
}

body.external #inet_nl td {
	padding: 3px 0;
}

body.external #inet_nl td table.inet_nlcat_table td {
	padding: 2px 0;
}


/****** COMPETETION 2011 ******/

#tgvContest_swf_container{
	height: 167px;
	border-bottom: 4px solid #fff;
    z-index:2;
    position:absolute;
}

body.contest2011 #main {
	position: relative;
}

body.contest2011 #mainContent {
	margin-top: 171px;
}

#inet_contest_banner {
	margin: 0 0 10px 0;
}



/******************/
/**** PARTNERS ****/

#partnerParagraphs 
{
	background: #fff;
	margin: 0;
	padding: 0;
	width: 729px;
	overflow: hidden;
}

#partnerParagraphs h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	line-height: 24px;
	background: #3c7117;
}

#partnerParagraphs .templ-1902 h1
{
	background: #2a5c8b;	
}

#partnerParagraphs .templ-1903 h1
{
	background: #b7200b;	
}



#partnerParagraphs .partnerLogos
{
	height: 137px;
	line-height: 137px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

#partnerParagraphs .partnerParagraph
{
	margin: 0 0 5px 0;
	background: #e2eadc;
}

#partnerParagraphs .templ-1902
{
	background: #dfe7ee;
}

#partnerParagraphs .templ-1903
{
	background: #f4dedb;
}





#partnerParagraphs .partnerLogos a,
#partnerParagraphs .partnerLogos img
{	
	width: 137px;
	float: left;
}

#partnerParagraphs .partnerLogos a:hover
{
	background: #f8faf6;
}

#partnerParagraphs .templ-1902 .partnerLogos a:hover
{
	background: #f7f9fb;
}

#partnerParagraphs .templ-1903 .partnerLogos a:hover
{
	background: #fcf7f6;
}



#partnerParagraphs .text
{
	background: #b1c6a2;
	padding: 10px;
}

#partnerParagraphs .templ-1902 .text
{
	background: #aabed1;	
}

#partnerParagraphs .templ-1903 .text
{
	background: #e2a69d;
}

/**** PARTNERS ****/
/******************/
