/* Fyrirsagnir */
h1 {
  font-size: 1.3em;
  line-height: 1.0em;
  margin: 0.2em 0;
}
/* Dagsetning og höfundur */
h2 {
  font-size: 0.8em;
  line-height: 1.0em;
  margin: 0.2em 0;
}
h3 {
  font-size: 1em; /* 12px */
  font-style: italic;
  margin: 1.33em 0; /* 16px 0 */
}
h4, h5, h6 {
  font-size: .75em; /* 9px */
  line-height: 2em; /* 18px */
  margin: 1.56em 0; /* 14px 0 */
}
h4 {
  text-transform: uppercase;
}
h6 {
  font-style: italic;
}
code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
pre {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
ul {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
}
ul ul {
  margin: 0;
  padding: 0 0 0 1.25em;
}
ol {
  margin: 1em;
  padding: 0 2em;
}
ol ol {
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Section 11: Tables */
table {margin:0; padding:0;}
td {margin:4px; }

/* Section 12.2:  The A element */
a:link {color: #0500d5; text-decoration: none;}
a:visited {color: #0500d5; text-decoration: none;}
a:link:hover {text-decoration: underline;} /* [4] */
a:visited:hover {color: #0500d5; text-decoration: underline;}
a:active {}
a:focus {}
a:focus:hover {}

hr {
  color: #0500d5;
  background-color: #0500d5;
  border: 0;
  height: 1px;
 }

/* Section 17: Forms */
form {}
input {font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;font-size: 1.0em; border: 1px solid #000; margin-bottom: 1px; width: 120px;}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;font-size: 1.0em;border: 1px solid #000; margin-bottom: 1px;}
textarea:focus {}
label {}
fieldset {}
legend {}

/* Bó */
.dags {
  margin: 0;
  padding: 0;
  font-size: 80%;
  color: #0500d5;
}

.a_dags {
  margin: 0;
  padding: 0;
  font-size: 80%;
  color: #0500d5;
  text-decoration: none;
}

.a_dags:hover {
  margin: 0;
  padding: 0;
  font-size: 80%;
  color: #0500d5;
  text-decoration: underline;
}
.frett {
  padding: 0;
}

/* CALENDAR */

.calendar {
	width: 100%;
}

.calendar a:link {
	font-weight: bold;
}

.calendar a:visited {
	font-weight: bold;
}

.calendar a:active {
	font-weight: bold;
}

.calendar_today {
	text-decoration: underline;
}
#myndabordi {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity:80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	background-color: #656565;
	border: 1px solid #FFF;
	border-left: 0px;
	border-right: 0px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}
.clear {
  clear: both;
}
.none {
  display: none;
}

/* MYNDALINKADRASL */

.myndalinkur {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
}

.myndalinkur a:link {
	color: #000;
}

.myndalinkur a:hover {
	color: #c0c0c0;
}

.myndalinkur a:visited {
	color: #000;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */