/****
 * CSS for Public Vision
 * Author: Mario Diaz @ mario-diaz.com
 * Created: 2010-04-10
 *
 * !!!Use fixed font sizes!!!
 ****/




/* common styles */

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
    color: #1e1e1e;
    text-align: center;
    line-height: 1.5;
   	background-color: #e0e1e1;
    background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}
* html body {
	padding-top: 60px;
}
*+html body {
	padding-top: 60px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1.35em 0;
}

img {
	border: 0;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

input, select {
	padding: 0;
	width: auto;
	height: auto;
	background-color: transparent;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
}

textarea {
	padding: 0;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 1em;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

h1.start {
	text-transform: none;
	font-size: 1.0em;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}



/* *** table replacements ****************************** */
div.table_row {
	
}
div.table_td {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
div.table_td_right {
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
}
div.space_line {
	clear: both; 
	padding: 0; 
	margin: 0; 
	width: auto;
	height: auto;
}



/* relative main styles ************************************************************************************************** */

div#container {
    position: relative; 
	z-index: 15; 
	width: 960px;
	margin-top: 60px;
	margin-left: auto; 
	margin-right: auto;
	height: 560px;
	overflow: hidden;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	padding: 10px 10px 11px 10px;
}
* html div#container {
	width: 980px;
	height: 580px;
	margin-top: 0;
}
*+html div#container {
	margin-top: 0;
}


div#header {
	height: 100px;
}

div#service_navi {
	float: left;
	width: 472px;
	padding-left: 16px;
	padding-top: 21px;
	overflow: hidden;
}




/* *** doorpage main **************************************************************************************************** */
div#lang_select_doorpage {
	height: 36px;
	padding-left: 16px;
	padding-top: 21px;
}
div#doorpage_sel_row {
	font-size: 11px;
	height: 216px;
	overflow: hidden;
}
* html div#doorpage_sel_row {
	height: 229px;
}

div#doorpage_left {
	float: left;
	width: 540px;
	padding-left: 13px;
}

div#doorpage_right {
	float: right;
	padding-top: 47px;
	padding-right: 14px;
}
div.doorpage_header {
	margin-left: 10px;
}
div.doorpage_header a {
	color: #11549f;
	font-weight: bold;
	background-image: url(../images/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 19px;
}
div.doorpage_text {
	margin-left: 29px;
	padding-bottom: 10px;
}
div.doorpage_text a {
	color: #11549f;
}
/* *** doorpage main finished *** */



/* *** service navi ******************************************************************************************** */
ul#servicenavi, ul#lang_select_doorpage {
  	margin: 0;
  	border: 0 none;
  	padding: 0;
  	list-style: none;
  	height: 24px;
  	overflow: hidden;
}
ul#servicenavi li, ul#lang_select_doorpage li {
  	margin: 0;
  	border: 0;
  	padding: 0;
  	float: left; /*For Gecko*/
  	display: inline;
  	list-style: none;
  	position: relative;
  	height: auto;
  	width: auto;
  	overflow: hidden;
  	background: url(../images/sep_navi_service.gif) no-repeat 0 3px;
}
ul#servicenavi li.first, ul#lang_select_doorpage li.first {
	background: none;
}
ul#servicenavi a, ul#lang_select_doorpage a {
  	border: 0;
  	padding: 0 6px;
  	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
  	text-decoration: none;
  	height: auto !important;
  	height: 1%; /*For IE*/
  	width: auto;
  	background-repeat: no-repeat;
  	color: #666;
  	font-size: 9px;
  	font-family: Arial, Helvetica, Geneva, sans-serif;
}
ul#servicenavi a:hover, ul#servicenavi a.active, ul#lang_select_doorpage a:hover, ul#lang_select_doorpage a.active {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
}
/* navi lang selection */
div#lang_select_layer {
	position: absolute;
	left: 280px;	/* will be set by js */
	top: 45px;
	z-index: 33;
	visibility: hidden;
	text-align: left;
}
div#lang_select_layer a {
	color: #666;
	line-height: 1.2em;
}
div#lang_select_layer a:hover {
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.3em;
}




/* *** sitemap items **************************************************************************************** */
div#sitemap {
	position: absolute;
	display: none;
	z-index: 23;
}
div#sitemap_large_row {
	margin: 8px 18px 0 21px;
	background: url(../images/pix.png) repeat-x top left;
	padding-top: 17px;
}
div#sitemap_inner {
	background: #E2E4E3;
	padding: 19px 0 43px 2px;
}
div#sm_head {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
	color: #666;
	padding-left: 23px;
}
div#sm_subhead {
	text-align: left;
	font-size: 11px;
	padding: 0 0 3px 0;
	margin-top: -3px;
	color: #666;
	padding-left: 23px;
}
div.sm_item {
	text-align: left;
	float: left;
	width: 175px;
	overflow: hidden;
	padding-left: 10px;
}
div.sm_item_small {
	width: 118px;
}
div.sm_item a {
	color: #666;
	font-size: 11px;
	padding-left: 16px;
	display: block;
	background-position: 0 4px;
	background-repeat: no-repeat;
}
div.sm_item a:hover, div.sm_item a.active {
	background-image: url(../images/arrow_grey.png);
}
div.sm_top {
	padding-bottom: 17px;
	font-weight: bold;
}
div.sm_sub {
	padding-bottom: 1px;
}

div.sm_sub a {
	font-size: 9px;
	background-position: 0 2px;
}

div#sm_spacer_row {
	height: 50px;
	overflow: hidden;
}

/* no js display */
div#content_large div#sm_head, div#content_large div#sm_subhead {
	display: none;
}
div#content_large div#sitemap_large_row {
	padding: 0;
	margin: 0;
	background: none;
	font-size: 1em;
}
div#content_large div.sm_item a {
	font-size: 1em;
}
div#content_large div#sitemap_inner {
	width: 909px;
}





/* *** main navi ********************************************************************************************** */
div#navi {
	float: left;
	width: 700px;
	line-height: 15px;
}
ul.navmenu {
	padding: 0;
	margin: 0 0 0 23px;
	list-style-type: none;
	list-style-image: none;
}
ul.navmenu li {
	display: block;
	margin: 0;
	padding: 0 0 1px 0;
}
* html ul.navmenu li {
	
}
*+html ul.navmenu li {
	
}
ul.navmenu li.last {
	border: 0;
}
ul.navmenu li a {
	padding: 0;
	/*font-size: 1.1em; */
	font-size: 11px;
	color: #11539F;
	text-decoration: none;
	display: block;
	margin: 0;
	font-weight: normal;
}
* html ul.navmenu li a {
	
}
ul.navmenu li a:hover, ul.navmenu a.active {
	font-weight: bold;
	padding-left: 0;
}
div.nav_main {
	width: 158px;
}
div.nav_sub {
	padding-left: 11px;
	border-left: 1px solid #11549F;
	width: 250px;
	height: auto;/*99px;*/
}



div#layer_right_top {
	float: left;
	width: auto;
	font-size: 9px;
	color: #666;
	padding-top: 20px;
	padding-right: 0;
}
div#layer_right_top div.label, div#layer_right_top div.label a {
	color: #11539F;
}
div#layer_right_top a {
	color: #666;
}
div#layer_right_top div.border_left {
	background: url(../images/sep_navi_service.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin-left: 5px;
}


div#second_row {
	height: 170px;
}


div#logo {
	float: right;
	padding-right: 14px;
	padding-top: 4px;
}


div#the_content {
	
}


div#left_content {
	width: 473px;
	height: 267px;
	overflow: hidden;
	background-color: #FFF;
	float: left;
}

div#right_content {
	margin-left: 14px;
	height: auto;
	float: left;
	width: 455px;
	color: #666;
}

div#content_short {
	height: 167px;
}

div#headline {
	margin-top: -4px;
}

div#subheadline {
	padding-bottom: 13px;
	margin-top: -2px;
}

div#text_short {
	height: auto;/*123px; will set by js*/
	width: 451px;
	outline: 0 none;
}

div#text_short ul, div#text_standard ul {
	margin-top: -1.3em;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: -1.3em;
}
	
div#text_short li, div#text_standard li {
    background-image: url(../images/arrow_r_grey.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    list-style: none;
    margin: 0 0 0 -40px;
    padding-left: 16px;
}
* html div#text_short li {
	background-position: 0 4px;
}
* html div#text_standard li {
	background-position: 0 4px;
}

div#text_short, div#text_standard {
	font-size: 11px;
	line-height: 1.25em;
}

div#text_short a, div#text_standard a, div#news_large_right_text a {
	color: #11539F;
}

div#grey_box {
	width: 451px;
	height: 104px;
	overflow: hidden;
	background: #E2E4E3;
}




/* *** news doorpage main ************************************************************************************************ */
div.news_column {
	font-size: 9px;
	float: left;
	width: 225px;
	padding-top: 2px;
}
div.news_column div.news_row {
	padding: 1px 0 2px 6px;
}
div.news_date {
	width: 82px;
}
div.news_column a {
	color: #666;
	background: url(../images/arrow_grey.png) no-repeat 0 1px;
	padding-left: 19px;
}
div.news_column a.active {	/* verdana because of bold in ff */
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
div.news_column a.second {
	background: none;
	padding-left: 0;
	width: auto;
}

/* *** news in large layer *** */
div#news_large_content {
	display: none;
}
div#news_large {
	padding: 16px 18px 0 21px;
	text-align: left;
	color: #666;
}
div#news_large div#head {
	font-size: 11px;
	font-weight: bold;
}
div#news_large div#subhead {
	font-size: 11px;
	padding: 0 0 3px 0;
	margin-top: -3px;
}
div#news_large_row {
	margin-top: 8px;
	background: url(../images/pix.png) repeat-x top left;
	padding-top: 17px;
}
div#news_large_left {
	float: left;
	width: 225px;
	overflow: hidden;
}
div#news_large_left div.news_column {
	float: none;
	height: 350px;
	overflow: hidden;
	background: #E2E4E3;
	font-size: 9px;
}
div#news_large_right {
	float: left;
	margin-left: 10px;
	color: #666;
	width: 528px;
}
div#news_large_right_subheadline {
	margin-top: -2px;
	padding-bottom: 7px;
}
div#news_large_right_text {
	font-size: 11px;
}

div#paging_news {
	margin-top: 8px;
	height: auto;
	padding: 0 0 1px 0;
	background: #E2E4E3;
	width: 225px;
}
div#paging_news a {
	color: #666;
	padding: 0 1px;
	display: block;
}
div#paging_news a:hover {
	color: #666;
}
div#paging_news div.inner {
	float: right;
	padding: 2px 5px 0 0;
}
div.paging {
	float: left;
}
* html img#p_img_left {
	margin-top: 4px;
}
* html img#p_img_right {
	margin-top: 4px;
}
*+html img#p_img_left {
	margin-top: 4px;
}
*+html img#p_img_right {
	margin-top: 4px;
}

div.news_no_js_column {
	width: 225px;
	float: left;
	margin-right: 10px;
	background: #E2E4E3;
	color: #666;
	padding: 2px;
}
div.news_no_js_column a {
	color: #666;
}



div#content_large {
	padding-left: 23px;
}




/* *** overlay for sitemap and news ****************************************************************************** */
div#overlay {
	filter: Alpha(opacity=50);
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	-moz-opacity: 0.50;
    -kthml-opacity: 0.50;
    opacity: 0.5;
    -o-opacity: 0.5;
	z-index: 100;
	display: none;
	left: 0;
	top: 0;
}

div#content_overlay {
	position: absolute;
	width: 821px;
	height: 460px;
	display: none;
	z-index: 101;
	background: white;
	padding: 11px 10px;
	background: url(../images/shadow_large.png) no-repeat 0 0;
}
* html div#content_overlay {
	width: 841px;
	height: 480px;
}

div#overlay_close {
	position: absolute;
	right: 27px;
	top: 26px;
	z-index: 102;
	width: auto;
	height: auto;
}




/* *** team ***************************************************************************************************** */
div.team_row {
	padding: 2px 0 1px 3px;
}
div.team_1 {
	width: 154px;
}
div.team_2 {
	width: 142px;
}
div.team_3 {
	width: 136px;
}
div.team_2, div.team_3 {
	font-size: 1.0em;
}



/* *** magazines *********************************************************************************************** */
div#just_cotent {
	margin-top: -3px;
}
div.mag_row {
	padding-bottom: 14px;
}
div.mag_head {
	height: 17px;
	overflow: hidden;
}
div.mag_subhead {
	font-size: 11px;
}


/* *** scroller with jquery **********************************************************************************+* */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #FFF;
}
.jScrollPaneDrag {
	position: absolute;
	background: #E2E4E3;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}



/* *** contact *** */
div#gmaps {
	width: 473px;
	height: 267px;
}
div#cl_links {
	padding-top: 5px;
}
div.cl_item {
	float: left;
	padding: 0 0 0 6px;
	width: 219px;
}



/* slideshow */
div#slideshow {
	width: 473px;
	height: 267px;
	overflow: hidden;
	background: #FFF;
}



/* *** tv area *********************************************************************************************************** */
div.video_preview {
	float: left;
	width: 211px;
	height: 243px;
	overflow: hidden;
	color: #666;
}
div.video_preview img {
	margin-bottom: 2px;
}
div.video_row {
	font-size: 11px;
}
div.video_head {
	float: left;
	font-weight: bold;
}
div.video_head a {
	color: #666;
}
div.video_info {
	float: right;
}
div.video_text {
	font-size: 11px;
	padding-bottom: 7px;
	line-height: 1.25em;
	height: 51px;
	overflow: hidden;
}
* html div.video_text {
	height: 61px;
}
div.video_bar {
	height: 16px;
	background: #E2E4E3;
	overflow: hidden;
}
div.video_play {
	float: left;
	padding: 3px 0 0 5px;
}
div.video_download {
	float: right;
	padding: 3px 5px 0 0;
}

/* video in overlay */
div#flash_video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 16;
	text-align: left;
	width: 473px;
	height: 267px;
	overflow: hidden;
	display: none;
}



/* *** simple styles. Sometimes repeating ******************************************************************************** */


div.w_55 {
	width: 55px;
}


div.pt_1 {
	padding-top: 1px;
}
div.pr_6 {
	padding-right: 6px;
}
div.pr_10 {
	padding-right: 10px;
}

.bold {
	font-weight: bold;
}
.bold_9 {
	font-family: Verdana, Arial, sans-serif;		/* verdana because of 9px bold in ff */
	font-weight: bold;
}

.dn {
	display: none;
}

a.lightgrey {
	color: #b1b3b4;
}

a.arrow_grey {
	color: #666;
	font-size: 1.0em;/*1.1em;*/
	padding-left: 16px;
	display: block;
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_grey.png);
}
a.arrow_grey:hover {
	font-weight: bold;
}

a.simple {
	color: #666;
}
a.simple:hover {
	/*font-weight: bold;*/
}

.fs11 {
	font-size: 11px;
}

table.contenttable {
	padding: 0;
	margin: -1.25em 0 0 0;
}

p.bodytext {
	font-size: 1em;
	color: #666;
}
* html p.bodytext {
	font-size: 11px;
	padding-top: 4px;
}

table p {
	margin: 0;
	padding: 0;
}

div.no_float {
	float: none;
}

div.mr13 {
	margin-right: 13px;
}

.align-right {
	text-align: right;
}



