/* = Stylesheet for Screen, Projection = */

@media all {

/* == Common == */

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #666;
	background: #FFF;
}

body, table, td, th {
	line-height: 1.5em;
}

body, table, td, th, input, textarea, select {
	font-family: Arial, sans-serif;
}

table, td, th, input, textarea, select {
	font-size: 1em;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

h1 {
	font-size: 1.6em;
	margin: 1.25em 0;
	line-height: 1.1875em;
	color: #444;
}

h2 {
	font-size: 1.1em;
	margin: 0.9091em 0;
	color: #444;
}

h3, h4, h5, h6 {
	font-size: 1em;
	margin: 1em 0;
	color: #444;
}

p, blockquote, ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

li ul, li ol {
	margin-top: 0;
	margin-bottom: 0;
}

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

img {
	border: none;
}

.inv {
	position: absolute;
	top: 0;
	left: -10000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
}

a.download {
	padding-left: 15px;
	background: url(arrow_right.gif) left center no-repeat;
}

h2.context {
	margin-bottom: 1.8182em;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 2px 0;
	font-weight: normal;
	color: #666;
}

h2.subgroup {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 2px 0;
}

div.clearer {
	clear: both;
}

/* === Frames === */

div.line-over {
	margin: 10px 0;
	border-top: 1px solid #AAA;
}

/* === tt_content === */

div.csc-sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.csc-sitemap ul ul {
	margin-left: 20px;
}

/* === mailform === */

table.csc-mailform td {
	padding: 0;
	padding-top: 3px;
	vertical-align: baseline;
}

table.csc-mailform tr:first-child td {
	padding-top: 0;
}

table.csc-mailform td.csc-form-labelcell {
	padding-right: 1em;
}

table.csc-mailform input {
	border: 1px solid #CCC;
}

table.csc-mailform input.csc-form-button {
	border: 2px outset #CCC;
}

table.csc-mailform input.csc-form-text {
	width: 200px;
}

table.csc-mailform select {
	border: 1px solid #CCC;
}

/* === tt_news === */

div.news-latest-container {
	margin-left: 525px;
}

div.news-latest-container h2 {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	font-size: 1.3em;
	color: #666;
}

div.news-latest-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.3em;
}

div.news-latest-container li {
	padding: 5px 0;
	border-bottom: 1px solid #AAA;
}

div.news-list-item {
	margin-top: 10px;
	border-top: 1px solid #AAA;
}

div.news-list-item h2 {
	margin: 0;
	font-size: 1.2em;
}

div.news-list-item p {
	margin: 0;
}

div.news-list-img {
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-right: 20px;
}

div.news-list-text {
	margin-top: 10px;
	margin-left: 140px;
}

div.news-single-img {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div.news-single-text {
	margin-left: 220px;
}

/* == Layout Boxes == */

/* === page === */

#page {
	position: relative;
}

/* === content === */

#content div.hspacer {
	width: 655px;
	margin-left: 186px;
}

#content div.vspacer {
	margin-top: 157px;
	margin-bottom: 40px;
}

/* === header === */

#header {
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 137px;
	background: #FFF;
	line-height: 1.3; /* compatibility hack */
}

#kreon-bar {
	position: absolute;
	left: 0;
	top: 61px;
	width: 841px;
	height: 6px;
	background-color: #000;
}

#kreon-logo {
	position: absolute;
	left: 860px;
	top: 8px;
}

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

/* === mainnav === */

#mainnav {
	position: absolute;
	left: 186px;
	top: 77px;
	color: #222;
	font-size: 99%; /* compatibility hack */
}

#mainnav a {
	color: #222;
	font-size: 10px; /* compatibility hack */
}

#mainnav li {
	display: inline;
}

#mainnav li:before {
	content: "|";
	margin: 0 10px;
	font-size: 11px; /* compatibility hack */
	font-weight: normal;
}

#mainnav li.first:before {
	content: "";
	margin: 0;
}

#mainnav li.current,
#mainnav li.active a {
	font-weight: bold;
	color: #000;
}

/* === subnav === */

#subnav {
	position: absolute;
	left: 0;
	top: 20px;
	width: 655px;
	font-size: 10px; /* compatibility hack */
}

#subnav li:before {
	content: " |"; /* compatibility hack */
	margin: 0 8px;
}

#mainnav #subnav,
#mainnav #subnav a {
	font-weight: normal;
	color: #222;
}

#mainnav #subnav li.current,
#mainnav #subnav li.active a {
	font-weight: bold;
	color: #000;
}

/* === localnav === */

#localnav {
	position: absolute;
	left: -135px;
	top: 57px;
	width: 109px;
	line-height: 1.2em;
}

#localnav li {
	display: block;
	margin-bottom: 0.5em;
}

#localnav li:before {
	content: "";
	margin: 0;
}

#localnav li.first:before {
	content: "";
	margin: 0;
}

#mainnav #subnav #localnav,
#mainnav #subnav #localnav a {
	font-weight: normal;
	color: #555;
}

#mainnav #subnav #localnav li.current,
#mainnav #subnav #localnav li.active a {
	font-weight: bold;
	color: #000;
}

/* === productsearch === */

#productsearch {
	position: absolute;
	top: 26px;
	left: 186px;
	white-space: nowrap;
}

#productsearch form {
	margin: 0;
}

#productsearch form span.frame {
	display: block;
	float: left;
	border: 1px solid #000;
}

#productsearch input.kitem {
	width: 200px;
	height: 11px;
	border: 1px solid #CCC;
	vertical-align: top;
	color: #666;
	font-size: 0.9em;
}

#productsearch input.go {
	margin-left: 1px;
	border: 1px solid #000;
	vertical-align: top;
}

/* === footer === */

#footer {
	position: fixed;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 20px;
	color: #666;
	background: #FFF;
}

#footer div.spacer {
	width: 655px;
	margin: 2px 0 0 186px;
}

#footer a {
	color: #666;
}

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

#footer li {
	display: inline;
}

#footer li:before {
	content: "|";
	margin: 0 6px;
}

#footer li.first:before {
	content: "";
	margin: 0;
}

/* === utilities === */

#utilities {
	float: right;
}

#utilities li.current {
	font-weight: bold;
}

/* === language-selector === */

#language-selector li.active {
	font-weight: bold;
}

#language-selector li.active:before {
	font-weight: normal;
}

#language-selector li.inactive {
	color: #CCC;
}

#language-selector li.inactive:before {
	color: #666;
}

/* == TWIX AutoComplete == */

div.TWIX_AutoComplete table {
	border-collapse: separate;
}

}
