/** page layout **/
div
{
   -moz-box-sizing:border-box;
   box-sizing:border-box;
}
body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/** page structure **/

.sponsor200
{
	float: left;
	width: 200px;
	height: 60px;
	vertical-align: middle;
	margin-right: 20px;
}

.sponsor210
{
	float: left;
	width: 210px;
	height: 60px;
	vertical-align: middle;
	margin-right: 20px;
}

.sponsor196
{
	float: left;
	width: 196px;
	height: 60px;
	vertical-align: middle;
	margin-right: 20px;
}

.sponsor303
{
	float: left;
	width: 303px;
	height: 60px;
	vertical-align: middle;
	margin-right: 20px;
}


.sponsor110
{
	float: left;
	height: 60px;
	vertical-align: middle;
	margin-right: 20px;
}

.sponsor110end
{
	float: left;
	height: 60px;
	vertical-align: middle;
}

#sponsors
{
	display: table;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #EEEEF1;
}

#str_title
{
	display: table;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 5px solid #303b7d;
	border-bottom: 5px solid #303b7d;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #ffffff;
	font-size: 15px;
	clear: both;
}
#str_spon
{
	display: table;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0px;
}
#str_navtop
{
	display: table;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 5px;
}
#str_line
{
	display: table;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#str_body
{
	display: table;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 5px;
}
#str_content
{
	float: left;
	width: 580px;
	margin-left:  10px;
	margin-right: 10px;
}
#str_navleft
{
	width: 150px;
	float: left;
}
#str_navright
{
	width: 150px;
	float: right;
}
#str_copy
{
	display: table;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #d8d8df;
}

/** element structure **/

.left
{
	float: left;
	text-align: left;
}
.right
{
	float: right;
	text-align: right;
}

.content
{
	display: table;
 	width: 100%;
 	margin-top: 5px;
 	margin-bottom: 5px;
}

.clear
{
	clear:both;
}

/** navigation element **/

.ne
{
	width: 150px;
	background: #d8d8df;
	border-top: 1px solid #ffffff;
	border-left: 5px solid #303b7d;
	float: left;
	padding-left: 5px;
}
.ne a			{ font-size: 12px; color: #000000; text-decoration: none; font-weight: bold; }
.ne a:visited	{ font-size: 12px; color: #000000; text-decoration: none; font-weight: bold; }
.ne a:hover		{ font-size: 12px; color: #555555; text-decoration: none; font-weight: bold; }

/** sub-navigation element **/
.sne
{
	width: 150px;
	background: #d8d8df;
	border-left: 4px solid #303b7d;
	border-top: 1px solid #ffffff;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sne_sp
{
	width: 150px;
	border-top: 1px solid #ffffff;
}
.sne a		{ color: #000000; text-decoration: none; }
.sne a:visited	{ color: #000000; text-decoration: none; }
.sne a:hover	{ color: #555555; text-decoration: underline; }

/** sub-sub navigation element **/
#str_navcontent
{
	display: table;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: left;
	background: #d8d8df;
	clear: both;
}
.ssne
{
	width: 70px;
	background: #d8d8df;
	border-left: 4px solid #303b7d;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.ssne_sel
{
	width: 70px;
	background: #ffffff;
	border-left: 4px solid #303b7d;
	border-top: 1px solid #ffffff;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.ssne a		{ font-weight: bold; color: #000000; text-decoration: none }
.ssne a:active	{ font-weight: bold; color: #000000; text-decoration: none }
.ssne a:visited	{ font-weight: bold; color: #000000; text-decoration: none }
.ssne a:hover	{ font-weight: bold; color: #555555; text-decoration: none }

.ssne_sel a		{ font-weight: bold; color: #000000; text-decoration: none }
.ssne_sel a:active	{ font-weight: bold; color: #000000; text-decoration: none }
.ssne_sel a:visited	{ font-weight: bold; color: #000000; text-decoration: none }
.ssne_sel a:hover	{ font-weight: bold; color: #555555; text-decoration: none }

.ssnes
{
	width: 52px;
	background: #d8d8df;
	border-left: 4px solid #303b7d;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.ssnes_sel
{
	width: 52px;
	background: #ffffff;
	border-left: 4px solid #303b7d;
	border-top: 1px solid #ffffff;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
.ssnes a	  { font-weight: bold; color: #000000; text-decoration: none }
.ssnes a:active	  { font-weight: bold; color: #000000; text-decoration: none }
.ssnes a:visited  { font-weight: bold; color: #000000; text-decoration: none }
.ssnes a:hover    { font-weight: bold; color: #555555; text-decoration: none }

.ssnes_sel a		{ font-weight: bold; color: #000000; text-decoration: none }
.ssnes_sel a:active	{ font-weight: bold; color: #000000; text-decoration: none }
.ssnes_sel a:visited	{ font-weight: bold; color: #000000; text-decoration: none }
.ssnes_sel a:hover	{ font-weight: bold; color: #555555; text-decoration: none }

/** link management **/

a.mainnavsub			{ font-weight: bold; color: #000000; text-decoration: none }
a.mainnavsub:active		{ font-weight: bold; color: #000000; text-decoration: none }
a.mainnavsub:visited	{ font-weight: bold; color: #000000; text-decoration: none }
a.mainnavsub:hover		{ font-weight: bold; color: #555555; text-decoration: none }

#str_copy a			{ color: #000000; text-decoration: none }
#str_copy a:active	{ color: #000000; text-decoration: none }
#str_copy a:visited	{ color: #000000; text-decoration: none }
#str_copy a:hover	{ color: #555555; text-decoration: none }

/** tot hier **/

.subtitle
{
	display: table;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 3px solid #303b7d;
	border-bottom: 3px solid #303b7d;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #ffffff;
	font-size: 13px;
	clear: both;
}

.ct
{
	width: 100%;
	background: #303b7d;
	color: #ffffff;
	display: table;
}

/** image boxes **/

.imagebl
{
	background: #ffffff;
	width: 135px;
	float: left;
	text-align: center;
	border: 1px solid #303b7d;
	margin: 4px;
}

/** picture text picture **/

.ptpt
{
	width: 100%;
	background: #303b7d;
	color: #ffffff;
	display: table;
	text-align: center;
}
.ptpimg150left
{
	height: 150px;
	width: 150px;
	float: left;
}
.ptpimg150right
{
	height: 150px;
	width: 150px;
	float: right;
}
.ptpcontent200
{
	float: left;
	height: 150px;
	width: 200px;
	text-align: center;
}
.ptpcontent150
{
	float: left;
	height: 150px;
	width: 280px;
	text-align: center;
}

/**  training Ben **/
.row
{
	display: table;
	width: 100%;
	border-bottom: solid 1px #ffffff;
	clear:both;
}
.row .l50
{
	width: 70px;
	float: left;
	padding-right: 10px;
}
.row .l25p
{
	width: 12%;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.row .r25p
{
	width: 12%;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.row .l25
{
	width: 40px;
	float: left;
	padding-right: 10px;
}
.row .left
{
	float: left;
	padding-right: 10px;
}
.row .right
{
	width: 35px;
	float: right;
	padding-left: 10px;
}
.row .r25
{
	width: 55px;
	float: right;
	text-align: right;
	padding-left: 10px;
}
