.at .body
{
	background-image: url('../images/bg_dojo_at.jpg');
	background-repeat: no-repeat;
}

.ch .body
{
	background-image: url('../images/bg_dojo_ch.jpg');
	background-repeat: no-repeat;
}

.de .body
{
	background-image: url('../images/bg_dojo_de.jpg');
	background-repeat: no-repeat;
}

.fr .body
{
	background-image: url('../images/bg_dojo_fr.jpg');
	background-repeat: no-repeat;
}

.gr .body
{
	background-image: url('../images/bg_dojo_gr.jpg');
	background-repeat: no-repeat;
}

.il .body
{
	background-image: url('../images/bg_dojo_il.jpg');
	background-repeat: no-repeat;
}

.pl .body
{
	background-image: url('../images/bg_dojo_pl.jpg');
	background-repeat: no-repeat;
}

.pt .body
{
	background-image: url('../images/bg_dojo_pt.jpg');
	background-repeat: no-repeat;
}

article
{
	height: 477px;
}

.europe
{
	padding-bottom: 10px;
	height: 701px;
}

.menu
{
	border-bottom: none;
}

.menu a
{
	margin-bottom: 0px;
}

.submenu
{
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0px 10px;
	border-bottom: 1px solid #373777;
	padding-left: 2px;
	width: 483px;
	font-size: 9pt;
}

.submenu a
{
	flex: 1 1 auto;
	display: block;
	margin-bottom: 2px;
	padding: 2px;
	height: 22px;
	background: #373777;
	color: white;
	text-align: center;
	text-decoration: none;
}

.submenu a img
{
	vertical-align: middle;
	width: 20px;
	height: 13px;
}

.submenu a.selected img
{
	margin-top: 1px;
	width: 31px;
	height: 20px;
}

a.dojo
{
	display: block;
	margin-top: 10px;
	border: 2px solid #373737;
	width: 278px;
	height: 38px;
	color: #373777;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

a.dojo.oneLine
{
	line-height: 38px;	
}

a.dojo.twoLines
{
	line-height: 19px;
}

body.at a.dojo
{
	background: #d0cbd1;
}

body.ch a.dojo
{
	background: #b6baa3;
}

body.de a.dojo
{
	background: #dfbe6f;
}

body.fr a.dojo
{
	background: #cfa632;
}

body.gr a.dojo
{
	background: #dcd5a9;
}

body.il a.dojo
{
	background: #d3d9d9;
}

body.pl a.dojo
{
	background: #f5e6c5;
}

body.pt a.dojo
{
	background: #d9beab;
}

h1
{
	color: #373777;
	text-align: right;
	font-size: 18pt;
}

a.worldwide
{
	background: #373777;
	color: #abcdef;
}

article img
{
	border: 1px solid #373777;
}

a.mainEntity
{
	float: right;
}