﻿html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid;
   width: 3%;
  height: 40px;
  padding-left: 10px;

  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  
  
}

select::-ms-expand {
  display: none;
}


body{
	margin:0px;
	padding:0px;
	overflow-y:scroll; 
	font-size:100%;
	color:black;
}

a{
	color:black;
	text-decoration:none;
}

a:hover, a.aktiv{
	text-decoration:underline;
}

img{
	-ms-interpolation-mode: bicubic;
}
			
.button{
		position:relative;
		float:right;
		font-size:20px;
		padding:5px;
		border: 1px solid;
		border-color: #555555;
		color:#777777;
		background-color:#dddddd;
		border-radius: 10px;
		cursor: pointer;}	
		
.button:hover{
		color:#555555;
		background-color:#eeeeee;
}
		
.date{
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
float: none;
z-index: auto;
height: 8%;
position: relative;
cursor: pointer;
opacity: 1;
right: 0;
margin: 0;
padding: 1px 10px;
overflow: visible;
border: 2px solid #b7b7b7;
-webkit-border-radius: 10px;
border-radius: 10px;
font: normal normal bold 20px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: rgba(93,96,96,1);
-o-text-overflow: clip;
text-overflow: clip;
background: none;
-webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,0.2) ;
box-shadow: 0 0 9px 1px rgba(0,0,0,0.2) ;
text-shadow: 0 1px 0 rgba(255,255,255,0.66) ;
-webkit-transition: font-weight 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: font-weight 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: font-weight 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: font-weight 200ms cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;}


