/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body { 
	font: Arial;
	color: #000;
	margin: 0px; 
	padding: 0px;
	background-color:#e0eef6;
	
	background-image:url(../images/layout/bg_body.gif);
	background-repeat:repeat-x;
	}
	
p { 
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	}


h1 { 
	margin: 0px;
	padding-bottom: 0px;
	color: #FFF;
	font-size:1.3em;
	
	}

h2 { 
	margin-top: 20px;
	padding-bottom:4px;
	margin-bottom: 6px;
	color: #01639c;
	font-size:1.0em;
	border-bottom:1px solid #d7d7d7;
	}
#rightcol h2 {
	margin-top: 0px;
}

h3 { 
	margin-top: 15px;
	margin-bottom: 4px;
	color: #01639c;
	font-size:1.0em;
	}
	
h4 { 
	margin-top: 10px;
	margin-bottom: 0px;
	color: #4b4b4b;
	font-size:1.0em;
	}
	
h5 { 
	margin-top: 0px;
	margin-bottom: 0px;
	padding:4px 4px 4px 4px;
	color: #01639c;
	font-size:1.1em;
	border-bottom:4px solid #d7d7d7;
	}
	
a {
	color:#0477ba;
	text-decoration:none;
}

a:hover {
	color:#0477ba;
	text-decoration:underline;
}



/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#printheader {
display:none;
}
	
#container { 
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	padding: 0px;
	background-color:#FFF;
	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: .75em;
	
	background-image:url(../images/layout/bg_container.gif);
	}

#header {
	width: 880px;
	padding: 0px;
	margin: 0px;
	
	height:101px;
	background-image:url(../images/layout/bg_header.jpg);
	}
	
	
#logo {
	position:relative;
	top:40px;
	left:11px;
	width:170px;
	height:60px;

	}

#path {
	padding: 10px 5px 10px 192px;
	margin: 0px;
	
	background-color: #dcdcdc;
	background-image:url(../images/layout/bg_path.gif);
	background-repeat:repeat-x;
	
	font-size:11px;
	}
	
#path a {
color:#616161;
}

#path a:hover {
color:#0477ba;
text-decoration:underline;
}


#title_header {
	position:relative;
	float:left;
	background-color:#FFFFFF;
	width:688px;
	}

#title_header_inner01 {
	margin:1px 0px 1px 1px;
	background-image:url(../images/header/title_header01.jpg);
	width:687px;
	height:69px;
	}
	
#title_header_inner02 {
	margin:1px 0px 1px 1px;
	background-image:url(../images/header/title_header02.jpg);
	width:687px;
	height:69px;
	}
	
	
#title_header_inner03 {
	margin:1px 0px 1px 1px;
	background-image:url(../images/header/title_header03.jpg);
	width:687px;
	height:69px;
	}
	
#title_header_inner04 {
	margin:1px 0px 1px 1px;
	background-image:url(../images/header/title_header04.jpg);
	width:687px;
	height:69px;
	}
	
#title_header_inner05 {
	margin:1px 0px 1px 1px;
	background-image:url(../images/header/title_header05.jpg);
	width:687px;
	height:69px;
	}
	
#title_header_inner06 {
	margin:1px 0px 1px 1px;
	background-image:url(../images/header/title_header06.jpg);
	width:687px;
	height:69px;
	}
	
#title_header_inner07 {
	margin:1px 0px 1px 1px;
	background-image:url(../images/header/title_header07.jpg);
	width:687px;
	height:69px;
	}

.titletab {
	position:absolute;
	top:31px;
	left:1px;
	height:26px;
	width:auto;
	background-color:#016caa; -moz-opacity: 0.8;
	filter:Alpha(opacity=80);
	padding:8px 20px 0px 18px;
	
}

.titlebar {
	position:absolute;
	top:65px;
	left:1px;
	height:5px;
	width:687px;
	background-color:#016caa; -moz-opacity: 0.8;
	filter:Alpha(opacity=80);
	font-size:0em;
}

#iframe_supportforum {
	width:660px;
	}

#main {
	position:relative;
	width: 878px;
	padding: 0px;
	margin: 0px 1px 0px 1px;
	}



#content {
	color:#4b4b4b;
	position: relative;
	float:left;
	width: 509px; 
	padding: 0px; 
	margin: 0px;	
	}
	
	
#content_breit {
	color:#4b4b4b;
	position: relative;
	float:left;
	width: 680px; 
	padding: 0px; 
	margin: 0px;	
	}
	
#content_inner {
	padding:20px 20px 10px 20px;
}




#leftcol {
	position: relative;
	float:left;
	width: 190px; 
	padding: 0px; 
	margin: 0px;
	}
	
#newscol {
	position: relative;
	width: 160px; 
	padding: 10px; 
	margin-top:20px;
	font-size:0.9em;
	color:#	font-size:0.9em;
	}
#newscoladdress {
	/*border-bottom:1px solid #dcdcdc;*/
	padding-bottom:10px;
	margin-bottom:10px;
	background-color:#eeeeee;
}
	
#rightcol {
	position: relative;
	float:right;
	width: 179px; 
	padding: 0px; 
	margin: 0px;
	
	font-size:0.9em;
	color:#4b4b4b;
	}
	
#rightcol_inner {
	padding: 15px 15px 0px 15px;
	}	



#footer { 
	 clear:both;
	 background-color:#e0eef6;
	 background-image:url(../images/layout/bg_footer.gif);
	 background-repeat:repeat-x;
	 
	 border-top: 1px solid #FFFFFF;
	 
	 font-size:0.9em;
}

#footer a {
	color:#96b1c1;
	text-decoration:none;
}

#footer a:hover {
	color:#0477ba;
}
	
#footer_inner {
	padding:10px 0px 0px 0px;	
	color:#96b1c1;
}


.footer_block {
	padding:0px 15px 0px 10px;
	border-right: 1px solid #d5e2e9;
	width:165px;
	height:30px;
	float:left;
}

.footer_right {
	padding:0px 4px 0px 0px;
	border-left: 1px solid #d5e2e9;
	width:175px;
	height:30px;
	float:right;
	text-align:right;
}

.footer_links {
	padding:0px 10px 0px 0px;
	height:30px;
	float:right;
}

.footer_entec {
	margin:0px 0px 4px 0px;
}


#logo_rotation {
	width:150px;
	height:150px;
	border:1px flat #d7d7d7;
	margin-bottom:10px;
}


/* ----- CONTENT ------------------------------------------------------------------------------------------------------ */



#main ul {
	padding:0px;
	margin:0 0 0 0;
	list-style-type: none;
	padding-left:15px;
	list-style-image: url(../images/icons/arrow.gif);
}

#main ul li {
	padding: 0px 0 4px 0px;
}

#footer_inner ul {
	padding:0px;
	margin:0 0 0 0;
	list-style-type: none;
}

#footer_inner ul li {
	padding: 0px 0 4px 0px;
}


.list_norm {
	color:#4b4b4b;
	background: url(../images/icons/arrow.gif) no-repeat;
	padding-left:15px;
}

a.list {
	font-size:0.90em;
	color:#0477ba;
	font-weight:bold;
	/*background: url(../images/icons/arrow_link.gif) no-repeat;*/
	padding-left:15px;
}

a.list:hover {
	color:#0477ba;
	text-decoration:underline;
}

a.listfooter {
	background: url(../images/icons/arrow_link.gif) no-repeat;
	padding-left:15px;
}

a.listfooter:hover {
	color:#0477ba;
	text-decoration:underline;
}



.tableborder {
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
}

.tableheader {
	color:#01639c;
	border-bottom:2px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	padding:3px 6px 3px 3px;
	background-color:#f8f8f8;
	font-weight:bold;
}

.tablerow_1 {
	border-bottom:1px solid #d7d7d7;
	padding:3px 6px 3px 3px;
	border-right:1px solid #d7d7d7;
}

.tablerow_2 {
	border-bottom:1px solid #d7d7d7;
	padding:3px 6px 3px 3px;
	zbackground-color:#f8f8f8;
	border-right:1px solid #d7d7d7;
}

.picborder {
	border:#FFFFFF 1px solid;
}

.picborder1 {
	border:#d7d7d7 1px solid;
}

.picborderh2 {
	border:#d7d7d7 1px solid;
	margin-right:10px;
	margin-top:20px;
}


.falert		{ color: #CD050D; text-decoration: none; }


/* ----- NAVIS ------------------------------------------------------------------------------------------------------ */

/* 1. level */
.nav_1 {
	background-image:url(../images/layout/bg_nav1.gif);
	background-repeat:repeat-x;
	background-color:#cccccc;
	
	font-size:11px;
	font-weight:bold;
}

.nav_1 a {
	color:#515151;
	text-decoration:none;
	
	padding:8px 5px 8px 22px;
	display:block;
}

.nav_1 a:hover {
	color:#0477ba;
	text-decoration:underline;
}

.nav_1_on {
	background-image:url(../images/layout/bg_nav1_on.gif);
	background-repeat:repeat-x;
	background-color:#cccccc;
	
	font-size:11px;
	font-weight:bold;
}

.nav_1_on a {
	color:#0477ba;
	font-weight:bold;
	text-decoration:none;
	
	padding:8px 5px 8px 22px;
	display:block;
}

.nav_1_on a:hover {
	text-decoration:none;
}


/* 2. level */
.nav_2_hold {
	border-top:1px solid #eeeeee;
	background-color:#dcdcdc;
}

.nav_2 {
	color:#454545;
	font-size:12px;
}

.nav_2 a {
	color:#454545;
	text-decoration:none;
	
	padding:4px 5px 4px 22px;
	display:block;
}

.nav_2 a:hover {
	color:#0477ba;
	text-decoration:underline;
}

.nav_2_on {
	color:#454545;
	font-size:12px;
	background-color:#f2f2f2;
	margin-right:1px;
}

.nav_2_on a {
	color:#0477ba;
	text-decoration:none;
	
	padding:4px 5px 4px 22px;
	display:block;
}

.nav_2_on a:hover {
	text-decoration:none;
}





#meta {
	position:absolute;
	right:12px;
	top:75px;
	width:590px;
	height:25px;
	
	color:#91c2e0;
}


a.meta {
	color:#FFFFFF;
	font-size:0.9em;
}


a.meta:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


a.meta_on {
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
}

a.meta_on:hover {
	color:#FFF;
	text-decoration:underline;

}



/* ----- FORMS ------------------------------------------------------------------------------------------------------ */

input,textarea,select { color: #106595; font-size: 12px; background-color:#e6f6ff; border: 1px solid #add5ed; }

.searchfield { color: #106595; font-size: 12px; background-color:#e6f6ff; border: 1px solid #add5ed; width:110px; height:14px; padding-left:2px; }

.btn_search  {
	margin-top: expression('1px');
}

select { color: #000000; font-size: 12px; background-color:#e3e3e3; }

.inputerror {border: 1px solid #CD050D;}

/* ----- Home ------------------------------------------------------------------------------------------------- */

.home1 {
width:227px;
margin-right:15px;
float:left;
}

.home2 {
width:470px;
/*float:right;*/
}

.home3 {
width:147px;
margin-right:14px;
float:left;
}

.home3_inner {
border:1px solid #d7d7d7;
margin-bottom:5px;
}

.home_tsmall {
font-size:0.9em;
margin-bottom:4px;
}

.home4 {
width:147px;
float:right;
}
	
/* ----- SEARCHRESULTS ------------------------------------------------------------------------------------------------------ */

.result_title {
	font-weight:bold;
	}

.highlight {
	background-color:#e6f6ff;
	font-weight:bold;
	color: #000;
	}

.context {
	font-size:0.9em;
	}

.infoline {
	font-size:0.8em;
	color: #01639c;
	}

.summary {
	font-weight:bold;
	color: #01639c;
	}
	
.searchheading {
	font-weight:bold;
	margin-top: 10px; 
	margin-bottom: 5px;
	color: #01639c;
	font-size:1.0em;
	}

/* ----- RSS-FEEDS / http://www.dynamicdrive.com/dynamicindex17/rsstickerajax/index.htm---------------------- */


.cnnclass{
width: 160px;
padding: 2px;
background-color: #F3F3F3;
border: 1px solid #d7d7d7;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

/* ----- Shaded-Tabs / http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm---------------------- */


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:1.0em;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #d7d7d7;
color: #01639c;
background: white url(../images/icons/tab_shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #01639c;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #01639c;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image:url(../images/icons/tab_shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid #d7d7d7;
/*width: 450px;*/
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}


@media print {
.tabcontent {
display:block!important;
}

.contentstyle{  /*style from original dynamic-drive script - not used anymore*/
border: 1px solid #d7d7d7;
/*width: 450px;*/
margin-bottom: 1em;
padding: 10px;
}