/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
html, body, #content
{
	min-height: 100%;
	width: 100%;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #content
{
	height: auto;
}

body
{
	margin: 0px;
	width:900px;
	margin:auto;
}
img{
	width:100%!important;
	height:auto!important;
}

#page {
	width:900px;
	background-image:url(images/dimstara.gif);margin:auto;padding:auto;
}


#content 
{
	/*position: absolute;*/
	top: 10em;
	left: 0px;
	border: 0em;
	
}

.block h1
{
	text-align:center;
}

.block
{
	margin: 1em;
	border: 1px solid blue;
	padding : 0.5em;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);

}

.header {
	width: 100%;
	text-align: center;
	background-color:transparent;
	color:rgb(0,0,0);
	/*position:absolute;*/
	top: 1em;
}

.menu
{
	/*position : absolute;*/
	top : 1em;
	left : 5px;
	/*width : 10em;*/
	z-index : 1;
	padding : 0px;
}

.menu
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.menu a
{
	display : block;
}
.menu .delimiter
{
	display : none;
}

.other
{
	/*position : absolute;*/
	top : 1em;
	right : 5px;
	width : 10em;
	z-index : 1;
	padding : 0em;
}

.other
{
	padding : 0.5em;
	margin-bottom : 0.5em;
	display:none;
}

.contentText
{
	margin-top:1em;
	margin-bottom: 3em;
	/*margin-right:12em;
	margin-left:12em;*/
	
	height: auto;
	padding:0.5em;
	background-color:transparent;
	background-image : url(images/bluefilter.gif);
}

.footer {
	width: 100%;
	text-align: center;
	border:1px solid rgb(0,0,0);
	background-color:transparent;
	color:rgb(0,0,0);
	/*position:absolute;*/
	bottom :-5em;
}

.articleWrapper {
  display: grid;
  margin:0px;
  gap:10px;
  width:auto;
  grid-template-columns: auto auto;
  margin:10px!important;
}




@media only screen and (max-width: 900px) {
	body{
		width:100%;
		margin:0px;
	}
	.menu{
		padding:0;
	}
	.block{
		margin:0;
	}
}