/* 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_main_and_sub.css";




/* TABEL BEGYND */
  .serie         { padding:000px; }
  .skema         { padding:000px; border-bottom:001px solid silver; }
  .sum           { padding:000px; border-bottom:001px solid black; }
/* TABELLER END */




/* AVIVA */

body.mceContentBody 
{ 
	color:black; 
	text-align:left; 
	background-color:#ffffff; 
	background-image:none;
}

/* AVIVA MCE STYLES (check mce_styles in domain.asp) */



/* TEXT FORMATTING (standard) */

body,p,td {
    font-family:Verdana, Arial, Helvetica;
    font-size:11px;
}

p.intro {
    font-size:18px;
    margin:0 0 15px 0;
}

a {
    color:inherit;
	*color:#000;
}

a:hover {
    text-decoration:none; /* understregning på link fjernes når musen holdes over det */
}

h1 {
    font-size:35px;
    font-weight:normal;
    margin:0 0 9px 0;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}


h2.blog.front {
    font-size: 22px;
    font-weight:normal;
    text-decoration:underline;
    margin: 0 0 3px 0;
}
h3.blog.front {
    font-size:11px;
    font-weight:normal;
    margin:0 10px 0 0;
}
h4 {}
h5 {}

/* DESIGN */
body {
    margin:0px;
    background-color:#808080;
}

img {
    border:0px;
}

div.bloglist.item.front.hasImage {
    min-height:181px;
}

div.bloglist.item.front {
	margin-top:15px;
    width:210px;
    position:relative;
}
img.bloglist.front {
    margin-left:10px;
	max-width:100px;
}

div.bloglist.item {
	margin-top:15px;
}

a.blog.front.more {
	position:absolute;
	bottom:10px;
	color: rgb(60, 90, 165);
	font-weight: bold;
}

#container {
    width:920px;
    margin:0px auto 0px auto; /* top right bottom left */
    padding:0px 10px;
    overflow:hidden;
    background-color:#fff;
}

#header {
    position:relative;
    height:67px;
	z-index:9;
}

#facebooklink {
	position:absolute;
	right:0px;
	z-index:12;
	font-weight:bold;
	bottom:-23px;
}
#facebooklink  img {
	float:left;
	margin-right:5px;
	margin-top:-1px;
}

#topHorse {
    position:absolute;
    top:12px;
    left:418px;
    z-index:11;
}

#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;
    background-color: red;
    width:150px;
    /* Sikrer lige stor højde på container og venstrekollonne */
    padding-bottom: 20000px;     /* X + padding-bottom */
    margin-bottom: -20000px;     /* X */
}

#content {
    min-height:550px;
    margin-top:1px;
	padding-top:15px;
    border-top:2px solid #3c5aa5;
	position:relative;
	z-index:8;
}

#content_front {
    margin-top:1px;
    border-top:2px solid #3c5aa5;
    min-height:550px;
	position:relative;
	z-index:8;
}

#content_front p {
    margin:0px;    
}

#bloglist_front {
    width:210px;
    float:right;
	padding-bottom:30px;
}

#footer {
	height:30px;
	line-height:29px;
	border-top:1px solid #ccc;
	margin: 0 -10px;
	padding:0 20px;
	text-align:center;	
	color:#666;
}

ul.rss {
	list-style-type:none;
	padding:0px;
	margin:10px 0 0 0;
}

div.blog.c1 {
    float:left;
    width:200px;
    padding-right:25px;
}

div.blog.c3 {
    width:460px;
    margin-left:225px;
}

div.blog.c2 {
    float:right;
}

div.blog.quote {
    font-size:18px;
    color:#3c5aa5;
    margin-bottom:100px;
}

table.threeCols td {
	vertical-align:top;
}

table.threeCols td *:first-child {
	margin-top:0px;
}

table.threeCols td.col1 {
    width:200px;
    padding-right:25px;
	color:#3c5aa5;
	
}
table.threeCols td.col2 {
	width:460px;
}
table.threeCols td.col3 {
	padding-left:25px;
	width:210px;
}
  
.fb_iframe_widget {
    margin-top:20px;    
}

/* RSS */
table.front ul.rss {
    width:210px;    
}

li.rss {
	margin:0 0 20px 0;
}

a.rss {
	font-weight:bold;
}

/* UTILITY CLASSES */

.clear {
    clear:both;
}

.right {
    float:right;
}


/* END */


