 /* For mobile phones: (også tablet og desktop hvis det ikke er rettet under deres afsnit */
* {
    box-sizing: border-box;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}

	.body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}
	
	

	#container {
		max-width: 1200px;
 		width:100%;
		height:100%;
		border:2px solid #bbb;
		margin:0px auto;
	}
	
	#containerint {
		display:inline;
	}


	.header {
		border:1px solid #bbb;
		padding:auto;
		clear:both;
		font-size:20px;
		line-height: 30px;
		text-align:center;
		background-image:url('header.png');
	}
	
	.imgheaderleft {
		width: 20px;
		height: 20px;	
		float: left;
	}

	.imgheaderright {
		width: 20px;
		height: 20px;	
		float: right;
	}

	#menu {
		height:initial;
		font-size:20px;
		float:left;
 		border:1px solid #bbb;  
		padding:10px;
		background-color: WhiteSmoke;
	}

	#content{
		display:inline;
		height:initial;
		font-size:20px;
		float:left;
		border:1px solid #bbb;
		padding:10px;
		background-color: White;
	}

	#footer {
		/* height:20px; */
		border:1px solid #bbb;
		padding:auto;
 		clear: both;
		line-height: 20px;
		text-align: center;
		background-color: White;
    }

	.Stdtable {
		border:1px solid #bbb;
    }

	.myclock {
		/*border:1px solid #bbb;
		padding:auto; 
		clear:both;
		font-size:20px;
		line-height: 30px;*/
		text-align:center;
	}



[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
	.header {
		border:1px solid #bbb;
		padding:auto;
		clear:both;
		font-size:30px;
		line-height: 40px;
		text-align:center;
		background-image:url('header.png');
	}

	.imgheaderleft {
		width: 30px;
		height: 30px;	
		float: left;
	}

	.imgheaderright {
		width: 30px;
		height: 30px;	
		float: right;
	}
	
	#containerint {
		display:inline;
	}

    .col-t-1 {width: 8.33%;}
    .col-t-2 {width: 16.66%;}
    .col-t-3 {width: 25%;}
    .col-t-4 {width: 33.33%;}
    .col-t-5 {width: 41.66%;}
    .col-t-6 {width: 50%;}
    .col-t-7 {width: 58.33%;}
    .col-t-8 {width: 66.66%;}
    .col-t-9 {width: 75%;}
    .col-t-10 {width: 83.33%;}
    .col-t-11 {width: 91.66%;}
    .col-t-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    
    	.header {
		border:1px solid #bbb;
		padding:auto;
		clear:both;
		font-size:40px;
		line-height: 50px;
		text-align:center;
		background-image:url('header.png');
	}

	.imgheaderleft {
		width: 40px;
		height: 40px;	
		float: left;
	}

	.imgheaderright {
		width: 40px;
		height: 40px;	
		float: right;
	}
	
	#containerint {
		display:flex;
	}

    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}	
	
	

