 


@charset "utf-8";
/* General */
html {
	white-space: normal;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	background-color: #696969;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../_images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

h1 {
	font-size: 22px;
	color: #656466;
	line-height: 30px;
	text-indent: 0;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	color: #222222;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h3 {
	font-size: 13px;
	color: #333333;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h4 {
	font-size: 12px;
	color: #FE3D02;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h5 {
	font-size: 12px;
	color: #333333;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h6 {
	font-size: 11px;
	color: #FE3D02;
	line-height: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


td {
	font-size: 11px;
}

p {
	font-size: 11px;
	color: #656466;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: justify !important;
	line-height: 15px;
}

p.big {
	font-size: 18px;
	color: #333333;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: justify !important;
	line-height: 20px;
}


td.bigfont {
	font-size: 17px;
	color: #333333;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	line-height: 20px;
}



ol {
	font-size: 11px;
	color: #333333;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
}
ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	text-indent: 5px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	text-align: justify;
	list-style-type: square;
}

ul.casestudybullets {
	font-size: 12px;
	color: #333333;
	text-indent: 0px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: justify;
	list-style-type: square;
	line-height: 17px;
}

li {
	margin-top: 5px;
}

li.casestudybullets {
	margin-top: 5px;
	list-style-type: square;
}


object {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #222222;
	text-decoration: underline;
	outline: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #000000;
	text-decoration: underline;
}


.copyright {
	font-size: 11px;
	color: #444444;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}



.vspacer45 {
	clear: both;
	display: block;
	height: 45px;
	overflow: hidden;
}

.vspacer15 {
	clear: both;
	display: block;
	height: 15px;
	overflow: hidden;
}

.vspacer5 {
	clear: both;
	display: block;
	height: 5px;
	overflow: hidden;
}

.hline_red_thick {
	height: 2px;
	overflow: hidden;
	border: 0px none #e31b24;
	border-bottom: 2px solid #e31b24;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}

.hline_menugrey {
	height: 1px;
	overflow: hidden;
	border: 0px none #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 1px 4px;
	display: block;
	clear: both;
	float: none;
}


.hline_dotted {
	height: 1px;
	overflow: hidden;
	border: 0px none #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}



#mainContent {
	display: block;
	float: left;
	clear: none;
	width: 775px;
	height: auto;
	overflow: hidden;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

#flashContent {
	display: block;
	float: left;
	clear: none;
	width: 790px;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	z-index:1;
}

#headContent {
	display: block;
	float: left;
	clear: none;
	width: 790px;
	height: 100px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.questions {
	font-size: 15px;
	font-weight: bold;
	color: #C30;
}


/*breadcrumbs*/
.breadcrumbs {
	display: block;
	float: left;
	clear: none;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #666666;
	width: 790px;
	height: 18px;
	background-color: #FFFFFF;
	text-align: left;
}
.breadcrumbs .current {
	color: #333333;
	font-weight: bold;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #666666;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:link:hover, .breadcrumbs a:visited:hover, .breadcrumbs a:active:hover {
	color: #333333;
	text-decoration: underline;
}


/****************************************************************/
/*************************BREADCRUMB ***** **********************/
/****************************************************************/


/*BREADCRUMB : general properties*/
.breadcrumb {
	background:transparent url("../_images/big_red_arrow.gif") no-repeat center left;
	height:30px;
	width:790px;
	clear:both;
	float:none;
	display: block;
	clear: none;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: left;
}
.breadcrumb * {
  margin:0;
  padding:0;
  font-size:10px;
  font-style:normal;
  font-family:arial;
  text-decoration:none;
  color:#6C6C6C;
}
.breadcrumb .breadcrumbTitle {
	padding-left:24px;
	display:block;
	line-height:28px;
	height:30px;
	float:left;
	font-weight:bold;
	font-size:11px;
	color:#e81d29;
}
.breadcrumb .breadcrumbContent {
	display:inline;
	line-height:28px;
	height:30px;
	width:auto;
	float:left;
}
.breadcrumb #ruler {
	width:auto;
	line-height:28px;
	height:30px;
	display:block;
	float:left;
}
/*BREADCRUMB : links properties*/
.breadcrumb a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #666666;
}
.breadcrumb a:hover {
	font-size: 10px;
	color: #333333;
	font-weight:normal;
}




/* start home news */

.text-mare {
	width: 192px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.text-normal {
	font-size: 12px;
	color: #999999;
	font-weight: lighter;
	text-align: justify;
	margin: 0 0 0px 10px;
	width: 192px;
}
.text-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	width: 192px;
}
.text-normal-mic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #999999;
	text-align: left;
	margin:2px;
	width: 192px;
	/*vertical-align: text-top;*/
}
.text-highlite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-decoration: none;
	color: #EF4122;
	margin: 0 0 0px 0px;
	width: 192px;
}
.text-nonhighlite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-decoration: none;
	color: #999999;
	width: 192px;

}





/* form */ 
.cform {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.cform td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #47362E;
}
.cform .tdgr {
	background-color: #EFD39A;
}
.cform .spacerrow {
	height: 1px;
	overflow: hidden;
}
.inputtextfield {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #47362E;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 2px;
	border: 1px solid #064169;
	background-color: #F2F2F2;
	width: 130px;
	height: 16px;
}
.filefield {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #47362E;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	border: 1px solid #8C733E;
	background-color: #F2F2F2;
	width: 130px;
	height: auto;
}
.textareafield {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #47362E;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 2px;
	border: 1px solid #064169;
	background-color:#F2F2F2;
	width: 460px;
	height: 92px;
}
.inputbutton {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 2px;
	background-color:#064169;
	height: auto;
	width: 130px;
	cursor: pointer;
	border: 1px solid #660000;
	border-top-color: #0066FF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #0066FF;	
}
.selectfield {
	background-color: #F2F2F2;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #47362E;
	border: 1px solid #064169;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 136px;
	line-height: normal;
}
.nowidth {
	width: auto;
}


.errors {
	border: 1px solid #CC0000;
	color: #CC0000;
	margin: 4px 0px 4px 0px;
	padding: 1px 3px 2px 3px;
}
.errors p, .errors ul, .errors ol {
	color: #CC0000;
}
.error_color {
	color: #CC0000;
}


.tableborder {
	border: 1px solid #666699;
	background: #f6f6f6;
	margin: 1px;
	margin: 1px;
    font-size: 10px;
}

.whitelinecell { 
	height: 5px;
	width: 985px; 
	/*background-image:  url(../_images/whitespacer.gif); */
	background-repeat: repeat-x;
	background-color:#C30;
}

.whitecontentlinecell { 
	height: 10px;
	width: 790px; 
	background-image:  url(../_images/whitespacer.gif); 
	background-repeat: repeat-x; 
}


.whiteverticalcell { 
	width: 5px; 
	/*background-image:  url(../_images/whitespacer.gif); */
	background-repeat: repeat-y;
	background-color:#C30;
}

.mid_whiteverticalcell { 
	width: 5px; 
	/*background-image:  url(../_images/whitespacer.gif); */
	background-repeat: repeat-y;
	background-color:#fff;
}


.meniu { 
	width: 180px;
	height: 242px; 
	background-image:  url(../_images/meniu_bg.jpg); 
	background-repeat: repeat-y;
}

.rightcontent { 
	width: 180px;
	height: auto; 
	background-image:  url(../_images/meniu_bg.jpg); 
	background-repeat: repeat-y;
	color: #f2f2f2;
	padding: 5px 5px 5px 5px;
}

/*rightcontent : links properties*/
.rightcontent a {
	text-decoration: none;
	text-align: left;
	color: #ffffff;
}
.rightcontent a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* menutable_bordered */
.menutable_bordered {
	font-size: 11px;
	line-height: normal;
	border-bottom: 0px none #DEDEDE;
	border-right: 0px none #DEDEDE;
	border-top: 0px none #DEDEDE;
	border-left: 0px none #DEDEDE;
}
.menutable_bordered td {
	font-weight: normal;
	color: #333333;
	border: 0px none #DEDEDE;
	border-top: 0px none #DEDEDE;
	border-left: 0px none #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding: 1px 3px 1px 3px;
}
.menutable_bordered .alt_row {
	font-weight: normal;
	color: #333333;
	border: 0px none #DEDEDE;
	border-top: 0px none #DEDEDE;
	border-left: 0px none #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.menutable_bordered tr.alt_row td {
	color: #333333;
}

.menutable_bordered tr.sold td {
	color: #AAAAAA !important;
}

.menutable_bordered tr.m_over td {
	background-color: #FFF4F8 !important;
	color: #AA002B !important;
}


.newsItem {
	margin: 5px 0px px 0px;
	padding: 0px 5px 0px 5px;
}
.newsItem .data {
	font-size: 10px;
	color: #888888;
	margin: 0px 0px 0px 10px;
}
.newsItem .det {
	font-size: 10px;
	color: #666666;
	margin: 0px 0px 0px 10px;
}
.newsDetails .data {
	font-size: 11px;
	color: #888888;
}

.smallfont {
	font-size: 10px;
}


/* datatable_bordered */
.datatable_bordered {
	font-size: 11px;
	line-height: normal;
	border: 1px solid #999999;
	border-bottom: 0px none #999999;
	border-right: 0px none #999999;
	color: #000033;
}
.datatable_bordered th {
	background-color: #F2F2F2;
	font-weight: bold;
	color: #000033;
	border: 1px solid #999999;
	border-top: 0px none #999999;
	border-left: 0px none #999999;
	padding: 2px 3px 2px 3px;
}
.datatable_bordered td {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000033;
	border: 1px solid #999999;
	border-top: 0px none #999999;
	border-left: 0px none #999999;
	padding: 1px 3px 1px 3px;
}
.datatable_bordered .alt_row {
	background-color: #CCCCCC;
	font-weight: normal;
}
.datatable_bordered .info {
	border-bottom: 1px dotted #8C733E;
	cursor: help;
}



/* datatable_docs */
.datatable_docs {
	font-size: 11px;
	line-height: normal;
	border: 1px solid #999999;
	border-bottom: 0px none #999999;
	border-right: 0px none #999999;
	color: #000033;
	margin-left: 20px;
}
.datatable_docs th {
	background-color: #F2F2F2;
	font-weight: bold;
	color: #000033;
	border: 1px solid #999999;
	border-top: 0px none #999999;
	border-left: 0px none #999999;
	padding: 2px 3px 2px 3px;
	height: 25px;
}
.datatable_docs td {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000033;
	border: 1px solid #999999;
	border-top: 0px none #999999;
	border-left: 0px none #999999;
	padding: 1px 3px 1px 3px;
	height: 23px;
}
.datatable_docs .alt_row {
	background-color: #EFD3A0;
	font-weight: normal;
	color: #48372D;
	border: 1px solid #8C733E;
	border-top: 0px none #8C733E;
	border-left: 0px none #8C733E;
}
.datatable_docs .info {
	border-bottom: 1px dotted #8C733E;
	cursor: help;
}


div.box {
	position:absolute;
	top:100px;
	left:50%;
	margin-left: -300px;
	border: solid 2px #660000;
	Height:450px;
	width: 600px;
	padding: 0px;
	Text-Align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660033;
	overflow: hidden;
}

div.box_contents {
     background-color:transparent;
     position: relative;
	 padding: 5px 10px;
     z-index: 101;
}
div.box_background {
     background-color: #ececee;
     height: 450px;
     filter:alpha(opacity=90); /* IE's opacity*/
     left: 0px;
     opacity: 0.90;
     position: absolute;
     top: 0px;
     width: 600px;
     z-index: 99;
}

#logo_tuv {
	float:left;
	height:110px;
	width:110px;
	margin-left:10px;
	background:url(/_images/logo_tuv.png) no-repeat center;
}

#languagebar {
	margin-top:20px;
	height:20px;
	text-align:left;
}

#languagelink {
	float:left;
	line-height:20px;
	width:140px;
	text-align:right;
	margin-right:20px;
}

#onelanguage{
	float:right;
	width:200px;
	padding-right:20px;
}


#language img {
	float:left;
	padding-left:10px;
	width:20px;
}