/***************************** GLOBAL *****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin: 4px 0 0 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #FFFFFF;
/*	background-image: url(../images/global/bgbig.gif); */
	background-repeat: repeat-x;
	background-position: left top;
	scrollbar-arrow-color: #FFFFFF;
	scrollbarBaseColor: #F0F0F0;
	scrollbar-track-color: #F0F0F0;
	scrollbar-face-color: #C0C0C0;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-shadow-color: #C0C0C0;		
	}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #330000;
	}

a:hover {
	text-decoration: underline;
	}
	

h1 {
	font-size:14px;
	font-weight:bold;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 15px;
	letter-spacing: 0.6px;
	}

h2 {

	font-size:17px;
	font-weight:lighter;
	color: #284b66;
	margin-bottom: 6px;
	margin-top: 5px;
	letter-spacing: 0.6px;
}

.bordergrey {
	border: 1px solid #cccccc;
	}

tr .dark {
	background-color: #dedede;
	}
	
/***************************** PRODUKTE *****************************/

.products	{
	padding-top: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	}



.products .copy {
	font-size:11px;
	line-height:14px;
	font-weight: lighter;
	
	}
	
.infotext {
	padding: 10px;
	background-color: #c7d4db;
	border: 1px dotted #666;
	font-size: 11px;
	font-style: oblique;
	margin-top: 4px;
		font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	}	

.kioskbg {
	background: #F0F0F0;
		font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	}

/***************************** BREADCRUMBS *****************************/	

.breadcrumbs {
	font-size: 9px;
	color:#999999;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-transform: uppercase;
	word-spacing: 5px;
	letter-spacing: 1px;
	}	

.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:visited, .breadcrumbs a:link {
	color: #666666;
	}

/***************************** CONTENTSEITEN  *****************************/	

td .bggrey {
	background-color: #F0F0F0;
	border-top-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}

.overflow {
	width: 486px;
	height: 368px;
	overflow: auto;
	margin-top: 16px;
	margin-left: 50px;
/*	background-image: url(../images/global/bglogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed; */
	}
td .contentbild {
	margin-top: 10px;
	margin-left: 10px;
	}	

/***************************** JOBS  *****************************/

.jobs {
	padding: 10px;
	background-color: #c7d4db;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	background-image: url(/cn/images/global/jobat.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}	

/***************************** FORMS  *****************************/

.overflow input {
	width: 320px;
	color: #000033;
	background-color: #fff;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	padding: 3px;
	margin-bottom: 4px;
}

.overflow textarea {
	overflow: auto;
	width: 320px;
	color: #000033;
	background-color: #fff;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	padding: 3px;
	margin-bottom: 4px;
}

/***************************** LISTS  *****************************/

.overflow ul, .products ul {
  margin:0 0 0 16px;
  padding:0 0 18px 0;
}
.overflow ul li, .products ul li {
	list-style-position: outside;
	list-style-type: square;
	}

/***************************** NEWS  *****************************/

.newsoverflow {
	width: 332px;
	height: 368px;
	overflow: auto;
	margin-top: 2px;
	}
