@import "editor.css";
@import "editor.css";

body{
    background-color: #DBE3E0;
    margin: 0;
}

div.clearer{
    clear: both;
}

form{
    margin: 0;
    padding: 0;
    border: 0;
}

.formRow{
    margin-bottom: 10px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    display: block;
    font-weight: bold;
}

input.text {
    border: 1px solid #838172;
    margin: 0.1em;
    padding: 3px 1px 1px 3px;
}
input.standard{
    width: 270px;
}
input.medium{
    width: 200px;
}
input.short{
    width: 50px;
    margin-right: 10px;
}
textarea {
    padding: 3px 1px 1px 3px;
    border: 1px solid #838172;
}
select {
    border: 1px solid #838172;
    position: relative;
    top: 3px;
}
.related ul {
    position: relative;
    z-index: 99;
    margin-left: 0;
    padding-left: 1em;
}
.related li{
    margin-bottom: 0.5em;
}
.middlealign {
    vertical-align: middle;
}



/*
 * Layout
 */
#page{
    margin: 0 auto;
    padding: 0;
    width: 970px;
    font-size: 100%;
    background-color: #FFF;
}


#topBanner{
    border: 0;
    padding: 0;
    background-image: url("../../bitmaps/uninettabc/2010/toplogo.png");
    background-position: top left;
    background-repeat:no-repeat;
    width: 970px;
    height: 168px;
    position: relative;
}               
#topBanner a{
    display: block;
    height: 100px;
    width: 220px;
    position: relative;
    top: 35px;
}
#topBannerPrint {
    display: none;
}

#footer{
    position: relative;
    z-index: 1;
    clear: both;
    height: 50px;
    background-color: #5D3526;
    text-align: center;
    padding: 20px 0 30px 0;

}
#footer p {
    position: relative;
    z-index: 2;
    color: #fff;
}

#topNavigationLeft{
    float: left;
    padding-left: 17px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -80px;
}

#topNavigationLeft img {
    margin: 0;
    margin-top: 4px;
}
#topNavigationLeft a {
    margin-left: 16px;
}


#topNavigationRight {
    float: right;
    padding-right: 20px;
    margin-top: -56px;
}

#topNavigationRight img{
    margin: 0;
    padding: 0;
    border: 0;
}

#publishedContents{
    clear: both;
    border: 0;
    margin: 0;
    padding: 0;
}



/*
 * Definisjoner av containere for hoved-innhold
 */

/* container for publisert innhold for side med venstre-meny */

#mainMenuPageContents{
    float: left;
    width: 705px;
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 50px;
    margin-top: 10px;
}

/* full bredde kolonne for publisert innhold for side med venstre-meny */
#mainMenuPageContents .mainContentsContainerFullWidth{
    padding: 0;
}

/* venstre kolonne for publisert innhold for side med venstre-meny */
#mainMenuPageContents .mainContentsContainerLeftCol{
    float: left;
    width: 465px;
    padding: 0;
}


/* container for publisert innhold for side uten venstre-meny */
#noMenuPageContents{
    clear: both;
    width: 855px;
    margin-left: 46px;
    margin-right: 0;
}


/* full bredde kolonne for publisert innhold for side uten venstre-meny */
#noMenuPageContents .mainContentsContainerFullWidth{
    width: 855px;
    padding: 0 0 5px 0;
    overflow-x: hidden; /* For at f.eks bilder som er bredere enn div'en skal sprenge layouten */
}

/* venstre kolonne for publisert innhold for side uten venstre-meny */
#noMenuPageContents .mainContentsContainerLeftCol{
    float: left;
    width: 629px;
    padding: 0;
}

/* høyre kolonne som kun skal framvises hvis section for dette finnes */
#rightColContentsContainer{
    float: right;
    width: 203px;
    margin-top: 2px;
}




/*
 * Bokser
 */

.box {
    width: 100%;
    margin-bottom: 10px;
}
.box.sidebyside2 {
    width: 309px;
    float: left;
    margin-right: 11px;
}
.box.sidebyside2.last {
    margin-right: 0;
}
.box.sidebyside3 {
    width: 210px;
    float: left;
    margin-right: 10px;
}
.box.sidebyside3.last {
    margin-right: 0;
}
.heading {
    margin-bottom: 2px;
}
.heading h1, .heading h2, .heading h3{
    margin: 5px;
    margin-left: 10px;
}
.content {
    padding: 5px 5px 30px;
    border: 0;
}

.content p{
    margin-top: 0;
}

.box.related .content a{
}

.box.pagemain .content {
    background: transparent;
    border: 0;
}

.pagemain .heading {
    background: transparent;
    border: 0;
}
.pagemain .heading h1 {
    margin-left: 5px;
    
}

.box.related {
    width: 227px;
}
.box.related .heading {
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-bottom: 0;
    border: 0px;
    position: relative;
    z-index: 1;
    width: 227px;
    display: block;
    overflow: hidden;
}

.boxbottomlink {
    background:transparent url(../../bitmaps/uninettabc/2010/pink_arrow.jpg) no-repeat scroll right bottom;
    font-weight:bold;
    padding-right:12px;
    float: right;
    position: relative;
    bottom: 30px;
    right: 25px;
}

.boxbottomlink a {
    text-decoration:none;
    padding-right: 10px;
}

.arrowlink {
    background:transparent url(../../bitmaps/uninettabc/2010/pink_arrow.jpg) no-repeat scroll right bottom;
    font-weight:bold;
    padding-right:12px;
    float: right;
    position: relative;
    bottom: 0px;
    right: 0px;
}

.arrowlink a {
    text-decoration:none;
    color: #6C7203;
}

.box.related .heading h2, .box.related .heading h3{
    position: relative;
    margin: 0;
    padding-left: 25px;
    z-index: 2;
}
.box.related .heading .corner{
    position: absolute;
    top: 0px;
    right: -1px;
    height: 39px;
    width: 39px;
}


.box.related .content {
    position: relative;
    min-height: 50px; /* Må spesifisere en høyde for at IE skal vise hjørnet på rett plass. */
    height: auto !important;
    height: 50px;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.box.related .content .topLayer{
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.box.related .content .corner {
    position: absolute;
    height: 39px;
    width: 39px;
    bottom: 0 !important;
    left: 0px !important; /* Fiks for at IE skal vise hjørnegiffen på rett plass. */
    z-index: 1; 
}

.box.related li, li{
    list-style-image: url(../../bitmaps/uninettabc/2010/pink_arrow.jpg);
    margin-bottom: 0.2em;
}



.boxRow {
    clear: both;
}
.boxRow .box {
    float: left;
    width: 210px;
    margin-right: 15px;
}


/*
 * Tabeller
 */
table.liste {
    border-collapse: collapse;
    border: 1px solid #838172;
    margin-left: 1px;
    margin-top: 2px;
}
table.liste th{
    font-weight: bold;
    border-bottom: 1px solid #838172;
    padding: 3px;
    background-color: #a0c4dd;
}
table.liste td {
    padding: 3px;
}
table.liste .rad0 {
    background-color: transparent;
}
table.liste .rad1 {
    background-color: #dbdba7;
}

/*
 * Tabeller
 */
table.aktiviteter {
    border-collapse: collapse;
    border: 1px solid #838172;
    margin-left: 1px;
    margin-top: 2px;
    width: 100%;
}
table.aktiviteter th{
    font-weight: bold;
    border-bottom: 1px solid #838172;
    padding: 3px;
    background-color: #dbdba7;
}
table.aktiviteter td {
    padding: 3px;
}
table.aktiviteter .rad0 {
    background-color: transparent;
}
table.aktiviteter .rad1 {
    background-color: #dbdba7;
}


/*
 * Hovedmeny
 */
#mainMenuContainer {
    float: left;
    position: relative;
    z-index: 0;
    width: 185px;
    border: 5px solid #ffffff;
    margin-top: 5px;
    padding: 5px 0 50px 28px;
    font-size: 1em;
}

#mainMenuContainer a:hover {
}
#mainMenuContainer ul{
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    list-style: none;
    z-index: 2;
    margin-bottom: 0px;
    border-bottom: 1px solid #FFFFFF;
}
#mainMenuContainer ul ul{
    margin-bottom: 0px;
}

#mainMenuContainer ul ul ul{
    margin-bottom: 0px;
}

#mainMenuContainer li {
    border-top: 1px solid #ffffff;
    list-style-image: none;
    
}

#mainMenuContainer li a {
    padding-left: 15px;
    width: 195px;
    background-image: url("../../bitmaps/common/menu_arrow.png");
    background-position: 6px 5px;
    background-repeat:no-repeat;
}
#mainMenuContainer li li a{
    padding-left: 25px;
    width: 185px;
    font-weight: normal;
    background-image: url("../../bitmaps/common/menu_arrow.png");
    background-position: 16px 5px;
    background-repeat:no-repeat;
}

#mainMenuContainer li li li a{
    padding-left: 35px;
    width: 175px;
    font-weight: normal;
    background-image: url("../../bitmaps/common/menu_arrow.png");
    background-position: 26px 5px;
    background-repeat:no-repeat;
}

#mainMenuContainer li li li li a{
    padding-left: 45px;
    width: 165px;
    background-position: 36px 5px;

}

#mainMenuContainerTopRight {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -5px;
    height: 39px;
    width: 39px;
    border: 0;;
}
#mainMenuContainerBottomLeft {
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: -5px;
    height: 39px;
    width: 39px;
    border: 0;
    background-position: bottom right;
    background-repeat:no-repeat;
}
#mainMenuContainer a {
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 1.6em;
}

#mainMenuContainer a.selected {
    font-weight: bold;
}

#mainMenuContainer .topmenulinks {
     padding-left: 5px;
     padding-bottom: 10px;
}
#mainMenuContainer .topmenulinks a{
    font-size: 0.9em;
    display: inline;
    background: url("../../bitmaps/uninettabc/2010/pink_arrow.jpg") no-repeat left center;
    padding-left: 15px;
}


/*
 * Prosjektsidene
 */
#ProjectMenu {
    margin-bottom: 1.5em;
}
#ProjectMenu a {
    text-decoration: none;
    font-weight: normal;
}
#ProjectMenu a.selected {
    font-weight: bold;
}
.bloggInnlegg h2 a {
    text-decoration: none;
}
.bloggInnlegg {
    margin-bottom: 2em;
}
.bloggKommentar {
    margin-top: 1em;
    margin-bottom: 2em;
}
.bloggKommentar h3 {
    display: inline;
}
#BloggKommentarForm {
    margin-top: 2em;
}
#BloggKommentarForm legend {
    font-size: 130%;
    font-weight: 200;
    margin-top: 0;
}
#BloggKommentarForm .validationErrorMessageContainer {
    margin-top: 1em;
}





/*
 * Forside
 */

#secondrow_firspage {
    width: 730px;
    height: 280px;
    margin-left: 0px;
    margin-top: 20px;
    position: relative;

}

#NewsRow {
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
    width: 300px;
    font-size: 0.9em;
    height: 100%
}

#NewsRow a {
    color: #C90062;
}

#blogglist {
}

.newsList{
    float: left;
    width: 337px;
    padding-right: 15px;
}

.newsList td.dateCell{
    padding-right:8px;
}

#videoBox {
    border: 0px solid #000000;
    width: 730px;
    height: 362px;
    margin-left: 0px;
    background-color: #d8dfdd;
}

#videolinks {
    width: 206px;
    height: 100%;
    float:left;
    color: #000;
    position: relative;
}

#videolinks .header {
    font-size: 120%;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 15px;
}
#videolinks .content {
    padding-left: 15px;
}

#videolinks .linkbox .link{
    z-index: 1;
    height: 39px;
    width: 195px;
    margin-top: 1px;
    background-color: #bac7c3;
    background-image: url("../../bitmaps/common/arrow_videolink.gif");
    background-position: bottom right;
    background-repeat:no-repeat;
}

#videolinks .linkbox{
    position: absolute;
    height: 120px;
    bottom: 0px;
}

#videolinks .linkbox .link a{
    line-height: 35px;
    padding-left: 15px;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    color: white;
}

#video {
    width: 522px;
    height: 360px;
    float:right;
    text-align: center;
}

.newsBoxHeader{
    font-size: 160%;
    font-weight: 200;
}
#SelectedNews {
    float: left;
    margin-right: 10px;
    border: 1px solid #B5C058;
    background-color: #dbdba7;
}
.selectedNewsImage {
    float: left;
    width: 140px;
    height: 100%;
}
.selectedNewsImage img{
    border: 1px solid #B5C058;
    padding: 0;
    margin: 10px;
}
.selectedNewsText {
    float: left;
    width: 240px;
    margin: 10px;
    height: 100%;
}
.selectedNewsText h2 {
    margin: 0;
}


.boxHeader{
    height: 1px;
    font-size: 150%;
    font-weight: 200;
    border: 1px solid #B5C058;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: middle;
}

.boxContents{
    border: 1px solid #B5C058;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    background-color: #dbdba7;
}

.newsHeader{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}


div.pageHeading{
    width: 100%;
    font-size: 180%;
    font-weight: 300;
    border: 1px solid #B5C058;
    padding: 8px;
    margin-bottom: 14px;
    text-align: left;
    vertical-align: middle;
}

.nyhetslenke {
    text-decoration: none;
    font-weight: bold;
    background:transparent url(../../bitmaps/uninettabc/2010/pink_arrow.jpg) no-repeat scroll right center;
    padding-right: 25px;
}

a.nyhetslenke{
}

#abonner{
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
    background: url("'../../bitmaps/common/rss.jpeg'") right center no-repeat;
    padding-right: 20px;
}

a#abonner{
    color: #E78733;
}

.rssikon{
    position: relative;
    left: 5px;
    top: 5px;
}

/*
 * Enkelt søk
 */

#searchform{
    position: absolute;
    right: 10px;
    bottom: 15px;
}

#searchinputfield{
    width: 125px;
}


#simpleSearchForm {
    clear: both;
    float: right;
    border: 0;
    margin: 0;
    margin-bottom: 16px;
    padding-right: 26px;
    text-align: right;

}
#simpleSearchForm legend {
    display: none;
}
#simpleSearchForm input.text {
    vertical-align: middle;
}
.searchbutton {
    width: 50px;
    height: 25px;
    border: 0;
    vertical-align: middle;
    padding-bottom: 4px;
}
div.sokeresultat div.sokesiderTopp{
    margin-bottom:20px;
    margin-top:-10px;
}
div.sokeresultat a.aktivside{
    font-weight:bold;
    text-decoration:none;
}





/*
 * Alfabetisk liste
 */
ul.alphabeticalList, ul.alphabeticalList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
ul.alphabeticalList a {
    display: block;
    width: 98%;
}
ul.alphabeticalList li a {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    padding: 3px;
    padding-left: 10px;
    border: 1px solid #B5C058;
    background-color: #dbdba7;
}
ul.alphabeticalList li li {
    padding-left: 1.5em;
    margin: 0;
}
ul.alphabeticalList li li a{
    display: inline;
    font-weight: normal;
    border: 0;
    background-color: transparent;
}

ul.alphabeticalList.publications a {
    width: 445px;
}
ul.alphabeticalList.publications li li {
    margin-bottom: 1.4em;
    clear:both;
}
ul.alphabeticalList.publications li li a {
    margin: 0;
    padding: 0;
}

ul.alphabeticalList.publications li li span.publicationTitle {
    display: block;
    float: left;
}
ul.alphabeticalList.publications li li span.publicationIconSize {
    display: block;
    float: right;
}
ul.alphabeticalList.publications li li p {
    margin: 0;
    padding: 0;
    clear: both;
}
ul.alphabeticalList.publications li li p.halfWidth {
    float:left;
    width:340px;
}
ul.alphabeticalList.publications li li span.buyIcon {
    float:right;
    width:100px;
    margin-bottom:1.4em;
    margin-top:4px;
    text-align:right;
}
ul.alphabeticalList.publications li li span.buyIcon a{
    padding-left:20px;
}
ul.publications a.publicationOrder {
    width:23px;
    height:15px;
    display:block;
    float:left;
    margin-right:4px;
    background: url("'../../bitmaps/uninettabc/handlekurv.gif'") no-repeat left center;
}
ul.publications a.publicationOrderNoText {
    width:23px;
    height:15px;
    background: url("'../../bitmaps/uninettabc/handlekurv.gif'") no-repeat left center;
    display:block;
    margin:0 4px;
    padding:0;
    float:left;
}
a.publicationOrderNoText2{

}





/*
 * Spørsmål og svar
 */
.sporsmal {
    margin-bottom: 1em;
}
.sporsmal .relaterteemner{
    color: #5a5a5a;
}
.sporsmal p, .svar p {
    margin-top: 0;
    margin-bottom: 0;
}
.sporsmal .ledetekst, .svar .ledetekst {
    font-weight: bold;
}
.publications h2 {
    margin-top: 1.5em;
}
.publications h3 {
    margin: 0;
}
.filesize {
    font-weight: normal;
    font-size: 1em;
}

.sporsmal_lang{
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.svar_lang{
    padding-left: 3em;    
}
.sporsmal_tittel{
    font-size: 0.7em;
}

div#validationErrorMessageContainer, .feilmelding {
    padding: 5px;
    width: 435px;
    margin-bottom: 1em;
    border: 1px solid #B5C058;
    background-color: #dbdba7;
}
.fieldError{
    background-color: #ffff00;
}


/*
 * Kontaktskjema
 */
div#contactform{
    display: block;
    width: 466px;
}
#contactform fieldset{
    margin-top: 20px;
}
#contactform .imagebutton{
    float: left;
    clear: both;
    margin-right: 20px;
    margin-top: 10px;
}

#contactform label{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    width: 150px;
}
#contactform label.long{
    width: 400px;
}
.labelPrefix{
    color: #000000;
    float: left;
    clear: both;
    width: 10px;
    padding-top: 0.5em;
    font-weight: bold;
}
#contactform ul.radiogroup {
    list-style: none;
    float: left;
    margin: 0;
    padding-left: 0;
}

#contactform textarea{
    float: left;
    clear: both;
    margin-top: 1em;
}


/*
 * Publikasjonsbestilling
 */
a.publicationOrder {
    padding-left: 22px;
    background-image: url("'../../bitmaps/uninettabc/handlekurv.gif'");
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
}
.publicationOrderForm fieldset {
    margin-top: 20px;
}
.publicationOrderForm label {
    float: left;
    margin-right: 10px;
    margin-top: 0.5em;
    width: 150px;
}
.publicationOrderForm table {
    width: 270px;
    margin-top: 0.5em;
}
.publicationOrderForm textarea {
    float: left;
    clear: both;
    width: 435px;
    margin-top: 1em;
}
.publicationOrderForm .imagebutton{
    float: left;
    clear: both;
    margin-right: 20px;
    margin-top: 10px;
}
.publicationOrderResponse {
    padding: 5px;
    width: 435px;
    margin-bottom: 1em;
    border: 1px solid #B5C058;
    background-color: #dbdba7;
}

/*
 * Feideforside
 */
#Feideforside .heading a {
    text-decoration: none;
}


/* Ordliste */
.ordboks {
    display: none;
    position: absolute;
    z-index: 99;
    width: 300px;
    margin-top: 1em;
}

ul.alphabeticalList li .ordboks a{
	padding-left: 0;
}
.ordboks .heading {
    border: 1px solid #B5C058;
    margin-bottom: 2px;
    background-color: #a0c4dd;
}
.ordboks .innhold {
    padding: 5px;
    border: 1px solid #B5C058;
    background-color: #dbdba7;
}

/* Ordliste hover boks */
#WzTtDiV h2{
    margin: 5px 0;
}

/*** Aktivitetskalender ***/


/* Minivisning av aktivitetskalenderen */

.aktivitetskalenderMini table {
    margin-left: auto;
    margin-right: auto;
}
.aktivitetskalenderMini td {
    color: #6E7501;
    vertical-align: middle;
    padding: 0;
    height: 23px;
    width: 20px;
    text-align: center;
}
.aktivitetskalenderMini .miniActivitycalendarDay  {
    background: #D0CE9B none repeat scroll 0 0;
    padding: 1px;
}

.aktivitetskalenderMini .miniActivitycalendarEmptyDayStyle {
   background: #E4E1B6 none repeat scroll 0 0;
   padding: 1px;
}
.aktivitetskalenderMini .miniActivitycalendarDay.active {
    font-weight: bold;
}

.aktivitetskalenderMini .miniActivitycalendarDay.booked {
    line-height: 23px;
    text-decoration: none;
    background: #717600;
}
.aktivitetskalenderMini .miniActivitycalendarDay.booked a {
    display: block;
    height: 100%;
    width: 100%;
}
.aktivitetskalenderMini .miniActivitycalendarDay a {
    text-decoration: none;
    color: #000000;
}


.aktivitetskalenderMini .miniActivitycalendarWeekdayStyle {
    font-weight: bold;
}
.aktivitetskalenderMini td.miniActivitycalendarTitleStyle, .aktivitetskalenderMini td.miniActivitycalendarNextLinkStyle, .aktivitetskalenderMini td.miniActivitycalendarPreviousLinkStyle {
    height: 15px;
    line-height: 15px;
    color: #000000;
    font-weight: bold;
}
.aktivitetskalenderMini .nyhetslenke {
    float: right;
    margin-top: 1em;
}






.calTooltip {
    width: 202px;
    background: url("../../bitmaps/common/tooltip_bunn.png") bottom center no-repeat;
    position: relative;
    text-align: left;
}
.calTooltip .aktivitet {
    position: relative;
    top: -15px;
    margin: 0;
    margin-right: 5px;
    padding: 5px;
    color: white;
}

.calTooltip .aktivitet a{
    color: white;
}
.calTooltip .aktivitet .ingress{
    font-weight: normal;
}
.calTooltip .topp{
    height: 11px;
    position: relative;
    top: -11px;
    background: url("../../bitmaps/common/tooltip_topp.png") top center no-repeat;
}

a.ikon.kalender.neste {
    background: url("../../bitmaps/uninettabc/2010/pink_arrow.jpg") right center no-repeat;
    display: block;
    height: 15px;
    width: 100%;
    line-height: 15px;
}
a.ikon.kalender.forrige {
    background: url("../../bitmaps/common/kalender_forrige.png") left center no-repeat;
    display: block;
    height: 15px;
    width: 100%;
    line-height: 15px;
}

.aktivitetskalender_bunn {
    position: absolute;
    bottom: 8px;
    left: -1px;
    background: url("../../bitmaps/common/kalender_bunn_venstre.jpg") left bottom no-repeat;
    display: block;
    height: 39px;
    width: 39px;
}

.aktivitet .bilde{
    float:right;
}
.aktivitetsliste .navLinks span {
    display: block;
}
.aktivitetsliste .navLinks .nextPrev {
    float: left;
}
.aktivitetsliste .navLinks .all {
    float: right;
}

.alleaktiviteter a{
    text-decoration: none;
    color: #717600;
    font-size: 0.9em;
}

.box.related.activity .content .topLayer p span {
    font-weight: bold;
}

#socialmedia{
    margin-top: 30px;
        float: left;
    margin-left: 20px;

}
#socialmedia a{
    display: block;
    line-height: 50px;

    padding-left: 60px;

}


#twitterlink{
    background: url("../../bitmaps/uninettabc/icon-twitter.png") no-repeat top left;
}


#facebooklink{
    background: url("../../bitmaps/uninettabc/icon-facebook.png") no-repeat top left;
}


#feideheader{
    color: #C90062;
    font-size: 2.5em;
}

























