html, body {
    height: 100%;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    background-color: #FFF;
    background-image: url(../graphics/page_bg.png);
    background-repeat: repeat-x;
}

#main {
    position: relative;
    left: -11px;
    min-height: 100%;
	height: auto !important;
	height: 100%;
    margin-bottom: -77px;
    width: 811px;
    margin: auto;
}

#head {
    position: relative;
    padding-left: 11px;
    height: 127px;
}

#head h1 {
    position: absolute;
    top: 27px;
    left: 127px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 21px;
}

#head .subHead {
    position: absolute;
    top: 56px;
    left: 127px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
}

#searchForm {
    position: absolute;
    bottom: 11px;
    right: 0px;
    z-index: 20;
}

#searchForm input[type=submit] {
    position: relative;
    height: 20px;
    width: 39px;
    border: none;
    background-color: transparent;
    background-image: url(../graphics/search_button_bg.gif);
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-right: 15px;
    float: right;
}

#searchForm input[type=text] {
    height: 17px;
    padding: 3px 3px 0px;
    width: 143px;
    float: right;
    border: none;
    background-color: transparent;
    background-image: url(../graphics/search_field_bg.gif);
    background-repeat: no-repeat;
    font-size: 10px;
}

h2.menuHeader {
    display: none;
}

#topMenu {
    font-family: Arial, sans-serif;
    letter-spacing: 0.1em;
    height: 34px;
    padding-left: 11px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

#topMenu li a {
    text-decoration: none;
    color: #FFF;
	min-height:28px;
	display: block;
}

#topMenu li {
    float: left;
    margin-right: 16px;
	padding-top: 18px;
	display: block;
	float: left;
	min-height: 28px;
	padding-top: 13px;
}

#topMenu li.active a {
    color: #00AEEF;
	min-height:28px;
}

#topMenu li.active ul {
    letter-spacing: 0.025em;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 232px;
    left: 0px;
    text-transform: none;
}

#topMenu li.active ul li {
    float: none;
    padding-top: 3px;
    padding-left: 11px;
    min-height: 14px;
    margin-bottom: 3px;
	width: 130px;
}

#topMenu li.active ul li a {
	color: #40403F;
}

#topMenu li.active ul li a:hover {
	color: #00AEEF;
}

#topMenu li.active ul li.active {
    border-left: 2px solid #414141;
    padding-left: 9px;
}

#topMenu li.active ul li.active a {
    color: #00AEEF;
}

#content {
    margin-left: 174px;
    margin-top: 32px;
    width: 544px;/*474px;*/
    padding-right: 163px;
    background-repeat: no-repeat;
    background-position: 489px 43px;
    min-height: 500px;
    margin-bottom: 77px;
}

#contentHeader {
    margin-bottom: 13px;
	width: 645px;
    position: relative;
    z-index: 20;
    left: -15px;
    overflow: auto;
}


.activePath {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #00AEEF;
    float: left;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 3px;
    border-right: 3px solid #3F403B;
}

#content .activePath a {
    text-decoration: none;
    color: #00AEEF;
}

#content h2 {
    color: #3F403B;
    font-size: 22px;
    float: left;
    position: relative;
    left: 10px;
    top: -2px;
    width: 280px;
    padding-bottom: 1px;
}

.sIFR-active #content h2 {
}

#content p {
    clear: both;
    margin: 18px 0px;
    line-height: 15px;
}

#content p.rightaligned {
    clear: left;
	float: left;
	width: 150px;
    margin: 18px 0px;
    line-height: 15px;
}

#content p.indented {
    clear: right;
	float: left;
	width: 324px;
    margin: 18px 0px;
    line-height: 15px;
}

#content p.emphasized {
    font-size: 13px;
    font-weight: bold;
}

#content img {
    margin-bottom: 18px;
}

#content a {
	color: #339900;
	text-decoration: none;
}

#content .a1060 {
    clear: both;
    margin: 18px 0px;
    line-height: 15px;
    display: block;
}

#content .a1000 {
    clear: both;
    margin: 18px 0px;
    line-height: 15px;
    font-size: 13px;
    font-weight: bold;
    display: block;
}

#content .htmltable {
	border: 1px solid #000000;
}

#content .htmltable tr {
	border: 1px solid #000000;
}

#content .htmltable td {
	border: 1px solid #000000;
}

#content .searchresult_header {
    clear: both;
    margin: 18px 0px;
    line-height: 17px;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

#content .searchresult {
    clear: both;
    margin: 18px 0px;
    font-size: 11px;
    font-weight: bold;
    display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}

#content .searchresult a {
    color: #000000;
}

#content .searchresult_sub {
    clear: both;
    margin: 18px 0px;
    font-size: 11px;
    display: block;
	margin-top: 6px;
	padding-bottom: 12px;
	background-image: url(../graphics/dashed_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 21px;
}

#content .searchresult_sub a {
    color: #339900;
}

#main {
    min-height: 100%;
	height: auto !important;
	height: 100%;
    margin-bottom: -77px;
}

#footer {
    font-family: Arial, sans-serif;
    letter-spacing: 0.025em;
    margin-top: 20px;
    padding-top: 10px;
    height: 47px;
    width: 100%;
    background-image: url(../graphics/footer_bg.png);
    background-repeat: repeat-x;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

#footer .vcard {
    white-space: nowrap;
}

#footer .vcard div {
    display: inline;
}

#footer .fn {
    font-size: 13px;
    text-transform: uppercase;
}

#footer span {
    margin-right: 30px;
}

#footer span.value {
    margin-right: 0px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer #footer-email {
    margin-right: 0px;
}

table.forside-dobbeltbillede {
	width: 637px;
}

table.forside-dobbeltbillede td.img1, table.forside-dobbeltbillede td.img2 {
	width: 310px;
}

table.forside-dobbeltbillede td.spacer {
	width: 17px;
}

table.forside-dobbeltbillede td.img1 img, table.forside-dobbeltbillede td.img2 img {
	width: 310px;
}


.kursusfind_over1 {
	color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.kursusfind_over2 {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 605px;
    display: block;
}

#content ol, #content ul {
    margin-left: 23px;
    line-height: 15px;
}

.a106010 {
	float: right;
}

.subject_description {
	display: block;
	line-height: 1.3;
	margin-bottom: 5px;
}

.activity_link {
	color: #787878;
	font-size: 11px;
}

.activitylist-headline {
	font-weight: bold;
}

.activitylist-date {
	font-weight: normal;	
}

.dottetcol {
	background-image: url(../graphics/dashed_line.gif);
	background-repeat: repeat-x;
}

.ea460000activity {
	display: block;
}

.ea4610 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0px;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 6px 0px;
	display: block;

}

.ea4660 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	padding-bottom: 5px;
	display: block;
	float: left;
	margin-left: 18px;
	width: 400px;
}

.ea4660a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	width: 130px;
	float: left;
	display: block;
	font-weight: bold;
	float: left;
}

.ea4660b {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	width: 250px;	
	display: block;
	float: left;
}

.ea4660a.subject_a {
	display: block;
	width: 400px;
	padding-bottom: 5px;
	font-size: 11px;
}

.ea4660b.location_b {
	line-height: 1.3;	
}

.ea4660b.subject_b {
	display: block;
	width: 350px;
	margin-bottom: 20px;
}

.ea4660b.shool_b {
	line-height: 1.3;
}

.ea4660b.subject_b ul {
	padding: 0;
	margin-bottom: 20px;
}

.ea4660b.subject_b ul li {
	padding: 0;
	list-style: disc;
}

.activity_register_form {
	display: none;
}

/* print */

#print-btn {
	position:absolute;
	line-height:normal;
	height:20px;
	width:148px;
	right:0px;
	top:205px;
	text-align:right;
	z-index:1000;		
}

#print-btn a:link,
#print-btn a:visited,
#print-btn a:active,
#print-btn a:hover {
	color:#00AEEF;
}


@media print {		
	#head, 
	.menuHeader,
	#topMenu,
	#footer,
	#print-btn {
		display:none;	
	}
	
	body {
		background-image:none;	
	}
	
	#main {
		position:static;
		margin:0px;
		width:auto;
	}
	
	#content {
		margin:0px;
		padding:0px;	
		padding-left:15px;
		background-image:none;
	}
}
