@media only screen and (min-width : 100px) {

h1, h2, h3, h4, h5, h6 {
    font-size:1.1em;
}
h2  {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background-color: #b8bab8;
    border-radius: 4px;
    padding:5px 5px 5px 5px;
    font-size:100%;
    height:1.2em;
    color:#fff;
    font-weight:normal;
}

.header {
    height:130px;
    line-height:100%;
}

.header .logo {
    position:absolute;
    left:0px;
    float:left;
    top:30px;
    width:150px;
}
.newsframe {
    height: 10%;
    margin: 0px;
    width:100%;
}
.nameframe {
    height: 10%;
    margin: 0px;
    width:100%;
}

.newsimg {
    visibility:hidden;
}

.nav {
    text-align:left;
}

.nav li {
    background-color: #f6f6f7;
    color:#ffffff;
}

.nav li a:link, .nav a:visited, .nav a:hover {
    margin:2px 2px;  /* luft rundt om tekst i knapper i genvejspanel */
    padding:2px;
    font-size:1.2em;
    line-height:100%;
    font-weight:normal;
    color:#ffffff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.nav li.one a:link, .nav li.one a:visited, .nav li.one a:hover {
    position:absolute;
    top:30px;
    left:200px;
    padding:4px 12px 4px 12px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f47d4d;
}
.nav li.two a:link, .nav li.two a:visited, .nav li.two a:hover {
    position:absolute;
    top:60px;
    left:200px;
    padding:4px 12px 4px 12px;
    white-space: nowrap;
    overflow: hidden;
    background-color:#94BB1F ;
}
.nav li.three a:link, .nav li.three a:visited, .nav li.three a:hover {
    position:absolute;
    top:90px;
    left:200px;
    padding:4px 12px 4px 12px;
    white-space: nowrap;
    overflow: hidden;
    background-color:#8a951e ;
}
.nav li.four a:link, .nav li.four a:visited, .nav li.four a:hover {
    position:absolute;
    top:75px;
    left:200px;
    padding:4px 12px 4px 12px;
    white-space: nowrap;
    overflow: hidden;
    background-color:#007fa4 ;
}

.rightone {
    display:none;
}

.righttwo {
    display:block;
}


.article {
    position:relative;
    text-align:left;
    font-weight:normal;
}
.article ul {
    padding:0px;
    list-style:none;
}

.article li {
    color:#000;
    margin:10px;
    padding:10px;
    list-style:none;
}

.article li a:link, .article li a:visited {
    width:96%;
    color:#000;
}

.article li a:hover {
    background:#b2b4b2;
}

p {
    font-size:80%;
    border-top:0px dotted #968765;
    border-bottom:0px dotted #968765;
    padding:1px 0px;
    color:#b2b4b2;
}

.article .img {
    border:none;
    height:6px;
    padding:0px 0px;
    background-color:#f6f6f7;
}

.article h1 {
    color:#000000;
    padding:1px 1px 1px 3px;
    font-weight:bold;
}
.img {
    visibility:hidden;
}

.article h2, .article h3, .article h4, .article h5, .article h6  {
    background-color: #b8bab8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    font-weight:normal;
}

.article h2 a:link, .article h2 a:visited, .article h2 a:hover   {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    height: 35px;
    color:#fff;
    font-weight:normal;
}

.article h4 a:link, .article h4 a:visited, .article h4 a:hover   {
    background-color: #b8bab8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    height: 35px;
    color:#fff;
    font-weight:normal;
}

h4  {
    padding:10px 1px 1px 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    color:#000;
    font-weight:normal;
}

.article p {
    font-size:90%;
    padding:1px 0px;
    color:#000000;
}


.article p a:link, .article p a:visited, .article p a:hover {
    font-size:90%;
    padding:1px 0px;
    color:#007396;
}


img#RSSicon {
    float:right;
    padding:5px 10px 10px 10px;
}
.newstxt {
    padding:5px 5px 5px 40px;
}
.inputtxt {
    color:#000000;
}
.leftone {
    display:none;
}

.lefttwo {
    display:block;
}
.footer p{
    clear:both !important;
    position:relative;
    display:block;
    margin:0px;
    float: left;
    width:100%;
    padding:0px;
    color:#fff;
    background-color: #b8bab8;
    text-align:center;
    font-style:italic;
}
.hgroup img {
    padding:1px;
}

