/*
 *   precision-ptf.com
 *
 *   Copyright © 2009 Christian Rosentreter, http://www.binaryriot.com/
 *   All rights reserved.
 *
 *   $Id: styles.css,v 1.13 2007/08/30 23:30:01 tokai Exp $
 */

/*   lame trick to avoid funky scrollbar layout jump in fireflux, 
 *   safari, etc. until I find a better solution 
 */
/*
html { 
	min-height:    100%; 
	margin-bottom: 1px; 
}
*/
html {
	overflow-y: scroll;
}

body {
	font-family:       "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size:         12px;
}

td { 
	font-size:   12px; 
	line-height: 16px;
	color:       #504f4d;
}

td.small {
	font-size:   10px;
	line-height: 14px;
}

td.copyright {
	font-size:   10px; 
	color:       #d7d7d7;
}

td.disclaimer {
	font-size: 10px;
	color:     #888888;
}

.smalldate {
	font-size: 10px;
	color:     #666666;
	line-height: 12px;
}

.newsdate {
	color:     #666666;
}

/*  forms
 */
input {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}


/*   links 
 */
/*  IE6 suxx donkey balls! so we have to comment out some stuff here */
a /*, a:visited, a:active */ { 
	text-decoration: none; 
	color:           #fb8000; 
	/*font-size:       12px;*/
}

a:hover { 
	text-decoration: underline; 
}

a.small {
	font-size: 9px;
}

a.medium {
	font-size: 10px;
}

a.sitemapcategory {
	font-size: 11px;
	color:     #ffffff;
}

a.submenuitem {
	font-size: 11px;
}

a.menuitem {
	font-size: 12px;
	/* font-weight: bold; */
	color:   #ffffff;
}

a.language {
	font-size: 10px;
	color:   #ffffff;
}


/*   floattext
 */
p {
	line-height: 18px;
}

p.headline {
	font-size:   14px;
	line-height: 18px;
	color:       #000000;
}

p.disclaimer {
	font-size: 10px;
	color:     #888888;
}

li {
	line-height: 18px;	
}


/*  Showrrom
 */
.blend img {
	opacity:        0;
	-moz-opacity:   0;
	-khtml-opacity: 0;
	filter:         alpha(opacity=0);
}

a.showroom {
	color:           #d6d8d8; /* same as background */ 

}

a.showroom:hover {
	color:           #fb8000; 
}


/*  Other
 */
nobr {
	white-space: nowrap;
}
