/* Rich text editor styling start */
/*#holderBody {
	background: #fff;
	font-family:Arial, sans-serif, Verdana;
	font-size: 12px
	}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left
	}
*/
/* Rich text editor styling end */
html,body{
	margin: 0px;	
	color: #000;
	background-color: #fff;
	font-family:Arial, sans-serif, Verdana;
	font-size: 12px
	}
td	{
	font-family:Arial, sans-serif, Verdana;
	font-size: 12px
	}
h1	{
	font-family:Arial, sans-serif, Verdana;
	font-size: 14px;
	margin: 8px 0px 8px; 
	padding: 0
	}
h2	{
	font-family:Arial, sans-serif, Verdana;
	font-size: 12px;
	margin: 5px 0px 5px;
	padding: 0
}
p	{
	margin: 5px 0px 5px
	}
a {
	padding: 0;
	}
a:link	{
	color:#000; 
	text-decoration:none
	}
a:visited {
	color:#000;
	text-decoration:none
	}
a:hover	{
	color:#000; 
	text-decoration:none 
	}
a:active {
	color:#000;
	text-decoration:none
	}

#frame	{
	text-align: center;
	margin-top: -205px; /*halvdelen af frame højde*/
	margin-left: -478px;/*halvdelen af frame bredde*/
	position: absolute;
	top: 50%;
	left: 50%;
	width: 956px;
	height: 410px;
	visibility: visible
	overflow: hidden
	}

#top	{
	position: absolute;
	top: -22px;
	left: 0px;
	width: 858px;/*Som bredde på context*/
	height: 20px;
	overflow: hidden;
	visibility: visible;
	text-align: center;
	display: block
	}

#bottom	{
	position: absolute;
	top: 417px;
	left: 0px;
	width: 858px;/*Som bredde på context*/
	height: 18px;
	overflow: hidden;
	visibility: visible;
	display: block
	font-family:Arial, sans-serif, Verdana;
         font-size: 10px
 	}
#logo {
	position: absolute;
	top: 0px;
	left: 872px;
	width: 80px;
	height: 100%;
	text-align: right;
	overflow: hidden;
	visibility: visible;
	display: block
	}
#content	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 858px;
	height: 100%;
	border-top: 1px solid #a1a2a5;
         border-bottom: 1px solid #a1a2a5;
	overflow: hidden;
	visibility: visible;
	display: block;
	text-align: left
	}

#column {
	position: absolute;
	top: 25px;
	left: 75px;
	width: 708px;
	height: 360px;
	overflow: hidden
	}
#column1 {
	position: absolute;
	top: 25px;
	left: 75px;
	width: 330px;
	height: 360px;
	overflow: hidden
	}
#column2 {
	position: absolute;
	top: 25px;
	right: 75px;
	width: 330px;
	height: 360px;
	overflow: hidden
	}
/* ----- SCROLL PANE -----*/
.scroll-pane0 {
	float: left;
	height: 360px;
	overflow: auto;
	width: 708px
	}

.scroll-pane {
	float: left;
	height: 360px;
	overflow: auto;
	width: 330px
	}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff /*#aaa;*/
	}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden
	}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
	}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden
	}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
         background: url(../media/103855/basic_arrow_up.gif) repeat-x 0 0;
	}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	background-position-x: 0px;
	background-position-y: -15px
	}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
         background: url(../media/103860/basic_arrow_down.gif) repeat-x 0 0
	}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	background-position-x: 0px;
	background-position-y: -15px
	}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
	background-position: 0 -30px
	}
/* ------ MENU ------*/
#topNavigation {
	float: center; 
	white-space:nowrap
	}
/*
#top	{
	border-bottom: 1px solid #CED7DE;
	}
*/
#top ul	{
	list-style: none; 
	padding: 0px; 
	margin: 0px
	}
#top ul li {
	display: inline; 
	margin: 0px;
	padding: 0px
	}
#top ul li a {
	padding: 0px 8px 0px
	}
#top ul li a:link {
	color:#000; 
	text-decoration:none
	}
#top ul li a:visited {
	color:#000;
	text-decoration:none
	}
#top ul li a:hover {
	color:#000; 
	text-decoration:none 
	}
#top ul li a:active {
	color:#000;
	text-decoration:none
	}

/* ----- Scrollable -----*/
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 452px; 
    height:300px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* Scrollable knapper: */

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
#scroll a.browse {
	background:url(../media/104028/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
#scroll a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
#scroll a.right:hover 	{ background-position:-30px -30px; }
#scroll a.right:active 	{ background-position:-60px -30px; } 


/* left */
#scroll a.left		{ margin-left: 0px; } 
#scroll a.left:hover  	{ background-position:-30px 0; }
#scroll a.left:active  	{ background-position:-60px 0; }

/* up and down */
#scroll a.up, a.down		{ 
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
#scroll a.up:hover  	{ background-position:-30px 0; }
#scroll a.up:active  	{ background-position:-60px 0; }

/* down */
#scroll a.down 		{ background-position: 0 -30px; }
#scroll a.down:hover  	{ background-position:-30px -30px; }
#scroll a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
#scroll a.disabled {
	visibility:hidden !important;		
} 	
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

h1 {

}


