/* Nulstiller alle margins og padding */
*{
margin: 0em;
padding: 0em;
border: 0em;
}

img{
border: 0em;
}

body{
font-size: 12px;
font-family: "Arial Narrow", sans-serif;
font-weight: bold;
text-transform: uppercase;
}

/* Ens for alle links */

body a:link, body a:visited{
color: #000;
text-decoration: none;
}

body a:hover, body a:active{
color: #9D0407;
}

#container{
width: 960px;
margin: auto;
}

/* styling til front-page (ikke logget ind) */

div#front{
font-family: "Arial Narrow";
font-weight: bold;
}

div#front div#logo{
margin-bottom: 20px;
}

div#front div#welcome{
width: 480px;
text-align: justify;
font-size: 19px;
line-height: 100%;
}

div#front div#front_left{
margin-top: 40px;
float: left;
}

div#front div#front_right{
margin-top: 35px;
margin-left: 450px;
}


/* andet pÎ front */

div#image{
margin: 0px auto 10px auto;
padding: 20px;
background-position: center center;
background-repeat: no-repeat;
background-image: url(/img/front.jpg);
width: 920px;
height: 600px;
}

div#front_left ul{
width: 400px;
font-size: 10px;
}

div#front_left ul li{
list-style-type: none;
padding-bottom: 15px;
text-align: justify;
}

div#front_left ul li a{
text-decoration: none;
}

div#front_left ul span{
font-size: 12px;
}

/* Knapper til hÀjre pÎ front */

div#front_right ul{
}

div#front_right ul li{
font-size: 16px;
margin-bottom: 20px;
padding: 30px 0px;
text-align: center;
list-style-type: none;
background-image: url(/img/knap.png);
background-repeat: no-repeat;
background-position: center center;
}

div#front_right ul li a{
text-decoration: none;
}

/* Slut front css */

/* Members siden og join og terms */

div#members, div#join, div#terms{
text-align: right;
margin-right: 20px;
}

div#member_title, div#join_title, div#terms_title{
padding-bottom: 10px;
border-bottom: 1px solid #000;
}

div#join_text, div#terms_text{
width: 480px;
text-align: justify;
float: left;
margin-top: 20px;
}

div#join_text p{
margin-bottom: 18px;
}

div#join_text p#intro{
font-size: 14px;
}

div#join_text p.link{
font-size: 14px;
}

div#join_text img{
margin-bottom: 10px;
}

div#join_text ul li,div#join_text2 ul li{
margin-left: 30px;
list-style-type: square;
font-size: 12px;
}

div#terms div#terms_scroll{
width:480px;
height:240px;
border:1px solid #ccc;
background:#f2f2f2;
padding:6px;
overflow:auto;
font-size: 10px;
line-height: 130%;
font-weight: normal;
margin: 20px 0px;
}

div#terms_scroll p.terms_headers{
font-size: 11px;
font-weight: bold;
}

div#terms_scroll p{
margin-bottom: 10px;
}

span.big{
font-size: 14px;
}

/* login pŒ members */
div#login{
}

div#login input{
margin-left: 10px;
width: 150px;
margin-bottom: 10px;
height: 25px;
}


/* Styling til headeren */

div#header{
padding-top: 10px;
}

div#header h1{
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
text-align: right;
}

/* Logo */
div#header span#logo a{
font-size: 50px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

/* footer styling */
div#footer{
clear: both;
margin: 0px auto;
padding: 6px 0px 15px 0px;
border-top: 1px solid gray;
width: 960px;
font-size: 10px;
}

div#dic_footer{
border: 0 none;
margin: 0;
padding: 0;
font-size: 10px;
font-family: "Arial Narrow", sans-serif;
font-weight: bold;
text-transform: uppercase;
}

div#footer a.links{
margin-right: 6px;
}

div#footer span{
margin-left: 60px;
}

div#footer a img{
margin-top: 0em;
padding-top: 0em;
margin-left: 9px;

}

/* styling til peep */

div#peep_page{
width: 960px;
height: 720px;
background-image: url(/img/logo.png);
background-repeat: no-repeat; 
/* background-position: center center; */
margin: auto;
}

div#peep_video{
margin: auto;
width: 470px;
padding-top: 183px;
}

/* verotel page */

div#verotel_text{
height: 400px;
float: left;
}

div#verotel_image{
background-image: url(/img/verotel_pee.png);
padding-bottom: 40px;
}


/* NYT TIL EMAIL/VEROTEL */

div#height{
height: 450px;
}

div#news_image{
background-image: url(/img/news.png);
width: 960px;
padding: 20px 0px 20px 0px;
}

input#yditii-yditii{
padding: 2px;
height: 30px;
width: 190px;
border: 1px solid gray;
margin-bottom: 10px;
text-align: center;
}

input#submit_news{
height: 30px;
width: 195px;
border: 1px solid gray;
}

