/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
	
================================================== */




/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* Responsive Images */
/* Responsive Images */
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }

.nostyle { height:40px}

#mytext { Text-align : Center;  }
	
#myimg { /*padding:3px;   border:3px solid #5261C0 ;   background-color:#fff; */
		
		   border-radius			: 10px;
			-webkit-border-radius	: 10px;
			-moz-border-radius		: 10px;
			border-radius			: 10px; 
		/*	-webkit-box-shadow		: 0 1px 3px rgba(0,0,0, .4); 
			-moz-box-shadow			: 0 1px 3px rgba(0,0,0, .4); */}
		
.qlinks {	border-radius			: 10px;
			-webkit-border-radius	: 10px;
			-moz-border-radius		: 10px;
			border-radius			: 10px; 
			-webkit-box-shadow		: 0 1px 3px rgba(0,0,0, .4); 
			-moz-box-shadow			: 0 1px 3px rgba(0,0,0, .4);
			background-color		: #E4E4E4;
			text-align				: Center; 
			border-spacing          : 5px;
			border-bottom           : 10px;
			margin-bottom			: 5px;
		    
			 
			 }
			 
.nyhed {	border-radius			: 10px;
			-webkit-border-radius	: 10px;
			-moz-border-radius		: 10px;
			border-radius			: 10px; 
			-webkit-box-shadow		: 0 1px 3px rgba(0,0,0, .4); 
			-moz-box-shadow			: 0 1px 3px rgba(0,0,0, .4);
			background-color		: #E4E4E4;
			text-align				: Left; 
			border-spacing          : 5px;
			border-bottom           : 10px;
			margin-bottom			: 5px;
			padding: 10px;
		    
			 
			 }
			 
#mytableborder{   
				border    	:2px;
				border-color:#cccccc;
				border-style:solid;
				
				 
				
			}
#mytrborder{
				border    	:3px;
				border-color:#5261C0;
				border-style:solid;
				border-left-style:soolid;
			
	
}

#mytrborder1{
				border-bottom:2px;
				border-color:#5261C0;
				border-style:solid;
				
			
	
}



#myinputbox { width:60px;}
#myinputbox20 { width:20px;}
#myinputbox40 { width:40px;}
#myinputbox60 { width:60px;}
#myinputbox80 { width:80px;}
#myinputbox100 { width:100px;}
#myinputbox120 { width:120px;}
#myinputbox140 { width:140px;}
#myinputbox160 { width:160px;}
#myinputbox180 { width:180px;}
#myinputbox200 { width:200px;}
#myinputbox220 { width:220px;}
#myinputbox240 { width:240px;}
#myinputbox260 { width:260px;}
#myinputbox280 { width:280px;}
#myinputbox300 { width:300px;}

#myinputbox400 { width:400px;}
#myinputbox500 { width:500px;}




a {text-decoration			: none; }









