body {
		 font-family	     : Arial;
		 color             : #000000;
}
.content {
    /*   S�ger for at siden bliver centreret   */
		max-width          : 1800px;  
    margin             : auto;
    padding            : 10px;
		margin-bottom      : 60px;
}

.grp, .sub, .bod, .v1, .v2 {
    font-family    : arial, verdana, sans-serif;
		color          : #000000;
    vertical-align : top;
}
.grp {
    font-size      : 14px;
		font-weight    : bold;   
}
.sub {
    font-size      : 14px;   
		font-weight    : bold;   
}
.bod {
    font-size      : 12px;   
}
.v1 {
    font-size      : 10px;   
}
.v2 {
    font-size      : 10px;   
    text-align     : right;
}

    .knap_sprog_da, .knap_sprog_en {
        border                : none;
        background-color      : none;
     	  background-repeat     : no-repeat;                              /* no-repeat repeat-xy repeat-x repeat-y */
	      background-position   : center center;                          /* top center bottom left right          */
        border-radius         : 2px;
        cursor                : pointer;
        box-shadow            : 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		}
    .knap_sprog_da{
        width                 : 37px; 
				height                : 28px;
				background-image      : url(/defaultpage/images/danmark20.jpg);  /* url(/image/abeback.jpg)               */
    }
    .knap_sprog_en  {
        width                 : 37px; 
				height                : 28px;
				background-image      : url(/defaultpage/images/england_a20.jpg);  /* url(/image/abeback.jpg)               */
    }

    /* Eksempel p� skygge ved hover */
		.knap_sprog_da1:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }
		.logo_td {
		    text-align            : center;
		    vertical-align        : middle;
				width                 : 14%;
		}



