.preload{
	color:silver;
	margin-top:40px;
}

tbody{
	width:100%;
}

#menuTopContainer{
	position:fixed;
	top:0px;
	width:100%;
	max-width:100%;
	height:30px;
	left:0px;
	z-index:99;
}

#menuTop2{
	width:100%;
	height:20px;
	max-width:100%;
	color:white;
	background:#1f7eff ;
	line-height:20px;
	font-weight:bold;
	text-align:left;
	text-indent:20px;
	cursor: pointer;
}
#menuTop{
	width:100%;
	height:35px;
	max-width:100%;
	color:#004A7F;
	background:#EAEAEA ;
	line-height:30px;
	font-weight:bold;
	font-size:30px;
	text-align:left;
	text-indent:20px;
	cursor: pointer;
	font-family: "Corben";
	background-image: url('/images/bandiera_svezia_home.png');
	background-repeat: no-repeat;
	background-position: right; 
}

#menuTopArrow {
font-size:30px;	
font-weight:900;
text-shadow: 2px 2px #CCCCCC;
	}

#menuTopContent{
	text-align:left;
	height:350px;
	overflow:scroll;
	background:white;
	box-shadow:0 0 2px blue;
}

#menuTopContent{
	text-align:left;
	height:350px;
	overflow:scroll;
	background:white;
	box-shadow:0 0 2px blue;
}

#menuTopContent div{
	margin-left:5px;
	background-color: #FFCC66 !Important;
}

#menuTopContent p{
	padding:0px;
	width:100%;
	max-width:100%;
	display:block;
	border-bottom:solid 1px #314092;
	text-align:left !important;
	text-indent:20px;
	padding:3px 0;
}

#menuTopContent2{
	text-align:left;
	height:250px;
	overflow:scroll;
	background:white;
	box-shadow:0 0 2px blue;
	display:block;
	width:100%;
}

#menuTopContent2 div{
	margin-left:20px;
}

#menuTopContent2 p{
	padding:0px;
	width:100%;
	max-width:100%;
	display:block;
	border-bottom:solid 1px #314092;
	text-align:left !important;
	text-indent:20px;
	padding:3px 0;
}


.art-postcontent p
{
  font-size:1.15em !Important;
    color: #333333;
    font-family: "Pt Serif";
    line-height:2.02em !Important; 
}



@media (max-width: 750px) {

.art-post-body img
{
  float:none !Important;
	display:block;
}
}