/* MENU 
 * Her importeres eksternt stylesheet med css til Xmenuen.
 * importeres med følgende synstaks @import "[stylesheet.css]"
 * Der er tre grundlæggende menuskabeloner til rådighed:
 *              - "menu_main_and_sub.css" : horisontal hovedmenu med vertikal undermenu der viser undersider og undersider til undersider i en træstruktur.
 *              - "menu_tree.css" : vertikal hovedmenu der viser undersider og undersider til undersider i en træstruktur.
 *              - "menu_dropdown.css" : vertikal hovedmenu med undersider i dropdownmenuer, der vises onmouseover.
 */

@import "menu_tree.css";

/* AVIVA */

body.mceContentBody , body.mceContentBody  p, body.mceContentBody  td
{ 
	color:black !important; 
	text-align:left; 
	background-color:#ffffff; 
	background-image:none;
}

/* AVIVA MCE STYLES (check mce_styles in domain.asp) */

.showimp {
    color:yellow;
    background-color:black;
}

.showlarge {
    font-size:2em;
}

/* TEXT FORMATTING (standard) */

body,p,td {
    font-family:futura BT,futura,verdana,tahoma,arial;
    font-size:10px;
	color:#fff;
}

a {
    color:#FF6600;
	font-size:12px;
}

a:hover {
    text-decoration:none; /* understregning på link fjernes når musen holdes over det */
}

h1 {font-size:12px;margin-top:0px;margin-bottom: 30px;}
h2 {font-size:11px;margin-top:25px;}
h3 {}
h4 {}
h5 {}

/* DESIGN */

body {
    margin:0 0 10px 0;
	background-image:url(../images/bg.jpg);
}

p:first-child {
	margin-top:0px;
}

img {
    border:0px;
}

#outerContainer {
	background-image:url(../images/content_repeat.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	width:1060px;
	margin:0px auto 0px auto; /* top right bottom left */
}
#container {
    width:1060px;
	min-height:750px;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
    margin:0px auto 0px auto; /* top right bottom left */
    overflow:hidden;
}
#container_front {
    width:1060px;
	min-height:750px;
	background-image:url(../images/content.jpg);
	xbackground-repeat:no-repeat;
    margin:0px auto 0px auto; /* top right bottom left */
    overflow:hidden;
}

#innerContainer {
	width:826px;
	margin-left:129px;
	margin-top:310px;
    
}

#content_front  {
}

#content  {
   min-height:600px;
}

#header {
	background-color:#ff00ff;
    height:80px;
}

#icons { /* Div med Print, søg og send til en ven */
    float:right;
}
    img.icon { /* Billeder til Print, søg og send til en ven */
        margin-right:10px;
    }

#leftColumn {
    float:left;
    min-height:500px;
    width:180px;
	/* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
}

#content {

    padding:0px 5px 5px 40px;
    width:500px;
    margin-left:180px;
	/* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
    
}
#content_front {

    padding:0px 5px 5px 40px;
    width:500px;
    margin-left:180px;
	/* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
    
}


#footer {
	
    width:900px; /* Samme vidde som containeren */
    margin:0px auto 0px auto; /* top right bottom left */
}

img.bottom {
	display:block;
	margin: 0 auto;
	left:1px;
	top:-1px;
	position:relative;
}

div#icons {
	position:absolute;
	margin-left:757px;
	margin-top:-95px;
}

table.personale {
	padding: 20px; 
	border-top: 1px dotted #fff;
}

table.personale a{
	text-decoration:none;
}
table.personale h2, table.profil h2 {
	margin-top:0px;
	color:#abc3cd;
	font-style:italic;
}
table.personale td {
	padding-left:26px;
	width:80px;
}
table.personale td:first-child {
	padding-left:0px;
}
tr.personaleImages td {
	height:100px;
}

tr.personaleImages img {display:block;}

table.profil {
	width:500px;
	border-top: 1px dotted #fff;
}

table.profil img{
	padding-right:25px;
}

tr.profil.main td{
	padding:20px 0;
	vertical-align:top;
}

td.profil.bottom {
	border-top: 1px dotted #fff;
}

/* UTILITY CLASSES */

.clear {
    clear:both;
}


/* END */


