* {
	box-sizing: border-box;
	
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16.0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	white-space: normal;
}

body {
	background-attachment: fixed;
	background-color: #2C373D;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
table {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	white-space: normal;
	text-align: justify;
}
.execute {
	border-right: #0b2662 1px solid;
	border-top: #0b2662 3px solid;
	border-left: #0b2662 3px solid;
	border-bottom: #0b2662 1px solid;
	font-weight: bold;
	color: #6699FF;
	background-color: #274f93
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-right: #0b2662 2px solid;
	border-top: #0b2662 2px solid;
	border-left: #0b2662 2px solid;
	border-bottom: #0b2662 2px solid;
	color: #6699FF;
	background-color: #174380
}	
.news {
	color: #617077;
	font-weight: bold;
	font-size: 24px;
}
.newsmonth {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
a:link {
	color: #FEC500;
	text-decoration: none;
}
a:visited {
	color: #FEC500;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.suport {
	
	text-align: left;
}
.crap {
	font-size:16px;
	font-weight: bold;
}.galben {
	color: #F90;
}
.galben {
	color: #F90;
}
.gelb {
	color: #FC0;
}

.disclaimer-outer {
	width: 100%;
	vertical-align: bottom;
	
}

.disclaimer {
	/* background-color: red; */
	
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	
	position: relative;	
	
	display: inline-block;
	
	bottom: 0;
	width: 100%;
	height: 60px;
}

.disclaimer a {
	font-size: 11px;
}

.navbar {	
	margin-left: auto;		
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.navitem {
	display: block;
}

.navitem a{
	display: block;
	
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 14px 16px;
}

.navitem:hover {
	background-color: #2C373D;
	color: white;
}

.hideformobile {
	display: none;
}

.frontpage-slides {
	display: none;
}

.frontpage-container {
	/* background-color: blue; */
	

	border: 10px solid; /* 5px solid */
	border-radius: 25px; /* 25px */
	border-color: #617077;
	background-color: #414D54;
	
	padding-left: 2%;
	padding-right: 2%;
	
	margin: auto;
	
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 24.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	white-space: normal;
	text-align: justify;
}

.image-container {	
	display: block;
	margin: auto;
	
	padding-left: 2%;
	padding-right: 2%;
}

.image-container img {
	margin: auto;
	width: 100%;
	border-radius: 25px;
}

table.spacing {
	max-width: 100vw;
}

.row {
	margin-top: 1em;
	margin-bottom: 1em;
}

@media only screen and (max-resolution: 160dpi) and (min-width: 720px) {
	
	.disclaimer-outer {
		position: relative;
		bottom: 0;
	}
	
	.disclaimer {
		position: relative;
	}
	
	.navbar {
		width: 778px;
	}
	
	.navitem {
		float: left;
	}
	
	.navitem:hover {		
		border-radius: 25px;
	}
	
	.hideformobile {
		display: table;
	}
	
	.row {
	}
	
	.row::after {
		content: "";
		clear: both;
		display: table;
	}
	
	.frontpage-slides {
		display: block;
	}
	
	.frontpage-container {
		width: 778px;		
		
		padding-left: 40px;
		padding-right: 40px;
		/* padding-left: 10%; */
	}
	
	.image-container {
		width: 778px;		
		
		padding-left: 2px;
		padding-right: 2px;
		/* padding-left: 10%; */		
	}
	
	.image-container img {
		max-width: 778px;
	}
	
	.frontpage-left {
		background-color: blue;
		width: 100% - 778px;
		float: left;
		padding: 15px;
	}
	
	.frontpage-right {
		background-color: blue;
		width: 20%;
		float: left;
		padding: 15px;
	}	
}
