@charset "UTF-8";
/* CSS Document */
body {
	background-color: #F4F4F4;
	background-image: url(../images/pagebk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 12px;
	/*color: #000000;*/
	color:#626262;
	line-height: 25px;
}

a:link,
a:visited {
	/*color: #EC9306;*/
	color: #0073B5;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
	color: #EC9306;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #EC9306;
}
h2 {
	font-size: 18px;
	color: #EC5306;
}
h3 {
	font-size: 16px;
	color: #636363;
}
h4 {
	font-size: 14px;
	color: #000000;
}

.pagepix {
	padding:10px;
	float:right;
	vertical-align:top;
	border:none;
}

.ctrtable {
	margin:auto;
	text-align:center;
	border:none;
}

.center {
	text-align:center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align:middle;
}

.bottom {
	vertical-align: bottom;
}

.breadcrumbs {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0073B5;
}

.breadcrumbs a:link,
.breadcrumbs a:visited  {
	color: #0073B5;
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:active  {
	color: #EC9306;
	text-decoration: underline;
}
.language{
	margin:0;
	padding-left:0px;
	padding-right:50px;
	padding-top:5px;
	padding-bottom:0px;
	
}

.date {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
.headline {
	color:#EC5306;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bknorepeat {
	background-repeat: no-repeat;
}

.bkrepeat-y {
	background-repeat: repeat-y;
}

.bkrepeat-x {
	background-repeat: repeat-x;
}
.centercenter {
	text-align:center;
	vertical-align:top;
}

.righttop {
	text-align: right;
	vertical-align:top;
}

.lefttop {
	text-align: left;
	vertical-align:top;
}

.vertaligntop {
	vertical-align: top;
}

.vertalignmiddle {
	vertical-align:middle;
}

.vertalignbottom {
	vertical-align: bottom;
}

.footer {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
}

.footer a:link,
.footer a:visited  {
	color:#666666;
	text-decoration: none;
}

.footer a:hover,
.footer a:active  {
	color: #EC9306;
	text-decoration: underline;
}
/* NAVIGATION MENU */
ul#navmenu-1	{ 
	margin:0; 
	padding:1px 0; 
	list-style:none; 
	width:100%; 
	height:21px; 
}
ul#navigation-1 li	{ 
	margin:0; 
	padding:0; 
	display:block; 
	float:left;
	position:relative;
	width: auto; 
}
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited { 
padding:8px; 
display:block; 
text-align:center; 
text-decoration:none; 
color:#000000; 
width:auto; 
height:auto; 
}

ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active	{
padding:8px; 
display:block; 
text-align:center; 
text-decoration:none;  
color:#EC9306; 
width:auto; 
height:auto;  
}
	
ul#navigation-1 li ul.navmenu_2 { 
margin:0; 
padding:1px 1px 0; 
list-style:none; 
display:none; 
width:146px; 
position:absolute; 
top:30px;
left:-1px;  
/*font-size: 10px;*/
}

ul#navigation-1 li:hover ul.navmenu_2 { 
display:block; 
}

ul#navigation-1 li ul.navmenu_2 li { 
width:146px; 
clear:left; 
width:146px; 
}

ul#navigation-1 li ul.navmenu_2 li a:link,
ul#navigation-1 li ul.navmenu_2 li a:visited	{ 
clear:left; 
background-image:url(../images/menubk.png);
background-repeat:repeat;
color: #0073B5;
text-align:left; 
padding:2px 0px 0px 8px; 
width:138px; 
border-bottom-style:dotted;
border-bottom-width:thin;
border-bottom-color:#CCCCCC;
border-left-style:dotted;
border-left-width:thin;
border-left-color:#CCCCCC;
border-right-style:dotted;
border-right-width:thin;
border-right-color:#CCCCCC;
position:relative; 
z-index:1000; 
}

ul#navigation-1 li ul.navmenu_2 li:hover a,
ul#navigation-1 li ul.navmenu_2 li a:active,
ul#navigation-1 li ul.navmenu_2 li a:hover { 
clear:left; 
background-image:url(../images/menubk.png);
background-repeat:repeat; 
color:#EC9306; 
text-align:left; 
padding:2px 0px 0px 10px; 
width:136px; 
border-bottom-style:dotted;
border-bottom-width:thin;
border-bottom-color:#CCCCCC;
border-left-style:dotted;
border-left-width:thin;
border-left-color:#CCCCCC;
border-right-style:dotted;
border-right-width:thin;
border-right-color:#CCCCCC;

position:relative; 
z-index:1000; 
}
