/*
text.css
definition af textstørrelse og farve samt positionering
*/
BODY {
font-family: verdana, tahoma, sans-serif;
color: #3366FF;
}

div#adss {
 position:relative;
 height:150px;
 text-align: center;
}

div#header {
text-align: left;
}

div#menu {
text-align: center;
}

div#content {
text-align: left;
}

div#bottom {
font-size: 10px;
color: #999999;
}

div.path {
font-style: italic;
font-size: 11px;
font-variant: small-caps;
color: Black;
}

div.nyhed_dato {
font-style: italic;
font-size: 10px;
color: #999999;
}

p.nyhed {
text-indent: 20px;
margin: 10px;
margin-bottom: 5px;
margin-top: 5px;
}

a, span {
text-decoration: none;
color: Black;
}

a:hover {
text-decoration: underline;
color: #999999;
}

a:visited {
text-decoration: underline;
color: Black;
}

h1 {
color: black;
font-family: arial, sans-serif;
font-size: 20px;
}

h3 {
color: black;
font-family: arial, sans-serif;
font-size: 16px;
}
