/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

@media screen and (max-width: 1280px) {
    /* For mobile phones: */
.oe_SmallIcon {	
		display:none
	}
}

.alignc {
	text-align:center;
}
a.oe_oversigt {
	color:FFFFFF;
}

a.linkwhite:link { color:#FFFFFF; text-decoration:none; font-weight:normal;}
a.linkwhite:visited { color: #FFF; text-decoration:none; font-weight:normal; }
a.linkwhite:hover { color: #FFF; text-decoration:underline; font-weight:normal; }
a.linkwhite:active { color: #FFF; text-decoration:none; font-weight:normal; }
.oe_menu {
	position:relative;
	top:-20px;
	float:right;
	width=200px;
	heigth=150px;


	border:none;
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
 	margin: 35px;	

	

}
.oe_innerMenu{
	position:relative;
	border-color:#009933;
	border-width:medium;
	border:groove 3px;
	padding-right:20px;
	padding-left:20px;
	padding-top:20px;
 	margin: 5px;
	float:right;
}
.oe_slogan{
	font-size:32px;
	color: #0D640B;
	font-weight:bold;
	font-style:italic;


}

.oe_roed{
color:#ff0000;

}
.oe_right{

    float: right;
    margin: 0 0 5px 5px;

}
table {
  font-size: 0.9vw;
}

.noleft { 
	border-style: 2pt solid;	
  border-left: none;
}
.noright { 
border-style: 2pt solid;
  border-right: none;
}
.NoTop {
	border-style: 2pt solid;  
    border-bottom:  #006600 important;
  border-left: 1pt #006600 important;
 border-right: 1pt #006600;
  border-top: none;
}
.NoBottom {
	border-style: 2pt solid;
	border-bottom: none; 
	border-top: 1pt #006600 important;
  	border-left: 1pt #006600;
 	border-right: 1pt #006600 important;
}
.menuoversigt{
	position:absolute;
	top:-100px;
    background-color:#666666;
}

.Billetnet {
	position:relative;
	top:-20px;
	float:right;
	float:top;

	margin: 5px;
	text-decoration: none;
	font-size: 16px;
	background-color: #009CDE;	
	padding:10px;
	color: #FFFFFF;
	font-weight: bold;
	position:absolute;
	width:166px;
	height:60px;
	z-index:1;

	border:#81DAFF outset 5px;


}
.Billetnet:hover{
background-color:0078AB;
	color: #FFFFFF;
}
.Billetnet:active{
	background-color:086992;
	color: #FFFFFF;
	border:#81DAFF inset 5px;
}
.Billetnet:link{
	background-color:009CDE;
	color: #FFFFFF;
}
img {
    float: right;
    margin: 0 0 10px 10px;
}

table { 
  width: 100%; 
  border-collapse: collapse; 
   display: block;
   overflow-x: auto;

}
/* Zebra striping 
tr:nth-of-type(even) { 
  background: #eee; 
}
*/
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}