body {
	background: #5B5B5B;
	padding: 0px;
	margin: 0px;
}


.OnlyFull {

}


.Wrapper {
	margin: auto;
	width: 1200px;
}



#Header {
	height: 110px;
	text-align: right;
	padding: 35px;
	padding-bottom: 0px;
/*	border-bottom: 1px solid #DADADA; */
	position: relative;
}
#Header a {
	color: #EC7102;
}
#Header img.Logo {
	float: left;
}
#Header nav > ul {
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #EC7102;
	text-transform: uppercase;
	overflow: hidden;
}
#Header nav > ul > li {
	display: inline-block;
	text-align: left;
	height: 85px;
	margin: 0px;
	margin-left: 15px;
	overflow: hidden;
}
#Header nav > ul > li a {
	display: inline-block;
	white-space: nowrap;
	color: #2063a6;
	padding-top: 10px;
	padding: 15px;
	padding-bottom: 25px;
	font-weight: normal;
}
#Header nav > ul li a.active {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 25%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 25%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 25%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 25%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 25%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */


	border: 1px solid #dadada;
	border-bottom: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-op-border-top-left-radius: 5px;
	-op-border-top-right-radius: 5px;
	-webkit-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#Header nav > ul > li p img {
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
}
#Header nav > ul > li p {
	font-size: 12px;
	line-height: 1.3em;
	text-transform: none;
	color: #555;
	margin-top: 2px;
	display: block;
	padding-right: 30px;
}

#Navigation ul li.OnlyMobile,
#Header nav > ul li.OnlyMobile {
	display: none;
}



#MinHeader {
	font-size: 11px;
	padding: 14px 35px 12px 35px;
	color: #333;
	background: #F1F1F1;
	line-height: 1.3em;
}

#MinHeader a {
	font-weight: normal;
	color: inherit;
}
#MinHeader ul {
	display: inline;
	color: inherit;
	list-style: none inside;
	margin: 0px;
}
#MinHeader ul li {
	display: inline;
	margin-right: 1.5em;
	white-space: nowrap;
}
#MinHeader ul li .fa {
	margin-right: 0.5em;
}

#MinHeader ul.login {
	float: right;
}
#MinHeader ul.login li:first-child {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#MinHeader ul.login li input {
	color: #888;
	font-weight: normal;
	width: 120px;
	padding: 0px 2px;
	margin: 0px;
	margin-top: -4px;
}

#MinHeader ul.login li:last-child {
	margin-right: 0px;
}


#Navigation ul,
#Header ul {
	list-style: none inside;
}



#MinFooter {
	background: #1870C3;
}



#Navigation {
	background: #1870C3;
 	background: #0c6ec6;
	padding: 10px 40px 7px 35px;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	z-index: 1000;
}
#Navigation a {
	color: inherit;
}
#Navigation ul li {
	display: inline;
	color: white;
	line-height: 20px;
	margin: 0px;
	margin-left: 2.5em;
	white-space: nowrap;
}
#Navigation ul li input {
	width: 180px;
	margin: 0px;
	border-radius: 5px;
	border: 0px;
	color: #888;
	padding: 3px 5px 2px 10px;
	font-weight: normal;
	font-size: 90%;
}




#SubNavi {
	line-height: 42px;
	line-height: 30px;
	background: #F9F9FA;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 2px 35px 0px 35px;
}
#SubNavi ul {
	list-style: none inside;
	white-space: nowrap;
	overflow: hidden;
	margin: 0px 3px;
}
#SubNavi ul li {
	display: inline;
	font-size: 12px;
}
#SubNavi ul li.OnlyMobile {
	display: none;
}



#Content {
	color: #333;
	padding: 35px;
	min-height: 400px;
	overflow: hidden;
}



div.left,
#Article {
	float: left;
	width: 765px;
}




#Footer {
	background: #F1F1F1;
	padding: 35px;
	padding-bottom: 18px;
	color: #333;
}
#Footer ul {
	display: inline;
	margin: 0px;
	list-style: none;
}
#Footer ul a {
	color: inherit;
}

#Footer ul li,
#Footer p {
	color: inherit;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#Footer h4 {
	color: #555;
	border-bottom: 1px solid #BBB;
	margin-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 4px;
	font-family: 'Fira Sans', Arial, verdana, sans-serif;
	font-weight: 500;
}
#Footer li.col1 {
	display: inline-block;
	width: 29%;
	margin-right: 4%;
	text-align: justify;
}
#Footer li.col2 {
	width: 21%;
	display: inline-block;
	margin-right: 4%;
}
#Footer li.col3 {
	width: 21%;
	display: inline-block;
	margin-right: 0px;
}
#Footer li.col4 {
	width: 17%;
	float: right;
	margin-right: 0px;
}



#Footer li ul li {
	display: block;
	margin: 0px;
}

/*
#Footer li.col3 ul li {
	display: inline-block;
	width: 44%;
	margin: 0px;
	margin-right: 5%;
}
*/

#Footer li.col4 ul li {
	display: block;
	margin: 0px;
}



#MinFooter {
	padding: 15px 35px;
	font-size: 11px;
	color: #ddd;
}
#MinFooter ul {
	float: right;
	color: inherit;
	list-style: none inside;
}
#MinFooter ul li {
	display: inline-block;
	width: auto;
	padding: 0px 9px;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}
#MinFooter ul li:first-child {
	padding-left: 0px;
}
#MinFooter ul li:last-child {
	padding-right: 0px;
	border: 0px;
}
#MinFooter ul li a {
	color: inherit;
}






.l5050 div.column {
	display: inline-block;
	width: 48%;
}

.l5050 div.column + div.column {
	float: right;
}





#Header .PopupNavi {
	position: absolute;
	background: white;
	border-bottom: 1px solid #ccc;
	text-align: left;
	top: 145px;
	left: 0px;
	right: 0px;
	font-size: 12px;
	padding: 0em 0em 1em 0em;
	box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.1);
	z-index: 20100;
}
#Header .PopupNavi > h2 {
	background: #f5f5f5;
	margin: 0px;
	padding: 10px 25px;
	font-size: 16px;
	color: #444;
	font-weight: normal;
}


#Header #singleAGB,
#Header #multiAGB {
	margin: 0px 25px;
}
#Header #singleAGB {
	margin-top: 1em;
}

#Header #singleAGB > ul {
	font-size: inherit;
	display: block;
	width: 20%;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #ccc;
}
#Header #singleAGB > ul li {
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 20px;
	white-space: nowrap;
}
#Header #singleAGB > ul li a {
	display: block;
	color: #777;
	min-width: 200px;
	margin: 0px;
	line-height: 1.5em;
}
#Header #singleAGB > ul li i {
	line-height: inherit;
}

#Header #multiAGB .col-25-2 > a {
	margin-top: 1em;
	font-weight: bold;
	font-size: 13px;
	color: #777;
 	text-align: left;
}
#Header #multiAGB .col-25-2 > div.content {
	margin-right: 20px;
	min-height: 90px;
	margin: 1em 0em 0em 0em;
}


#SideBar {
	float: right;
	width: 325px;
	padding: 0px;
	margin: 0px;
	margin-top: 41px;
	max-width: 325px;
}

#SideBar div.SideBarItem:last-child {
	margin-bottom: 4em;
}

#SideBar .SideBarItem {
	margin-top: 20px;
	margin-bottom: 2px;
	padding-bottom: 0px;
/*
	border-bottom: 4px solid #ccc;
	border-bottom: 1px dotted #777;
*/
}

#SideBar .SideBarItem h3 + p,
#SideBar .SideBarItem h3 + a + p {
	margin-top: 0px;
}


.NewsElement div.content {
	display: block;
	float: none;
	float: right;
	width: 75%;
}
.NewsElement div.content > div:first-child {
	min-height: 180px;
}

.NewsElement.small div.content {
	width: 65%;
}


div.white,
div.gray {
	padding: 2em;
	border: 1px solid #e7e7e7;
	background: #f7f7f7;
	margin: 1.5em 0em;
}

div.white {
	background: white;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

#Content div.white > *:first-child,
#Content div.gray > *:first-child {
	margin-top: 0px;
}


#Content div.white > *:last-child,
#Content div.white > *:last-child,
#Content div.gray > *:last-child,
#Content div.gray > *:last-child {
	margin-bottom: 0px;
}




.OnlyMobile,
li.OnlyMobile,
hr.OnlyMobile,
.OnlyPrint {
	display: none;
}





@media screen and (max-width:767px) {

	.OnlyFull {
		display: none;
	}
	.OnlyMobile {
		display: inline;
	}
	hr.OnlyMobile, div.OnlyMobile {
		display: block;
	}

	.Wrapper {
		width: auto;
		max-width: 100%;
	}

	#MinHeader {
		text-align: right;
		height: auto;
		padding-left: 20px;
		padding-right: 15px;
	}
	#MinHeader ul {
		display: inline-block;
	}
	#MinHeader ul li {
		display: block;
		margin: 3px 0px;
		white-space: nowrap;
	}
	#MinHeader ul li.OnlyFull {
		display: none;
	}

	#MinHeader ul.login {
		display: none;
	}

	#Content {
		padding: 20px;
		padding-top: 35px;
	}

	#Header {
		display: block;
		height: auto;
		width: 100%;
		margin: 0px;
		padding: 0px ;
		border-bottom: 0px;
		text-align: center;
		height: 70px;
	}

	body.Portal #Header {
		display: none;
	}

	#Header nav > ul {
		clear: both;
		display: inline-block;
		position: absolute;
		bottom: 5px;
		left: 10px;
		padding: 0px;
		height: auto;
		text-align: left;
		white-space: nowrap;
		margin: 0px;
	}

	#Header nav > ul > li {
		position: relative;
		display: inline-block;
		padding: 0em;
		margin: 0px;
		border: 0px;
		width: 30%;
	}
	#Header nav > ul > li img {
		display: none;
	}
	#Header nav > ul > li + li { width: 37%; }
	#Header nav > ul > li + li + li  { float: right; width: 30%; }

	#Header .PopupNavi {
		display: block;
		top: 70px;
		border-top: 1px solid #e5e5e5;
	}
	#Header nav > ul li {
		height: auto;
	}
	#Header nav > ul li a {
		display: block;
		line-height: 1.5em;
		font-size: 10px;
		margin: 0px;
		padding: 0px 0px 5px 5px;
		border: 1px solid white;
		border-bottom: 0px;
	}
	#Header nav > ul li a p {
		font-size: 11px;
		margin-bottom: 2px;
	}

	#SubNavi {
		padding-left: 25px;
		padding-right: 25px;
	}
	#SubNavi ul {
		margin-left: 0px;
	}

	#Navigation {
		display: none;
		position: absolute;
		margin-top: 34px;
		left: 0px;
		right: 0px;
		padding: 0px;
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	}
	#Navigation ul {
		margin: 0px;
	}
	#Navigation ul li {
		display: block;
		text-align: center;
		font-size: 13px;
		border-bottom: 1px solid #ccc;
		margin: 0px;
	}
	#Navigation ul li a {
		display: block;
		line-height: 3em;
	}

	#Footer	{
		padding: 20px;
		padding-top: 25px;
	}
	#Footer ul {
		margin: 0px;
	}
	#Footer ul li.col1,
	#Footer ul li.col2,
	#Footer ul li.col3,
	#Footer ul li.col4 {
		clear: both;
		display: block;
		margin: 0em 0em 2em 0em;
		width: 100%;
		float: none;
		margin-bottom: 0px;
	}

	div.left,
	#Article {
		float: none;
		clear: both;
		display: block;
		width: 100%;
	}

	#SideBar {
		float: none;
		clear: both;
		width: 100%;
		margin-top: 20px;
		max-width: none;
	}

	#SideBar div.SideBarItem:last-child {
		margin-bottom: 1em;
	}

	#SideBar .SideBarItem {
		display: block;
		width: 100%;
		float: none;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	body.Portal #SideBar .SideBarItem {
		border-bottom: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		margin-top: 1em;
	}

	#MinFooter {
		text-align: center;
		padding: 15px;
	}
	#MinFooter ul,
	#MinFooter span {
		margin: 0px;
		display: block;
		float: none;
		padding: 0px;
		display: block;
	}

	#SubNavi ul li.OnlyMobile {
		display: inline;
	}
	#Navigation ul li.OnlyMobile,
	#Header ul li.OnlyMobile {
		display: block;
	}


	#Header #singleAGB > ul {
		display: block;
		padding: 0px;
		margin: 0px;
		width: 100%;
		border: 0px;
	}
	#Header #singleAGB > ul li {
		margin: 0px;
		padding-left: 3px;
	}

	#Header #multiAGB {
		white-space: normal;
 	}
 	#Header #multiAGB .col-25-2 {
 	}
 	#Header #multiAGB .col-25-2 div.content {
	 	text-align: left;
		padding-right: 10px;
		min-height: 110px;
 	}

	#Header #multiAGB a.button {
		margin-top: 1em;
		font-size: 12px;
		margin-right: 10px;
 	}

}




div.tabber {
	border-top: 0px;
	margin-top: 3em;
}
div.tabber h2 {
	margin-top: 0px;
}
div.tabber nav {
	color: white;
	background: #f5f5f5;
	background: #f0f0f0;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: -3px;
}
div.tabber nav a {
	color: #333;
	display: inline-block;
	white-space: nowrap;
	line-height: 1.7em;
	padding: 0px 1.5em;
	margin-right: 3px;
	background: #f7f7f7;
	color: #777;
	border: 2px solid #f7f7f7;
	border-bottom: 4px solid #f7f7f7;
	margin-top: 3px;
}
div.tabber nav a.active {
	background: #1659b6;
	background: white;
	border-top: 3px solid #336699;
	border-bottom: 4px solid white;
	color: #333;
}

div.tabber div.tabs section {
	border: 2px solid #f0f0f0;
}

div.tabber section {
	display: none;
	background: white;
	padding: 2em 2em 1em 2em;
}
div.tabber nav + div section:first-child {
	display: block;
}


form.box,
div.box {
	border-top: 1px solid #E96501;
	border-bottom: 1px solid #E96501;
	background: #FFF3EB;
	padding: 1.5em 1em;
	margin: 1.5em 0em;
}
form.box,
div.box > *:last-child {
	border-bottom: 0px;
}
div.box.blue {
	color: #555;
	background: #EDF6FF;
	border-top: 1px solid #0062C3;
	border-bottom: 1px solid #0062C3;
}
