/* CSS Document */
/* husk at navne her skal være entydige inden for site */
/* da klasser kan genbruges på tværs af sideformater, er det nok at de også deler css-sheet */
/* arealerne har typisk også color-class */

/* alle h1'er på sitet - hvis der er noget specielt, kan der sættes en class */
h1 {
	margin: 0px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: none;
}

.imageAreaNormal {
	position: absolute;
	width: 250px;
	right: 0px;
	
	bottom: 2px;
	vertical-align:bottom;
	text-align:right;
	
}
.imageNote{
	font-size: 10px;
	padding-bottom: 2px;
}

#forsideArea {
	position: absolute;
	left: 250px;
	top: 175px;
	width: 750px;
		
	height: 420px;
	
	
	
	/*overflow: auto;  der skal i stedet være overflow på tekst og evt. billede
	/*border-style: solid;
	border-width: 1px;*/
}
.textAreaNormal {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 494px; /* 500 - padding */
	height: 408px; /* 420 - padding */
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	font-size: 11.5px;
	
	text-align: left;
	padding: 3px;
}
.textAreaNormal ul li {
	list-style-type:square;  /* bullets */
}
.textAreaNormal img {
	border-style: solid;
	/*border-width: 1px;*/
	border-width: 0px;
	margin-right: 4px;
}

.selectCaption {			/* Til "Vælg et billede eller en aktivitet" */
	font-size: 12px;
}

.textAreaProductPage {
	position: absolute;
	left: 0px;
	top: 0px;
	
	
	width: 560px;
	height: 408px;
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	font-size: 11.5px;
	text-align: left;
	padding: 3px;
}
.textAreaCart {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 700px;  /* bredere end ovenstående */
	height: 408px;
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	text-align: left;
	padding: 3px;
}

.bigText {
	
	
	
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}


.floatRight {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 408px;
	/*text-align: right;*/
}
.swopList {
	position: absolute;
	right: 0px;
	top: 26px;
	overflow: auto;
	height: 390px;
	width: 200px;
	text-align: right;
}


#swopList img {
	border-style: solid;
	border-width: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
}

#galleryRightArea {  /* billedliste - magen til contentAarea2 */  /* chr */
	position: absolute;
	right: 0px;
	top: 0px;
	width: 	230px;			/* før padding */
	padding: 0px; 
	height: 416px;
	overflow: auto;
	overflow-x:hidden;
	text-align: center; /* til selecttext */
} 

.tbodyGalleryLandscape tr {
	text-align: center;
}

/*.tbodyGalleryLandscape tr img {                                                             her */
.tbodyGalleryLandscape tr td {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
    cursor: hand;
}


#imageDiv {   /* bruges i gallerier portrait og produktoversigt */
	float: left;
}

#imageDivCenter {   /* bruges i gallerier landscape*/
	text-align: center;
}



.orderButton { /* ved shop */
	border: solid;
	border-width: 1px;
	display: block;
	/*font-weight: bold;*/
	text-decoration: none;
 	cursor: pointer;
  	cursor: hand;
 	font-size: 12px;
  	margin-right: 4px;
	margin-bottom: 4px;
  	padding: 3px;
  	float: left;
}

.cartButton {
	border: solid;
	border-width: 1px;
	/*display: block;*/
	display: inline;
	text-decoration: none;
 	cursor: pointer;
  	cursor: hand;
 	font-size: 10px;
  	margin: 1px;
	line-height: normal;
  	/*padding: 1px;*/
}
.floatRight .orderButton { /* ved shop */
	border: solid;
	border-width: 1px;
	display: block;
	/*font-weight: bold;*/
	text-decoration: none;
 	cursor: pointer;
  	cursor: hand;
 	font-size: 12px;
  	margin-left: 4px;
	margin-right: 0px;
  	padding: 3px;
  	float: right;
}

/* slut galleri */

/* product page */
#bigPlaceHolder {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 800px;
	max-height: 500px;
	text-align: center;
	z-index: 3000;
	border-style: solid;
	border-width: 2px;
	padding-bottom: 20px;
	overflow: auto;
	
}
#closeButton {
	border: solid;
	border-width: 0px;
	height: 32px;
	display: block;
	font-weight: bold;
  cursor: pointer;
  cursor: hand;
}

/* kalender */

.calendarList {
	overflow: auto;
	overflow-x: hidden;
	height: 160px;				
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
}
.calendarBody {
	overflow: auto;
	height: 206px;	
	padding: 8px;	
	margin-top: 6px;
}

.calendarBody img {
	border-style: solid;
	border-width: 1px;
	float: left;
	width: 240px;
	height:auto;
	margin-right: 8px;
}



.tbodyCalendar tr {
	cursor: pointer;
    cursor: hand;
	font-size: 0.7em;
}
.tbodyCalendar tr td{
	vertical-align:top;
}
.tbodyCalendar tr.calendarCaptions {
	cursor:auto;
	font-weight: bold;
}

/* slut kalender */





/* search */
.searchCaption {
	font-weight: bold;
	font-size: 0.75em;
}
#searchform {
	float: left;
}
/* slut search */

.textFloat {
	font-size: 11.5px;  /* chr */
}

/* classes der er userdefinerede, dvs. kommer fra wysiwyg */
.header {
	font-size: 12px;
	font-weight: bold;
}




