
div#allwrap {
	background: url(../images/frivilligbak.png) repeat-y;
}

div#menu ul li a:hover {
	color: #1d4e90;
}

/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/

div.tx-rgtabs-pi1 {
	margin-left: -11px;
	margin-right: -11px;
}

/* wraps the hole tab */
.rgtabs-wrapper {
  padding: 2em 1.5em 1em;
  overflow:hidden;
  clear:both;
	background: url(../images/gradientbak.jpg) repeat-x;
}

div.rgtabs-wrapper div.rgtabs-container tab div.csc-header.csc-header-n1 {
	margin-bottom: 10px;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 6px;
  height: 26px;
  width: auto;
  background: url(tab-bkg.gif) bottom left repeat-x;
  list-style:none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(tab-on-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #545454;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 0 0;
  text-decoration: none;
  outline:0;
	margin-right: 12px;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {

}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
	border-bottom: 4px solid #e8e8e8;
}

/* KOLONNE CONFIG */
/* afh�nger af content bredde */

/* two col = (width-50)/2 */
.two-col-1, .two-col-2 {
	float: left;
	width: 47%;
}

.two-col-1 {
	margin-right: 6%;
}

/* three col = (width-50) / 3 */
.three-col-1,
.three-col-2,
.three-col-3 {
	float: left;
	width: 30%;
}

.three-col-1,
.three-col-2 {
	margin-right: 5%;
}

/* four col */
.four-col-1,
.four-col-2,
.four-col-3,
.four-col-4 {
	float: left;
	width: 22%;
}

.four-col-1,
.four-col-2,
.four-col-3 {
	margin-right: 4%;
}

h3 {
	margin-bottom: 15px;
	padding-top: 15px;
	margin-top: 10px;
	border-top-width: 3px;
	border-top-color: #d5d5d5;
	border-top-style: solid;
	text-transform: uppercase;
}

