/*
 * Template CSS styles for display
 * @author	Display:inline <contact@display-inline.fr>
 * @url		http://display-inline.fr
 * @version	1.0
 */

/***************************** HTML elements *****************************/
body {
	background: url(../images/site_small_bg.png) repeat-x center top;
	text-align: center;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #3c5f6b;
}
a {
	color: #0098ca;
	text-decoration: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
h1 {
	color: #0098ca;
	font-size: 48px;
	line-height: 52px;
	padding: 5px 0;
	border-bottom: 5px solid #b3b3b3;
	margin-bottom: 34px;
}
h2 {
	color: #0098ca;
	font-weight: bold;
	font-size: 18px;
}
h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
h2, h3, h4, p, ul, ol, fieldset {
	margin-bottom: 17px;
}
small {
	font-size: 10px;
	text-transform: uppercase;
	color: #3c5f6b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
small i {
	color: #999999;
	font-weight: normal;
	padding-right: 2px;
}
textarea, input {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}
hr {
	margin: 16px 0 26px 0;
	border: 0;
	border-top: 1px solid #bfbfbf;
	height: 8px;
	line-height: 8px;
	background: url(../images/corner_tl_black.png) no-repeat -2px 0;
}
.ie7 hr {
	height: 0;
	line-height: 0;
	background: none;
}


.rightCol strong {color: #0098ca;}
/**************************** Sizing elements ****************************/
.wrapper {
	max-width: 985px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.leftCol {
	float: left;
	width: 204px;
	position: relative;
}
.rightCol {
	float: right;
	width: 75%;
	position: relative;
}

.outer_rightCol{	
	float: right;
	width: 150px;
	position: relative;
	overflow:hidden;
}

/********************************** Map **********************************/
#map {
	background: url(../images/header_small_map.png) no-repeat center top;
}

/******************************** Header *********************************/
#top-line {
	height: 23px;
	background: url(../images/header_top_line.png) repeat-x center bottom;
	}
	#top-line .wrapper {
		height: 22px;
		background: url(../images/header_lines.png) repeat-y top right;
	}
#header {
	height: 159px;
	background: url(../images/header_lines.png) repeat-y top right;
	}
	#header .rightCol {
		height: 129px;
	}
	
	#keywords {
		display: none;
	}
	
	#header-links {
		background: url(../images/header_menu_bg.png);
		height: 38px;
		float: right;
		margin-right: 1px;
		}
		.ie6 #header-links {
			display: inline;
		}
		#header-links li {
			display: block;
			float: left;
			height: 38px;
			}
			#header-links li a {
				display: block;
				padding: 4px 11px 6px 11px;
				color: white;
				font-size: 14px;
				line-height: 28px;
				text-transform: uppercase;
				text-decoration: none;
				border-bottom: 0 solid #0098ca;
			}
			#header-links li a:hover {
				border-bottom-width: 5px;
				padding-bottom: 0;
			}
	
	#header h1 {
		padding: 66px 18px 0 18px;
		margin: 0 0 12px 0;
		border-bottom: none;
		}
		#header h1 a {
			display: block;
			height: 43px;
			background: url(../images/site_name.png) no-repeat;
			border-bottom: 2px solid #0098ca;
			overflow: hidden;
			text-indent: -3000px;
			text-decoration: none;
		}
	#header p {
		display: none;
	}
	
	#highlights {
		display: none;
	}

/***************************** Large header ******************************/
.large-header {
	background-image: url(../images/site_bg.png);
	}
	.large-header #map {
		background-image: url(../images/header_map.png);
	}
	.large-header #header {
		height: 369px;
		}
		.large-header #header .rightCol {
			height: 339px;
		}
		.large-header #keywords {
			display: block;
			padding: 12px 20px 0 0;
			}
			.large-header #keywords li,
			.large-header #keywords li a {
				font-size: 16px;
				line-height: 25px;
				color: white;
				text-align: right;
				text-transform: uppercase;
				text-decoration: none;
			}
			.large-header #keywords li a:hover {
				padding-right: 8px;
				color: #b2e0ef;
				background: url(../images/keyword_anim.gif) no-repeat right 5px;
			}
		
		.large-header #header p {
			display: block;
			margin: 0 19px 0 19px;
			color: white;
			font-size: 14px;
		}
		
		.large-header #highlights {
			display: block;
			position: absolute;
			height: 100px;
			left: 10px;
			bottom: 0;
			}
			.large-header #highlights li {
				background: url(../images/highlight_bg.png) repeat-x;
				float: left;
				width: 240px;
				height: 100px;
				margin-left: 20px;
				}
				.large-header #highlights li a {
					display: block;
					margin: 1px;
					height: 95px;
					border-bottom: 3px solid white;
					color: white;
					text-decoration: none;
					font-size: 14px;
					padding: 0 19px;
					overflow: hidden;
					}
					.large-header #highlights li a strong {
						display: block;
						color: #0098ca;
						font-weight: bold;
						font-size: 18px;
						line-height: 22px;
						padding: 14px 0 6px 0;
					}
				.large-header #highlights li a.orange { border-bottom-color: #ff9900; }
				.large-header #highlights li a.green { border-bottom-color: #a3d655; }
				.large-header #highlights li a.blue { border-bottom-color: #0098ca; }
				.large-header #highlights li:hover,
				.large-header #highlights li.hover {
					background-position: 0 -200px;
				}
			.large-header #highlights li.first {
				margin-left: 0;
			}

/******************************** Content ********************************/
#content {
	background: url(../images/content_lines.gif) repeat-y right top;
	}
	
	#logo {
		display: block;
		margin: -121px 0 38px 0;
		text-align: center;
	}
	
	/******************************* Left col ********************************/
	#search-form {
		border: 1px solid #B0B0B0;
		background: white url(../images/search_bg.jpg) repeat-x;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin: 0 10px 20px 10px;
		overflow: hidden;
		}
		#search-form input {
			float: left;
			border: 0;
			background: transparent;
			width: 147px;
			padding: 4px;
			margin: 0;
			}
			.ie #search-form input {
				padding: 2px 4px 6px 4px;
			}
			.ie7 #search-form input {
				margin-left: -10px;
			}
			.ie6 #search-form input {
				margin-right: -80px;
			}
		#search-form input.input-tip {
			color: #CCCCCC;
			}
		#search-form button {
			float: right;
			border: 0;
			background: url(../images/icons/zoom.png) no-repeat 4px 4px;
			width: 23px;
			height: 23px;
			overflow: hidden;
			text-indent: 100px;
			padding: 0;
			margin: 0;
		}
	
	#nav {
		background: #bfbfbf;
		padding-top: 1px;
		margin-bottom: -1px;
		}
		.ie7 #nav {
			margin-bottom: -9px;
		}
		.ie6 #nav {
			margin-bottom: -8px;
		}
		#nav li {
			background: #cceaf4 url(../images/corner_tr_black.png) no-repeat right top;
			border-left: 5px solid black;
			margin-bottom: 1px;
			overflow: hidden;
			display: block;
			}
			#nav li a {
				display: block;
				padding: 13px 17px 4px 7px;
				color: #3c5f6b;
				font-size: 12px;
				line-height: 14px;
				text-transform: uppercase;
				text-decoration: none;
				font-weight: bold;
			}
			.ie6 #nav li a {
				display: inline-block;
			}
		#nav li.pink { border-left-color: #ca0068; }
		#nav li.purple { border-left-color: #8000ca; }
		#nav li.blue { border-left-color: #0098ca; }
		#nav li.green { border-left-color: #a3d655; }
		#nav li.orange { border-left-color: #ff9900; }
		#nav li:hover,
		#nav li.hover {
			background-color: #b2e0ef;
			}
			#nav li:hover a,
			#nav li.hover a {
				color: #0098ca;
				padding-left: 17px;
				padding-right: 7px;
			}
		
		#nav li ul {
			padding: 0 0 0 17px;
			margin: 8px 0 0 0;
			}
			#nav li ul li,
			#nav li:hover ul li 
			#nav li.hover ul li {
				border-left: 0;
				border-top: 1px solid #85a8b3;
				background: none;
				margin-bottom: 0;
				}
				.ie7 #nav li ul li,
				.ie7 #nav li:hover ul li 
				.ie7 #nav li.hover ul li {
					margin-bottom: -2px;
				}
				.ie6 #nav li ul li,
				.ie6 #nav li:hover ul li 
				.ie6 #nav li.hover ul li {
					margin-bottom: 0;
				}
				#nav li ul li a,
				#nav li:hover ul li a,
				#nav li.hover ul li a {
					font-size: 11px;
					line-height: 13px;
					padding: 4px 15px 4px 0;
					color: #85a8b3;
					border-left: 0 solid #0098ca;
					background-image: none;
				}
				#nav li ul li.current a,
				#nav li.current ul li.current a {
					background: url(../images/arrow_blue.gif) no-repeat 0 8px;
					text-indent: 5px;
					color: #0098ca;
				}
				#nav li:hover ul li:hover a,
				#nav li.hover ul li.hover a {
					padding-left: 5px;
					padding-right: 5px;
					border-left-width: 5px;
					color: #0098ca;
					background-color: #d9f0f7;
				}
				.ie6 #nav li.hover ul li.hover a {
					background-color: transparent;
				}
	
	#content .leftCol {
		padding-bottom: 30px;
		}
		#content .leftCol hr {
			margin: 0 0 9px 0;
			background: url(../images/corner_tr_black.png) no-repeat top right;
		}
		
		#content .leftCol p {
			padding: 10px 19px 10px 0;
		}
		#content .leftCol p#locate {
			height: 36px;
			line-height: 36px;
			background: url(../images/locate_bg.png) no-repeat;
			overflow: hidden;
			font-size: 10px;
			text-transform: uppercase;
			padding: 0 0 0 36px;
		}
	
	#content .rightCol {
		padding: 19px 20px 1px 20px;
		min-height: 200px;
		width: 75%;
	}

/************************* Content with overhang *************************/
.overhang #content {
	margin-top: -30px;
	}
	.overhang #content .rightCol {
		background: url(../images/content_bg.png) no-repeat;
	}
	.overhang #logo {
		margin-top: -91px;
	}

/******************************** Footer *********************************/
#footer-bg {
	background: #15547c url(../images/footer_bg.png) repeat-x;
	}
	#footer {
		background: url(../images/footer_lines.png) no-repeat top right;
		min-height: 250px;
		}
		#page-top-link {
			position: absolute;
			margin-top: -30px;
			left: 10px;
			background: url(../images/page_top.png) no-repeat 0 1px;
			padding-left: 16px;
			color: #808080;
			font-weight: bold;
			font-size: 10px;
			text-transform: uppercase;
			}
			#page-top-link:hover {
				color: #0098ca;
			}
		
		#footer .leftCol,
		#footer .rightCol {
			height: 232px;
			padding-top: 17px;
		}
		#footer .leftCol {
			background: url(../images/logo_small.png) no-repeat right 16px;
			padding-right: 38px;
			width: 146px;
		}
		#footer .leftCol,
		#footer .leftCol p,
		#footer .leftCol a {
			color: #7faab8;
			font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-transform: uppercase;
			text-align: right;
			}
			#footer .leftCol strong,
			#footer .leftCol strong a {
				color: white;
				font-weight: bold;
				font-size: 12px;
				text-transform: none;
			}
			#footer .leftCol a:hover,
			#footer .leftCol strong a:hover {
				color: #0098ca;
			}
		
		#footer-nav {
			float: left;
			padding-left: 20px;
			}
			#footer-nav li {
				float: left;
				margin-right: 20px;
				max-width: 120px;
				}
				#footer-nav li,
				#footer-nav li a {
					font-weight: bold;
					color: white;
					text-decoration: none;
					font-size: 14px;
					}
					#footer-nav ul {
						margin-top: 10px;
						}
						#footer-nav ul li {
							float: none;
							margin-right: 0;
						}
						#footer-nav ul li,
						#footer-nav ul li a {
							font-weight: normal;
							font-size: 12px;
							color: #7faab8;
							line-height: 14px;
							padding-bottom: 5px;
						}
						#footer-nav ul li a:hover {
							color: white;
						}
				#footer-nav li a:hover {
					color: #0098ca;
				}
		
		#footer-links {
			float: right;
			margin-right: 20px;
			}
			.ie6 #footer-links {
				display: inline;
			}
			#footer-links li {
				text-align: right;
			}
			#footer-links li,
			#footer-links li a {
				font-weight: normal;
				font-size: 12px;
				color: #7faab8;
			}
			#footer-links li a:hover {
				color: white;
			}

/******************************* Slideshow *******************************/

/* Basic style for js-disabled browsers */
.slideshow {
	height: 200px;
	overflow: auto;
	position: relative;
	border: 1px solid #CCCCCC;
	margin-bottom: 34px;
	background: white;
	}
	.slideshow li {
		height: 100%;
		}
		.slideshow li a {
			display: block;
			height: 100%;
			position: relative;
			}
			.slideshow li a span {
				background: url(../images/slideshow_legend_bg.png);
				display: block;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				padding: 10px 15px 11px 15px;
				color: white;
				min-height: 35px;
				}
				.ie6 .slideshow li a span {
					background: transparent;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/slideshow_legend_bg.png, sizingMethod='scale');
				}
				.slideshow li a span strong {
					color: white;
					font-size: 14px;
				}

/* Full featured style when slideshow enabled */
.slideshow-enabled {
	overflow: hidden;
	border: 0;
	}
	.slideshow-enabled li {
		position: absolute;
		}
		.slideshow-enabled li a {
			background: url(../images/slideshow_pulltab.png) repeat-y;
			padding-left: 50px;
			}
			.slideshow-enabled li a .slide-title {
				position: absolute;
				display: block;
				left: 1px;
				top: 1px;
				width: 48px;
				height: 198px;
				background: url(../images/slideshow_titles.png) no-repeat;
			}
			.slideshow-enabled li a .slide-number {
				position: absolute;
				display: block;
				left: 0;
				bottom: 0;
				width: 50px;
				height: 56px;
				background: url(../images/slideshow_number.png) repeat-x;
				font-size: 28px;
				line-height: 56px;
				text-align: center;
				color: #CCCCCC;
			}
			.slideshow-enabled li a span {
				left: 50px;
				}
	/*.slideshow-enabled li.news a .slide-title { background-position: 0 0; }
	.slideshow-enabled li.products a .slide-title { background-position: -48px 0; }
	.slideshow-enabled li.events a .slide-title { background-position: -96px 0; }
	.slideshow-enabled li.special a .slide-title { background-position: -144px 0; }*/
	
	.slideshow-enabled li.stepbystep a .slide-title { background-position: 0px 0; }
	.slideshow-enabled li.tipps a .slide-title { background-position: -48px 0; }
	.slideshow-enabled li.special a .slide-title { background-position: -96px 0; }
	.slideshow-enabled li.lessons a .slide-title { background-position: -144px 0; }

/* Wrapper enabling previous/next buttons */
.slideshow-wrapper {
	padding: 0;
	margin: 0;
	position: relative;
	}
	.slideshow-prev-button,
	.slideshow-next-button {
		display: block;
		position: absolute;
		height: 61px;
		width: 8px;
		top: 50%;
		margin-top: -30px;
		background-repeat: no-repeat;
		}
		.slideshow-prev-button {
			left: 1px;
			background-position: right top;
			background-image: url(../images/slideshow_left_tab.png);
		}
		.slideshow-prev-button:hover {
			background-position: right bottom;
		}
		.slideshow-next-button {
			right: 1px;
			background-image: url(../images/slideshow_right_tab.png);
		}
		.slideshow-prev-button:hover {
			background-position: left bottom;
		}

/******************************** Columns ********************************/
.columns {
	margin-bottom: 17px;
	}
	.colx2-left {
		float: left;
		width: 48%;
		min-width:200px;
	}
	.colx2-right {
		margin-left: 52%;
		min-width:260px;
	}
	.colx3-left {
		float: left;
		width: 31%;
		min-width:200px;
	}
	.colx3-left-double {
		float: left;
		width: 66%;
		
	}
	.colx3-center {
		float: left;
		width: 32%;
		min-width:260px;
		margin-left: 3%;
	}
	.colx3-right {
		margin-left: 69%;
	}
	.colx3-right-double {
		margin-left: 34%;
	}
	.ie6 .colx3-right {
		margin-left: 68%;
	}
	.colx4-col {
		float: left;
		width: 22.75%;
		margin-left: 3%;
	}
	.ie6 .colx4-col {
		width: 22%;
	}
	.colx4-col:first-child {
		margin-left: 0;
	}
	.colx4-col-double {
		float: left;
		width: 48.5%;
		margin-left: 3%;
	}
	.colx4-col-triple {
		float: left;
		width: 74.25%;
		margin-left: 3%;
	}

.left-border {
	border-left: 1px solid #bfbfbf;
	background: url(../images/corner_tl_black.png) no-repeat 0 -2px;
	padding-left: 21px;
}
.right-border {
	border-right: 1px solid #bfbfbf;
	background: url(../images/corner_tr_black.png) no-repeat right -2px;
	padding-right: 21px;
}

/********************************* Tables ********************************/
.table {
	background: #cceaf4;
	border: 10px solid #cceaf4;
	border-collapse: separate;
	border-bottom-width: 5px;
	margin-bottom: 34px;
	}
	.table caption {
		background: #cceaf4;
		border: 10px solid #cceaf4;
		border-top-width: 8px;
		border-bottom-width: 2px;
		text-align: left;
		color: #3c5f6b;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		width: 100%;
		}
		.ie .table caption {
			width: auto;
		}
	.table thead th {
		color: #0098ca;
		text-transform: uppercase;
		padding: 0 0 2px 5px;
		font-weight: bold;
		text-align: left;
		}
		.table thead th.grey {
			color: #989898;
			text-transform: none;
			font-style: italic;
			font-weight: normal;
			padding-left: 0;
		}
	.table tbody tr th,
	.table tbody tr td {
		border-top: 1px solid #99afb7;
		padding: 3px 0 5px 5px;
	}
	.table tbody tr th {
		color: #0098ca;
		font-weight: bold;
		text-align: left;
	}
	.table tbody tr td {
		color: #333333;
	}
	.table tbody tr:first-child th,
	.table tbody tr:first-child td {
		border-top-color: #114764;
	}
	.table tbody tr:nth-child(odd) th,
	.table tbody tr:nth-child(odd) td {
		background: #dbf0f7;
	}
	.table tfoot th,
	.table tfoot td {
		border-top: 1px solid #ff9900;
		padding: 3px 0 5px 5px;
	}
	.table tfoot th {
		color: #989898;
		font-style: italic;
		padding-left: 0;
		font-weight: normal;
		text-align: left;
	}
	.table tfoot td {
		color: #ff9900;
	}
/**********************************Tabelle2*******************************/
.2table {
	background: #eeeeee;
	border: 10px solid #dddddd;
	border-collapse: collapse;
	border-bottom-width: 5px;
	margin-bottom: 34px;
	}
	.2table caption {
		background: #cceaf4;
		border: 10px solid #cceaf4;
		border-top-width: 8px;
		border-bottom-width: 2px;
		text-align: left;
		color: #3c5f6b;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		width: 100%;
		}
		.ie .2table caption {
			width: auto;
		}
	.2table thead th {
		color: #0098ca;
		text-transform: uppercase;
		padding: 0 0 2px 5px;
		font-weight: bold;
		text-align: left;
		}
		.2table thead th.grey {
			color: #989898;
			text-transform: none;
			font-style: italic;
			font-weight: normal;
			padding-left: 0;
		}
	.2table tbody tr th,
	.2table tbody tr td {
		border-top: 1px solid #99afb7;
		padding: 3px 0 5px 5px;
	}
	.2table tbody tr th {
		color: #0098ca;
		font-weight: bold;
		text-align: left;
	}
	.2table tbody tr td {
		color: #333333;
	}
	.2table tbody tr:first-child th,
	.table tbody tr:first-child td {
		border-top-color: #114764;
	}
	.2table tbody tr:nth-child(odd) th,
	.2table tbody tr:nth-child(odd) td {
		background: #dbf0f7;
	}
	.2table tfoot th,
	.table tfoot td {
		border-top: 1px solid #ff9900;
		padding: 3px 0 5px 5px;
	}
	2.table tfoot th {
		color: #989898;
		font-style: italic;
		padding-left: 0;
		font-weight: normal;
		text-align: left;
	}
	.2table tfoot td {
		text-align: top;
		  
	}
/********************************* Message *******************************/
.messages {
	margin-bottom: 34px;
	}
	.messages .error-msg,
	.messages .warning-msg,
	.messages .information-msg,
	.messages .confirmation-msg {
		border: 1px solid;
		padding: 7px 10px 9px 27px;
		background-repeat: no-repeat;
		background-position: 6px 6px;
		margin-bottom: 6px;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 12px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		.ie .messages .error-msg,
		.ie .messages .warning-msg,
		.ie .messages .information-msg,
		.ie .messages .confirmation-msg {
			padding-top: 8px;
			padding-bottom: 8px;
		}
		.messages .error-msg {
			border-color: #ff0000;
			background-color: #ffbfbf;
			color: #ff0000;
			background-image: url(../images/icons/exclamation.png);
		}
		.messages .warning-msg {
			border-color: #ffaa00;
			background-color: #fffbbf;
			color: #996600;
			background-image: url(../images/icons/error.png);
		}
		.messages .information-msg {
			border-color: #0098ca;
			background-color: #bfe5f2;
			color: #3c5f6b;
			background-image: url(../images/icons/information.png);
		}
		.messages .confirmation-msg {
			border-color: #669900;
			background-color: #d9e5bf;
			color: #336600;
			background-image: url(../images/icons/accept.png);
		}

/********************************** Forms ********************************/
.form fieldset {
	border: 1px solid #bfbfbf;
	background: url(../images/corner_tr_black.png) no-repeat top right;
	padding: 10px 20px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	}
	.ie .form fieldset {
		padding-top: 0;
		background-position: right 13px;
	}
	.ie7 .form fieldset {
		background-position: right 14px;
	}
	.ie6 .form fieldset {
		background-position: right 15px;
	}
	.form fieldset legend {
		padding: 0 5px;
		color: #333333;
		font-size: 15px;
		font-weight: bold;
		line-height: 12px;
		margin-left: -5px;
	}
	.ie .form fieldset legend {
		padding-top: 6px;
		padding-bottom: 10px;
	}
	.form p {
		margin-bottom: 13px;
		line-height: 19px;
	}
	.form fieldset > :last-child {
		margin-bottom: 0;
	}
	.form label,
	.form .label {
		color: #808080;
		font-size: 11px;
		text-transform: uppercase;
	}
	.form input[type=text],
	.form input.form-text,
	.form textarea {
		border: 1px solid #99d6ea;
		background: #e5f4fa;
		color: #3c5f6b;
		padding: 2px 4px 4px 4px;
		font-size: 12px;
	}
	.form input[type=text],
	.form input.form-text {
		padding: 4px 4px 5px 4px;
	}
	.ie .form input[type=text],
	.ie .form input.form-text {
		padding: 3px 4px 6px 4px;
		line-height: 15px;
	}
	.form input.input-tip,
	.form textarea.input-tip {
		color: #999999;
	}
	.form input[type=text]:focus,
	.form input.form-text-focus,
	.form textarea:focus {
		border-color: #0098ca;
	}
	.form input[type=checkbox],
	.form input[type=radio],
	.form input.form-radio {
		vertical-align: -15%;
		margin-left: 0;
	}
	.form input[type=checkbox] + label,
	.form input[type=radio] + label,
	.form input.form-radio-label {
		text-transform: none;
		font-size: 12px;
		line-height: 17px;
		color: #666666;
		font-weight: normal;
	}
	
	.form small {
		color: #999999;
		background: url(../images/up_blue.gif) no-repeat 0 5px;
		padding-left: 12px;
		font-size: 9px;
		line-height: 11px;
		padding-top: 4px;
	}
	
	.form .required label:after,
	.form .required .label:after,
	.form .required .form-label-after {
		content: ' *';
		color: #FF0000;
	}
	.form .required input[type=text],
	.form .required input.form-text,
	.form .required textarea {
		background-image: url(../images/corner_tr_red.png);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	.form .error label:before,
	.form .error .label:before,
	.form .error .form-label-before {
		content: url(../images/icons/stop_round.png);
		padding-right: 3px;
		vertical-align: -20%;
	}
	.form .error label,
	.form .error .label {
		color: #FF0000;
	}
	.form .error input[type=text],
	.form .error input.form-text,
	.form .error textarea {
		border-color: #ff9999;
	}
	.form .error input[type=text]:focus,
	.form .error input.form-text-focus,
	.form .error textarea:focus {
		border-color: #FF0000;
	}
	.form small.error-desc {
		color: #FF0000;
		background-image: url(../images/up_red.gif);
	}
	
	.input-large { width: 95%; }
	textarea.input-large { width: 98%; }
	.input-medium { width: 60%; }
	.input-small { width: 30%; }
	
	#content .form hr {
		margin-bottom: 9px;
	}
	
	.form .form-buttons {
		padding-top: 8px;
		margin-left: -1px;
	}

/******************************* Pagination ******************************/
.pagination {
	background: #ececec;
	height: 17px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	margin-bottom: 34px;
	}
	.pagination a {
		padding: 1px 6px 2px 6px;
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		}
		.pagination a.pagination-current {
			background: #666666;
			color: white;
		}
		.pagination a:hover {
			background: #0098ca;
			color: white;
		}
		.pagination .pagination-ellipsis {
			color: #CCCCCC;
		}
		.pagination .pagination-prev,
		.pagination .pagination-next {
			padding: 0 7px;
			font-weight: normal;
			font-size: 10px;
			line-height: 17px;
			text-transform: uppercase;
		}
		.pagination .pagination-prev {
			float: left;
			border-left-width: 5px;
			border-right-width: 1px;
		}
		.pagination .pagination-next {
			float: right;
			border-left-width: 1px;
			border-right-width: 5px;
		}
		
		/* Active prev/next links : use <a> */
		.pagination a.pagination-prev,
		.pagination a.pagination-next {
			border-style: solid;
			border-color: #0098ca;
			color: #0098ca;
		}
		.pagination a.pagination-prev:hover,
		.pagination a.pagination-next:hover {
			background: transparent;
			color: #0098ca;
		}
		.pagination a.pagination-prev:hover {
			border-left-width: 1px;
			border-right-width: 5px;
		}
		.pagination a.pagination-next:hover {
			border-right-width: 1px;
			border-left-width: 5px;
		}
		
		/* Disabled prev/next links : use <span> */
		.pagination span.pagination-prev,
		.pagination span.pagination-next {
			border-style: solid;
			border-color: #b8b8b8;
			background: #d0d0d0;
			color: white;
		}

/******************************** Grid list ******************************/
.grid-list {
	margin: 0 0 0 -22px;
	}
	.ie7 .grid-list {
		margin-bottom: 34px;
	}
	.grid-list li {
		border-top: 2px solid #0098ca;
		width: 130px;
		float: left;
		margin: 0 0 34px 22px;
		}
		.grid-list li a {
			display: block;
			margin: 0 5px;
			color: #333333;
			line-height: 0;
			}
			.grid-list li a.grid-list-more {
				border-left: 1px solid #b3b3b3;
				padding: 8px 0 0 8px;
				font-size: 11px;
				line-height: 13px;
			}

/****************************** Projects list ****************************/
.projects-list {
	overflow: hidden;
	margin-bottom: 0;
	}
	.projects-list li {
		padding-right: 572px;
		margin-bottom: 34px;
		text-align: right;
		height: 200px;
		position: relative;
		}
		.projects-list h3 {
			padding-top: 17px;
			border-top: 3px solid #0098ca;
		}
		.project-images {
	position: absolute;
	top: 0;
	right: -1px;
	width: 550px;
	height: 200px;
	overflow: hidden;
			}
			.project-images img {
				display: block;
				float: left;
			}
			.project-images .projects-img-shadow {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: url(../images/projects_img_shadow.png) no-repeat;
			}
			.ie6 .project-images .projects-img-shadow {
				width: 550px;
			}
			.project-images .project-thumbnails {
				background: url(../images/project_thumbnails_bg.png) repeat-x;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				padding: 9px 9px 5px 9px;
				line-height: 30px;
				text-align: center;
				}
				.ie7 .project-images .project-thumbnails {
					padding-bottom: 15px;
				}
				.ie6 .project-images .project-thumbnails {
					background: transparent;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/project_thumbnails_bg.png, sizingMethod='scale');
					width: 532px;
				}
				.project-images .project-thumbnails img {
					height: 30px;
					width: auto;
					display: inline-block;
					float: none;
					margin-left: 8px;
					border: 3px solid white;
					cursor: pointer;
					box-shadow: 0 0 5px #333333;
					-moz-box-shadow: 0 0 5px #333333;
					-webkit-box-shadow: 0 0 5px #333333;
				}

/****************************** Custom styles ****************************/
h2.pink { color: #ca0068; }
h2.purple { color: #8000ca; }
h2.blue { color: #0098ca; }
h2.green { color: #a3d655; }
h2.orange { color: #ff9900; }

ul.bullet li {
	background: url(../images/button_ok.png) no-repeat 0px 0px;
	padding-left: 25px;
	color: #175B84;
	margin-bottom: 10px;
}

ul.attention li {
	background: url(../images/error.png) no-repeat 0px 0px;
	padding-left: 25px;
	color: #175B84;
	margin-bottom: 10px;
}

.news-element {
	color: #808080;
}

.grey-block {
	background: #e6e6e6;
	padding: 20px;
	margin-bottom: 34px;
	overflow: hidden;
	border-top: 4px solid #3399cc;
	color: #06C;
	}
	.ie6 .grey-block {
		padding: 10px 20px;
	}
	.grey-block > :last-child {
		margin-bottom: 0;
	}
.grey-text {
	color: #808080;
}

.img-frame {
	border: 1px solid #b4b4b4;
	background: white;
	padding: 4px;
}

.button-link,
.button-link b {
	display: block;
	float: left;
	color: white;
	background: url(../images/link_bg.gif) no-repeat;
	font: normal 8px/16px Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: uppercase;
}
.button-link {
	padding: 0 0 0 5px;
	margin-bottom: 17px;
}
.button-link b {
	background-position: top right;
	padding: 0 25px 0 0;
	height: 16px;
}
.button-link:hover {
	background-position: bottom left;
}
.button-link:hover b {
	background-position: bottom right;
}

.footer-notes {
	font-size: 10px;
	color: #808080;
	line-height: normal;
	}
	.footer-notes strong {
		font-weight: bold;
		color: #0098ca;
	}

/******************************** Generic ********************************/
.clearer {
	clear: both;
}
.left {
	float: left;
}
img.left {
	margin-right: 20px;
}
.right {
	float: right;
}
img.right {
	margin-left: 20px;
}

/****************************** Clearfix hack ****************************/
/* see : http://perishablepress.com/press/2009/12/06/new-clearfix-hack/  */
#search-form:after,
#content:after,
.columns:after,
.grid-list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html #search-form,
* html #content,
* html .columns,
* html .grid-list
	{ zoom: 1; } /* IE6 */
*:first-child+html #search-form,
*:first-child+html #content,
*:first-child+html .columns,
*:first-child+html .grid-list
	{ zoom: 1; } /* IE7 */
.point-list {
	list-style-image: url(../images/arrow_orange.gif);
	list-style-type: circle;
	padding-left: 12px;
}
