/******************************************************************************/
/* GLOBAL TAG AND CLASS DEFINITIONS											  */
/******************************************************************************/

html, body {
	height: 100%;
}

body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 0.7em;
	color: #666;
}

/**
 * Headlines
 */

h1, h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
	color: #E2001A;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	font-size: 1.17em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/**
 * Text format
 */

p {
	margin: 10px 0;
}

/**
 * Links
 */

a {
	color: #9c9c9c;
}

a:hover {
	text-decoration: none;
}

/* Links with images */
a.imageLink {
	width: 209px;
	height: 104px;
	display: block;
	float: left;
	position: relative;
	margin: 0 1px 1px 0;
	background: #666;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

a.imageLink span {
	width: 104px;
	position: absolute;
	left: 7px;
	bottom: 5px;
}

a.imageLink img {
	width: 104px;
	height: 104px;
	float: right;
	border-left: 1px solid #FFF;
}

/**
 * Common classes
 */

.error {
	color: #A00;
	font-weight: bold;
}

.clear {
	clear: both;
}

/******************************************************************************/
/* TOP AND TOPMENUS															  */
/******************************************************************************/

#top {
	width: 944px;
	height: 72px;
	margin: auto;
}

#top #languageMenu {
	width: 135px;
	height: 30px;
	float: left;
	padding-top: 15px;
}

#top #languageMenu ul li {
	float: left;
}

#top #languageMenu ul li a {
	float: left;
	margin-right: 5px;
}

#top #topMenu {
	width: 215px;
	height: 30px;
	float: left;
	padding-top: 15px;
	color: #9c9c9c;
}

#top #topMenu ul li{
	float: left;
	margin-right: 5px;
}

#top #logo {
	float: right;
	padding-top: 10px;
}

/******************************************************************************/
/* HEADER																	  */
/******************************************************************************/

#header {
	position: relative;
	overflow: hidden;
}

/******************************************************************************/
/* MAIN																		  */
/******************************************************************************/

#main {
	width: 944px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	margin: auto;
}

/******************************************************************************/
/* MAINMENU																	  */
/******************************************************************************/

#mainMenu {
	position: absolute;
	left: 0;
	top: 0;
}

#mainMenu ul li {
	width: 104px;
	height: 65px;
	float: left;
	margin-right: 1px;
	font-size: 1.2em;
}

#mainMenu ul li.last {
	margin: 0;
}

#mainMenu ul li span {
	width: 104px;
	height: 65px;
	display: block;
	background: #FFF;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#mainMenu ul li a {
	width: 89px;
	height: 15px;
	display: block;
	padding: 45px 5px 5px 10px;
	background: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #000;
	text-decoration: none;
}

#mainMenu ul li a.active, #mainMenu ul li a:hover {
	background: #900;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #FFF;
}

#mainMenu ul li a:hover {
	background: #CCC;
	color: #000;
}

/******************************************************************************/
/* SEARCH AND BREADCRUMB													  */
/******************************************************************************/

#searchBox {
	width: 199px;
	height: 20px;
	float: left;
	margin: 1px 1px 1px 0;
	background: #CCC;
	padding: 6px 0 6px 10px;
}

#searchBox input {
	width: 164px;
	height: 16px;
	float: left;
	border: 1px solid #b4b4b4;
	margin: 0;
	padding: 1px 0;
}

#searchBox input.searchSubmit {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: #CCC url(../images/searchSubmit.jpg) center center no-repeat;
	cursor: pointer;
}

#breadcrumb {
	width: 734px;
	height: 32px;
	line-height: 32px;
	float: left;
	margin: 1px 0 1px 0;
	text-indent: 10px;
	background: #CCC;
}

#breadcrumb a {
	line-height: 32px;
	color: #777;
}

/******************************************************************************/
/* CONTENT																	  */
/******************************************************************************/

#content {
	min-height: 10px;
	height: auto !important;
	height: 10px;
	float: left;
	padding: 35px 34px 0 34px;
}

/**
 * List
 */

#content ul {
	margin-left: 15px;
}

#content ul li {
	list-style-type: disc;
}

/**
 * Form
 */

form input, form select, form textarea {
	font-family: arial, sans-serif;
	font-size: 1em;
}

form .form {
	line-height: 25px;
}

form .form label, form .form input, form .form select, form .form textarea {
	float: left;
}

form .form label {
	line-height: 25px;
}

form .form input, form .form select, form .form textarea {
	border: 1px solid #666;
	padding: 1px 0 1px 0;
	margin-top: 4px;
	margin-right: 2px;
}

form .form textarea {
	height: 70px;
}

form .form input.checkbox {
	border: none;
	padding: 0;
}

form .form #name,
form .form #company,
form .form #street,
form .form #phone,
form .form #fax,
form .form #email,
form .form #text {
	width: 200px;
}

form .form #zip {
	width: 50px;
	margin-right: 8px;
}

form .form #city {
	width: 140px;
}

form .form #country {
	width: 202px;
}

form label {
	width: 130px;
	clear: left;
}

/******************************************************************************/
/* NEWS (LIST, SINGLE)														  */
/******************************************************************************/

.news-list-image, .news-single-image {
	min-height: 0px;
	height: auto !important;
	height: 0px;
	float: left;
	text-align: center;
	font-size: 0;
}

.news-list-image img, .news-single-image img {
	margin: 0 10px 10px 0;
}

.news-single-image {
	padding-top: 10px;
}

hr.clearer, hr.clearerBottom {
	clear: both;
	border: none;
	border-bottom: 1px solid #666;
}

hr.clearerBottom {
	padding-top: 5px;
}

/******************************************************************************/
/* EXTENDED SEARCH															  */
/******************************************************************************/

.searchResultTable {
	margin-top: 10px;
}

.searchResultTable tr .searchResultIcon {
	width: 20px;
}

.searchResultTable tr .searchResultNumberTitle {
	width: 397px;
}

.searchResultTable tr .searchResultRating {
	width: 40px;
}

.searchResultTable tr .searchResultMetaData,
.searchResultTable tr .searchResultAccessLanguage {
	margin-top: 2px;
	padding: 5px 0 5px 0;
	background: #EEE;
}

/******************************************************************************/
/* SITEMAP																	  */
/******************************************************************************/

.csc-sitemap-level1 a {
	font-size: 1.2em;
	font-weight: bold;
}

.csc-sitemap-level2 a {
	font-weight: bold;
	margin-left: 20px;
}

.csc-sitemap-level3 a {
	margin-left: 40px;
}

/******************************************************************************/
/* FOOTER																	  */
/******************************************************************************/

#footer {
	width: 944px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
	color: #A7A7A7;
}

#footer #address, #footer #print {
	height: 34px;
	border-top: 1px solid #D6D6D6;
}

#footer #address {
	width: 800px;
	line-height: 15px;
	float: left;
	border-right: 4px solid #D6D6D6
}

#footer #address p {
	line-height: 15px;
	margin: 0;
}

#footer #print {
	width: 140px;
	float: left;
}

/******************************************************************************/
/* DOWNLOAD AREA																	  */
/******************************************************************************/

.ddl-container {
	width:100%;
	overflow: auto;
}

.ddl-container dt.ddl-title {
	width:40%;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	padding:4px;
	background:#AAA;
	float:left;
}

.ddl-container dd.ddl-description {
	width:50%;
	padding:4px;
	background:#CCC;
	border-bottom:4px solid #FFF;
	border-left:1px solid #FFF;
	float:left;
}

.ddl-container dd.ddl-description p.ddl-file-description,
.ddl-container dd.ddl-description p.bodytext {
	margin:0 0 6px 0;
}

#content .ddl-container dd.ddl-description ul.ddl-file-list {
	margin:0;
}

#content .ddl-container dd.ddl-description ul.ddl-file-list li {
	list-style-type:none;
}

#content .ddl-container dd.ddl-description ul.ddl-file-list li a {
	color:#990000;
}
