@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	browser reset
	
	global
	page structure
	text styles
	navigation
	minor page elements
	forms
	icons
*/




/* --- color definitions ----------------------------------
	.white			{ color: #ffffff; }
	.black			{ color: #000000; }
   
	.grey-bright	{ color: #eeeeee; }
	.grey-light		{ color: #bbbbbb; }
	.grey-medium	{ color: #888888; }
	.grey-dark		{ color: #555555; }
	.grey-back		{ color: #d0d0d0; }

	.tc-orange		{ color: #fa8800; }	
	.tc-green		{ color: #66a552; }	
	
	.sik-grey		{ color: #B8B9B9; }
	.sik-orange		{ color: #DF6813; }
*/




/* --- browser reset --------------------------------------
   font-size = 16px
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0em; padding: 0em; border: 0em; outline: 0em; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0em; } body { line-height: 1em; color: black; background: #FFFFFF; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0em; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }
* { margin: 0em; padding: 0em; } option { padding-left: 0.4em; } * html body * { overflow: visible; } * html iframe, * html frame { overflow: auto; } * html frameset { overflow: hidden } html { height: 100% } body { font-size: 100.01%; color: #000000; background: #FFFFFF; text-align: left; } fieldset, img { border: 0em solid; } ul, ol, dl, div { margin: 0px; padding: 0px; } li { margin-left: 1.5em; line-height: 1.5em; } dt { font-weight: bold; } dd { margin: 0em 0em 1em 2em; } blockquote, cite { margin: 0em 0em 1em 1.5em; font-size: 0.93em; width: auto;} html * { font-size: 100.01%; } .clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; } .clearfix { display: block; } .floatbox { overflow: hidden; } #ie_clearing { display: none; } label { position: absolute; top: -1000em; left: -1000em; height: 1px; width: 1px; } img { margin: 0px; padding: 0px; border: none; line-height: 0px; }










/* --- global ---------------------------------------------
*/

body {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 100%;
}

table {
	height: 100%;
	border: none;
	}
	table tr td {
		vertical-align: top;
	}

img {
	border: none;
}

#skipnavigation{
	display: none;
}

.skip, .hideme, .print {
	position: absolute;
	top: -1000em;
	left: -1000em;
	height: 1px;
	width: 1px;
}

.skip:focus, .skip:active {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}

.hide {
	display: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.center {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

.middle {
	vertical-align: middle;
}




/* --- page structure -------------------------------------
	positioning and style of the basic page elements
*/

body {
	/*background: #B8B9B9;*/
	background: #FFFFFF;
}

#page_margins {
	background: transparent;
	border: none;
	height: 100%; 
	margin: 0 auto; 
	padding: 0px; 
	width: 100%; 
}

#shadow_top {
	background: #B8B9B9; 
	height: 80px; 
	margin-top: 0px; 
	width: 100%; 
	}
	#shadow_top_inner {
		height: 73px; 
		margin: 0px auto;
		padding: 0px;
		width: 970px;
	}

#shadow_bg { 
	background: #FFFFFF;
	width: 100%;
}

#shadow_bottom {
	background: #B8B9B9;
	height: 70px;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	}
	#footer {
		margin: 0px auto;
		padding: 0px;
		width: 970px;
	}

#page {
	margin: 0px auto; 
	overflow: hidden;
	padding: 0px; 
	width: 960px; 
}

#header {
	background: transparent;
	border: none;
	margin: 0px 0px 0px 20px; 
	padding: 0px; 
	width: 960px; 
	height: 53px;
	}
	#header	img {
		float: left;
		height: 53px;
		width: 140px;
	}
	
#nav {
	background: transparent; 
	border: none; 
	float: left; 
	height: 2.3em; 
	margin: 0px 0px 0px 20px; 
	overflow: hidden; 
	padding: 0px; 
	position: static;
	width: 940px; 
}

#main {
	float: left; 
	margin: 45px 0px 25px 20px; 
	padding: 0px; 
	border: none; 
	width: 940px; 
	background: transparent; 
	overflow: hidden; 
	position: static;
	}
	#main_teaser { 
		width: 705px; 
		overflow: hidden; 
		float: left; 
		margin: 0px 0px 10px 0px; 
		padding: 0px; 
		background: transparent; 
		}
		#main_teaser img { 
			width: 705px; 
			float: left; 
			margin: 0px; 
			padding: 0px; 
			background: transparent; 
		}
	#main_content { 
		float: left; 
		margin: 0px; 
		width: 720px; 
	}
	#main_sidebar {
		float: right;
		margin: 20px 0px 0px 0px;
		overflow: hidden;
		width: 180px;
	}
	#main_teaser div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { 
		margin-bottom: 0px;
	}
	#main_teaser div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
		margin-left: 0px;
	}


#footer { 
	padding: 0px; 
	border: none; 
	background: transparent; 
	overflow: hidden; 
	position: static; 
	clear: both;
	z-index: 1;
	}
	.footer_nav	{ 
		float: right; 
		text-align: left; 
		width: 940px; 
		display: inline; 
		background: transparent; 
		padding: 0px; 
		margin: 0px 0px 0px 20px;
		}
		.footer_nav_content { 
			float: right; 
			text-align: right; 
			display: inline; 
			background: transparent; 
			padding: 0px; 
			margin: 50px 20px 0px 0px; 
			width: 580px;
			line-height: 1em; 
		}
		.footer_nav_copyright { 
			float: left; 
			text-align: left; 
			display: inline; 
			background: transparent; 
			padding: 0px; 
			margin: 50px 0px 0px 0px; 
		}
		.footer_nav_copyright p {
			color: #FFFFFF;
			font-weight: bold;
			padding: 0px; 
			margin: 0px; 
			line-height: 1em;
		}
		#footer .footer_nav_directlink {
			float: right;
			height: 70px;
			margin: 0px 5px 0px 0px;
			padding: 0px;
			width: 58px;
		}
		#footer .footer_nav_directlink a {
			background: transparent url(../img/akzonobel_logo.png) no-repeat;
			border: none;
			float: right;
			height: 70px;
			margin: 0px;
			padding: 0px;
			width: 58px;
		}
#footer .footer_nav_directlink span {
			display: none;
		}




/* --- text styles ----------------------------------------
	use only relative font-size values (% or em)
	
	Arial, Verdana, Helvetica, sans-serif
	"Times New Roman", Times, serif
	Courier, monospace
	
	link selectors should follow the LoVe-Follows-HAte scheme
		:link = not yet visited
		:visited = already visited
		:focus = focused by using tabulator-key
		:hover = mouse over
		:active = just clicked
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75.00%;
	color: #666666;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0px;
	font-size: 1em;
	color: #000000;
	padding: 0px;
	/*letter-spacing: 0.1em;*/
	line-height: 1.5em;
	}
	h3,h4,h5,h6 {
		font-weight: normal
	}
	h1 {
		font-size: 1.0em;
		margin: 0px 0px 10px 0px;
	}
	h2 {
		font-size: 1.0em;
	}
	h4 {
		font-size: 0.9em;
	}
	h6 {
		font-style: italic;
	}

	h1.headLayout21 {
		color: #DF6813;
		font-size: 1.16em;
	}
	h2.headLayout22 {
		color: #DF6813;
	}
	h3.headLayout23 {
		color: #DF6813;
	}
	h4.headLayout24 {
		color: #DF6813;
	}
	h5.headLayout25 {
		color: #DF6813;
	}
	h6.headLayout26 {
		color: #DF6813;
	}

		h1.headLayout21_black {
			color: #000;
			font-size: 1.16em;
		}
		h2.headLayout22_black {
			color: #000;
		}
		h3.headLayout23_black {
			color: #000;
		}
		h4.headLayout24_black {
			color: #000;
		}
		h5.headLayout25_black {
			color: #000;
		}
		h6.headLayout26_black {
			color: #000;
		}


.headline {
	padding: 2px 5px;
	background: #929596;
	width: 289px;
	border-left: 1px dotted #000000;
	height: 18px;
	font-size: 1.3em;
}

p {
	line-height: 1.5em;
	margin: 0px;
	font-size: 1.0em;
}
.column_zero p, .column_zero h1 {
	max-width: 705px;
}

.smalltext {
	font-size: 0.8em;
	color: #929596;
}

#header {
	font-family: Times, serif;
	font-size: 100.00%;
}

#nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.00%;
}

#breadcrumbs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90.00%;
}

#main {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.00%;
	}
	#lastupdate {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 80.00%;
	}

#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90.00%;
	}
	#footer a {
		padding: 0px 10px 2px 10px;
		border-left: 2px solid #FFFFFF;
		float: right;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0px 0px 0px 0px;
		line-height: 1.0em;
		text-transform: uppercase;
	}
	#footer a:hover {
		color: #000000;
	}
	#footer div.footer-last-child a {
		padding: 0px 10px 2px 0px;
		border: none;
	}

hr {
	height: 0px;
	margin: 0px;
	border: none;
	border-bottom: 1px solid #BD312C;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #EB6E08;
	font-weight: bold;
	}
#main_sidebar a {
	color: #666666;
	}
	#main_sidebar a.sidebar-morelink {
		color: #575759;
		line-height: 1.5em;
	}
	a:hover, #main_sidebar a:hover, #main_sidebar a.sidebar-morelink:hover  {
		color: #000000;
	}

#main_teaser .column_one {
		position: relative;
	}
	#main_sidebar .column_two {
		margin: 0px;
	}
	#main_teaser .csc-header h1, #main_teaser .layout200 .csc-header h1 {
		bottom: 40px;
		color: #000000;
		font-size: 30px;
		font-weight: normal;
		left: 10px;
		letter-spacing: 0em;
		line-height: 1.0em;
		margin: 0px;
		padding: 0px;
		position: absolute;
		text-shadow: #FFFFFF 0px 0px 2px;
		}
		#main_teaser .csc-textpic-caption, #main_teaser .layout200 .csc-textpic-caption {
			bottom: 10px;
			color: #555555;
			font-size: 22px;
			left: 10px;
			line-height: 1.0em;
			position: absolute;
			text-shadow: #FFFFFF 0px 0px 2px;
		}
	#main_teaser .layout201 .csc-header h1 {
		bottom: 40px;
		color: #FFFFFF;
		font-size: 30px;
		font-weight: normal;
		left: 10px;
		letter-spacing: 0em;
		line-height: 1.0em;
		margin: 0px;
		padding: 0px;
		position: absolute;
		text-shadow: #000000 0px 0px 2px;
		}
		#main_teaser .layout201 .csc-textpic-caption {
			bottom: 10px;
			color: #FFFFFF;
			font-size: 22px;
			left: 10px;
			line-height: 1.0em;
			position: absolute;
			text-shadow: #000000 0px 0px 2px;
		}
	#main_teaser .layout202 .csc-header h1 {
		bottom: 40px;
		color: #000000;
		font-size: 30px;
		font-weight: normal;
		left: 0px;
		letter-spacing: 0em;
		line-height: 1.0em;
		margin: 0px;
		padding: 0px;
		position: absolute;
		text-shadow: none;
		}
		#main_teaser .layout202 .csc-textpic-caption {
			bottom: 10px;
			color: #666666;
			font-size: 22px;
			left: 0px;
			line-height: 1.0em;
			position: absolute;
			text-shadow: none;
		}
#main_sidebar .csc-header {
	background: #EB6E08;
}
#main_sidebar .csc-header h1,
#main_sidebar .csc-header h2,
#main_sidebar .csc-header h3,
#main_sidebar .csc-header h4 {
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 6px 10px;
	text-transform: uppercase;
	font-weight: bold;
	
}
#main_sidebar .csc-header h1 a,
#main_sidebar .csc-header h2 a,
#main_sidebar .csc-header h3 a,
#main_sidebar .csc-header h4 a {
	color: #FFFFFF;
	text-transform: uppercase;
}
.csc-sitemap a {
	color: #666666;
}
.csc-sitemap a:hover {
	color: #000000;
}


/* --- navigation -----------------------------------------
*/

#nav_main {
	width: auto;
	height: 2.3em;
	overflow: hidden;
	float: right;
	display: inline;
	color: #555555;
	background: transparent;
	border: none;
	line-height: 1em;
	}
	#nav_main ul {
		margin: 0px 0px 0px 10px;
		padding: 0px;
		}
		#nav_main ul li {
			margin: 0.6em 0em;
			padding: 0px;
			border: none;
			line-height: 1em;
			list-style-type: none;
			float: left;
			border-right: 2px solid #000000;
			}
			#nav_main ul li:hover {
				background: transparent;
				color: #66a552;
				}
				#nav_main ul li.last-child {
					border: none;
				}
			#nav_main ul li a, #nav_main ul li strong {
				background: transparent;
				border: none;
				display: block;
				font-weight: bold;
				font-size: 1.0em;
				margin: 0;
				padding: 0.1em 0.9em 0.2em 0.9em;
				text-decoration: none;
				text-transform: uppercase;
				color: #000000;
				}
				#nav_main ul li a:focus, #nav_main ul li a:hover, #nav_main ul li a:active {
					background: transparent;
					color: #FFFFFF;
					}
					#nav_main ul li.current_cur strong, #nav_main ul li.current_cur a,
					#nav_main ul li.current_act strong, #nav_main ul li.current_act a {
						background: transparent;
						color: #FFFFFF;
						}
						#nav_main ul li.current_cur a:focus, #nav_main ul li.current_cur a:hover, #nav_main ul li.current_cur a:active,
						#nav_main ul li.current_act a:focus, #nav_main ul li.current_act a:hover, #nav_main ul li.current_act a:active,
						#nav_main ul li.current_sub a:focus, #nav_main ul li.current_sub a:hover, #nav_main ul li.current_sub a:active {
							background: transparent;
							cursor: pointer;
						}
	.fst_nav ul li.last-child {
	width: 145px;
	width: auto;
	}

/* hover menu */
#nav_main ul li .snd_nav {
	display: none;
	margin: 4px 0px 0px 0px;
}
#nav_main ul li:hover .snd_nav {
	display: block;
}
#nav_main .snd_nav {
	position: absolute;
	margin: 0px;
	width: 150px;
	z-index: 3;
	border: 1px solid #FFFFFF;
	}
	#nav_main .snd_nav ul {
		margin: 0px;
	}
	#nav_main ul.snd_nav, #nav_main ul.snd_nav ul.trd_nav {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		width: 220px;
	}
#nav_main .snd_nav ul:hover {
		background: transparent url("img/hovermenu_bg_overflow.png") repeat;
	}
	#nav_main .snd_nav li, #nav_main .snd_nav li.first-child {
		/*background: transparent url("img/hovermenu_bg.png") repeat;*/
		background: transparent url("img/hovermenu_bg_hover.png") repeat;
		border: none;
		border-bottom: 1px solid #FFFFFF;
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		width: 220px;
		min-height: 38px;
	}
	#nav_main .snd_nav li.first-child {
		margin: 0px 0px 0px 0px;
	}
	#nav_main .snd_nav li.last-child {
		border: none;
	}
	#nav_main .snd_nav li:hover {
		background: transparent url("img/hovermenu_bg_hover.png") repeat;
		cursor: pointer;
		opacity: 1.0;
	}
	#nav_main .snd_nav li:hover a {
		color: #000000;
	}
	#nav_main .snd_nav li:hover li a {
		color: #FFFFFF;
	}
	#nav_main .snd_nav li:hover li:hover a {
		color: #000000;
	}
	#nav_main .snd_nav a, #nav_main .snd_nav ul li.last-child a, #nav_main .snd_nav ul li.first-child a {
		color: #FFFFFF;
		font-weight: normal;
		margin: 0px;
		padding: 7px 10px 7px 10px;
		text-transform: none;
		min-height: 24px;
	}
	#nav_main .snd_nav a:hover, #nav_main .snd_nav ul li.last-child a:hover, #nav_main .snd_nav ul li.first-child a:hover {
		color: #000000;
	}

#nav_main ul li .snd_nav .trd_nav {
	border-top:1px solid white;
	display: none;
	left: 220px;
	margin-top:-39px;
	position: absolute;
	border: 1px solid #FFFFFF;
}

#nav_main ul li.last-child .snd_nav .trd_nav {
	left: -222px;
}

#nav_main ul li .snd_nav li:hover .trd_nav {
	display: block;
}
#nav_main .snd_nav ul li .trd_nav {
	position: absolute;
	margin: -26px 0px 0px 150px;
	width: 220px;
	z-index: 2;
	}
	#nav_main .trd_nav ul li {
		margin: 0px;
		padding: 0px 0px 20px 0px;
		width: 220px;
	}
	#nav_main .trd_nav ul:hover {
		background: transparent url("img/hovermenu_bg_overflow.png") repeat;
	}
	#nav_main .trd_nav li, #nav_main .trd_nav li.first-child {
		/*background: transparent url("img/hovermenu_bg.png") repeat;*/
		background: transparent url("img/hovermenu_bg_hover.png") repeat;
		border: none;
		border-bottom: 1px solid #FFFFFF;
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		width: 220px;
	}
	#nav_main .trd_nav li.last-child {
		border: none;
	}
	#nav_main .trd_nav li:hover {
		background: transparent url("img/hovermenu_bg_hover.png") repeat;
		cursor: pointer;
		opacity: 1.0;
	}
	#nav_main .trd_nav li.first-child {
		margin: 0px;
	}
	#nav_main .trd_nav a {
		color: #FFFFFF;
		font-weight: normal;
		margin: 0px;
		padding: 5px 10px 5px 10px;
		text-transform: none;
		min-height: 28px;
	}
	#nav_main .trd_nav a:hover {
		color: #000000;
	}

#nav_main .last-child .snd_nav ul li .trd_nav {
	position: absolute;
	margin: -26px 0px 0px -150px;
	width: 220px;
	z-index: 2;
	}
	
#nav_main  ul.snd_nav,
#nav_main  ul.trd_nav {
	-o-box-shadow: 3px 3px 5px #888;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}

#nav_main li.last-child ul.trd_nav {
	-o-box-shadow: 0px 3px 5px #888;
	-moz-box-shadow: 0px 3px 5px #888;
	-webkit-box-shadow: 0px 3px 5px #888;
	box-shadow: 0px 3px 5px #888;
}

/* --- minor page elements --------------------------------
*/

#nav_language {
	height: 24px;
	margin: 40px 0px 0px 780px;
	position: absolute;
	width: 180px;
	z-index: 2;
	}
	#nav_language #langmenu {
		margin: 5px 0px 0px 0px;
	}
	#nav_language ul {
		background: transparent;
		border: 1px solid transparent;
	}
	#nav_language ul:hover {
		background: #FFFFFF;
		border: 1px solid #646466;
	}
	#nav_language ul li .lang_active {
		display: inline;
	}
	#nav_language ul li .lang_inactive {
		display: none;
	}
	#nav_language ul:hover li .lang_inactive {
		display: inline;
	}
	#nav_language ul, #nav_language li {
		margin: 0px;
		padding: 0px;
	}
	#nav_language ul {
		overflow: hidden;
		width: 178px;
	}
	#nav_language ul li {
		overflow: hidden;
		width: 178px;
	}
#nav_language ul li:hover{
	background: #EEE;
}
	#nav_language ul li div {
		width: 300px;
	}
	#nav_language ul li a {
		color: #000000;
		padding: 0px 180px 0px 0px;
		opacity: 0.3;
	}
	#nav_language ul li a:hover, #nav_language ul li a.lang_active {
		opacity: 1.0;
	}
	#nav_language a {
		font-weight: normal;
	}
	#nav_language a img {
		margin: 0px 5px -2px 2px;
	}
	#nav_language span {
		display: inline;
	}

#nav_breadcrumbs {
		width: 430px;
		overflow: hidden;
		float: left;
		display: inline;
		color: #000000;
		background: transparent;
		border: none;
	}
	#nav_breadcrumbs ul {
		width: 430px;
		overflow: hidden;
		margin: 10px 0px 10px 0px;
		float: left;
		font-weight: bold;
		display: inline;
		color: #000000;
		background: transparent;
		border: none;
	}
	#nav_breadcrumbs a {
		border-right: 1px solid #B8BAB9;
		color: #B8BAB9;
		margin: 0px 10px 0px 0px;
		padding: 0px 10px 0px 0px;
		white-space: nowrap;
	}
	#nav_breadcrumbs a:hover {
		color: #000000;
	}
	.breadcrumb-text {
		float: left; 
		margin: 0px; 
		padding: 0px; 
		list-style-type: none; 
		}
div#nav_printrecommend {
	float: right;
	margin: 10px 5px 0px 0px;
	width: 300px;
}
#nav_printrecommend #recommend, #nav_printrecommend #printview {
	float: right;
	line-height: 1.5em;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
*+html #nav_printrecommend #recommend {
	width: 100px;
}
*+html #nav_printrecommend #printview {
	width: 150px;
}
#nav_printrecommend .icon {
	float: right;
}
#nav_printrecommend a {
	color: #666666;
	float: right;
	font-weight: normal;
	}
	#nav_printrecommend a:hover {
		color: #000000;
		font-weight: normal;
	}
#nav_printrecommend a span {
	float: right;
}

#fontsize {
	float: right;
	margin: 0px 0px 0px 10px;
	width: 40px;
	line-height: 16px;
	}
	#fontsize span {
		display: none;
	}
	#fontsize a span {
		display: inline;
	}
	#fontsize a {
		color: #DF6813;
		float: right;
		padding: 0px 2px;
	}
	#fontsize a#font-large {
		font-size: 14px;
	}
	#fontsize a#font-normal {
		font-size: 12px;
	}
	#fontsize a#font-small {
		font-size: 10px;
	}


/* --- forms ----------------------------------------------
*/

label {
	float:left;
	height:auto;
	left:0;
	position:relative;
	top:0;
	width:120px;
	height:auto;
	position:static;
	width:100px;
}

input {
	margin: 0px;
	padding: 0px;
	height: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	border: none;
	vertical-align: top;
	}
	textarea, select {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		border: 1px solid #666666;
		height: 16px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #555555;
		vertical-align: top;
	}
	input[type="text"] {
		width: 300px;
		color: #666666;
		padding: 1px;
	}
	input[type="password"] {
		border: 1px solid #666666;
		height: 16px;
		width: 300px;
	}
	input[type="radio"] {
		border: none;
		height: 12px;
		color: #000000;
		clear: both;
	}
	input[type="checkbox"] {
		border: none;
		border: none !important;
		height: 13px;
		width: 13px;
		color: #000000;
		padding: 1px;
	}
	input[type="file"] {
		border: 1px solid #666666;
		height: 18px;
		width: 300px;
	}
	input[type="submit"] {
		background: #FFFFFF;
		width: 302px;
		color: #666666;
		height: 20px;
	}
	textarea {
		width: 100%;
		height: 80px;
		color: #666666;
	}

#nav_search {
	background: #FFFFFF;
	width: 180px;
	border: none;
	clear: both;
	float: left;
	position: relative;
}
#nav_search_haendler{
	margin: 0px 0px 10px 0px;
}
#nav_search h3, #nav_search_mitarbeiter h3, #nav_search_haendler h3 {
	color: #666666;
	margin: 0px 0px 2px 0px;
}
#search, #mitarbeiter_plz, #haendler_plz {
	width: 152px;
	color: #666666;
	border: 1px solid #646466;
	clear: both;
	float: left;
	margin: 0px 0px 5px 0px;
}
.searchButton {
	background: #666666 url("../img/icon-sidebar.png") no-repeat;
	border: none;
	height: 20px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	bottom: 0px;
	right: 0px;
	width: 20px;
}
.tx_indexedsearch_resultbox {
	clear: both;
	margin: 10px 0px 15px 0px;
	width: 705px;
}
.tx_indexedsearch_resultbox h2 {
	background-color: #666666;
	padding: 3px;
	width: 699px;
}
.tx_indexedsearch_resultbox h2 a {
	color: #FFFFFF;
	float: left;
	width: 660px;
}
.tx_indexedsearch_resultbox h2 a:hover {
	color: #000000;
}
.tx-indexedsearch-redMarkup {
	color: #333333;
}
.contenttable-tr4hover td {
	padding: 0px 0px 5px 0px;
}
.contenttable-tr4hover:hover a {
	color: #000000;
}


/* --- icons ----------------------------------------------
*/

.icon {
	background: transparent url("../img/icons.png") no-repeat;
	border: none;
	float: left;
	font-weight: normal;
	height: 16px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	width: 16px;
	}
	.icon-breadcrumb {
		display: none;
	}
	.icon-nav, .icon-nav1, .icon-nav2 {
		background-position: -1008px -1008px;
		width: 0px;
		height: 0px;
	}
	.icon.printer {
		background-position: -16px -32px;
		float: right;
		margin: 0px 0px 0px 5px;
	}
	.icon.recommend {
		background-position: -32px -32px;
		float: right;
		margin: 0px 0px 0px 5px;
	}




/* --- layouts ----------------------------------------------
*/
.column_zero .csc-default {
	float: left;
	margin: 10px 15px 10px 0px;
	width: 705px;
}
	
.layout100 {
	float: left;
	margin: 10px 15px 10px 0px;
	width: 225px;
	}
	.layout100 p {
		width: 225px;
	}
.layout101 {
	float: left;
	margin: 10px 15px 10px 0px;
	width: 465px;
	}
	.layout101 p {
		width: 465px;
	}
	.layout101 table p {
		padding: 3px 5px;
		width: auto;
	}
.layout102 {
	float: left;
	margin: 10px 15px 10px 0px;
	width: 345px;
	}
	.layout102 p {
		width: 345px;
	}
	.layout102 table p {
		padding: 3px 5px;
		width: auto;
	}
.layout199_break {
	clear: both;
	width: 100%;
}




/* --- extensions ----------------------------------------------
*/

.news-latest-container {
	padding: 0px;
}
.news-latest-item, .news-single-item {
	padding: 0px 0px 5px 0px;
}
.news-latest-date, .column_two .news-latest-item a p, .news-latest-category, .news-latest-gotoarchive {
	display: none;
}
.news-list-item {
	clear:both;
	padding:0 0 65px;
	width:705px;
}
.news-list-item h2 a {
	color: #000000;
}
.news-latest-item img {
	display: none;
}
.news-single-item h2 {
	clear: both;
	color: #666666;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.news-single-timedata-time, .news-single-timedata-agetext, .news-single-timedata-age, .news-single-category, .news-single-author {
	display: none;
}
.news-single-backlink {
	padding: 10px 0px;
}
.tx-kmlocator-pi1 #main {
	float:right;
	margin:0 15px 0 0;
	padding:0;
	width:400px;
}
.tx-kmlocator-pi1 .headline_first, .tx-kmlocator-pi1 #resultsfound.resultfound, .tx-kmlocator-pi1 .search .go, .tx-kmlocator-pi1 p#dir_subtab .go {
	background-image: none !important;
	background-color: #666666 !important;
}
.tx-kmlocator-pi1 #resultsfound.resultfound .rand h1 {
	color:#FFFFFF !important;
	font-size: 12px !important;
}
.tx-felogin-pi1 legend {
	display: none;
}
.tx-felogin-pi1 h3, .tx-felogin-pi1 div, .tx-felogin-pi1 form div {
	margin: 0px 0px 10px 0px;
	display: block;
}
.tx-felogin-pi1 input {
	border: 1px solid #646466;
	padding: 1px;
	width: 176px;
	}
	.tx-felogin-pi1 input[type="submit"] {
		background-color: #B8BAB9;
		color: #ffffff;
		width: 100px;
	}
.tx-felogin-pi1 label {
	display: none;
}
/*
.tx-felogin-pi1 #user, .tx-felogin-pi1 #pass {
	}
	.tx-felogin-pi1 #user {
		background: transparent url("../img/icons.png") no-repeat;
		background-position: -14px -174px;
	}
	.tx-felogin-pi1 #user:active, .tx-felogin-pi1 #user:focus {
		background-image: none;
	}
	.tx-felogin-pi1 #pass {
		background: transparent url("../img/icons.png") no-repeat;
		background-position: -14px -190px;
	}
	.tx-felogin-pi1 #pass:active, .tx-felogin-pi1 #pass:focus {
		background-image: none;
	}
*/
#mailform {
	float: left;
}
.csc-mailform label {
	clear: both;
	float: left;
	margin: 0px 0px 2px 0px;
	width: 100%;
}
.csc-mailform input {
	border: 1px solid #646466;
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
}
.csc-mailform textarea {
	border: 1px solid #646466;
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
}
.csc-mailform input[type="submit"] {
	background-color: #B8BAB9;
	color: #646466;
}
	
	.csc-mailform input {
		width: 701px;
	}
	.csc-mailform textarea {
		width: 698px;
	}
	.csc-mailform input[type="submit"] {
		width: 705px;
	}
	.layout100 .csc-mailform input {
		width: 221px;
	}
	.layout100 .csc-mailform textarea {
		width: 218px;
	}
	.layout100 .csc-mailform input[type="submit"] {
		width: 225px;
	}
	.layout101 .csc-mailform input {
		width: 461px;
	}
	.layout101 .csc-mailform textarea {
		width: 458px;
	}
	.layout101 .csc-mailform input[type="submit"] {
		width: 465px;
	}
	.layout102 .csc-mailform input {
		width: 341px;
	}
	.layout102 .csc-mailform textarea {
		width: 338px;
	}
	.layout102 .csc-mailform input[type="submit"] {
		width: 345px;
	}


/* startpage */
#teaser {
	color: #000000;
	font-size: 24px;
	left: 190px;
	line-height: 30px;
	position: absolute;
	top: 85px;
	width: 800px;
}
#europe_links {
	left: 165px;
	position: absolute;
	top: 151px;
	width: 830px;
}
.links_col {
	float: left;
	margin: 0px 5px;
	width: 150px;
}
.links_col a {
	height: 22px;
	float: left;
	margin: 0px 0px 2px 0px;
	width: 150px;
}
.links_col a img {
	border: 1px solid #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
}
.links_col a div {
	padding: 1px 0px 1px 0px;
}
.links_col a {
	color: #000000;
}
.links_col a .countryname {
	background: transparent url("../../20_ressources/img/flags/link.png") no-repeat 0px 2px;
	float: left;
	margin-top: 4px;
	padding-left: 10px;
	width: 95px;
}
.links_col a:hover .countryname {
	background-position: 0px -9px;
	color: #FF0000;
}
.worldlink a .countryname {
	background: transparent url("../../20_ressources/img/flags/link.png") no-repeat 0px 2px;
	color: #000000;
	float: right;
	padding-left: 10px;
	width: 140px;
}



