@font-face {
	font-family: Oxygen;
	src: url(oxygen.ttf);
  }

body{
	background-color: #F0F0F0;
	font-family: Oxygen,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

div{
	padding: 0;
	margin: 0;
}

div.header{
	height: 45px;
    background-color: #333333;
    font-family: Oxygen, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

@media (min-width: 1280px) {
	div.header{
		height: 45px;
		background-color: #333333;
		font-family: Oxygen, sans-serif;
		font-weight: bold;
		font-size: 20px;
		color: white;
	}
}

@media (max-width: 1280px){
	img {
		max-width:95%;
	}
	body{
		font-size: 21px;
	}
}

#logoOnemMulti {
    width: 64px;
    height: 45px;
    background-image: url("images/logoMulti.png");
	display: table-cell;
}

#logoOnemfr {
    width: 64px;
    height: 45px;
    background-image: url("images/logo_onem_fr.png");
	display: table-cell;
}

#logoOnemnl {
    width: 64px;
    height: 45px;
    background-image: url("images/logo_onem_nl.png");
	display: table-cell;
}

#logoOnemde {
    width: 64px;
    height: 45px;
    background-image: url("images/logo_onem_de.png");
	display: table-cell;
}

div.logo div{
	display: table-cell;
}

div.logo span{
	display: table-cell;
	position: absolute;
    top: 8px;
    left: 80px;
}

div.language{
	display: table-cell;
	position: absolute;
    top: 8px;
    right: 20px;
}


div.language a {
	color: white;
}
@media (min-width: 767px){
	div.field-item{
		margin-bottom: 1em;
		overflow: hidden;
		background-color: #FFFFFF;
		padding-left: 30px;
		padding-bottom: 25px;
		padding-right: 30px;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 25px;
		text-align:	center;
	}
}
@media (max-width: 767px){
	div.field-item{
		margin-bottom: 1em;
		overflow: hidden;
		background-color: #FFFFFF;
		padding-left: 10px;
		padding-bottom: 25px;
		padding-right: 10px;
		margin: auto;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 25px;
		text-align:	center;
	}
}

@media (max-width: 1280px){
	h1, h2, h3, h4, h5, h6, h7 {
		font-size: 18px;
	}
}

h1, h2, h4, h5, h6, h7 {
    color: #EB142A;
    font-family: Oxygen,sans-serif;
}

h2 {
	color: #EB142A;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.5em;
}
@media (min-width: 1280px){
	h2 {
		color: #EB142A;
		font-weight: bold;
		font-size: 18px;
		border-bottom: 1px dotted #CCCCCC;
		padding-bottom: 0.5em;
	}
}
h3{
	color: #333333;
    font-family: Oxygen,sans-serif;
}
a.button{
	border: none;
    background: #343434;
    padding: 12px;
    color: white;
    margin: 0 2px 25px;
	cursor:pointer;
	text-decoration: none;
}

@media (max-width: 767px){
    a.button{
        margin: 10px 0;
    }
}

a.fr, a.nl, a.de{
	display: inline-block;
    font-size: 22px;
    border: none;
    background: #343434;
    padding: 6px 30px 30px 30px;
    height: 2em;
    color: white;
    margin: 5px;
    cursor: pointer;
    text-decoration: none;
    width: 4em;
	margin-top: 20px;
}

a.button, a.fr, a.nl, a.de{
	color: white;
}

a.fr:hover, a.fr:hover, a.nl:hover, a.nl:hover, a.de:hover, a.de:hover, a.button:hover, a.button:active{
	color: white;
	background: #EB142A;
	text-decoration: none;
}

div a.ext {
	color: black;
    border-bottom: 1px dotted black;
}

div a:hover.ext{
	color: #EB142A;
    border-bottom: 1px dotted #EB142A;
}

p{
	padding-top: 0.2em;
}
