/*
  24047a  HvA paars
 */

*
{
	margin: 0px;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	color: red;
  font: normal normal normal 100% arial;
  font-style: normal;
	line-height: 20px;
	background: transparent;
	text-decoration: none;
}

/*************************************
	Global html elements
 *************************************/

/*[L][S]*/

html
{
}

body
{
	background: #ffffff;
}

strong
{
	color: inherit;
	font-weight: bold;
}

i
{
	color: inherit;
	font-weight: inherit;
	font-style: italic;
}

/*************************************
    A10: left menu
 *************************************/

/*[L]*/

.dA10
{
  position: fixed;
  top: 0px; 
  right: auto;
  bottom: 0px;
  left: 0px;
	width: 130px;
	background: #6d649d;
}

.dA10 img
{
  display: block;
  margin: 20px auto 0px auto;
}

.dA10 h1
{
  margin: 10px 0px 20px 0px;
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.dA10 a[s="n"], .dA10 a[s="y"]
{
  display: block;
  margin: 0px 10px 5px 10px;
  color: #24047a;
  text-align: center;
  text-decoration: none;
}
.dA10 a[s="n"]:hover, .dA10 a[s="y"]
{
  color: #ffffff;
}

/*[S]*/
@media only screen and (max-width: 992px)
{
	.dA10
	{
    margin: 0px;
    padding: 10px;
    position: relative;
    top: auto; 
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
		clear: both;
	}
}

/*************************************
    A20: boards
 *************************************/

/*[L]*/

.dA20
{
  position: fixed;
  top: 0px; 
  right: 400px;
  bottom: 0px;
  left: 130px;
  width: auto;
  background: #c7c3dc;
  overflow: auto;
}

.dA20 > div
{
  padding: 20px 0px 20px 20px;
}

.dA20 a[s="n"], .dA20 a[s="y"]
{
  display: inline-block;
  margin: 0px 10px 10px 0px;
  border-radius: 5px;
  padding: 0px;
  box-shadow: 3px 2px 10px #000000;
  text-align: 0px;
}
.dA20 a[s="n"]:hover, .dA20 a[s="y"]
{
  box-shadow: 3px 2px 10px #ffffff;
}

.dA20 img
{
  display: block;
  border-radius: 5px;
  width: 150px;
}

/*[S]*/
@media only screen and (max-width:992px)
{
	.dA20
	{
    position: relative;
    top: auto; 
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    clear: both;
    overflow: visible;
	}
}

/*************************************
    A30: selected board
 *************************************/

/*[L]*/

.dA30
{
  position: fixed;
  top: 0px; 
  right: 0px;
  bottom: 0px;
  left: auto;
	width: 400px;    
	background: #2e226e;
  overflow: auto;
}

.dA30 span
{
  display: block;
  padding: 0px;
  width: 0px;
  height: 5px;
  line-height: 0px;
  background: #6d649d;
}

.dA30 div
{
  padding: 15px 20px 20px 20px;
}

.dA30 img
{
  display: block;
  float: none;
  margin: 0px 0px 20px 10px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 3px 2px 10px #ffffff;
  max-width: 300px; 
}

.dA30 h1
{
  margin: 10px 0px 0px 0px;
  color: #968eba;
  font-weight: bold;
  font-style: normal;
}

.dA30 p
{
  margin: 10px 0px 0px 0px;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  //ont-size: small;
  //line-height: 12px;
}

/*[S]*/
@media only screen and (max-width: 992px)
{
	.dA30
	{
    position: relative;
    top: auto; 
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    clear: both;
    overflow: visible;
	}
  .dA30 img
  {
    float: none;
    margin: 0px 0px 20px 0px;
    max-width: none;   
  }
}

