@import url(extensies/tt_news.css);

body {
	margin: 0;
	padding: 0;
}

body, p, td, li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#myhome {
	position: relative;
	left: -190px; 
}

* html #myhome {
	position: inherit;
	left: 0;
}

#flashintro { border: 1px solid #000; }

#teller { position: relative; left: -3000px; }

a {
	color: #F85A07;
	text-decoration: underline;
	outline: none;
}

div.clearer {
	clear: both;
}

#pagetitle, #pagesubtitle {
	display: none;
}
#container {
	width: 776px;
	margin: 0 auto;
}

#header
{
	height: 145px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
}

#header span {
	display: none;
}

/* main menu */


#menu {
	border: 1px solid #000;
	margin-bottom: 10px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	float: right;
}

#menu li {
	display: block;
	padding: 0 15px;
	float: left;
	border-right: 1px solid #000;
	line-height: 15px;
}

#menu li.lastitem {
	border-right: 0px;
}

#menu a {
	color: #000;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#menu li.menu_act a {
	color: #00A1E7;
}

#menu a:hover {
	text-decoration: underline;
}


#footer
{
	clear:both;
	color: #F34900;
	padding-top: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

#footer a {
	color: #F34900;
}

#address {
	width: 776px;
	text-align: justify;
	margin-top: 5px;
	border-top: 1px solid #000;
	padding-top: 5px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

#leftcolumn {
	width: 188px;
	float: left;
}

#content_container {
	width: 575px;
	float: right;
}


/* ------ */
/**********/
/* Images */
/**********/

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }

td.col1_left { vertical-align: top; padding: 0;}
td.col1_main { vertical-align: top; padding: 0 0 0 10px; }

.csc-frame-frame1
{
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-color: #F85A07;
	border-width: 2px;
	border-style: solid;
}

.csc-frame-frame1 .csc-header {
	margin-top: 0px;
}

.csc-frame-frame1 .csc-header H1, .csc-frame-frame1 .csc-textpicHeader H1 {
	margin-top: 0px;
}



.csc-frame-frame2
{
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-color: #00A5E7;
	border-width: 2px;
	border-style: solid;
}

.csc-frame-frame2 .csc-header {
	margin-top: 0px;
}

.csc-frame-frame2 .csc-header H1, .csc-frame-frame2 .csc-textpicHeader H1 {
	margin-top: 0px;
}





/***************************/
/* General element styles: */
/***************************/
P, PRE { margin: 0px 0px 0px 0px; }

H1, H2, H3, H4, H5, UL, OL, BLOCKQUOTE, input, textarea, select { font-family: arial, helvetica; }

input, textarea {
	font-size: 11px;
}


/******************/
/* Headers, plain */
/******************/
H1 {
	font-size: 16px;
	color: #174C8F;
}
H2 { font-size: 16px; }
H3 { font-size: 14px; }
H4 { font-size: 14px; }
H1, H2, H3, H4, H5, H6 { margin: 25px 0px 10px 0px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }



p.csc-header-date {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}







/* Forms */

form {
	margin: 0;
	padding: 0;
}

fieldset.csc-mailform {
	border: none;
	padding: 15px 10px;
}

.csc-mailform-field label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 20px;
	display: block;
}

.csc-mailform-field input {
	margin-left: 0px;
}

input.csc-mailform-submit {
	margin-left: 170px;
	margin-top: 15px;
}

/* RTE */

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

.rte-blue { color: #00A5E7; }
.rte-orange { color: #F85A07; }




/* HTML content */

.specs tr.start td {
	border-top: solid #000 3px;
}

.specs tr.end td {
	border-bottom: solid #000 3px;
}
.specs td.end {
	border-bottom: solid #000 3px;
}

.specs td {
	vertical-align: top;
	padding: 6px 0;
}

.specs td.npb {
	padding-bottom: 0px;
}

.specs td.npt {
	padding-top: 0px;
}

.specs tr.dotted td {
	border-bottom: dotted #000 1px;
}

.specs td.dotted {
	border-bottom: dotted #000 1px;
}


/* px downloads */

.tx-pximgdownloads-pi1 .imgc {
	padding: 0 14px;
	width: 150px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
}

.tx-pximgdownloads-pi1 .imgc1 {
	text-align: center;
}

.tx-pximgdownloads-pi1 .imgc2 {
}

div.tx-pximgdownloads-pi1-end {
	clear: left;
}


#waaaw {
	margin: 0 0 20px -130px;
}

/* CE */

#c21, #c17 {
	padding: 50px 0;
	margin-left: -30px;
}

#c388, #c456 {
	margin-left: -102px;
}

#c194 {
	margin-left: -52px;
}

