/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;/* only effect in IE. W3C Validation warning*: This property applies to block-level elements.*/
	min-width:769px;/* for mozilla*/
/*	BACKGROUND-COLOR: #60a8a0; */
	BACKGROUND-COLOR: #a0a0a0;
	BACKGROUND-image: url(../images/bg_diagonal.png);
	color: #000000;
	font-family: tahoma, arial, hevetica, sans-serif; 
	font-size: 11px;
	line-height:16px;
}
/*.ie_img_rightcol {
	border: 0; 
	width: expression(1 > 0? '143px': 'auto' );
	}*/

/* h1 i browserspecifik css */
h2 {
	font-size: 18px;
	margin-top:0;
	line-height: 20px;
	}
a {
	background-color: transparent;
	color: #000000;
	}
a:hover {
	text-decoration: none;
/*	color: #985020;*/
	color: #c03020;
	}
h1, h2 {
	background-color: transparent;
/*	color: #b87040;*/
	color: #c03020;
	}
h3, h4 {
	background-color: transparent;
	color: #707070;
	}
th {
	text-align: left;
	}

/* i browser specifikke stylesheets */
/*li {       
	margin-left : -24px;
	}
ul {       
	margin-top: 0px;       
	margin-bottom: 0px;
	}*/

/* sidens elementer */
#outer{
	height:100%;
	min-height:100%;
	width:769px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
/*	margin:auto;*/
	margin-right: auto;
	margin-left: auto;
	background:  url(../images/fullwidthbg3.png) repeat-y;
	position:relative;
	}
html>body #outer{ /*for mozilla as IE treats height as min-height anyway*/
	height:auto;
	} 
#innerwrap {/* enables content first - includes left and centrecontent */
	float: left;
	width: 587px;
	border: 0px solid #a82030;
	}


#header {
/*	BACKGROUND-image: url(../images/front12.png);*/
	background-repeat: no-repeat;
	background-color: transparent; /* w3c validation warning: You have no background-color with your color (!) */
	position:absolute;
	z-index: 10;
	top:0;
	left:0px;
	width:769px;
	height:167px;
	border: 0;
	overflow:hidden;
	color: #000000;
}
#headerbg {
/*	BACKGROUND: url(../images/front2.png);
	background-repeat: repeat-none;*/
/*	BACKGROUND: url(../images/bg_headerbg.jpg);*/
/*	BACKGROUND: url(../images/bg_headerbg6.jpg);*/
/*	BACKGROUND: url(../images/bg_headerbg9.jpg);*/
	BACKGROUND: url(../images/bg_headerbg2.jpg);
	BORDER-TOP: 0; 
	POSITION: absolute; 
	Z-INDEX: 0; 
	MARGIN: 0 0 5px; 
	OVERFLOW: hidden; 
	WIDTH: 100%; 
	BORDER-BOTTOM: 0; 
	left: 0;
	top:0;
	HEIGHT: 165px; 
	}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	border: 0px solid #ffff00;
}

/*-- clear: float fix -------------------*/
/* originally developed by Tony Aslett, of csscreator.com */
/* see: http://www.positioniseverything.net/easyclearing.html */

.clearfix:after { /* :after is not supported by IE */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	margin-top: 0px;
}

.clearfix {
	display: inline-block;
	border: 1px solid #ff0000;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */
/*-- clear:float fix slut -------------------*/

#left p {
	padding-left: 3px;
	padding-right: 2px}
#right p {
	padding-left: 15px;
	padding-right: 15px;
	}

#right {
	position:relative;/*ie needs this to show float */
	width:163px;

	float:right;
	border: 0px solid #00ff00;
}
#rightcontent {
	font-size: 10px;
	line-height:14px;
	margin: 0px 10px 15px 10px;
	border: 0;
	}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 769px;
	clear: both;
	height: 25px;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	background-color: #f0f0f0;
	BACKGROUND-image: url(../images/bg_footer.jpg);
	color: #000000;
	border: 0px solid #0000ff;
	}
/* ingen ønsket effekt */
/*#footer:before {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
}*/

#footer P {
	font-size: 10px;
	PADDING: 0px 20px 0px 20px; 
	MARGIN: 8px 0px 0px 0px;
	}
#footer div {
	font-size: 10px;
	PADDING: 0px 20px 0px 20px; 
	MARGIN: 8px 0px 0px 0px;
	}
* html #footer {/*only ie gets this style - w3c validation warning: Redefinition of height */
	\height:27px;/* for ie5 */
	he\ight:25px;/* for ie6 */
	}
#clearfooter { /* to clear footer */
	width:100%;
	height:27px;
	clear:both;
	border: 0px solid #00ffff;
	}
div,p  {
	margin-top:0
	} /*clear top margin for mozilla*/
#centrecontent {
	width: 410px;
	float: right;
	border: 0px solid #0000ff;
	}

/*-- clear:float fix -------------------*/
.centretext:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	margin-top: 0px;
	}

.centretext {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .centretext {
	height: 1%;
	}
.centretext {
	display: block;
	}
/* End hide from IE-mac */
/*-- clear:float fix slut -------------------*/


/*#centrecontent p {
	padding-left:0px;
	}*/

#left, #right {
/*	padding-top: 150px;*/ /*needed to make room for header*/
	padding-top: 192px; /*needed to make room for header*/
	padding-bottom: 20px; /* needed to make room for footer */
	}
#centrecontent {
/*	padding-top: 135px;*/ /*needed to make room for header*/
	padding-top: 177px; /*needed to make room for header*/
	padding-bottom: 20px; /* needed to make room for footer */
	font-size: 12px;
	line-height: 19px;
	}


/* LOGO */
body .logolink {
	font-size: 11px;
	}
.logolink {
	position:absolute;
	left:12px;
	top:42px;
	border:0px; 
	z-index:20;
	}
.logolink a {
	background-image: url(../images/ipc_logo.png);
	background-repeat: no-repeat;
	width:61px; 
	height:26px;
	display: block;
	}
.logolink a:hover {
	background-image: url(../images/ipc_logo_tone.png);
	background-repeat: no-repeat;
	}

/* MENUEN */

#menu {       
	position: relative;       
	left: 0px;       
	top: 0px;       
	width: 159px;       
	line-height: 18px;       
	padding: 0px;       
	border: 0;
	}       

/* hovedmenupunkter */
#menu p {
	width: 100%;
	font-weight: normal;
/*	text-align: left;*/
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 1px 0px 1px 0px;
	}
#menu p a {
	display: block;
	width: 100%;
	font-size: 10px;
	color: #000000;
	/*menubg_phantom.gif nødvendig for at a:hover virker i 100% bredde*/
	background: url(../../img/menubg_phantom.gif) no-repeat;
	background-color: #e8e8e8;
	padding-left: 0px;
	text-decoration: none;
	border: 0px;
	}
#menu p a:hover {
	width: 100%;
/*	max-width: 149px; *//* af hensyn til FF */
/*	color: #985020;*/
	color: #c03020;
/*	background:  url(../images/arrows_985020_fade.png);*/
	background:  url(../images/arrows_a82030_fade.png);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	background-color: #ffffff;
	text-align: right;
/*	padding-right:10px;*/
	}

/* undermenupunkter*/
#menu .submenu {
	width: 100%;
	font-weight: normal;
/*	text-align: left;*/
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 1px 0px 1px 0px;
	font-family: arial;
	}
#menu .submenu a {
	display: block;
	width: 100%;
	font-size:9px;
	color: #000000;
	background-image: url(../images/arrows_985020_sub_sh.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	background-color: TRANSPARENT;
	padding-left: 0px;
	text-decoration: none;
	border: 0px;
/*	padding-right:10px;*/
	}
#menu .submenu a:hover{
	width: 100%;
/*	max-width: 149px;*/ /* af hensyn til FF */
/*	color: #985020;*/
	color: #c03020;
	background-image:  url(../images/arrows_a82030_fade.png);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	background-color: #ffffff;
	text-align: right;
/*	padding-right:10px;*/
	}

/* ANDEN NAVIGATION */
.profilelist {
	float: left; 
	text-decoration: none; 
	display: block; 
	padding: 0 8px 0 8px; 
	margin-right: 3px; 
	background-color: #f0f0f0;
	}

/* form elementer */
textarea {
	FONT: 12px tahoma, arial, hevetica, sans-serif; 
	width:300px;
/*	background-color: #ffffff !important;*/
	background-color: #ffffff;
	}
input {
	FONT: 12px tahoma, arial, hevetica, sans-serif; 
/*	background-color: #ffffff !important;*/
	background-color: #ffffff;
	}
select {
	FONT: 12px tahoma, arial, hevetica, sans-serif; 
/*	background-color: #ffffff !important;*/
	background-color: #ffffff;
	}
.forminput {
	width:300px;
	}
.submitbutton {       
	cursor: pointer;       
	font-size: 11px;
	font-family: tahoma, arial, hevetica, sans-serif; 
	color: #000000;       
/*	margin-left:219px;*/
	background-color: #f0f0f0;        
	text-decoration: none;       
	width: 80px;       
	border: 1px #000000 solid;       
	display: block;       
	}       
.submitbuttonfra {       
	font-size: 11px;       
	color: #000000;       
	margin-left:219px;
	background-color: #f0f0f0;        
	text-decoration: none;       
	width: 80px;       
	border: 1px #000000 solid;       
	display: block;       
	}       

	/* bruges i application */
	.input, .textarea_1 {
		border: 1px solid #a0a0a0;
		width:380px; 
/*		background-color:#ffffff !important*/
		background-color: #ffffff;
		} 
	.textarea_1 {
		height: 65px;
		/*overflow: hidden;*/ /* fjerner kun scrollbaren, men der kan stadig skrives flere linjer */
		overflow: auto;
		} 
	.red {
		color: #c03020;
		}
	.grey_notice {
		color: #909090;
		font-size: 11px;
		}
	/*-----------*/

/*----------------------------------------------*/
/* smallcalendar */       

.calendartable {
	background-color:#e0e0e0;
	color:#606060; 
	font-size:10px;
	width:100%;
	margin: 0;
	}
.calendartable td {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 14px;
	}
.calendartable td a {
/*	color: #606060;*/
/*	color: #a86030;*/
	color: #c03020;
	text-decoration: none;
	font-weight:bold;
	}
.calendartable td a:hover {
	color: #606060;
	text-decoration: none;
	font-weight:bold;
	}
.cal_header_left, .cal_header_navi {
	background-color:#d0d0d0;
	color:#606060; 
	font-weight: bold;
	}
.cal_header_left {
	text-align: left;
/*	width: 107px;*/
	}
.cal_header_navi {
	text-align: center;
	padding-top: 2px;
	}
.cal_weeknames {
	text-align: center; 
	color:#606060; 
	font-weight: normal;
	}

.dateFieldToday, .dateFieldAnyday, .dateFieldToday a, .dateFieldAnyday a, .dateFieldToday a:hover, .dateFieldAnyday a:hover {
	text-align: center;
	}

/* ikke link / dags dato */
.dateFieldToday {
	background-color:#f0f0f0; 
	color: #606060;
	width:16px;
	}
/* ikke link / ikke dags dato */
.dateFieldAnyday {
	background-color:#d0d0d0; 
	color: #606060;
	width:16px;
	}

/* tekstomtale af arrangementer */
.cal_text {
	font-weight:normal; 
	font-size:10px;
	margin: 0 10px 0px 10px;
	padding-bottom: 10px;
	}
/* til headlines: se .overskrift */

/*----------------------------------------------*/
/* resultattabel spørgeskemaer */

.resultheader .results_leftcell, .resultheader .results_middlecell, .resultheader .results_rightcell {
	border-bottom: 1px solid #c0c0c0;
	margin: 0;
	}
.resultfooter .results_leftcell, .resultfooter .results_middlecell, .resultfooter .results_rightcell {
	border-top: 1px solid #c0c0c0;
	}

.results_middlecell, .results_rightcell {
	float: left;
	width: 70px;
	text-align: right;
	}
.results_leftcell {
	float: left;
	width: 190px;
	text-align: left;
	}
.results_rightcell:after {
	clear: left;
	}
.detailfield .results_leftcell {
	width: 190px
	}

/*------------------------------------------*/
.datoer {
	font-size: 11px;
/*	color: #985020;*/
	color: #c03020;
	}
#ipcportraits {
/*	float: right;
	position: relative;*/
	margin: 0px 0px 0px 1px;
/*	padding-right: -5px;*/
	background-color: #ffffff;
	height: 148px;
	}
/*#ipcportraits:after {
	clear: both;
	}*/

#gallery_navi {
	background-color: #f0f0f0;
	width: 100%;
	}
.gal_link a {
	float:left; 
	width: 37px; 
	background-color: #f0f0f0; 
	text-align: center;
	text-decoration: none;
	}
.errorMsgBox {
	margin-bottom: 20px; 
	border: 1px solid #d0d0d0; 
	padding: 5px 10px 5px 10px; 
	color: #c03020; 
	font-weight: bold; 
	font-size: 11px;
	}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #000000;
	padding: 2px;
	color: #000000;
	background-color: #f0f0f0;
	visibility: hidden;
	z-index: 25;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0,direction=135);*/
	}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 26;
	visibility: hidden;
	}
.flagdiv {
	float: left; 
	width: 40px; 
	padding: 3px;
	margin: 0 5px 0 0;
	background-color: #f0f0f0;
	}
#loginarea {
	margin:50px 0px 0px 8px;
	}
.loginfield {
	width: 139px; 
	font-size: 10px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	margin: 2px 0px 5px 0px; 
/*	background-color:#ffffff !important*/
	background-color: #ffffff;
	}

/*-----------------------------------*/       
/* CMS-funktioner */       

/* cms replace styles */

	/* nye ---------------------- */
	.img_float_left {
		float:left; 
		margin: 4px 20px 20px 0px;
		}
	.img_float_right {
		float:right; 
		margin: 4px 0px 20px 20px;
		}
	.centrer {
		text-align: center;
		margin-bottom: 20px;
		}
	/* -------------------------- */

.fed {
	font-weight: bold;
	}
.kursiv {
	font-style: italic;
	}
.underoverskrift { /* i hovedområdet */
	FONT-SIZE: 18px;
	FONT-weight: bold;
	margin-bottom: 0px;
	line-height: 24px;
	}
.overskrift { /* i højre kolonne */
	FONT-SIZE: 13px;
	FONT-weight: bold;
/*	color: #a86030;*/
	color: #c03020;
	line-height: 20px;
	margin: 0;
	}
/*
.punkt_container  {
	height: auto;
	position:relative;
	display: block;
	margin: 0;
	width:100px;
	}
.punkt {
	width: 40px;
	display: block;
	margin: 0;
	position:relative;
	}
.punkttekst {
	float: right; 
	border: 1px solid #ff0000; 
	display:table;*/ /* ikke IE supported - se også css_listitem_hack.asp */
/*	margin: 0;
	}
*/




/* venstrestil, hojrerestil, nedvenstre og nedhojre udgår alle, når nye funktioner er gennemført */
/*.venstrestil {
	float: left;
	margin: 6px 15px 15px 0px;
	}
.hojrestil {
	float: right;
	margin: 6px 0px 15px 15px;
	}
.nedvenstre {
	clear: left;
	}
.nedhojre {
	clear: right;
	}*/
