

@charset 'utf-8';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

input, button {
	font: inherit;
}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}


/*
http://nitzsche.info
*/

body {
  background-color: #fff;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/* End hide from IE-mac */


/*
 * HTML5 default styles:
 */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}




	
		

body{
	-webkit-text-size-adjust: none;
}

.WGA-Item{
	position: relative;
}
.WGA-Item .WGA-Item-Edit{
	left: 0;
}


body{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center 0;
	background-image: url('/file/8ae7800d485428200148550872b50000.de.0/background_1.jpg');
}
body #page{
	position: relative;
	padding: 5px;
}
body .content-modules .module{
	margin-bottom: 1em !important;
}
body .content-modules .module-cm_columns .columns-wrapper .inner-column{
	border-right: none;
}
body .content-modules .box{
	background-color: rgba(255, 255, 255, 0.5);
	background-image: none;
	margin-bottom: 2em;
}
body .content-modules .box .content{
	padding: .5em !important;
}
body .content-modules .module-cm_form .formfield .data{
	margin: 0 1.5em 0 .2em;
}
body .content-modules .module-cm_form .buttons{
	margin-top: 1em;
}
body .content-modules .module-cm_form fieldset{
	padding: 1em;
	margin: 1em 0;
}
body .content-modules .module-cm_form input[type=text], body .content-modules .module-cm_form input[type=password], body .content-modules .module-cm_form textarea{
	border: inset silver .1em;
	padding: .2em .5em;
	background: rgba(255,255,255, .5);
	border-radius: .5em;
	-ms-border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
body .content-modules .module-cm_form input[type=radio]{
	margin: 0 0.5em 0 0;
	width: 1em;
}
body .content-modules .module-cm_form textarea{
	height: 5em;
	margin-bottom: -20px;
}
body .content-modules .module-cm_form .capcha-image img{
	height: 6em !important;
}
body .module-cm_column-slider .column-slider .nav a.prev:hover, body .module-cm_column-slider .column-slider .nav a.next:hover{
	color: #fff;
}
body .module-cm_column-slider .column-slider .nav a.next, body .module-cm_column-slider .column-slider .nav a.prev{
	position: absolute;
	top: 50%;
	font-size: 50px;
	color: #fff;
}
body .module-cm_column-slider .column-slider .nav a.prev{
	left: 10px;
}
body .module-cm_column-slider .column-slider .nav a.next{
	right: 10px;
}
body .module-cm_column-slider .column-slider .nav a.disabled{
	display: none;
}
body .module-cm_column-slider .column-slider .nav .control{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5px;
}
body .module-cm_column-slider .column-slider .nav .control a{
	background: #ddd;
	display: inline-block;
	line-height: 15px;
	width: 15px;
	height: 15px;
	border: solid #ddd 1px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
body .module-cm_column-slider .column-slider .nav .control a.active{
	background: #777;
	border: solid #777 1px;
}
body .module-um3o_cookie_optin{
	margin: 5px;
}
body .module-um3o_cookie_optin .headline{
	font-size: inherit;
	font-weight: bold;
}
body .module-um3o_cookie_optin .headline input[type=checkbox]{
	vertical-align: top;
}
body .module-um3o_cookie_optin p{
	font-size: inherit;
}
body .module-um3o_cookie_optin .buttons a{
	margin: 10px 0;
	display: block;
}


body #cookie-optin{
	display: block;
	background: rgba(51,  51, 51, .95);
	color: white;
	padding: 10px;
	position: fixed;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
body #cookie-optin .message p{
	margin: 15px 0;
}
body #cookie-optin .message a.datenschutz{
	color: inherit;
	text-decoration: underline;
}
body #cookie-optin .message .buttons{
	display: block;
}
body #cookie-optin .message .buttons a{
	display: block;
	margin: 20px 0;
	padding: 12px 20px;
	background: #1fa648;
	color: white;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	text-decoration: none;
}
body .module-um3o_cookie_optin .buttons a{
	display: block;
	margin: 0 0 20px 0 !important;
}


body{
	font-family: arial;
	font-size: 11px;
	color: #444444;
}
body a{
	color: inherit;
}
body .red{
	color: #f00;
}
body .green{
	color: green;
}


.rtf img{
	width: 100%;
	max-width: 100%;
}
.rtf ul{
	margin: 0px;
	padding: 0 1em;
}
.rtf p, .rtf li, .rtf h1, .rtf h2, .rtf h3, .rtf h4, .rtf h5, .rtf h6{
	line-height: 1.5;
	margin: .5em 0px;
}
.rtf p:first-child, .rtf li:first-child, .rtf h1:first-child, .rtf h2:first-child, .rtf h3:first-child, .rtf h4:first-child, .rtf h5:first-child, .rtf h6:first-child{
	margin-top: 0px;
}
.rtf p:last-child, .rtf li:last-child, .rtf h1:last-child, .rtf h2:last-child, .rtf h3:last-child, .rtf h4:last-child, .rtf h5:last-child, .rtf h6:last-child{
	margin-bottom: 0px;
}
.rtf h1{
	color: #000NaN;
	font-size: 1.5em;
}
.rtf h2, .rtf h3, .rtf h4, .rtf h5, .rtf h6{
	font-weight: bold;
}
.rtf .code{
	border: solid silver 1px;
	background: #efefef;
	color: #222222;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 2px 2px 8px gray;
	-ms-box-shadow: 2px 2px 8px gray;
	-moz-box-shadow: 2px 2px 8px gray;
	-webkit-box-shadow: 2px 2px 8px gray;
	padding: 5px;
	font-family: Arial;
	white-space: pre-wrap;
}
.rtf .code p{
	margin: 0px;
}
.rtf .code blockquote{
	margin: 0 0 0 30px;
}
.rtf table.gray{
	border-spacing: 2px;
	border-collapse: separate;
}
.rtf table.gray td{
	background-color: #efefef;
	border: solid silver 1px;
	padding: 5px;
}
.rtf table tr.table-header td{
	background-color: gray;
	background: linear-gradient(gray 40%,black);
	background: -ms-linear-gradient(gray 40%,black);
	background: -moz-linear-gradient(gray 40%,black);
	background: -webkit-linear-gradient(gray 40%,black);
	color: white;
}
.rtf table td.green{
	border: solid green 2px;
}
.rtf img.dia{
	border:  solid silver 1px;
	background: gray;
	background-image: -moz-linear-gradient(300deg, white 60%, gray 90%);
	background-image: -webkit-gradient(linear, left top, right bottom, from(white), to(gray), color-stop(.7, white));
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 10px black;
	-ms-box-shadow: 1px 1px 10px black;
	-moz-box-shadow: 1px 1px 10px black;
	-webkit-box-shadow: 1px 1px 10px black;
	padding: 10px;
	margin: 0 20px 20px 0;
	max-height: 80px;
	max-width: 80px;
}
.rtf img.shadow{
	box-shadow: 1px 1px 10px black;
	-ms-box-shadow: 1px 1px 10px black;
	-moz-box-shadow: 1px 1px 10px black;
	-webkit-box-shadow: 1px 1px 10px black;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
.rtf img.right{
	float: right;
	margin: 0 0 0 .5em;
}
.rtf img.left{
	float: left;
	margin: 0 .5em 0 0;
}
.rtf img.image-zoomer{
	cursor: pointer;
}
.rtf a.button{
	text-decoration: none;
	color: black;
	padding: 2px 10px;
	border: solid gray 1px;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: linear-gradient(#efefef 40%,silver);
	background-image: -ms-linear-gradient(#efefef 40%,silver);
	background-image: -moz-linear-gradient(#efefef 40%,silver);
	background-image: -webkit-linear-gradient(#efefef 40%,silver);
}
.rtf a.button:hover{
	box-shadow: 1px 1px 2px gray;
	-ms-box-shadow: 1px 1px 2px gray;
	-moz-box-shadow: 1px 1px 2px gray;
	-webkit-box-shadow: 1px 1px 2px gray;
	color: brown;
}
.rtf .quote{
	border-left: solid #607d9a 3px;
	padding-left: 10px;
	text-indent: -5px;
	font-style: italic;
	color: gray;
}


#header{
	display: block;
	position: relative;
}


/*
 * responsive:header
 */
#header{
	height: 80px;
	background-color: gray;
	background-image: url(/file/images/orange.jpg;jsessionid=15EE752B4E8C0D8B871FF563E4C23B01);
}
#header h1{
	color: white;
	text-shadow: 0 0 5px black;
	padding: 10px;
	font-size: 36px;
}
#header h1 a{
	color: inherit;
	text-decoration: none;
}
#header h1 a:hover{
	text-shadow: 0 0 10px red;
}
#header .slogan{
	display: none;
}
#header .langnav{
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(255,255,255, .5);
	padding: 3px 10px;
	border-radius-bottomleft: 10px;
	-ms-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#header .langnav a{
	display: block;
	color: white;
	font-size: 14px;
	text-decoration: none;
}
#header .langnav a .langtitle{
	display: none;
	margin-left: 10px;
}
#header .langnav a .langtitle:hover{
	text-shadow: 0 0 10px white;
}
#header .langnav a .langimage{
	display: block;
	margin-left: 5px;
}
#header .langnav a .langimage:hover{
	box-shadow: 0 0 10px white;
	-ms-box-shadow: 0 0 10px white;
	-moz-box-shadow: 0 0 10px white;
	-webkit-box-shadow: 0 0 10px white;
}

/*
 * responsive:mainnav@base
 */
#mainnav{
	display: block;
	position: relative;
	transition: max-height .25s;
	-ms-transition: max-height .25s;
	-moz-transition: max-height .25s;
	-webkit-transition: max-height .25s;
}
#mainnav nav{
	overflow: hidden;
	max-height: inherit;
}
#mainnav nav ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#mainnav nav ul li{
	padding: 0px;
	margin: 0px;
}
#mainnav nav ul li a{
	display: block;
}
#mainnav nav ul.drop-down, #mainnav nav ul .drop-down-content{
	display: none;
	position: absolute;
	z-index: 101;
}
#mainnav nav ul.drop-down li{
	float: none;
}
#mainnav.opened .addon{
	display: none;
}
#mainnav #the-menu{
	padding: 10px;
}
#mainnav #the-menu li{
	margin: 5px 0px;
}


/*
 * responsive:mainnav
 */
#mainnav{
	background-color: rgba(255, 255, 255, 0.5);
	background-image: linear-gradient(#000NaN 40%,rgba(255, 255, 255, 0.5));
	background-image: -ms-linear-gradient(#000NaN 40%,rgba(255, 255, 255, 0.5));
	background-image: -moz-linear-gradient(#000NaN 40%,rgba(255, 255, 255, 0.5));
	background-image: -webkit-linear-gradient(#000NaN 40%,rgba(255, 255, 255, 0.5));
	font-size: 12px;
	min-height: 35px;
	max-height: 35px;
	line-height: 35px;
}
#mainnav.opened{
	max-height: 100%;
}
#mainnav.opened #the-menu{
	border-top: solid white 1px;
	margin-bottom: 1px;
}
#mainnav nav ul li a{
	text-decoration: none;
	color: inherit;
	padding: 0 10px;
}
#mainnav nav ul.drop-down{
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 1px 1px 2px gray;
	-ms-box-shadow: 1px 1px 2px gray;
	-moz-box-shadow: 1px 1px 2px gray;
	-webkit-box-shadow: 1px 1px 2px gray;
}
#mainnav nav ul.drop-down li{
	border-top: solid white 1px;
}
#mainnav nav ul.drop-down li:first-child{
	border-top: none;
}
#mainnav #menu-dropdown{
	font-size: 120%;
	text-align: right;
}
#mainnav #menu-dropdown a:hover{
	background: rgba(255, 255, 255, 0.3);
}
#mainnav #the-menu li{
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	border: solid white 1px;
	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#mainnav #the-menu li:hover{
	background: rgba(255, 255, 255, 0.6);
}
#mainnav #the-menu li.selected{
	background: rgba(255, 255, 255, 0.8);
	color: grey;
	border-color: grey;
}

.childnav ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


.childnav{
	margin-top: 5px;
}
.childnav li{
	margin: 5px 0;
	text-align: center;
}
.childnav li a{
	background: rgba(255,255,255, .5);
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	border: solid white 1px;
	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.childnav li a:hover{
	background: rgba(255,255,255, .3);
}
.childnav li a.selected{
	background: rgba(255,255,255, .5);
}


.leftcol .servicenav ul li{
	text-align: center;
	margin: 5px 0;
	float: none;
}
.leftcol .servicenav ul li a{
	background: rgba(255,255,255, .5);
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	border: solid white 1px;
	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.leftcol .servicenav ul li a:hover{
	background: rgba(255,255,255, .3);
}
.leftcol .servicenav ul li.first{
	margin-top: 0px;
}

#content{
	padding: 0px;
	margin: 0px;
	position: relative;
}
#content .centercol > .inner{
	width: 100%;
}


#content{
	position: relative;
}
#content .content-body{
	padding: 10px;
}
#content .content-body .sitemap{
	background: rgba(255,255,255,.5);
	padding: 20px;
	border-radius: 7px;
	-ms-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#content .content-body .sitemap ul{
	padding: 0px;
	margin: 0px;
}
#content .content-body .sitemap ul li{
	padding: 0px;
	margin: 1px;
}
#content .content-body .sitemap ul li.level-1{
	border: none;
}
#content .content-body .sitemap ul li.level-2{
	border: none;
}
#content a #gedig{
	background-color: black;
}

#footer{
	display: block;
	position: relative;
}


#footer{
	color: white;
	border-left: solid 1px gray;
	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
}
#footer .icons{
	float: right;
	width: 180px;
	text-align: right;
}
#footer .icons a{
	text-decoration: none;
}
#footer .icons img{
	height: 20px;
}
#footer p{
	margin-right: 160px;
}
#footer p span{
	display: block;
}

.form-field.error label.form-field-label, .form-field.error .error-message{
	color: red !important;
}
.form-field label.form-field-label{
	float: left;
	cursor: auto;
}
.form-field .form-field-controls{
	margin-right: 10px;
}
.form-field .form-field-controls select{
	font: inherit;
	margin-top: 2px;
}


.form-field{
	margin: 10px 0;
}
.form-field label.form-field-label{
	width: 100px;
	margin-top: 5px;
	text-align: right;
	color: gray;
}
.form-field .form-field-controls{
	margin-left: 110px;
}
.form-field .form-field-controls input[type=text], .form-field .form-field-controls input[type=password], .form-field .form-field-controls textarea{
	width: 100%;
}
.form-field .form-field-controls.mode-view{
	padding-top: 5px;
}
.form-field .form-field-controls p{
	padding-top: 3px;
}
.form-field.required label.form-field-label{
	color: black;
	font-weight: bold;
}


.form-messages{
	background: white;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	box-shadow: inset 0 0 5px silver;
	-ms-box-shadow: inset 0 0 5px silver;
	-moz-box-shadow: inset 0 0 5px silver;
	-webkit-box-shadow: inset 0 0 5px silver;
	color: red;
}


@media screen and (max-width: 639px) {
	body img.logo{
	width: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

	
}




	
		@media screen and (min-width: 640px)
	{


	
	body #page{
	max-width: 640px;
}


body{
	margin: 10px;
}
body #page{
	margin: 10px auto 10px auto;
	width: 760px;
}
body img.logo{
	width: 120px;
	margin-bottom: 5px;
}
body .hide-on-small{
	display: block;
}
body .hide-on-medium{
	display: none;
}

body #cookie-optin .message{
	max-width: 640px;
	margin: 0 auto;
}
body #cookie-optin .message .buttons{
	display: flex;
	margin: 20px -20px;
}
body #cookie-optin .message .buttons a{
	flex: 1;
	margin: 0 20px;
}
body .module-um3o_cookie_optin .buttons a{
	display: unset;
	margin: 0 20px 0 0 !important;
}

	#header{
	height: 200px;
	border-radius-topleft: 5px;
	-ms-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-radius-topright: 5px;
	-ms-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#header h1{
	font-size: 48px;
}
#header .slogan{
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 350px;
	padding: 20px;
	background: rgba(255,255,255, .4);
	border-radius-topleft: 20px;
	-ms-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
}
#header .slogan h2{
	font-size: 24px;
	color: grey;
	font-weight: bold;
}
#header .slogan p{
	font-style: italic;
}

	/*
 * responsive:mainnav-medium@base
 */
#mainnav{
	transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
#mainnav #menu-dropdown{
	display: none;
}
#mainnav nav ul li{
	float: left;
}
#mainnav nav ul li:hover ul.drop-down, #mainnav nav ul li:hover .drop-down-content{
	display: block;
}
#mainnav #the-menu{
	padding: 0px;
}
#mainnav #the-menu li{
	margin: 0px;
}


/*
 * responsive:medium:mainnav
 */
 #mainnav{
	font-size: .8em;
}
#mainnav #the-menu{
	border: none;
	margin: 0px;
	float: right;
}
#mainnav #the-menu li{
	background: transparent;
	border: none;
	border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#mainnav #the-menu li.selected, #mainnav #the-menu li.selected:hover{
	color: #000;
}
#mainnav #the-menu .drop-down-content{
	top: 35px;
	box-shadow: 0 0 3px silver;
	-ms-box-shadow: 0 0 3px silver;
	-moz-box-shadow: 0 0 3px silver;
	-webkit-box-shadow: 0 0 3px silver;
}
#mainnav .addon .search-box input{
	width: 180px;
}

	
	#content .centercol.right{
	float: left;
	width: 100%;
}
#content .rightcol{
	float: left;
	width: 0%;
}
#content .leftcol{
	clear: left;
}


#content .content-body{
	padding: 0px;
}
#content .content-body .content-wrapper{
	padding: 0 0 0 0px;
}

	


	}





	
		@media screen and (min-width: 1380px)
	{


	
	body #page{
	max-width: 1380px;
}


html {
	height: 100%
}

body{
	margin: 0px;
	height: 100%;
	font-size: 18px;
}
body #page{
	margin: 0 auto;
	height: 100%;
	border: none;
	padding: 0px;
	width: 1250px;
}
body #page .logo{
	position: relative;
	width: 150px;
	z-index: 20;
	top: 20px;
	left: 55px;
}
body #bg{
	background-color: white;
	height: 100%;
	z-index: 0;
}
body .hide-on-small{
	display: block;
}
body .hide-on-medium{
	display: block;
}
body .hide-on-large{
	display: none;
}


body #cookie-optin .message{
	max-width: 1380px;
}
	
	
	#mainnav{
	width: 100%;
	font-size: 1em;
	min-height: none;
	max-height: none;
	line-height: none;
	height: 70px;
	position: absolute;
	top: 10px;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 10px 0px 20px #666666;
	-ms-box-shadow: 10px 0px 20px #666666;
	-moz-box-shadow: 10px 0px 20px #666666;
	-webkit-box-shadow: 10px 0px 20px #666666;
}
#mainnav #the-menu{
	float: right;
}
#mainnav #the-menu li{
	color: black;
	width: 157px;
	text-align: center;
	line-height: 70px;
	height: 70px;
	border-right: solid white 1px;
}
#mainnav #the-menu li.last{
	border: none;
}
#mainnav #the-menu li:hover{
	background: rgba(255, 255, 255, .3);
}
#mainnav #the-menu li.selected{
	background: rgba(255, 255, 255, .5);
	border-color: white;
}

	.childnav{
	background: none;
	position: relative;
}
.childnav li{
	margin: 0px;
	text-align: left;
}
.childnav li a{
	background: none;
	border: none;
	border-bottom: solid rgba(255, 255, 255, 1.0) 1px;
	border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 15px;
}


.leftcol .servicenav{
	position: absolute;
	bottom: 0px;
	width: 262px;
}
.leftcol .servicenav ul li{
	text-align: left;
	margin: 0px;
}
.leftcol .servicenav ul li a{
	border: none;
	border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: none;
	padding: 15px 10px;
	border-top: solid white 1px;
}
.leftcol .servicenav ul li a:hover{
	background: rgba(255,255,255, .5);
}

	#content .leftcol{
	clear: none;
	float: left;
	width: 19%;
	margin-left: -100%;
}
#content .rightcol{
	float: left;
	width: 0%;
}
#content .centercol.left{
	float: left;
	margin-left: 19%;
	width: 81%;
}
#content .centercol.right{
	width: 100%;
}
#content .centercol.left.right{
	width: 81%;
}


#content{
	position: absolute;
	top: 80px;
	bottom: 26px;
	width: 100%;
}
#content .leftcol{
	background: rgba(255, 255, 255, 0.5);
	position: fixed;
	top: 80px;
	bottom: 26px;
	width: 262px;
	float: none;
	margin-left: 0px;
}
#content .leftcol .clearfix div{
	padding: 0 !important;
}
#content .leftcol .clearfix div .navigator ul li{
	background: none;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	margin: 0px;
}
#content .leftcol .clearfix div .navigator ul li a{
	border: none;
	padding: 0px;
	font-weight: normal;
}
#content .leftcol .clearfix div .navigator ul li.selected{
	background: rgba(255,255,255,.5);
}
#content .leftcol .clearfix div .navigator ul li.selected a{
	color: #333;
	font-weight: normal;
}
#content .centercol .content-body{
	padding: 10px;
	position: absolute;
	left: 262px;
	right: 0px;
	overflow: auto;
	height: 97.5%;
}
#content .centercol .content-body .content-wrapper{
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}

	#footer{
	position: fixed;
	bottom: 0px;
	font-size: .64em;
	height: 28px;
	line-height: 28px;
	width: 1250px;
	border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
	text-align: left;
}
#footer .icons{
	margin: 3px 30px 0 0;
}
#footer p{
	margin-left: 282px;
}
#footer p span{
	display: inline;
	margin-right: 25px;
}



	}


.langnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.langnav ul li{
	float: left;
}

.servicenav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.servicenav ul li{
	float: left;
}

/*
 * responsive:pathnav@base
 */
.pathnav{
	position: relative;
}
.pathnav ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.pathnav ul li{
	display: inline-block;
}


/*
 * responsive:pathnav
 */

	
	
