@charset "UTF-8";


/* tags */

body {
	background: rgb(190,0,15) url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/bfaBack.png) repeat-x;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font-size:20px;
}

h2 {
	font-size:12px;
	line-height:20px;
	color:rgb(120,120,120);
}

p {
	font-size:12px;
	line-height:20px;
}

a { color:rgb(190,0,15); }

a:hover { color:rgb(120,120,120); }

/* structure */

#pageContainer {
	position:absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
}
	#topContainer {
		height:150px;
		background: url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/bfaTop.png) no-repeat;
	}
		#mainMenu {
			position:absolute;
			left:146px;
			top:80px;
		}
			.mainMenuItem {
				background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/mainMenuItemBack.png) no-repeat;
				float:left;
				height:53px;
				font-size:10px;
				line-height:33px;
				padding-left:20px;
				padding-right:40px;
				padding-top:17px;
			}
			.mainMenuItem a,
			.mainMenuItem a:visited,
			.mainMenuItem a:active {
				font-size:14px;
				font-weight:bold;
				color:rgb(0,0,0);
				text-decoration:none;
				text-transform: uppercase;
				line-height:12px;
			}
			.mainMenuItem a:hover {
				color:rgb(190,0,15);
			}
			.mainMenuItem.active a,
			.mainMenuItem.active a:visited,
			.mainMenuItem.active a:active { color:rgb(190,0,15); }
		#extrasMenu {
			position:absolute;
			top:20px;
			right:20px;
			font-size:10px;
		}
			.extrasMenuItem {
				float:left;
				padding-left:10px;
				padding-right:10px;
				margin-top:2px;
			}
				.extrasMenuItem a {
					color:rgb(0,0,0);
				}
				.extrasMenuItem a:hover {
					color:rgb(190,0,15);
				}
			.extrasMenuSearch {
				float:left;
				padding-left:10px;
			}
	#contentContainer {
	width:960px;
	background-color: rgb(255,255,255);
	background-image: url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/contentBack.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
		#leftCol {
			float:left;
			padding:20px;
			width:200px;
		}
			#subMenu {
				list-style-type:none;
				padding:0;
				margin:0 0 0 -20px;
				margin-bottom:20px;
			}
			#subMenu li {
				background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/subMenuBack.png) bottom left no-repeat;
				padding:7px 20px;
				font-size:12px;
			}
			#subMenu li.active {
				background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/subMenuBackActive.png) bottom left no-repeat;
			}
			#subMenu li a {
				text-decoration:none;
				color:rgb(190,0,15);
			}
			#subMenu li.active a {
				font-weight:bold;
				text-decoration:none;
				color:rgb(190,0,15);
			}
			#subMenu li a:hover {
				text-decoration:underline;
				color:rgb(120,120,120);
			}
				/* niveau 2 */
				#subMenu li.active ul {
					list-style-type:none;
					padding:0;
					margin:7px 0px -7px -20px;
				}
				#subMenu li.active ul li,
				#subMenu li.active ul li.active{
					background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/subMenuNiveauBack.png) repeat-x top;
					font-size:11px;
					padding:7px 20px 7px 30px;
				}
				#subMenu li.active ul li a {
					font-weight:normal;
				}
				#subMenu li.active ul li.active a {
					font-weight:bold;
				}
					/* niveau 3 */
						#subMenu li.active ul li.active ul {
							list-style-type:none;
							padding:0;
							margin:7px -20px -7px -30px;
						}
						#subMenu li.active ul li.active ul li{
							background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/subMenuNiveauBack.png) repeat-x top;
							font-size:10px;
							padding:7px 20px 7px 40px;
						}
						#subMenu li.active ul li.active ul li a {
							font-weight:normal;
						}
						#subMenu li.active ul li.active ul li.active a {
							font-weight:bold;
						}
		body.front #mainCol {
			float:left;
			padding:20px;
			width:440px;
		}
		body.temp1 #mainCol {
			float:left;
			padding:20px;
			width:680px;
		}
		#rightCol {
			float:left;
			padding:20px;
			width:200px;
		}
			.extrasBox {
				width:100%;
				background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/extrasBoxBack.png) bottom no-repeat;
				padding-bottom:6px;
				margin-bottom:15px;
			}
				.extrasBoxHeader {
					background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/bfaExtrasHeaderBack.png) no-repeat;
					font-size:12px;
					font-weight:bold;
					color:rgb(255,255,255);
					height:16px;
					padding:7px 10px;
					text-transform:uppercase;
				}
				.extrasBox ul {
					
					padding:0;
					margin:0;
				}
				.extrasBox ul li {
					list-style-type:none;
					background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/extrasItemBack.png) bottom left no-repeat;
					padding:7px 10px;
					font-size:12px;
				}
					.extrasBox ul li a { 
						color:rgb(190,0,15);
						text-decoration:none;
					}
					.extrasBox ul li a:hover { 
						color:rgb(120,120,120);
						text-decoration:underline;
					}
	#adZone {
		background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/contentBack.png) no-repeat bottom;
		text-align:center;
	}
	#adZone img {
		margin:20px;
	}
	#footer {
		padding-top:10px;
		text-align:center;
		color:rgb(255,255,255);
		font-size:10px;
		font-weight:bold;
		height:30px;
	}
		#footer a { color:rgb(255,255,255); }
	
/* form */
form {
	margin:0;
	padding:0;
}

.extrasMenuSearch input {
	background:url(http://portal.bf-a.dk/portal/page/portal/BlikRoer_Grafik/images/searchBack.png) no-repeat left top;
	border:0;
	width:110px;
	height:18px;
	padding-left:10px;
	padding-right:30px;
	padding-top:2px;
	font-size: 10px;
	color:rgb(120,120,120);
}

/* div classes */
.clr { 
	clear:both;
	font-size:0px;
	line-height:0px;
}

/* Procedure portlet classes*/
.head_01
{
	font-family: geneva;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 17px;
}

.head_02
{
	font-family: geneva;
	font-size:12px;
	line-height:20px;
	color:rgb(120,120,120);
}

.head_03 /* BOLD */
{
	font-family: geneva;
	font-size: 12px;
	line-height: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.head_04
{
	font-family: geneva;
	font-size: 12px;
	line-height: 20px;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.table_01 /* Declare table */
{
	border-left: 1px #112F50 solid;
	border-bottom: 1px #112F50 solid;
	border-top: 1px #112F50 solid;
	border-right: 1px #112f50 solid;
	border=0;
}

.table_02 /* Table element colored */
{
	border-right: 1px #112f50 solid;
	border-bottom: 1px #112F50 solid;
	background-color: #c7d6e1;
}

.table_03 /* Table element transparent */
{
	font-family: geneva;
	font-size: 12px;
	line-height: 20px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	border-right: 1px #112f50 solid;
}

.row_01
{
	background-color: #C7D6E1;
}


/* Content management portlet classes */
table.cm_table
{
	border-collapse:	collapse;
	width:				100%;
	border:				0px solid #cccccc;
	/* background:				#ffffff; */
	border-spacing:			0px;
}

.cm_title {
	font-family: geneva;
	color: #000000;
	font-size: 18px;
	font-weight: none;
	text-decoration: none;
	padding-top:17px;
}
.cm_title A, .cm_title A .cm_title A:LINK {
	color: #C21322;
	font-size: 16px;
	font-weight: none;
	text-decoration: none;
}
.cm_title A:HOVER {
	color: #C21322;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


.cm_text {
	font-family: geneva;
	color: #262626;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_text A, .cm_text A .cm_text A:LINK {
	color: #C21322;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_text A:HOVER {
	color:rgb(120,120,120);
	font-size: 11px;
	font-weight: none;
	text-decorati?n: none;
}

.cm_expiredtext {
	font-family: geneva;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.cm_editexpire {
	font-family: geneva;
	color: #666666;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_editexpire A, .cm_editexpire A .cm_editexpire A:LINK {
	color: #666666;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_editexpire A:HOVER {
	color: #b50000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}

.cm_popuplinktext{
	font-family: geneva;
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_popuplinktext A, .cm_popuplinktext A .cm_popuplinktext A:LINK {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_popuplinktext A:HOVER {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.cm_popuptitle {
	font-family: geneva;
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_popuptitle A, .cm_popuptitle A .cm_popuptitle A:LINK {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_popuptitle A:HOVER {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.cm_dateanduser {
	font-family: geneva;
	color: #666666;
	font-size: 11px;
	font-weight: none;
	font-style: italic;
	text-decoration: none;
}

.cm_file {
	font-family: Geneva;
	color: #000000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_file A, .cm_file A .cm_file A:LINK {
	color: #000000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_file A:HOVER {
	color: #000000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}

.cm_fileheader {
	font-family: geneva;
	color: #C21322;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_fileheader A, .cm_fileheader A .cm_fileheader A:LINK {
	color: #C21322;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_fileheader A:HOVER {
	color: #C21322;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}

.cm_link {
	font-family: geneva;
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_link A, .cm_link A .cm_link A:LINK {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_link A:HOVER {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.cm_teaserlink{
	font-family: geneva;
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_teaserlink A, .cm_teaserlink A .cm_teaserlink A:LINK {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_teaserlink A:HOVER {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.cm_teasertext {
	font-family: geneva;
	color: #262626;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_teasertext A, .cm_teasertext A .cm_teasertext A:LINK {
	color: #262626;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_teasertext A:HOVER {
	color: #b50000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}

.cm_linktitle {
	font-family: geneva;
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.cm_linktitle A, .cm_linktitle A .cm_linktitle A:LINK {
	color: #C21322;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_linktitle A:HOVER {
	color: #C21322;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


.cm_linktext {
	font-family: geneva;
	color: #000000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_linktext A, .cm_linktext A .cm_linktext A:LINK {
	color: #000000;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.cm_linktext A:HOVER {
	color: #000000;
	font-size: 11px;
	font-weight: none;
	text-decoration? none;
}
/* userlist */
#userlistContainer {
	position:relative;
	left:0px;
	top:1px;
	width:699px;
	z-index:4;
}
.userlistheader {
	font-family: geneva;
	color: #262626;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.userlist {
	font-family: geneva;
	color: #262626;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	vertical-align:top;
}
.userlist A, .userlist A .userlist A:LINK {
	color: #C21322;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.userlist A:HOVER {
	color:rgb(120,120,120);
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
}
.legendtext {	
	font-size: 15px;
	font-weight:none;
	color: #595959;
	background-position: top;
	padding-left: 9px;
	}


