/* Styles used throughout the entire web site */

html {
    /* font-size 62.5% makes 1rem equal 10px for easy size calculations. */
    font-size: 62.5%;
    font-family: verdana, Calibri, Arial, sans-serif;
    background-color: #EAEAEA;
    height: 100%;
}

body {
    background-color: #EAEAEA;
    /*height: 100%;*/
    margin: 0;
    /* Default font-size to about 18px */
    font-size: 1.5rem;
}

input, button {
    width:100px;
    /*
    margin-left: 10px;
    margin-right: 10px;
    */
    border-radius: 4px;
    margin:2px 2px 2px 2px;
    font-size: 12px;
    font-family: verdana, Calibri, Arial, sans-serif;
}

.venstre-menu button{
    width:150px;
    text-align:left;
    margin-top: 2px;
    font-size: 10px;
    font-family: verdana, Calibri, Arial, sans-serif;
}

.container {
    padding: 0 1rem;
   /* max-width: 94rem;*/
    max-width: 100%;
    /* Horizontally center containers */
    margin: 0 auto;
    background-color: #eaeaea;
    background-image:url("../image/baggrund.jpg");
}

section.page-section .container {
    padding-bottom: 2rem;
}

h1 {
    font-size: 4rem;
    letter-spacing: -1px;
    margin: 1em 0 .25em 0;
}

.program {
	width:50px;
	float:left;
	font-weight:bold;
}