* {
	margin:0;
	padding:0
}
body {
	padding: 0 0 20px;
	background: #fff;
	color:#333;
	font:83%/1.5 arial, tahoma, verdana, sans-serif
}
/* LINKS */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer
}
a:link {
	color:#069;
	text-decoration:none;
}
a:visited {
	color:#069
}
a:hover, a:active {
	color:#069;
	text-decoration:underline;
}
/* FORMS */
form {
	margin: 0 0 1.5em
}
input {
	font-family: arial, tahoma, verdana, sans-serif;
	margin: 2px 0
}
fieldset {
	border: none
}
label {
	display:block;
	padding: 5px 0
}
label br {
	clear:left
}
.logo {
    font-size: 24px;
	display: inline-block;
}
.fa-2x {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#fa-3x {
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
}
.language {
	font-size: 16px;
	font-weight: bold;
}
.spacer_5 {
	width:100%;
	height: 5px;
	clear: both;
}
.spacer_10 {
	width:100%;
	height: 10px;
	clear: both;
}
.spacer_20 {
	width:100%;
	height: 20px;
	clear: both;
}
.spacer_30 {
	width:100%;
	height: 30px;
	clear: both;
}
.spacer_40 {
	width:100%;
	height: 40px;
	clear: both;
}
.spacer_50 {
	width:100%;
	height: 50px;
}
.spacer_60 {
	width:100%;
	height: 60px;
}
.spacer_70 {
	width:100%;
	height: 70px;
}
.spacer_80 {
	width:100%;
	height: 80px;
}
.spacer_90 {
	width:100%;
	height: 90px;
}
.spacer_100 {
	width:100%;
	height: 100px;
}
.spacer_125 {
	width:100%;
	height: 125px;
}
.spacer_200 {
	width:100%;
	height: 200px;
}
.spacer_300 {
	width:100%;
	height: 300px;
}
.spacer_400 {
	width:100%;
	height: 400px;
}
.spacer_500 {
	width:100%;
	height: 500px;
}
/* FORMS - general classes */
	input.f-submit {
	padding: 1px 3px;
	background:#666;
	color:#fff;
	font-weight:bold;
	font-size:96%
}
/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
	form.f-wrap-1 {
	width:100%;
	padding: .5em 0;
	background: #f6f6f6;
	border-top: 1px solid #d7d7d7;
	position:relative
}
form.f-wrap-1 fieldset {
	width:auto;
	margin: 0 1em
}
form.f-wrap-1 h3 {
	margin:0 0 .6em;
	font: bold 155% arial;
	color:#c00
}
form.f-wrap-1 label {
	clear:left;
	float:left;
	width:100%;
	border-top: 1px solid #fff
}
/* hide from IE mac \*/
		form.f-wrap-1 label {
	float:none
}
/* end hiding from IE5 mac */
	
		form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {
	width:15em;
	float:left;
	margin-left:10px
}
form.f-wrap-1 label b {
	float:left;
	width:8em;
	line-height: 1.7;
	display:block;
	position:relative
}
form.f-wrap-1 label b .req {
	color:#c00;
	font-size:150%;
	font-weight:normal;
	position:absolute;
	top:-.1em;
	line-height:1;
	left:-.4em;
	width:.3em;
	height:.3em
}
form.f-wrap-1 div.req {
	color:#666;
	font-size:96%;
	font-weight:normal;
	position:absolute;
	top:.4em;
	right:.4em;
	left:auto;
	width:13em;
	text-align:right
}
form.f-wrap-1 div.req b {
	color:#c00;
	font-size:140%
}
form.f-wrap-1 label select {
	width: 15.5em
}
form.f-wrap-1 label textarea.f-comments {
	width: 20em
}
form.f-wrap-1 div.f-submit-wrap {
	padding: 5px 0 5px 8em
}
form.f-wrap-1 input.f-submit {
	margin: 0 0 0 10px
}
form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {
	clear:left;
	float:left;
	width:32em;
	border:none;
	margin:0;
	padding-bottom:.7em
}
form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {
	float:left;
	width:8em;
	line-height: 1.7;
	display:block;
	position:relative;
	padding-top:.3em
}
form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {
	float:left;
	width:13em;
	margin: 3px 0 0 10px
}
form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {
	float:left;
	width:13em;
	border:none;
	margin:0;
	padding:2px 0;
	margin-right:-3px
}
form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {
	width:auto;
	float:none;
	margin:0;
	padding:0
}
form.f-wrap-1 label span.errormsg {
	position:absolute;
	top:0;
	right:-10em;
	left:auto;
	display:block;
	width:16em;
	/*background: transparent url(images/errormsg_bg.gif) no-repeat 0 0*/
}
form.f-wrap-1 label span.errormsg b {
	padding: 10px 0;
	margin: 0 10px 0 30px;
	color:#B30800;
	font-weight:bold;
	display:block;
	width:auto;
	float:none;
	line-height:1.3
}
/* TYPOGRAPHY */
p, ul, ol {
	margin: 0 0 1.5em
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
	margin: 1.2em 0 .3em;
	color:#000;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em
}
h1 {
	font-size: 196%;
	margin-top:.6em
}
h2 {
	font-size: 136%
}
h3 {
	font-size: 126%
}
h4 {
	font-size: 116%
}
h5 {
	font-size: 106%
}
h6 {
	font-size: 96%
}
.highlight {
	color:#E17000
}
.subdued {
	color:#999
}
.error {
	color:#c00;
	font-weight:bold
}
.red {
	color:#FF0000;
}
.success {
	color:#390;
	font-weight:bold
}
.caption {
	color:#999;
	font-size:11px
}
.date {
	font: bold 82% arial;
	color:#bbb;
	display:block;
	letter-spacing: 1px
}
small {
	font-size:11px
}
/* LISTS */
ul {
	margin: .3em 0 1.5em 0;
	list-style-type:none
}
ul.related {
	margin-top: -1em
}
ol {
	margin: .5em .5em 1.5em
}
ol li {
	margin-left: 1.4em;
	padding-left: 0;
	background: none;
	list-style-type: decimal
}
li {
	line-height: 1.4em;
	padding-left: 25px;
	background: transparent
}
li.doc {
	background-position: 3px -500px
}
ul.nomarker li {
	background:none;
	padding-left:0
}
dl {
	margin: 0 0 1em 0
}
dt {
	font-weight:bold;
	margin-top: 1.3em
}
dl dl {
	margin: 0 0 1.5em 30px
}
/* GENERAL */
img {
	border:none
}
hr {
	margin: 1em 0;
	background:#f2f2f2;
	height:1px;
	color:#f2f2f2;
	border:none;
	clear:both
}
.clear {
	clear:both;
	position:relative;
	font-size:0px;
	height:0px;
	line-height:0px
}
/* LAYOUT - HEADER */
#header {
	background: #222222;
	margin: 0 0 25px;
	padding: 0 0 8px
}
#header #site-name {
	font: 265% arial;
	letter-spacing: -.05em;
	margin:0 0 0 40px;
	padding:3px 0;
	color:#ccc;
	border:none
}
/* NAV - top horizontal nav */
	#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}
#nav {
	font-weight:bold;
	height:2.09em;
	font: bold 96% arial;
	margin: 0 105px 0 40px
}
#nav li {
	position:relative;
	background: #999;
	float: left;
	width: 10em;
	display:block;
	margin: 0;
	border-bottom: 3px solid #666;
	border-right: 3px solid #252525;
	padding:0
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	display: block;
	padding: 4px 10px 2px
}
#nav a:hover {
	color:#000
}
#nav li ul {
	border-left: 1px solid #c00;
	background: #f6f6f6;
	width:15.8em;
	font-size:90%;
	margin-top:3px;
	position: absolute;
	font-weight:normal;
	left: -999em
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	z-index:99999
}
#nav li li {
	background:none;
	float:none;
	border:none;
	border: 1px solid #999;
	border-top:1px solid #fff;
	border-right:none;
	border-left:none;
	padding-left:0
}
#nav li li.last {
	border-bottom:none
}
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color:#000;
	padding: 3px 10px 2px;
	width:14em
}
#nav li li a:hover {
	color:#fff;
	background:#c00
}
#nav li.active {
	background: #55E255;
	border-bottom: 3px solid #666;
}
#nav li.active ul {
	border:none;
	background: #c00
}
#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {
}
#nav li.active a:hover {
	color:#000
}
#nav li.active li {
	border:none;
	border-top: 1px solid #c15c5c;
	border-bottom: 1px solid #870000
}
#nav li.active li.last {
	border-bottom: none
}
#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {
	color:#fff
}
#nav li.active li a:hover {
	background: #666;
	color:#fff
}
#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {
	color:#fff;
	font-weight:bold;
	background: #666
}
/* hide from IE mac \*/
	#nav li {
	width:auto
}
#nav_right {
	width:150px;
	height:70px;
	position:absolute;
	top:-105px;
	right:0;
	color: #F0F0F0;
	text-align: right;
	padding-right: 10px;
}
#nav_right a:link, #nav_right a:visited, #nav_right a:active {
color:#999;
}
#nav_right a:hover {
color:#999;
text-decoration:underline;
}
#ppbutton {
	padding-left:80px;
	padding-top: 3px;
}
/* end hiding from IE5 mac */
	
	/* SEARCH */
	#search {
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:10px;
	right:110px;
	left:auto;
	width:18em
}
#search form {
	margin:0
}
#search input {
	width:8em;
	margin: 0 0 -1px;
	height:1.2em
}
#search label {
	padding:5px 0 0;
	display:inline
}
#search input.f-submit {
	width:auto;
	font-size:81%;
	margin:0 0 -.15em;
	height:1.95em
}
/* LAYOUT - main body of page */
#wrap {
	min-width:770px;
	max-width:1200px;
	margin: 0 auto;
	position:relative
}
#content-wrap {
	position:relative;
	width:100%
}
#utility {
	position:absolute;
	top:0;
	left:25px;
	width:165px;
	padding-bottom: 40px;
}
#utility-text {
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#feature-list {
	background-color: #222222;
	height: auto;
	width: auto;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#country-list {
	width: 125px;
	text-align: justify;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	padding-left: 8px;
}
#sidebar {
	position:absolute;
	top:0;
	right:25px;
	width:20%;
	padding-top: 1px;
	padding-bottom: 40px;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #999;
}
#content {
	margin: 0 50px
}
#content #breadcrumb {
	margin-top:-5px;
	font-size:93%;
	font-weight:bold
}
#content #breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration:none
}
#content #breadcrumb a:hover, #content #breadcrumb a:active {
	text-decoration:underline
}
#info {
	
}
#info2 a:link {
	color: #fff;
}
#info2 a:hover {
	color: #00FF00;
}
.featurebox {
	color:#333;
	padding: 15px 20px 20px;
	margin: 0 0 1.5em;
	background: #EBEBEB;
	border: 1px solid #d7d7d7;
	text-align: center;
}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #c00;
	color:#c00
}
.featurebox p {
	border:none;
	margin: 0 0 1em;
	color:#444
}
.featurebox a {
	font-weight:bold
}
.thumbnail {
	margin: 0 0 0 10px;
	position:relative;
	z-index:9999;
	border: 1px solid #eee;
	float:right;
	width:100px;
	padding:5px;
	background:#fff
}
.thumbnail img {
	border: 1px solid #000
}
.pagination {
	background: #f2f2f2;
	color:#666;
	padding: 4px 2px 4px 7px;
	border: 1px solid #ddd;
	margin: 0 0 1.5em
}
.pagination p {
	position:relative;
	text-align:right
}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {
	text-decoration:none;
	background:#fff;
	padding:2px 5px;
	border: 1px solid #ccc
}
.pagination p a:hover {
	background:#c00;
	color:#fff
}
.pagination p span {
	text-decoration:none;
	background:#fff;
	padding:2px 5px;
	border: 1px solid #ccc;
	color:#ccc
}
.pagination * {
	margin:0
}
.pagination h4 {
	margin-top:-1.45em;
	padding:0;
	border:none
}
#resultslist-wrap {
	margin: 0 0 1.5em;
	font-size:92%
}
#resultslist-wrap dt, #resultslist-wrap dl {
	margin: 0
}
#resultslist-wrap dt {
	font: bold 85% arial;
	padding: 3px 0
}
#resultslist-wrap li {
	padding: 0 0 1em;
	margin:0 0 0 1.2em;
	font: bold 145% arial
}
#resultslist-wrap li dd {
	font: normal 73% arial
}
#resultslist-wrap li dl {
	margin:0
}
#resultslist-wrap dd {
	line-height:1.3
}
#resultslist-wrap dd.filetype, #resultslist-wrap dd.date {
	color:#999;
	display:inline;
	padding-right:.5em
}
#xmas {
	position:absolute;
	height: 60px;
	width: 50px;
	background-image: url(../img/weihnachtsmuetze.png);
	background-repeat: no-repeat;
	margin-left: 18px;
	margin-top: 8px;
}
/* TABLES */
	.table1 {
	border: 2px solid #900;
	border-collapse:collapse;
	width:100%
}
.table1 td {
	background: #fff;
	padding:3px;
	border: 1px solid #fff
}
.table1 th {
	text-align:left;
	border: 1px solid #fff
}
.table1 thead th {
	color:#fff;
	font-size:145%;
	background: #900;
	padding: 10px 6px
}
.table1 tbody th {
	color:#fff;
	font-size:115%;
	background: #88b8db;
	padding: 6px
}
.table1 tbody th.sub {
	font-size:100%;
	color:#000;
	background: #efefef;
	padding: 6px
}
/* TABLES - calendar */
	.calendar {
	width:200px;
	font-size:92%
}
.calendar td {
	text-align:center;
	border: 1px solid #ddd
}
.calendar th {
	text-align:center
}
.calendar thead th {
	padding: 3px 2px
}
.calendar tbody th {
	padding: 2px
}
.calendar tbody th.sub {
	padding: 2px
}
/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent;
	padding-left:21px
}
a.morelink:hover {
	background: transparent
}
.morelink span {
	position:absolute;
	left:-9999px;
	width:900px
}
/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
		ol.code {
	font-family: monospace;
	position:relative
}
ol.code li {
	color: #666;
	margin-bottom: 1px
}
ol.code code {
	color: #000;
	display: block
}
ol.code .cmt {
	color: #4077d2
}
li.tab0 code {
	padding-left: 4em
}
li.tab1 code {
	padding-left: 8em
}
li.tab2 code {
	padding-left: 12em
}
li.tab3 code {
	padding-left: 16em
}
li.tab4 code {
	padding-left: 20em
}
li.tab5 code {
	padding-left: 24em
}
ol.code li {
	/*background: #f3f3f3 url("images/td_bg.gif") no-repeat 100% 100%*/
}
p.note {
	margin: 1em;
	border: 1px solid #ddd;
	background: #f0f0f0;
	padding: 1em
}

.table {
	width:100%;
	max-width:100%;
	margin-bottom:20px
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding:8px;
	line-height:1.42857143;
	vertical-align:top;
	border-top:1px solid #ddd
}
.table>thead>tr>th {
	vertical-align:bottom;
	border-bottom:1px solid #ddd
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
	border-top:1px
}
.table>tbody+tbody {
	border-top:1px solid #ddd
}
.table .table {
	background-color:#fff
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding:5px
}
.table-bordered {
	border:1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border:1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width:1px
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color:#fff
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color:#f5f5f5
}
table col[class*=col-] {
position:static;
display:table-column;
float:none
}
table td[class*=col-], table th[class*=col-] {
position:static;
display:table-cell;
float:none
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
	background-color:#f5f5f5
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
	background-color:#e8e8e8
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
	background-color:#dff0d8
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
	background-color:#d0e9c6
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
	background-color:#d9edf7
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
	background-color:#c4e3f3
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
	background-color:#fcf8e3
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
	background-color:#faf2cc
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
	background-color:#f2dede
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
	background-color:#ebcccc
}

.green {
	color: #55E255;
	font-weight: bold;
}

/* LAYOUT TYPE B */
	#type-b #content-wrap {
	background: transparent
}
#type-b #content {
	margin: 0 23px 0 235px
}
/* LAYOUT TYPE C */
	#type-c #content-wrap {
	background: transparent
}
#type-c #content {
	margin: 0 25% 0 235px
}
/* LAYOUT TYPE D */
	#type-d #content {
	margin: 0 25% 0 50px
}
/* LAYOUT TYPE E */
	#type-e #content-wrap {
	background: transparent
}
#type-e #utility {
	position:absolute;
	top:0;
	left:auto;
	right:25px;
	width:165px;
	border-top: 5px solid #999
}
#type-e #content {
	margin: 0 243px 0 50px
}
/* LAYOUT TYPE F */
	#type-f #content-wrap {
	background: transparent
}
#type-f #content {
	margin: 0 235px 0 25%
}
#type-f #utility {
	left:auto;
	right:25px
}
#type-f #sidebar {
	right:auto;
	left:25px
}
/* SECONDARY NAVIGATION - vertical navigation */
	#nav-secondary, #nav-secondary ul {
	position:static
}
#nav-secondary, #nav-secondary li {
	list-style: none;
	margin:0;
	padding:0;
	background:#fff
}
#nav-secondary {
	padding-top:0;
	border-top: 1px solid #ccc;
	margin-top: 1px
}
#nav-secondary a {
	line-height:1.8;
	padding: 5px 0 5px 23px;
	background: #fff;
	font: bold 86% arial;
	display:block
}
#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active {
	text-decoration:none;
	cursor:pointer
}
#nav-secondary a:link {
	color:#000
}
#nav-secondary a:visited {
	color:#000
}
#nav-secondary a:hover {
	color:#c00;
	background: #fee
}
#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active {
	color:#c00
}
#nav-secondary li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc
}
/* SECONDARY NAVIGATION - 2nd TIER */
	#nav-secondary ul {
	margin: 0 0 1em 23px;
	padding:0
}
#nav-secondary li.active li a, #nav-secondary li.active li a:link, #nav-secondary li.active li a:visited {
	line-height:1.5;
	background: #fff;
	padding:0 0 0 12px;
	font-weight:normal;
	width:auto;
	color:#000;
	width:130px;
	display:block
}
#nav-secondary li.active li a:hover, #nav-secondary li.active li a:active {
	color: #c00
}
#nav-secondary li.active li {
	border: none;
	margin:0
}
#nav-secondary li.active li.active a:link,  #nav-secondary li.active li.active a:visited,  #nav-secondary li.active li.active a:hover,  #nav-secondary li.active li.active a:active {
	font-weight:bold
}
/* SECONDARY NAVIGATION - 3rd TIER */
	#nav-secondary ul ul {
	margin: 0 0 1em 13px;
	padding:0
}
#nav-secondary li.active li.active li a, #nav-secondary li.active li.active li a:link, #nav-secondary li.active li.active li a:visited {
	width:117px
}
#nav-secondary li.active li.active li a:link,  #nav-secondary li.active li.active li a:visited,  #nav-secondary li.active li.active li a:hover,  #nav-secondary li.active li.active li a:active {
	font-weight:normal
}
#nav-secondary li.active li.active li.active a:link,  #nav-secondary li.active li.active li.active a:visited,  #nav-secondary li.active li.active li.active a:hover,  #nav-secondary li.active li.active li.active a:active {
	font-weight:bold
}
/* SECONDARY NAVIGATION - 4th TIER */
	#nav-secondary ul ul ul {
	margin: 0 0 1em 13px;
	padding:0
}
#nav-secondary li.active li.active li.active li a, #nav-secondary li.active li.active li.active li a:link, #nav-secondary li.active li.active li.active li a:visited {
	width:104px
}
#nav-secondary li.active li.active li.active li a:link,  #nav-secondary li.active li.active li.active li a:visited,  #nav-secondary li.active li.active li.active li a:hover,  #nav-secondary li.active li.active li.active li a:active {
	font-weight:normal
}
#nav-secondary li.active li.active li.active li.active a:link,  #nav-secondary li.active li.active li.active li.active a:visited,  #nav-secondary li.active li.active li.active li.active a:hover,  #nav-secondary li.active li.active li.active li.active a:active {
	font-weight:bold
}
/* LAYOUT - FOOTER */
#footer {
	background-color: #222222;
	height: auto;
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
#footer a:link {
	color:#999;
	font-size: 10px;
}

#footer a:visited {
	color:#999;
	font-size: 10px;
}
#footer a:hover, #footer a:active {
	color:#999;
	font-size: 10px;
	text-decoration:underline;
}
#media {
	width:auto;
	height:auto;
	text-align: center;
}
#tipp {
	width: auto;
	height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#tipp #row1 {
	width: auto;
	float: left;
	
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
}
#tipp #row2 {
	width: 85%;
	float: left;
	
	height: auto;
}
/*::::: PIROBOX RULES::::::::*/
.piro_overlay {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#000;
	display: none;
	z-index:99997;
}
.loading span {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-15px;
	width:30px;
	height:30px;
	display:block;
	z-index:100008;
	background:none
}
.loading span span {
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	z-index:100009;
	background: url(ajax-loader.gif) center center no-repeat!important;
	background: url(ajax-loader.gif) center center no-repeat;
}
.caption {
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	display:block;
	padding:0px;
	cursor:text;
	background:#222;
}
.piro_nav {
	position:absolute;
	bottom:0;
	left:50%;
	margin:0;
	display:block;
	padding:0;
	background:none;
}
.caption p {
	display:block;
	margin:0;
	padding:4px 28px 4px 38px;
	text-align:center;
	font-weight:normal;
	background:black;
	color:white;
	font-size:12px;
}
a.piro_close {
	position:absolute;
	top:20px;
	right:20px;
	height:35px;
	width:35px;
	background:url(close_btn.png) no-repeat;
	cursor:pointer;
	z-index:100006;
}
a:hover.piro_close {
	background:url(close_btn_h.png) no-repeat;
}
a.piro_next {
	position:absolute;
	top:50%;
	width:35px;
	height:35px;
	right:20px;
	text-indent:-999em;
	outline:none;
	display:block;
	margin:-18px 0 0 0;
	/*background:url(next.png) center right no-repeat;*/
	border:none;
	cursor:pointer;
	z-index:1000000001
}
a:hover.piro_next {
	/*background:url(next_h.png) center right no-repeat;*/
}
a.piro_prev {
	position:absolute;
	top:50%;
	width:35px;
	height:35px;
	left:20px;
	text-indent:-999em;
	outline:none;
	display:block;
	margin:-18px 0 0 0;
	/*background: url(prev.png) center left no-repeat;*/
	border:none;
	cursor:pointer;
	z-index:1000000000
}
a:hover.piro_prev {
	/*background:url(prev_h.png) center left no-repeat;*/
}
.pirobox_content {
	position:absolute;
	top:50%;
	left: 50%;
	padding:0;
	width: 800px;
	height: 600px;
	margin:-300px 0 0 -400px;
	display:block;
	z-index:99998;
	font-family:Trebuchet MS, Arial;
}
.pirobox_content table, tbody, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}
.pirobox_content img {
	margin:0;
	padding:0;
	border:none;
}
.t_l {
	/*background:url(t_l.png) no-repeat;*/
	width:20px;
	height:20px;
}
.t_r {
	/*background: url(t_r.png) no-repeat;*/
	width:20px;
	height:20px;
}
.t_c {
	height:20px;
	/*background:url(t_c.png) repeat-x;*/
}
.c_l {
	width:20px;
	/*background: url(c_l.png) repeat-y;*/
}
.c_c {
	background:black;
	margin:0;
	padding:0;
}
.c_c div {
	width:760px;
	height:560px;
	margin:0;
	padding:0 0 0px 0;
}
.c_r {
	width:20px;
	/*background: url(c_r.png) repeat-y;*/
}
.b_c {
	height:20px;
	/*background:url(b_c.png) repeat-x;*/
}
.b_l {
	/*background:url(b_l.png) no-repeat;*/
	width:20px;
	height:20px;
}
.b_r {
	/*background:url(b_r.png) no-repeat;*/
	width:20px;
	height:20px;
}
/*.t_l{background:#000; width:10px; height:10px;}
.t_r{background:#000; width:10px; height:10px;}
.t_c{height:10px; background:#000;}

.c_l{width:10px; background:#000;}
.c_c{background:#000; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: #000;}

.b_c{height:10px; background:#000;}
.b_l{background:#000; width:10px; height:10px;}
.b_r{background:#000; width:10px; height:10px;}
*/

.infob {
color:#000;
background-color:#FFFF00
}

.box_img {
	position:absolute;
	z-index:99995;
	background: url(img_bg.png);
	width: 100%;
	top:30px;
	left:30px;
	height: 100%;
	padding:0;
}
.err_mess {
	position:absolute;
	bottom:20px;
	color:white;
	padding:0;
	margin:0 0 0 20px;
	display:block;
}
.err_mess a {
	color:red;
	font-weight:700;
}
.number {
	position:absolute;
	margin-left:3px;
	height:18px;
	width:30px;
	padding:3px;
	left:0;
	color:#666;
	bottom:1px;
	font-size:11px;
}
a.link_to {
	position:absolute;
	margin-right:6px;
	height:20px;
	width:20px;
	right:0;
	color:#999;
	bottom:3px;
	/*background:url(link_out.png) no-repeat;*/
	text-indent:-999em;
}
a:hover.link_to {
	/*background:url(link_out_h.png) no-repeat;*/
}
a.play {
	position:absolute;
	top:20px!important;
	top:20px;
	left:20px!important;
	left:20px;
	width:40px;
	height:40px;
	margin:0;
	outline:none;
	display:block;
	/*background:url(play.png) no-repeat;*/
	text-indent:-999em;
	border:none;
	cursor:pointer;
}
a:hover.play {
	/*background:url(play_h.png) no-repeat;*/
}
a.stop {
	position:absolute;
	top:20px!important;
	top:20px;
	left:20px!important;
	left:20px;
	;
	width:40px;
	height:40px;
	margin:0;
	outline:none;
	display:block;
	/*background:url(pause.png) no-repeat;*/
	text-indent:-999em;
	border:none;
	cursor:pointer;
}
a:hover.stop {
	/*background:url(pause_h.png) no-repeat;*/
}
/*::::: PIROBOX RULES::::::::*/