/**
 * Stylesheet for Nordpan AG
 *
 * Screen/Projection Stylesheet
 *
 * @author		Alexander Tumler
 * @link			http://www.nordpan.com
 * @copyright	Copyright 2009, akanai web technologies
 */
 
/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

fieldset, img {
	border: none;
}

body {
	position: relative;
	background: url('../img/bkg.gif') #fffaf0 repeat-x;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .05em;
	color: #000;
}

/* Container */
#address {
	position: absolute;
	width: 175px;
	bottom: 0;
	left: 50px;
}

#col-left {
	float: left;
	width: 215px;
	margin-left: 30px;
}

#col-right {
	float: right;
	width: 689px;
}

#content {
	padding-top: 18px;
}

#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 49px;
	background: url('../img/footer.bkg.gif') no-repeat;
}

#header {
	height: 201px;
	background: url('../img/header.bkg.gif') no-repeat;
}

#language {
	position: absolute;
	width: 215px;
	font-size: 10px;
	margin: 180px 0 0 30px;
}

#outer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url('../img/content.bkg.gif') #fff repeat-y;
}

#topnav {
	position: absolute;
	width: 650px;
	margin: 180px 0 0 303px;
}

/* Content */
#address {
	color: #868889;
	line-height: 14px;
}

#address a {
	color: #e62324;
	text-decoration: none;
}

#address a:hover {
	color: #000;
}

#address h1 {
	font-size: 11px;
	text-transform: uppercase;
}

#address p {
	padding-bottom: 5px;
}

#col-right a {
	color: #e62324;
	text-decoration: underline;
}

#col-right a:hover {
	color: #000;
	text-decoration: none;
}

#col-right h3 {
	line-height: 17px;
	font-size: 12px;
	color: #ca1c22;
	width: 439px;
}

#col-right li {
	line-height: 17px;
	padding-bottom: 5px;
}

#col-right ol {
	list-style-position: outside;
	padding: 20px 0 0 20px;
	width: 419px;
}

#col-right p {
	line-height: 17px;
	padding-top: 20px;
	width: 439px;
}

#col-right ul {
	list-style-position: outside;
	padding: 20px 0 0 20px;
	width: 419px;
}

#col-right ul.team {
	padding: 0 0 0 10px !important;
	list-style: none;
}

#col-right ul.team li {
	padding-bottom: 5px !important;
}

#col-right .images dd {
	font-size: 10px;
	text-align: center;
}

#col-right .low {
	padding-top: 5px;
}

#col-right .small {
	font-size: 10px;
	line-height: 15px;
	padding-top: 5px;
}

#col-right .small-large {
	font-size: 10px;
	width: 665px !important;
	line-height: 15px;
	padding-top: 5px;
}

.datasheet-table {
	width: 665px;
	margin-top: 15px;
}

.datasheet-table td, .datasheet-table th {
	white-space: nowrap;
	padding: 3px;
}

.datasheet-table td {
	text-align: center;
	height: 50px;
}

.datasheet-table td.desc {
	font-size: 10px;
}

.datasheet-table th {
	background-color: #edc38d;
}

.datasheet-table .dark td {
	background-color: #f0d5af;
}

.datasheet-table .light td {
	background-color: #f4e3c9;
}

.products-table {
	margin-top: 20px;
}

.products-table td {
	background-color: #f2d6b1;
	padding: 7px;
}

/* Elements */
#col-right h1, #col-right h2, #col-right h3 {
	padding-top: 20px;
}

#col-right h1 span, #col-right h2 span {
	display: none;
}

#col-right h2, #col-right h3 {
	padding-bottom: 4px;
}

#col-right .images {
	float: right;
	width: 200px;
	padding: 25px 25px 0 0;
}

#col-right .images dd {
	margin-bottom: 10px;
}

#col-right .map {
	float: right;
	width: 330px;
	padding-right: 1px;
}

.company-group {
	width: 670px;
	border-spacing: 0;
	margin-top: 20px;
}

.company-group td {
	width: 25%;
	padding: 10px 5px;
	text-align: center;
}

.company-group th {
	color: #e62324;
	padding: 5px;
	border-top: 1px solid #868889;
	border-bottom: 1px solid #868889;
}

#copyright {
	color: #868889;
	text-align: center;
	padding-top: 20px;
}

.distribution {
	width: 100%;
	border-spacing: 0;
}

.distribution p {
	width: auto !important;
}

.distribution td {
	vertical-align: top;
	padding: 0 10px 10px 0;
}

.distribution td.line {
	border-top: 1px solid #e62324;
}

#header-image {
	z-index: 1;
	position: absolute;
	width: 958px;
	height: 180px;
	margin-left: 1px;
}

#logo {
	z-index: 2;
	position: absolute;
	width: 235px;
	height: 180px;
	margin-left: 20px;
}

#rubner {
	position: absolute;
	width: 156px;
	height: 27px;
	margin-left: 804px;
}

#siegel {
	z-index: 2;
	position: absolute;
	width: 238px;
	height: 221px;
	margin-left: 475px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* Menu */
#language {
	color: #fff;
	line-height: 21px;
	text-align: center;
}

#language a {
	color: #fff;
	text-decoration: none;
}

#language a:hover {
	color: #000;
}

#nav {
	list-style-position: outside;
	list-style-type: none;
	width: 175px;
	padding: 13px 0 170px 20px;
}

#nav li {
	font-size: 12px;
	line-height: 15px;
	background: url('../img/nav.bkg.gif') repeat-x bottom;
}

#nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 10px 9px 10px;
}

#nav li a:hover {
	color: #d98811;
}

#nav li.active a {
	color: #d98811;
	font-weight: bold;
	background: url('../img/nav.bkg.gif') repeat-x bottom;
}

#nav ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 5px 0 10px 15px;
}

#nav ul li {
	font-size: 11px;
	line-height: 14px;
	background: none;
}

#nav ul li a {
	display: block;
	color: #666 !important;
	font-weight: normal !important;
	text-decoration: underline;
	padding: 3px 0 3px 9px;
	background: none !important;
}

#nav ul li a:hover {
	color: #666;
	text-decoration: none;
}

#nav ul li.active a {
	text-decoration: none;
	font-weight: bold !important;
	background: url('../img/nav.bullet.gif') no-repeat 0 10px !important;
}

#path {
	color: #868889;
	height: 22px;
}

#path a {
	color: #868889;
	text-decoration: underline;
}

#path a:hover {
	text-decoration: none;
}

#topnav {
	color: #fff;
	line-height: 21px;
	text-align: right;
	text-transform: uppercase;
}

#topnav a {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	color: #000;
}

.csc-textpic-imagewrap {
	margin-top: 20px;
}

/* Form */
.module {
	margin: 20px auto;
	border-spacing: 2px;
	width: auto;
}

.module input, .module select, .module textarea {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .05em;
	color: #000;
	background-color: #fff;
	padding: 2px 3px;
	border: 1px solid #f0d5af;
}

.module td {
	padding: 0 4px;
}

.module td.advice {
	font-weight: bold;
	font-size: 12px;
	color: #e62324;
	text-align: right;
}

.module td.text {
	padding-top: 4px;
}

.module .mandatory {
	color: #e3001a;
}

.module .required {
	background-color: #f8eee0;
	border-bottom-width: 2px;
}

.module .submit {
	font-weight: bold;
	background-color: #f0d5af;
	cursor: pointer;
}

/* Sitemap */
.csc-sitemap a {
	text-decoration: none !important;
}

.csc-sitemap li {
	font-weight: bold;
	background: url('../img/sitemap1.gif') no-repeat 0px 7px;
	padding-left: 8px;
}

.csc-sitemap li li {
	background-image: url('../img/sitemap2.gif') !important;
}

.csc-sitemap li li a {
	color: #d98811 !important;
	font-weight: normal;
}

.csc-sitemap li li a:hover {
	color: #000 !important;
}

.csc-sitemap ul {
	list-style: none;
	padding-left: 0 !important;
}

.csc-sitemap ul ul {
	padding: 5px 0 5px 15px !important;
}
