/* CSS Document */


/* HOVEDLAYOUT-ELEMENTER */

/* Login-links */

#comlinkdiv {
position:absolute;
left:20px;
top:566px;
width:920px;
height:14px;
border-top: 1px solid #306BA2;
}
#comlinkdiv.edit {
top:746px;
}


/* VÆRKTØJSLINIE TIL EDITOR */

#toolbar {
width: 100%;
border: 0px solid none;
margin-bottom: 6px;
/*	background-color: #B2C8DD; */
background-color: #EEE;
text-align: center;
}
#toolbar .buttonon, .buttonon {
font-family: Arial, Verdana, Helvetica, sans-serif;
width: 36px;
text-align: center;
font-size: 10px;
line-height: 10px !important;
color: black;
}
#toolbar .buttonoff, .buttonoff {
font-family: Arial, Verdana, Helvetica, sans-serif;
width: 36px;
text-align: center;
font-size: 10px;
line-height: 10px !important;
color: grey;	
}
#toolbar .buttonon img, #toolbar .buttonoff img, #toolbar input {
width: 32px;
height: 32px;
border: 0px solid none;
padding-bottom: 2px;
}



/* LOGIN-LINKS */

#comlink, #comlink a, .comlink a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px !important;
text-align: right;
}
#comlink, #comlink a:link, .comlink a:link, a:link { 
color: #306BA2;
text-decoration: none;
}
#comlink a:visited, .comlink a:visited, a:visited {
color: #306BA2;
text-decoration: none;
}
#comlink a:active, .comlink a:active, a:active {
color: #306BA2;
text-decoration: none;
}
#comlink a:hover, .comlink a:hover, a:hover {
color: red;
}
#comlink .login a:link, #comlink .login a:visited, #comlink .login a:active {
color: #306BA2;
cursor:text;
}
#comlink .login a:hover {
color: red;
cursor:text;
}
#comlink {
position:absolute;
left:0px;
top:2px;
width:920px;
height:12px;
text-align:left;
}


/* BEHAVIOR DER TILLADER BRUG AF PNG-FILER I IE TIL WIN */

img, input {
behavior: url(include/pngbehavior.htc);
}