*	{
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}

a:link {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:visited:hover {
	text-decoration: underline;
	color:#000000;
}
a.intern {
	background-position: 0px 4px;
	background-image: url(../icons/link_intern.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	border-bottom: 1px dashed #000;
}

a.intern:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}


a.none {
	text-decoration: none;
}
a.none:hover {
	text-decoration: none;
}

a.black:hover {
	text-decoration: none;
	color:#000000;
}

a.open:link {
	color: #0c263f;
	font-weight: normal;
	text-decoration: underline;
}
a.open:hover {
	color: #3c263f;
	font-weight: normal;
	text-decoration: underline;
	background-color: #efefff;
}
a.open:active {
	color: #3c263f;
	font-weight: normal;
	text-decoration: underline;
}
a.open:visited {
	color: #0c263f;
	font-weight: normal;
	text-decoration: underline;
}
a.open:visited:hover {
	color: #3c263f;
	font-weight: normal;
	text-decoration: underline;
	background-color: #efeffe;
}

a.blue:link {
	color: #003ECA;
	font-weight: normal;
	text-decoration: underline;
}
a.blue:hover {
	color: #003ECA;
	font-weight: normal;
	text-decoration: underline;
	background-color: #efefff;
}
a.blue:active {
	color: #003ECA;
	font-weight: normal;
	text-decoration: underline;
}
a.blue:visited {
	color: #003ECA;
	font-weight: normal;
	text-decoration: underline;
}

a.cats:link {
	background-position: 0px 6px;
	background-image: url(../icons/bobbel_cat.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	color: #0c263f;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #d9ebf9;
}
a.cats:hover {
	background-position: 0px 6px;
	background-image: url(../icons/bobbel_cat.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	color: #001;
	font-weight: normal;
	text-decoration: none;
	background-color: #e5e5e5;
	border: 1px solid #c3c3d3;
}
a.cats:active {
	background-position: 0px 6px;
	background-image: url(../icons/bobbel_cat.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	color: #001;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #d9ebf9;
}
a.cats:visited {
	background-position: 0px 6px;
	background-image: url(../icons/bobbel_cat.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	color: #0c263f;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #d9ebf9;
}
a.cats:visited:hover {
	background-position: 0px 6px;
	background-image: url(../icons/bobbel_cat.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	color: #001;
	font-weight: normal;
	text-decoration: none;
	background-color: #e5e5e5;
	border: 1px solid #c3c3d3;
}

a.cats2:link {
	text-decoration:none;
	padding:1px;
	border: 1px solid #f1f6fd;
}
a.cats2:hover {
	text-decoration:none;
	padding:1px;
	background-color: #e5e5e5;
	border: 1px solid #c3c3d3;
}
a.cats2:active {
	text-decoration:none;
	padding:1px;
	background-color: #e5e5e5;
	border: 1px solid #c3c3d3;
}
a.cats2:visited {
	text-decoration:none;
	padding:1px;
	border: 1px solid #f1f6fd;
}

a.yuimenuitemlabel:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.yuimenuitemlabel:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.yuimenuitemlabel:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.yuimenuitemlabel:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,verdana,lucida,helvetica,sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #0b253f;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}
/*
body a {
	color: #000;
}
*/

/* IE bug fix */
h1, h2, h3, h4, h5, h6, p {
  position: relative;
}

h1,h2 {
  margin: 0px;
  padding: 0px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #5f6867;
	margin-bottom: 5px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #f20;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-variant: small-caps;
}
h4 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
.span_h1 {
	margin: 8px 3px 0px 3px;
	font-size: 16px;
	font-weight: bold;
}
.span_h2 {
	margin: 0px 3px 3px 1px;
	font-size: 13px;
	font-weight: bold;
}

a img {
	border: none;
}

form,input,options,select,textarea {
  margin: 1px;
  padding: 0px;
	font-size: 11px;
}

input,select,textarea {
	padding: 2px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}
.rand {
	padding: 1px;
	color: #0c263f;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}
.randblass {
	padding: 1px;
	color: #d2d2d2;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}

input,select {
	vertical-align: middle;
}
input,value {
	color: #000;
}
input,submit {
	cursor: pointer;
}

strong {
	font-weight: bold;
}

/* Navigation-Start */
.over {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: transparent;
	border-left: 1px solid #538493;
	padding: 0px 5px 0px 5px
}
.over a {
	color: #ffffff;
}
.over a:hover {
	color: #ffffff;
}

.out {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #cadce8;
	font-weight: bold;
	background: transparent;
	border-left: 1px solid #538493;
	padding: 0px 5px 0px 5px
}
.out a {
	color: #cadce8;
}

.active {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: transparent;
	border-left: 1px solid #538493;
	padding: 0px 5px 0px 5px
}
.active a {
	color: #ffffff;
}
/*Navigation-End*/

/* Navigation-Links-Start */
.links_over {
	margin: 3px 0px 3px 0px;
	text-align: left;
	color: #0b253f;
	font-weight: normal;
	background-color:#DEDEDE;
	border:1px solid #A5A5A5;
	padding: 0px 0px 0px 5px;
	cursor: pointer;
}
.links_out {
	margin: 3px 0px 3px 0px;
	text-align: left;
	color: #0b253f;
	font-weight: normal;
	background-color:#F7F7FF;
	border:1px solid #F7F7FF;
	padding: 0px 0px 0px 5px;
}

.links_active {
	margin: 3px 0px 3px 0px;
	text-align: left;
	color: #0b253f;
	font-weight: normal;
	background-color:#EFEFF7;
	border:1px solid #CED6DE;
	padding: 0px 0px 0px 5px;
}


.links_public_over {
	margin: 0px;
	height:20px;
	text-align: left;
	color: #0b253f;
	font-weight: normal;
	background-image: url(../icons/bobbel_hove.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 0px 0px 18px;
	background-color:#e5e5e5;
	cursor: pointer;
}
.links_public_out {
	margin: 0px;
	height:20px;
	text-align: left;
	color: #0b253f;
	font-weight: normal;
	background-image: url(../icons/bobbel_norm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 0px 0px 18px;
}
.links_public_active {
	margin: 0px;
	height:20px;
	text-align: left;
	color: #0b253f;
	font-weight: normal;
	background-image: url(../icons/bobbel_acti.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 0px 0px 18px;
}

/*Navigation-Links-End*/
a.fuss:link {
	color: #c3c5c6;
	font-weight: normal;
	text-decoration: none;
}
a.fuss:hover {
	color: #b0b0b1;
	font-weight: normal;
	text-decoration: none;
}
a.fuss:active {
	color: #c3c5c6;
	font-weight: normal;
	text-decoration: none;
}
a.fuss:visited {
	color: #c3c5c6;
	font-weight: normal;
	text-decoration: none;
}
a.fuss:visited:hover {
	color: #b0b0b1;
	font-weight: normal;
	text-decoration: none;
}


#cont {
	color: #000;
	padding: 3px 0px 3px 3px;
}

div.navbar {
		border-bottom:1px solid #5E94C0;
		height:21px;
		background-color:#1d2b53;
		color:#fff;
		padding:6px 0px 1px 10px;
		background-position:right;
		background-repeat:no-repeat;
}
div.navbar a { color:#FFFFFF; }
div.navbar a:visited { color:#FFFFFF; }
div.navbar a:hover { color:#FFFFFF; }

div.navbar_admin {
		background-color:#1D2B53;
		color:#fff;
		padding:1px 0px 1px 10px;
		background-position:right;
		background-repeat:no-repeat;
}
div.navbar_admin a { color:#FFFFFF; }
div.navbar_admin a:visited { color:#FFFFFF; }
div.navbar_admin a:hover { color:#FFFFFF; }

table.cont {
	 color: #000;
	 border: 0px;
	 border-collapse: collapse;
	 border-spacing: 0px;
	 padding: 0px;
}

table.msgs table {
 	border: 1px solid #000;
 	border-collapse: collapse;
 	width: 100%;
 	margin-bottom: 10px;
}
table.msgs td {
	vertical-align: top;
}
table.msgs ul {
	color:#fff;
	list-style: disc;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
table.msgs ul a {
	background-position: 0px 4px;
	background-image: url(../icons/link_intern.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	border-bottom: 1px dashed #fff;
	color:#fff;
}
table.msgs ul a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
table.msgs_error {
	background-color: #E00000;
}
table.msgs_warn {
	background-color: #F0F000;
}
table.msgs_warn ul {
	color:#000;
}
table.msgs_warn ul a {
	border-bottom: 1px dashed #000;
	color:#000;
}
table.msgs_warn ul a:hover {
	border-bottom: 1px solid #000;
}
table.msgs_info {
	background-color: #47A600;
}

table.normal {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

table.normal td {
	padding: 3px !important;
	border: 0px !important;
}

table.none {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

table.none td {
	padding: 0px !important;
	border: 0px !important;
}

input {
	margin-right: 2px;
}

hr.dashed {
	border-top: 1px dashed #000;
	height: 1px;
}

table.list1 {
	border: 1px solid #fff;
	border-collapse: collapse;
}
table.list1 tr.even td {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #b9d0e3;
	cursor: default;
	empty-cells:show;
}
table.list1 tr.even_good td {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #b9d0e3;
	cursor: default;
	color:#317300;
}
table.list1 tr.even_bad td {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #b9d0e3;
	cursor: default;
	color:#FF0000;
}
table.list1 tr.odd td {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #9cbcd5;
	cursor: default;
	empty-cells:show;
}
table.list1 tr.odd_good td {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #9cbcd5;
	cursor: default;
	color:#317300;
}
table.list1 tr.odd_bad td {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #9cbcd5;
	cursor: default;
	color:#FF0000;
}
table.list1 tr.form_even td {
	border: 1px solid #fff;
	padding: 1px 0px 1px 5px;
	background-color: #b9d0e3;
	cursor: default;
}
table.list1 tr.form_odd td {
	border: 1px solid #fff;
	padding: 1px 0px 1px 5px;
	background-color: #9cbcd5;
	cursor: default;
}
table.list1 tr.tr_over td{
	border: 1px solid #fff;
	padding: 5px;
	background-color: #c0c0ee;
	cursor: pointer;
}

table.list1 tr.head td {
	border: 1px solid #fff;
	font-size: 13px !important;
	font-weight: bold;
	color: #fff;
	background-color: #175587;
	padding: 3px;
}
table.list1 tr.head td a {	color:#FFFFFF; }
table.list1 tr.head td a:visited {	color:#FFFFFF; }
table.list1 tr.head td a:hover { color:#FFFFFF; }

table.list1 tr.head1 td a {
	border: 1px solid #fff;
	background-position: 0px 6px;
}

table.list2 {
}
table.list2 td {
	padding: 3px;
}
table.list2 tr.head td {
	font-weight: bold;
}
table.list2 tr.head1 td {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
table.list2 tr.head1 td a {
	background-position: 0px 6px;
}

table.thumbnails {
}
table.thumbnails td {
	width:33%;
	padding:5px;
}
table.thumbnails td div.box{
	width:100%;
	border:1px solid #000000;
	padding:3px;
	cursor:pointer;
	background-color:#d9ebf9;
}


table.thumbnails1 {
}
table.thumbnails1 td {
	width: 33%;
}
table.thumbnails1 td div.box{
	border: 1px solid #000000;
	padding: 3px;
	background-color: #d9ebf9;
}


.tabrow0 {
	font-weight: bold;
	background-color: #c1c1c1;
}
.tabrow1 {
	background-color: #e6e6e6;
}
.tabrowall {
	border: 1px solid black;
}
span.ftf_error {
	color: #ff0000;
}

a.filtered {
  color:#dd0000;
}

/*mouse-following-picture div */
div.picture_follow_div {
position:absolute;
overflow:hidden;
visibility: hidden;
z-index:999;
background-color:#FDFFB4;
padding:2px;
border:1px solid #FCC90D;
}

div.red {color:#E40000;font-weight:bold;}

div.video_overlay_div {
text-align: center;
position:absolute;
overflow:hidden;
display:none;
z-index:999;
background-color:#FDFFB4;
padding:2px;
border:1px solid #FCC90D;
}

div.small table.list1 td {
	padding: 2px;
}

table.businesslines h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 2px;
}

table.businesslines img {
  margin-bottom: 20px;
}

table.businessline img {
  margin: 20px;
  border: 1px solid black;
}

div.yui-skin-sam div.yuimenubar {
  background: none; 
  border: none;
	font-size: 100%;
}

div.yui-skin-sam div.yuimenubar li.active a {
  color: #fff;
}

div.yui-skin-sam div.yuimenubar div.bd {
  background: none; 
}

div.yui-skin-sam div.yuimenubar li.yuimenubaritem {
	background: transparent;
	border-right: 1px solid #538493;
	height: 30px;
	padding: 0px 6px 0px 6px
}

div.yui-skin-sam div.yuimenubar a.yuimenubaritemlabel {
  margin: 3px 0px 0px 0px;
  padding: 0px;
	color: #cadce8;
	font-weight: bold;
  border: none;
}

div.yui-skin-sam div.yuimenubar a.yuimenubaritemlabel-hassubmenu {
  padding-right: 20px;
  margin-right: -5px;
}

div.yui-skin-sam div.yuimenubar div.submenu div.bd {
  background-color: #d9ebf9;
}

div.yui-skin-sam div.yuimenubar div.submenu a {
  display: block;
  padding: 2px 5px 2px 5px;
  border-bottom: 1px dashed #000;
  color: #000;
}

div.yui-skin-sam div.yuimenubar div.submenu a:hover {
  background-color: #eee;
}

