body {
	background: #cccccc;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
/* outer template */
table.outer_structure{
	width:100%;
	height:100%;
	border-style: none;
	border-width: 0px;
}
td.outer_structure{
	width:100%;
	border-style: none;
	border-width: 0px;
	text-align: center;
	vertical-align: top;
}
/* inner template */
table.structure{
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background-color: #FFFFFF;
}

tr.structure_header{
	height:95px;
}

tr.structure_control{
	height:29px;
}

tr.structure_content{
	min-height:448px;
}
tr.structure_footer{
	height:43px;
}

td.structure_header{
	width:800px;
	border-style: none;
	border-width: 0px;
	background-image:url(images/bg_header_1.png);
	background-repeat:no-repeat;
	color: #000000;
	font-size: 12px;
	text-align: right;
	vertical-align:top;
	padding: 0px;
}

td.structure_control{
	width:800px;
	border-style: none;
	border-width: 0px;
	background-image:url(images/bg_control_1.png);
	background-repeat:no-repeat;
	color: #000000;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	padding: 5px 20px 0px 20px;
}
td.structure_control2{
	width:800px;
	border-style: none;
	border-width: 0px;
	background-image:url(images/bg_control_2_IE.png);
	background-repeat:no-repeat;
	color: #000000;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	padding: 5px 20px 0px 20px;
}
td.structure_content{
	width:800px;
	border-style: none;
	border-width: 0px;
	background-image:url(images/bg_content_1.png);
	background-repeat:repeat-y;
	color: #000000;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	padding: 0px 14px 0px 9px;
}
td.structure_footer{
	width:800px;
	border-style: none;
	border-width: 0px;
	background-image:url(images/bg_footer_1.png);
	background-repeat:no-repeat;
	color: #666666;
	font-size: 12px;
	text-align: right;
	vertical-align:bottom;
	padding: 0px 15px 10px 0px;
}
td.structure_footer2{
	width:800px;
	border-style: none;
	border-width: 0px;
	background-image:url(images/bg_footer_2.png);
	background-repeat:no-repeat;
	color: #666666;
	font-size: 12px;
	text-align: right;
	vertical-align:bottom;
	padding: 0px 15px 10px 0px;
}

/* inner template - header-formating */
table.header{
	width:800px;
	height:95px;
	border-style: none;
	border-width: 0px;
}
tr.header_title{			height: 25px;}
tr.header_subtitle{	height: 15px;}
tr.header_menue{			height: 54px;}

td.header_title{
	width:800px;
	text-align:right;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #346667;
	padding: 5px 20px 0px 0px;
}
td.header_subtitle{
	width: 800px;
	text-align:right;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #507d7e;
	padding: 0px 20px 0px 0px;
}

td.header_menue{
	width:800px;
	text-align:left;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	padding: 0px 0px 5px 20px;
}

table.control{
	width:800px;
	height:23px;
	border-style: none;
	border-width: 0px;
}
tr.control{height: 23px;}

td.control_panel{
	width:300px;
	text-align:left;
	font-size: 5px;
	font-weight: bold;
	font-style: normal;
	color: #346667;
	padding: 0px;
}

td.control_list{
	width:500px;
	text-align:right;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #346667;
	padding: 0px;
}

a.menue_active:link, a.menue_active:visited, a.menue_active:active /*,a.menue_active:hover, a.menue_active:focus */{
	color: #666666;
	text-decoration:none;
	border-width:1px;
	border-style: solid;
	border-color:#507d7e;
	background-color:#ffffff;
}

a.menue:link, a.menue:visited, a.menue:active {
	color: #666666;
	text-decoration:none;
	border-width:1px;
	border-style: dotted;
	border-color:#e3eded;
}

a.menue:hover, a.menue:focus, a.menue_active:hover, a.menue_active:focus {
	color: #507d7e;
	text-decoration:none;
	background-color: #dddddd;
	border-width:1px;
	border-style:solid;
	border-color:#507d7e;
}

/* control bar */
a.control_fr:link, a.control_fr:visited, a.control_fr:active {
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	border-color:#ffffff;
}
a.control_fr:hover, a.control_fr:focus{
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	border-color:#ffffff;
	background-image:url(images/control_fr_h.png);
	background-repeat:no-repeat;
}

div.control_n_1d{
	width:28px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_n_n.png);
	background-repeat:no-repeat;
	padding:4px 9px 5px 9px;
	position:relative ; top:4px;
}
div.control_n_1d:hover{
	width:28px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_n_h.png);
	background-repeat:no-repeat;
	padding:4px 9px 5px 9px;
	position:relative ; top:4px;
}
div.control_n_2d{
	width:28px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_n_n.png);
	background-repeat:no-repeat;
	padding:4px 4px 5px 4px;
	position:relative ; top:4px;
}
div.control_n_2d:hover{
	width:28px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_n_h.png);
	background-repeat:no-repeat;
	padding:4px 4px 5px 4px;
	position:relative ; top:4px;
}
div.control_n_3d{
	width:28px;
	height:23px;
	display:inline;
	font-family:'courier new';
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_n_n.png);
	background-repeat:no-repeat;
	padding:4px 4px 5px 6px;
	position:relative ; top:4px;
}
div.control_n_3d:hover{
	width:28px;
	height:23px;
	display:inline;
	font-family:'courier new';
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_n_h.png);
	background-repeat:no-repeat;
	padding:4px 4px 5px 6px;
	position:relative ; top:4px;
}
div.control_p_1d{
	width:28px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_p_n.png);
	background-repeat:no-repeat;
	padding:4px 9px 5px 9px;
	position:relative ; top:4px;
}
div.control_p_1d:hover{
	width:28px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_p_h.png);
	background-repeat:no-repeat;
	padding:4px 9px 5px 9px;
	position:relative ; top:4px;
}
div.control_p_2d{
	width:28px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_p_n.png);
	background-repeat:no-repeat;
	padding:4px 4px 5px 4px;
	position:relative ; top:4px;
}
div.control_p_2d:hover{
	width:28px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_p_h.png);
	background-repeat:no-repeat;
	padding:4px 4px 5px 4px;
	position:relative ; top:4px;
}
div.control_p_3d{
	width:28px;
	height:23px;
	display:inline;
	font-family:'courier new';
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_p_n.png);
	background-repeat:no-repeat;
	padding:4px 3px 5px 7px;
	position:relative ; top:4px;
}
div.control_p_3d:hover{
	width:28px;
	height:23px;
	display:inline;
	font-family:'courier new';
	font-size:10px;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_p_h.png);
	background-repeat:no-repeat;
	padding:4px 3px 5px 7px;
	position:relative ; top:4px;
}
div.control_c_n1d{
	width:34px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_c_n.png);
	background-repeat:no-repeat;
	padding:4px 12px 5px 12px;
	position:relative ; top:4px;
}
div.control_c_n1d:hover{
	width:34px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_c_h.png);
	background-repeat:no-repeat;
	padding:4px 12px 5px 12px;
	position:relative ; top:4px;
}
div.control_c_n2d{
	width:34px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_c_n.png);
	background-repeat:no-repeat;
	padding:4px 6px 5px 6px;
	position:relative ; top:4px;
}
div.control_c_n2d:hover{
	width:34px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_c_h.png);
	background-repeat:no-repeat;
	padding:4px 6px 5px 6px;
	position:relative ; top:4px;
}
div.control_c_n3d{
	width:34px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_c_n.png);
	background-repeat:no-repeat;
	padding:4px 2px 5px 2px;
	position:relative ; top:4px;
}
div.control_c_n3d:hover{
	width:34px;
	height:23px;
	display:inline;
	font-family:courier;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
	border-width:0px;
	border-style: none;
	background-image:url(images/control_c_h.png);
	background-repeat:no-repeat;
	padding:4px 2px 5px 2px;
	position:relative ; top:4px;
}
/* ************************************** */


th.ll_structure{
	width:800px;
	border-style: none;
	border-width: 0px;
	color: #999999;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-align:right;
	padding: 0px 50px 15px 0px;
}

td.ll_structure{
	width:800px;
	border-style: none;
	border-width: 0px;
	color: #000000;
	text-align: right;
	vertical-align:top;
}

table.box{
	width:650px;
	margin-left:auto;
	margin-right:50px;
	border-style:none;
	border-width:0px;
}

tr.box{
	height:8px;
}
/* subsites_menue */
table.subsite_menue{
	margin-left:auto;
	margin-right:auto;
	height:18px;
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
}
tr.subsite_menue{
	height: 18px;
}
td.subsite_menue{
	text-align:center;
	vertical-align:middle;
	width:18px;
	background-color:#bdd5d5;
	color:#346667;
	border-color:#67999a;
	border-style:solid;
	border-width:1px;
}
th.subsite_menue{
	text-align:center;
	vertical-align:middle;
	width:18px;
	background-color:#6a9898;
	color:#bdd5d5;
	border-color:#326262;
	border-style:solid;
	border-width:1px;
}
a.subsite_menue:link, a.subsite_menue:visited, a.subsite_menue:active {
	width:100%;
	color: #6a9898;
	text-decoration:none;
}

a.subsite_menue:hover, a.subsite_menue:focus {
	width:100%;
	color: #FFFFFF;
	text-decoration:none;
}

/* ARV - Directory */
table.directory{
	width:100%;
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
}

tr.directory{
	background-color:#ffffff;
}

td.directory_no{
	text-align:right;
	vertical-align:top;
	width:90px;
	color:#346667;
	border-style:none;
	border-width:0px;
	padding: 8px 12px 2px 2px;
}
td.directory_title{
	text-align:left;
	font-weight: bold;
	vertical-align:top;
	color:#346667;
	border-style:none;
	border-width:0px;
	padding: 8px 2px 2px 2px;
}
td.directory_annex{
	text-align:left;
	font-weight: normal;
	vertical-align:top;
	color:#346667;
	border-style:none;
	border-width:0px;
	padding: 2px;
}
a.directory:link, a.directory:visited, a.directory:active {
	width:100%;
	color: #346667;
	text-decoration:none;
}

a.directory:hover, a.directory:focus {
	width:100%;
	color: #000000;
	text-decoration:underline;
}

/* corners */
td.box1{
	width:8px;
	font-size:1px;
	background-image:url(images/box1.png);
	background-repeat:no-repeat;
	background-position: left bottom;
}
td.box3{
	width:8px;
	font-size:1px;
	background-image:url(images/box3.png);
	background-repeat:no-repeat;
	background-position: right bottom;
}
td.box7{
	width:8px;
	font-size:1px;
	background-image:url(images/box7.png);
	background-repeat:no-repeat;
	background-position: left top;
}
td.box9{
	width:8px;
	font-size:1px;
	background-image:url(images/box9.png);
	background-repeat:no-repeat;
	background-position: right top;
}

/* lines */
td.box2{
	font-size:1px;
	background-image:url(images/box2.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
td.box4{
	width:8px;
	font-size:1px;
	background-image:url(images/box4.png);
	background-repeat:repeat-y;
	background-position: left;
}
td.box6{
	width:8px;
	font-size:1px;
	background-image:url(images/box6.png);
	background-repeat:repeat-y;
	background-position: right;
}
td.box8{
	font-size:1px;
	background-image:url(images/box8.png);
	background-repeat:repeat-x;
	background-position:top;
}

/* content */
td.box5{
	background-image:url(images/box5.png);
	background-repeat:repeat;
	font-size:12px;
	padding: 5px;
}

/* litlist */
table.litlist{
	width: 650px;
	margin-left: 80px;
	margin-right: auto;
}
tr.litlist_top{height: 5px;}
tr.litlist_body{
	background-image:url(images/litl_body.png);
	background-repeat:repeat-y;
	background-position:left top;
}
tr.litlist_body:hover{
	background-image:url(images/litl_body_h.png);
	background-repeat:repeat-y;
	background-position:left top;
}
tr.litlist_bottom{height: 6px;}

td.litlist_top{
	font-size:1px;
	background-image:url(images/litl_top.png);
	background-repeat:no-repeat;
	background-position:left top;
}
td.litlist_body{
	font-size: 12px;
	font-family: Arial;
	padding: 5px 10px 5px 10px;
}
td.litlist_bottom{
	background-image:url(images/litl_bottom.png);
	background-repeat:no-repeat;
	background-position:left top;
}



/* dynamic text */
div.content_title{
	height:16px;
	background:none;
	border-bottom-width:0px;
	border-bottom-style:none;
	border-bottom-color:#ffffff;
	color:#336666;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	padding:0px 20px 20px 40px;
}
div.content_text{
	text-align:left;
	color:#000000;
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	border-bottom-width:0px;
	border-bottom-style:none;
	border-bottom-color:#ffffff;
	padding:0px 40px 25px 80px;
}

.head1 {
	height:16px;
	background:none;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#669999;
	color:#336666;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	padding:5px;
}
.head2 {
	color:#669999;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 0px 0px 20px;
}
.head3 {
	color:#669999;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	padding: 0px 0px 0px 40px;
}
.text1 {
	text-align:left;
	color:#000000;
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	padding: 0px 0px 0px 10px;
}
.text2 {
	text-align:left;
	color:#000000;
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	padding: 0px 0px 0px 50px;
}
.text3 {
	text-align:left;
	color:#000000;
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	padding: 0px 0px 0px 90px;
}

a.mailLink:link, a.mailLink:visited, a.mailLink:active {
	color: #999999;
	text-decoration:none;
}

a.mailLink:hover, a.mailLink:focus {
	color: #336666;
	text-decoration:none;
}

/* search */
table.search{
	margin-left: 80px;
	margin-right: auto;
	width: 600px;
}
tr.search{}
tr.search_result{}

th.search{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px 0px 0px;
}

td.search{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

th.search_result{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 20px 15px 0px 0px;
}

td.search_result{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}
td.search_result_description{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}