/* Property structure
-------------------------------------------------------------------------------

* positioning
* display mode
* dimensions margins and paddings
* element colors
* element text colors
* incidentally used properties: z-index,zoom

*/


/* Colors
-------------------------------------------------------------------------------
Light blue:  #00ADEF
Medium blue: #CFDAEC
Dark blue:   #0434B2
Light gray:  #D1D5D8
Dark gray:   #8A8F93
*/


/* Reset
-----------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
}

legend {
	margin-left:-7px;
}



/* Body
-----------------------------------------------------------------------------*/
html {
	overflow:scroll;
}

html, body {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:58.5%;
	background:#00ADEF url(images/background.gif) repeat-y top center;
	color:black;
}


/* Screenreader specific
-----------------------------------------------------------------------------*/
.hidden {
	position:absolute;
	left:-9000px;
}


/* Link styles
-----------------------------------------------------------------------------*/
a {
	color:#0434B2;	
}

a.more {
	background:url(images/link_more.gif) no-repeat right 0.4em;
	padding-right:13px;
}

a.top {
	text-decoration:none;
	background:url(images/link_top.gif) no-repeat right 0.3em;	
	padding-right:13px;	
}

a.top:hover {
	text-decoration:underline;
}

a.jump {
	
}



/* Header styles
-----------------------------------------------------------------------------*/
h2 {
	color: #0434B2;
	font-size:1.5em;
	margin-bottom:1em;
}

h3 {
	font-size:1.3em;
	color:#00ADEF;
}

h4 {
	font-size:1.1em;
}





/* Page header styles 
-----------------------------------------------------------------------------*/
h1 {
	float:left;
	width:297px;
	height:43px;
	margin:30px 0 0 24px;
	text-indent:-9000px;
	background:url(images/logo_aquapanel.gif) no-repeat;
}

strong#logo {
	display:block;
	float:right;
	width:141px;
	height:65px;
	margin:20px 40px 0 0;
	text-indent:-9000px;
	background:url(images/logo_knauf.gif) no-repeat;
}

h1 a,
strong#logo a{
	display:block;
	height:100%;
	width:100%;
}




/* Table style
-----------------------------------------------------------------------------*/
table {
	background:#DADBDD;
	empty-cells:show;
	font-size:1.1em;
	border-collapse:collapse;
	margin-bottom:1em;
	border:1px solid #AAA;
}

caption {
	padding:0.3em 0 0.2em 0;
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
	color:#00ADEF;
}

th,td {
	padding:0.5em 2em 0.5em 0.7em;
	vertical-align:top;
}

th {
	text-align:left;
	border-right:1px solid #D2D2D2;
}

td {
	border-right:1px dashed #D2D2D2;
}

thead th {
	border-bottom:1px solid #AAA;
	border-right:1px solid #AAA;
}

tbody th,
tbody td {
	border-top:1px dashed #AAA;
}

tbody th {
	font-weight:normal;
}

tbody tr.even  {
	background:#F4F6F8;
}

tbody tr.odd {
	background:#ECEEF1;
}

tbody tr.even th {
	background:#E8EAEC;
}

tbody tr.odd th {
	background:#E1E3E5;
}

/* Standard Container styles
-----------------------------------------------------------------------------*/
div.holder {
	position:relative;
	min-height:100%;
	top:0;
	width:973px;
	margin:0 auto;
	font-size:1.1em;
	background:white;
	z-index:2;
}



/* Landing page
-----------------------------------------------------------------------------*/
body.landing div#headerContainer {
	overflow:hidden;
	margin-bottom:2em;
}

div#languageContainer {
	margin:0 auto 2em auto;
	width:42em;
	padding:2em 2em 3.5em 2em ;
	clear:both;
	background:#CFDAEC;
}

div#languageContainer ul {
	list-style-type:none;
	font-size:1.4em;
	padding:1em 0 0.3em 8em;
}

div#languageContainer ul li {
	float:left;
	padding-right:1em;
}


/* Main menu
-----------------------------------------------------------------------------*/
div#menuBar {
	position:relative;
	float:left;
	background:#D1D5D8;
	width:100%;
	padding-top:1em;
	margin-top:20px;
}

ul#languageMenu {
	float:right;
	list-style-type:none;
	margin-right:10px;
	font-size: 1.2em;
}

ul#languageMenu li:first-child {
	border-left:2px solid white;
}

ul#mainMenu {
	list-style-type:none;
	font-size: 1.2em;
}

ul#mainMenu li:first-child {
	margin-left:23px;
	border-left:2px solid white;
}

ul#languageMenu li,
ul#mainMenu li {
	float:left;
	border:2px solid white;
	border-bottom:none;
	border-left:none;
}


ul#mainMenu li a {
	display:block;
	height:1.8em;
	line-height:1.8;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	padding: 0 0.1em;
	text-align: center; 
}

#calc1{width: 106px;}
#calc2{width: 107px;}
#calc3{width: 106px;}
#calc4{width: 107px;}
#calc5{width: 93px;}
#calc6{width: 120px;}


ul#languageMenu li a{
	display:block;
	height:1.8em;
	line-height:1.8;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	padding: 0 1em;
	
}

#LM_active{
	background: #8A8F93;
}

body.home 		a#btnHome,
body.about 		a#btnAbout,
body.products 	a#btnProducts,
body.references a#btnReferences,
body.contact 	a#btnContact,
ul#languageMenu li a:hover,
ul#mainMenu 	li a:hover,
ul#languageMenu li a.active {
	background:#8A8F93;
	color:white;
}


/* Product menu
-----------------------------------------------------------------------------*/
div#menuDecoration {
	position:absolute;
	bottom:0;
	left:0;
	background:#D1D5D8;
	width:100%;
	z-index:3;
}

body.home div#menuDecoration {
	height:208px;
}

div#menuDecoration div {
	border:2px solid white;
	border-left:none;
	border-right:none;
	background:#8A8F93;
	height:2.0em;
	font-size:1.2em;
}

ul#productMenu {
	position:relative;
	float:left;
	list-style-type:none;
	border-left:2px solid white;	
	margin-left:23px;
	z-index:4;
}

ul#productMenu li {
	display:block;
	float:left;
	width:220px;
	border-right:2px solid white;
}

ul#productMenu div {
	position:relative;
	display:block;
	height:2.0em;
	padding-left:0.5em;
	border:2px solid white;
	border-left:none;
	border-right:none;	
	color:white;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.9;
	text-decoration:none;
	z-index:3;
}

li#floor, li#interior, li#exterior {
	background:#0434B2;
}

body.floor li#floor a,
body.interior li#interior a,
body.exterior li#exterior a {
	background:#01AEF0;
}

body.home ul#productMenu li {
	position:relative;
	height:208px;
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}

ul#productMenu li img {
	display:none;
}

body.home ul#productMenu li img {
	display:block;
	position:absolute;
	bottom:0;
	z-index:2;
}

body.home ul#productMenu li img.next {
	z-index:1;
}


/* Breadcrums style
-----------------------------------------------------------------------------*/
ul#breadcrums {
	float:left;
	clear:both;
	margin:1.2em 0 0 26px;
}

ul#breadcrums li {
	display:inline;
	background:url(images/link_more.gif) no-repeat right center;
	padding:0 13px 0 0;
	margin-right:0.7em;
}

ul#breadcrums li:last-child {background:none;}
ul#breadcrums li:last-child a {
	color:#666;	
	text-decoration:none;
}

/* Local sites panel
-----------------------------------------------------------------------------*/
div#localSites {
	position:relative;
	float:right;
	clear:right;
	width:282px;
	z-index:4;
}

select#localSites{
	width:120px;
}

div#localSites h2 {
	color:white;
	padding-left:0.5em;	
	font-size:1.2em;
	line-height:1.8;
	height:2em;
	border:2px solid white;
	border-left:none;
	border-right:none;
}

div#localSites form {
	padding:8px;
}

div#localSites select {
	width:100%;
	margin-bottom:10px;
}

div#localSites option.new {
	color: red;
}

body.about div#localSites,
body.products div#localSites,
body.contact div#localSites,
body.disclaimer div#localSites,
body.references div#localSites,
body.product_detail div#localSites {
	display:none;
}


/* Brochure panel
-----------------------------------------------------------------------------*/
div#highlight {
	float:left;
	width:220px;
	background:#CFDAEC;
	margin:2px 0 2em 25px;
	height: 600px;
}

div#highlight h2 {
	padding:1em 1em 0 1em;
}

div#highlight p {
	margin:0.8em 0 0 0;
	font-size:1.2em;
	line-height:1.4;
	padding:1em 1.7em 1em 1.3em;
}

div#highlight p a.more {
	display:block;
	margin:-1em 0 2em 0;
	/*width:7.8em;*/
	float:right;
}

div#highlight img {
	display:block;
	margin:0 auto;
	border:2px solid white;
}
div#highlight div#exterior_brochure p, div#highlight div#interior_brochure p {
	margin: 10px 15px;
	padding: 0;
	font-size: 8pt;
	font-style: italic;
}
div#highlight div#exterior_brochure img {
	margin-right:10px;
	float:left;
}
div#highlight div#interior_brochure img {
	float:right;
	margin-left: 10px;
}

/* Content
-----------------------------------------------------------------------------*/
div#content {
	clear:left;
	float:left;
	width:95%;
	margin-left:26px;
	padding-bottom:1em;
}

div#content h2 {
	padding:1em 0 0 0;
}

div#content p {
	margin:1.1em 0 0 0;
	font-size:1.1em;
	line-height:1.4;
	margin-left: 10px;
}

body.home div#content a {
	display:block;
	margin-top:1em;
	font-size:1.1em;
}

body.home div#content ul {
	margin-top:1em;
	padding-left:1.5em;
	list-style-type:disc;
	font-size:1.1em;
}

body.home div#content ul li {
	margin-bottom:0.5em;
}


/* Content Home
-----------------------------------------------------------------------------*/
body.home div#content {
	clear:none;
	float:right;
	width:540px;
	margin:2px 164px 2em 0;
}

body.home div#content h2 {
	padding-right:100px;
}

body.home div#content a.more {
	float:left;
	margin-top:1em;
	font-size:1.1em;
}


/* Content About
-----------------------------------------------------------------------------*/
body.about div#content {
	width:540px;
}


/* Products
-----------------------------------------------------------------------------*/
body.products h3 {
	position:relative;
	padding:0 0 0.2em 0;
	margin:0;
	clear:both;
}

body.products h3 a {
	position:absolute;
	top:0;
	right:0;
	font-size:0.9em;
	font-weight:normal;
}

body.products h4 {
	margin:1em 0 0.3em 0;
	font-size:1.2em;
}

body.products img {
	display:block;
	float:left;
	clear:left;
	padding:8px;
	margin-right:1.5em;
}

body.products table {
	width:100%;
}


/* product */
body.products div.product {
	float:left;
	width:100%;
	margin-bottom:3em;
}

body.products div.product img {
	padding:8px;
	border:1px dashed #C1CDDF;
	background:#E9EFF9;
}

body.products div.product a:hover img {
	background:#F0F4FB;
}


body.products div.product p  {
	margin:8px 200px 0 0;
	padding-right:1em;
}

body.products div.product p em {
	display:block;
	margin-bottom:0.8em;
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}

body.products div.product a.more {
	font-size:1.1em;
	line-height:3;
}

/* description */
div#productDescription p {
	margin:0 0 1em 0;
}

div#productDescription img {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	margin-left:10px;
}

div#productDescription {
	overflow:hidden;
	margin-bottom:2em;
}

body.products ul#quickLinks {
	float:left;
	width:206px;
	padding:10px 0 0 14px;
	margin-right:1.4em;	
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	list-style-type:none;
	line-height:1.5;
	font-size:1.2em;
	background:#CFDAEC;
}

body.products ul#quickLinks li.newsflash {
	display:block;
	width: 200px;
}
body.products ul#quickLinks li.newsflash a {
	padding: 0;
	font-style: italic;
}
body.products ul#quickLinks li.newsflash img {
	margin-right: 10px;
	padding-right: 0;
}

body.products div#description {
	float:left;
	width:500px;
	/*padding-bottom: 20000px;
	margin-bottom: -20000px;*/
}

body.products div#description ul {
	padding-left:1.5em;
	font-size:1.1em;
}


/* details block */
body.products table caption {
	margin-top:0.2em;
}

body.products div.details h3 {
	margin-top:1.5em;
}

body.products div.details ul {
	list-style-type:none;
	line-height:1.6;
	font-size:1.1em;
}

body.products div#content div.details p {
	margin:0;
	padding:0 300px 0.2em 0;
	font-size:1.1em;
}

body.products div.pdfblock {
	width:290px;
	float:left;
	overflow:hidden;
}

body.products div.pdfblock h4 {
	margin-top:0.2em;
}

body.products div.details div.pdfHolder {
	background-color:#ECEEF1;
	border:1px solid #AAA;
	padding:0.5em 0 0.5em 0.7em;
	overflow:hidden;
}

body.products div.details div.accessories {
	position:relative;
	background-image:url(images/accessories_back.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

body.products div.details div.accessories img {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
}

body.products div.pdfHolder a {
	display:block;
	color:#444;
	padding:0 0 0 24px;
	margin:0 0 0.2em 0;
	background-position:0 0.1em;
}

/* plaster systems */
body.products div.links p {
	list-style-type: none;
	display: block;
	clear: both;
}
body.products div.links a {
	margin-top: 40px;
	display: block;
}

body.products div.floor_links a {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

body.products div.links img {
	margin: -50px 0 15px 5px;
	padding: 0;
	display: inline;
}
body.products div#description div.links img.application {
	border: 1px solid #333;
	padding: 0;
}

/* sound table */
body.products table div.sound {
	float:left;
	clear:both;
	width:110px;
}

body.products table div.sound span {
	display:block;
	float:left;
	width:50px;
}

body.products table div.sound span + span {
	text-align:right;
}


/* References
-----------------------------------------------------------------------------*/
body.references div#content h3 {
	padding:0 0 0.3em 0;
	clear:both;
}

body.references div#content ul {
	float:left;
	clear:both;
	padding-bottom:3em;
	list-style-type:none;
}

body.references div#content li {
	display:block;
	float:left;
	margin-right:50px;
	width:120px;
}

body.references div#content li a {
	display:block;
	font-size:1.1em;
	text-decoration:none;
}

body.references div#content li a span {
	display:block;
	float:left;
	margin-top:0.5em;
}

body.references div#content li a:hover {
	text-decoration:underline;
}

body.references div#content img {
	float:left;
	margin-top:3px;
	padding:8px;
	border:1px dashed #C1CDDF;
	background:#E9EFF9;
	clear:both;
}

body.references div#content li a:hover img {
	background:#F0F4FB;
}


body.references dl {
	float:left;
	width:192px;
	padding:10px 14px 0 14px;
	margin-right:1.4em;	
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	list-style-type:none;
	line-height:1.5;
	font-size:1.2em;
	background:#CFDAEC;
}

body.references dt {
	font-weight:bold;
}

body.references dd {
	margin-bottom:1em;
}

body.references div#referenceDetail {
	float:left;
	width:500px;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

body.references div#reference {
	overflow:hidden;
}

body.references div#reference img {
	display:block;
	margin-top:0;
	margin-bottom:1em;
}

body.references div#reference ul {
	width:500px;
}


body.references div#reference li {
	margin-top:12px;
	margin-right:22px;
}






/* Contact
-----------------------------------------------------------------------------*/
body.contact div#contacts {
	overflow:hidden;
}

body.contact div#content form {
	background:#CFDAEC;
	float:left;
	width:206px;
	padding:10px 0 0 14px;
	margin-right:1.4em;	
	line-height:1.5;
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

body.contact div#content label {
	font-size:1.2em;
}

body.contact div#countries {
	float:left;
	width:685px;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

body.contact div#addresses h3 {
	display:none;
}

body.contact h3 a {
	color:#00ADEF;
}

body.contact h3 a.top {
	position:absolute;
	top:0;
	left:-9000px;
	font-size:0.9em;
	font-weight:normal;
	color:#0434B2;
}

body.contact address {
	font-size:1.1em;
	font-style:normal;
	margin-bottom:1em;
}

body.contact div#addresses address {
	display:none;
}

body.contact select {
	width:190px;
}





/* Disclaimer
-----------------------------------------------------------------------------*/
body.disclaimer div#content  {
	width:540px;
}

body.disclaimer div#content address {
	margin-bottom:1em;
	font-size:1.1em;
	font-style:normal;
}

body.disclaimer div#content h3 {
	margin:1em 0 0.5em 0;
}

body.disclaimer div#content p {
	margin:0 0 1em 0;
}





/* Footer
-----------------------------------------------------------------------------*/
p#footer {
	clear:both;
	width:95%;
	margin:1em auto 0 26px;
	padding:1em 0;
	border-top:1px solid #D1D5D8;
	color:#666;
}


/* Misc
-----------------------------------------------------------------------------*/
sub.tiny {
	font-size: 0.7em;
}

td.nowrap {
	white-space: nowrap;
}


div#description span.icon_container {
	width:166px;
	float:left;
}

div#description span.floor_item {
	width:250px;
	float:left;
}

div#description span.icon_desc {
	width:100%;
	text-align:center;
	display:block;
	clear:both;
}

div#description span.icon_container img {
float:none;
margin: 2px;
padding: 0px;
display: inline;
}

div#description span.floor_item img {
float:none;
margin: 2px;
padding: 0px;
display: inline;
}

div#icons_container {
clear:both;
display:block;
margin-bottom: 25px;
overflow:hidden;
}

#description #cement_board_header{
	float:left;
	margin: 0px;
	padding: 0px;
}


#content{
	width: 700px;
	
}

#header{
	 padding-left: 0.5em; 
	 padding-top: 0.5em;
}

#headAdress{
	color:white; 
	padding-left:0em; 
	font-size:1.2em; 
	font-weight: bold; 
	line-height:1.2;
	margin-bottom: 15px;
}

/* Form styles
-----------------------------------------------------------------------------*/
option {
	padding-left:0.5em;
	font-size: 1.1em;
	width: 290px;
}

select#format, select#oberflaeche{
	font-size: 1.1em;
	width: 290px;
	padding: 0.2em;
	margin: 0px;
}

optgroup {
	font-size: 1.1em;
	font-style:normal;
	font-weight:bold;
	padding:0.2em 0.5em;
}

#floor_head_links, #interior_head_links, #exterior_head_links {
	margin-top: -2px; 
	visibility: hidden; 
	display: none; 
	padding: 5px; 
	color: black; 
	z-index: 99; 
	background-image: url(/res/images/bg_highlighter.gif);
	min-height: 50px;
}

#error{
	vertical-align: top; 
	padding: 5px; 
	font-size: 1.2em; 
	width: 350px; 
	/*border: 3px solid red;*/ 
	min-height: 40px;
}

#taker{
	width: 200px; 
	margin-bottom: 10px; 
	margin-left: 16px;
}

div#index{
	height: 530px;
	background-color: #ebebeb; 
	font-size: 2em; 
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 8px; 
	padding-right: 15px;
}

td#conLeft{
	width: 348px;
}

div#conRight{
	width: 380px;
	background-color:#f8f8f8;
}

table#ergOutput{
	background: none;
	width: 99%;
	border: solid 1px;
}

table#ergOutput tr td{
	font-size: 12px;
	border: solid 1px;
}

.ergHeadline{
	font-size: 13px; 
	color: #0434B2;
}

.ergSubline{
	color: #0181D8; 
	font-weight: bold; 
	font-size: 12px;
}

.rdLblHeight{
	
}