body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

table
{
	border: none;
}

tr
{
	border: none;
}

td
{
	border: none;
	vertical-align: top;
}

a
{
	color: #828282;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}


h2
{
	font-size: 16pt;
	font-weight: bold;
}

form
{
	max-width: 100%;
	margin: 0 auto;
}

label
{
	font-size: 10pt;
}

input, textarea
{
	width: 100%;
	padding: 10px;
	margin: 2px 0 20px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.err
{
	color: #920f0f;
}

.mmenu
{
	font-size: 12pt;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mmenu a
{
	color: #828282;
	font-weight: bolder;
	text-decoration: none;
}

.mmenu a:hover
{
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}

#search 
{
    display: flex;
    align-items: center;
}

.searchbox 
{
    flex: 1;
	padding: 0 0 0 0;
    margin: 0 10px 4px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 22px;
}

#search a 
{
    display: inline-flex;
    align-items: center;
}

.selector td
{
	padding-left: 30px;
	padding-right: 40px;
	vertical-align: top;
}

.footcenter
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot
{
	margin-top: 48px;
	font-size: 14px;
	line-height: 2;
	color: #ffffff;
	background-color: #395191;
}

.nowrap
{
	white-space: nowrap;
}

.docs
{
	margin-left: 40px;
}

.docs a
{
	display: inline-block;
    margin-bottom: 12px;
    width: 100%;
}

.docs img
{
	margin-right: 12px;
}

.foot table
{
	margin: 16px;
}

.foot thead
{
	font-size: 14pt;
}

.foot thead td
{
	padding-bottom: 16px;
}

.foot td
{
	padding-left: 30px;
	padding-right: 40px;
	vertical-align: top;
}

.foot a
{
	color: #ffffff;
	text-decoration: none;
}

.foot a:hover
{
	color: #828282;
	text-decoration: none;
}

.footline
{
	margin: 4px;
	margin-left: 80px;
	color: #395191;
	max-width: 1440px;
    width: 100%;
}

.inner
{
	max-width: 1440px;
    width: 100%;
	padding-left: 80px;
}

.separator
{
	width: 40px;
}

.vseparator
{
	height: 20px;
}

.headline 
{
	position: relative;
	width: 100%;
	height: 240px;
    margin: 6px 0;
    display: block;
}

.headlineback
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
  	left: 0;
	background-image: url('https://robbiblubber.org/res/headline.png');
	background-size: cover;
	z-index: 1;
  }
  
  .headlinefront
  {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
  }


.left
{
	margin-left: 12px;
	margin-right: 10px;
}

.right
{
	margin-left: auto;
}

.vtop
{
	vertical-align: top;
}

.newstext
{
	margin: 12px;
}


#langwin 
{
    display: none;
    border: 1px solid gray;
    width: 36px;
    height: 84px;
    position: absolute;
    background-color: white;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
	z-index: 3;
}


.infobox
{
	font-size: 16px;
	width: 650px;
	vertical-align: top;
	background-color: #202030;
	color: white;
}

.infobox a
{
	color: #c8c8f0;
}

.infobox a:hover
{
	color: white;
}

.tiletext
{
	margin: 12px;
}


.newsbox
{
	font-size: 16px;
	width: 1347px;
	vertical-align: top;
	background-color: #202030;
	color: white;
}

.newsbox a
{
	color: #c8c8f0;
}

.newsbox a:hover
{
	color: white;
}


.container
{
	max-width: 1440px;
    width: 100%;
	display: flex;
    align-items: center;
}


.itemcontainer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: flex-start;
}

.item 
{
    flex: 1;
	margin: 2%;
}

.logo
{
    max-width: 280px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
