@charset "UTF-8";

/*

.
*/

/*---RESET----------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;

}

img {
	vertical-align: top;
}

/*---TEMPLATE----------------------------------------*/

/*---Layout----------------------------------------*/
html {
	background-color: #F6F6F6;
	overflow-y: scroll;
	font-family: Helvetica, Arial, sans-serif;

}

body {
	background-color: #F6F6F6;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;

}

#wrapper {
	width: 1080px;
	margin: 20px auto 0 auto;
}

header, .header {
	height: 106px;
	padding: 0 40px;
	position: relative;
	width: 1000px;
}

#header {
	height: 106px;
	padding: 0 40px;
	position: relative;
	width: 1000px;
}

#logo {
	float: left;
	display: inline;
	width: 180px;
	height: 106px;
}

#meta {
	position: absolute;
	right: 40px;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	color: #007ec4;;
}

#meta a {
	color: #666;
}

#meta a:hover {
	color: #007ec4;
}

#meta form {
	display: inline;
}

#lang_sel {
	float: left;
	padding: 0 5px;
}


#meta img {
	float: left;
	line-height: 25px;
}

nav, .navigation {
	float: left;
	width: 820px;
	display: inline-block;
	margin-top: 54px;
	background-color: #FFF;
	z-index: 999;
	position: relative;
}

#main_img {
	width: 1000px;
	height: 240px;
	position: relative;
	z-index: 1;
}

#content {
	position: relative;
	z-Index: 1;
}

.clear {
	clear: both;
}

a, img, a img {
	border: none;
	outline: none;
	border-style: none;
}











/*---Typography----------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

h7 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #007ec4;
	margin-bottom: 22px;
	display: block;
	line-height: 120%;
	clear: both;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	text-transform: Capitalize;
	color: #007ec4;
	margin-bottom: 22px;
	display: block;
	line-height: 120%;
	clear: both;
}


h2 {


	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 18px;
	display: block;
	line-height: 120%;
	clear: both;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 16px;
	display: block;
	line-height: 120%;
	clear: both;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 14px;



	display: block;
	line-height: 120%;
	clear: both;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-bottom: 10px;
	display: block;
	line-height: 120%;
	border-bottom: 1px solid #E7E7E7;
	clear: both;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin: 10px 0;
	display: block;
	line-height: 120%;
	border-bottom: 1px solid #E7E7E7;
	clear: both;
}

h9 {
	font-size: 18px;
	font-weight: bold;
	text-transform: Capitalize;
	color: #007ec4;
	margin-bottom: 22px;
	display: block;
	clear: both;
}


p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 10px;
}

a, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #000;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	outline: none;
}

sup {
	vertical-align: top;
	font-size: 0.8em;
	line-height: 100%;
}

sub {
	vertical-align: bottom;
	font-size: 0.8em;
	line-height: 100%;
}

a:hover, a:active, a:focus {
	color: #007ec4;
}








strong {
font-weight: bold;
}

small {
	font-size: small;
}

blockquote {
}

ul li {
	font-size: 12px;
	line-height: 130%;
	list-style: outside disc;
	margin-bottom: 12px;
	margin-left: 1.2em;
}

ol li {
	font-size: 12px;
	line-height: 130%;
	list-style: outside decimal;
	margin-bottom: 12px;
	margin-left: 1em;
}

#filter {
	border: 1px solid #007ec4;
	background-color: #FFF;
	color: #000;
	padding-left: 2px;
	font-size: 11px;
}

#sitesearch {
	width: 130px;
	border: 1px solid #007ec4;
	color: #000;
	padding-left: 24px;
	font-size: 11px;
	height: 21px;
	background: url(img/sitesearch.jpg) left center no-repeat #FFF;
	-webkit-appearance: none;
}

#searchsubmit {
	width: 70px;
	border: 1px solid #007ec4;
	background-color: #007ec4;
	color: #FFF;
	padding-left: 2px;
	font-size: 11px;
	cursor: pointer;
	height: 23px;
	-webkit-appearance: none;
}

#searchsubmit:active {
	color: #FFF;
	padding-left: 2px;
	margin: 0;
}

label {
	font-size: 12px;
}





/* 1. NAVIGATION
----------------------------------------------------------------------------------------
========================================================================================*/

/* 1.1 GENERAL
---------------------------------------------*/

nav ul li {
	list-style: none;
}

/* 1.2 LEVEL 1
---------------------------------------------*/

nav ul.level-1 {
	position: relative;
	width: 820px;
	top: 0px;
	right: 0px;
	background: #fff;
	z-index: 999;

}

nav ul.level-1 > li {
	display: block;
	float: left;
	margin: 0;
	min-width: 95px;
	border-right: 2px solid #F4F4F4;

}
nav ul.level-1 > li > p2 {
	display: block;
	padding: 18px 20px;
	color: #000;
	text-decoration: none;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
nav ul.level-1 > li > p2:hover, nav ul.level-1 > li.active > p2 {
	background: rgba(237, 237, 237, 1);
}

nav ul.level-1 > li > a {
	display: block;
	padding: 18px 20px;
	color: #000;
	text-decoration: none;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

nav ul.level-1 > li > a:hover, nav ul.level-1 > li.active > a {
	background: rgba(237, 237, 237, 1);
}

/* 1.3 LEVEL 2
---------------------------------------------*/

ul.sub-level-0 {
	position: absolute;
	top: 52px;
	left: -180px;
	width: 1000px;
	min-height: 200px;
	padding-bottom: 40px;
	background: #ededed;
	background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0.98), rgba(255, 255, 255, 0.98));
	background: -moz-linear-gradient(top, rgba(237, 237, 237, 0.98), rgba(255, 255, 255, 0.98));
	background: -ms-linear-gradient(top, rgba(237, 237, 237, 0.98), rgba(255, 255, 255, 0.98));
	background: -o-linear-gradient(top, rgba(237, 237, 237, 0.98), rgba(255, 255, 255, 0.98));
	background: linear-gradient(top, rgba(237, 237, 237, 0.98), rgba(255, 255, 255, 0.98));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ededed', endColorstr = '#ffffff', GradientType = 0); /* IE6-9 */
	background-repeat: repeat-x;
	-moz-box-shadow: 0 5px 4px #999;
	-webkit-box-shadow: 0 5px 4px #999;
	box-shadow: 0 5px 4px #999;
	display: none;
	z-index: 999;
	-webkit-transition: height 0.1s ease-in-out;
	-moz-transition: height 0.1s ease-in-out;
	-o-transition: height 0.1s ease-in-out;
	-ms-transition: height 0.1s ease-in-out;
	transition: height 0.1s ease-in-out;
	overflow: hidden;
}

nav.fallback ul.level-1 > li:hover > ul.sub-level-0 {
	display: block;
}

/* Relevant for all deeper lists */


nav ul.sub-level-0 li a {
	display: block;
	width: 140px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

nav ul.sub-level-0 li {
	margin: 0 0 0 20px; /* space to left or indent to parent element */
	width: 160px;
}

nav ul.sub-level-0 li:first-child {
	margin: 20px 0 0 20px; /* space to top and space/indent to left/parent element */
}

nav ul.sub-level-0 li a:hover, nav ul.sub-level-0 li.active > a {
	color: #007ec4;
	background: #fff;
	border-bottom: 1px solid #007ec4;
}

nav ul.sub-level-0 li.multi > a {
	background-image: url(img/arrow_gray.png);
	background-repeat: no-repeat;
	background-position: center right;
}

nav ul.sub-level-0 li.multi:hover > a {
	background-image: url(img/arrow_blue.png);
}

/* 1.4 LEVEL 3
---------------------------------------------*/

nav ul.sub-level-1 {
	position: absolute;
	top: 0px;
	left: 160px;
	display: none;
}

nav ul.sub-level-1  li {
	border-left: 1px solid #fff;
}

nav.fallback ul.sub-level-0 > li:hover > ul.sub-level-1 {
	display: block;
}

/* 1.5 LEVEL 4
---------------------------------------------*/

nav ul.sub-level-2 {
	position: absolute;
	top: 0px;
	left: 160px;
	display: none;
}

nav.fallback ul.sub-level-1 > li:hover > ul.sub-level-2 {
	display: block;
}

/* 1.6 LEVEL 5
---------------------------------------------*/
nav ul.sub-level-3 {
	position: absolute;
	top: 0px;
	left: 160px;
	display: none;
}

nav.fallback ul.sub-level-2 > li:hover > ul.sub-level-3 {
	display: block;
}

/* 1.6 LEVEL CONTENT
---------------------------------------------*/

nav .preview-content {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 240px;
	padding: 20px;
	margin: 20px 0 0 20px; /* space to border and indent to parent element */
	display: none;
	background: #FFF;
	min-height: 270px;
	border-bottom: 20px solid transparent;
	-webkit-transition: opacity 0.2s ease-in-out 0.1s;
	-moz-transition: opacity 0.2s ease-in-out 0.1s;
	-o-transition: opacity 0.2s ease-in-out 0.1s;
	-ms-transition: opacity 0.2s ease-in-out 0.1s;
	transition: opacity 0.2s ease-in-out 0.1s;
}

nav.fallback ul.sub-level-0 > li:hover > .preview-content,
nav.fallback ul.sub-level-1 > li:hover > .preview-content,
nav.fallback ul.sub-level-2 > li:hover > .preview-content,
nav.fallback ul.sub-level-3 > li:hover > .preview-content {
	display: block;
}

nav ul li .preview-content img {
	padding: 0;
	margin-bottom: 10px;
	border: 0;
}

nav ul li .preview-content p {
	line-height: 150%;
}

nav ul li .preview-content p a, nav ul li .preview-content a {
	padding: 0;
	margin: 0;
	border: 0;
	color: #007ec4;
	display: inline;
}

nav ul li .preview-content p a:hover, nav ul li .preview-content a:hover {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	color: #007ec4;
}

/*---Content----------------------------------------*/



#image_news {
	position: relative;
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
}

#news {
	width: 400px;
	min-height: 110px;
	max-height: 130px;
	background: #FFF;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity = 50);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10;
}

#news.inside {
	background: url(img/arrow_blue_left.png) no-repeat left center #FFF;
}

#news article {
	margin-left: 80px;
	width: 320px;
}

#news .news_meta {
	margin-bottom: 5px;
}

#news h2 {
	color: #007ec4;
	margin-bottom: 0px;
}

#mainboxes {
	padding: 0 40px;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

#mainboxes p {
	padding: 0 12px 12px 12px;
	font-size: 12px;
	line-height: 130%;
		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

}
#mainboxes century1 {
	padding: 0 12px 12px 12px;
	font-size: 12px;
	line-height: 130%;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
#mainboxes h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 12px;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 0;
}
#mainboxes h7 {
	font-size: 20px;
	font-weight: bold;
	padding: 12px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
}
#mainboxes img {
	display: block;
}

#mainbox1 {
	float: left;
	width: 300px;
	background: #FFF;
	margin-top: 25px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}

#mainbox2 {
	float: left;
	width: 300px;
	background: #FFF;
	margin-top: 10px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}

#mainbox3 {
	float: left;
	width: 200px;
	background: #FFF;
	margin-top: -30px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}

#mainbox4 {
	float: left;
	width: 200px;
	background: #FFF;
	margin-top: 10px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}

#mainbox_1 {
	float: left;
	width: 270px;
	background: #FFF;
	margin-top: 25px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}

#mainbox_2 {
	float: left;
	width: 230px;
	background: #FFF;
	margin-top: 10px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}


#mainbox_RCLIPS_LOOPS_RCLIPS {
	float: right;
	width: 230px;
	background: #FFF;
	margin-top: 20px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}

#mainbox_RCLIPS_LOOPS_LOOPS {
	float: LEFT;
	width: 230px;
	background: #FFF;
	margin-top: 20px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}













#mainbox_3 {
	float: left;
	width: 270px;
	background: #FFF;
	margin-top: -30px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}

#mainbox_4 {
	float: left;
	width: 230px;
	background: #FFF;
	margin-top: 10px;
	position: relative;
	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}


#mainboxes div:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 10000;
	box-shadow: 4px 4px 10px 2px rgba(0,0,0,.5);
	}

#col1 {
	width: 300px;
	margin-top: -150px;
	float: left;
	position: relative;
}

#columns {
	width: 760px;
	margin-top: -40px;
	float: left;
	margin-left: 15px;
}

#box_headline_bullet {
	width: 260px;
	background: #FFF;
	min-height: 160px;
	padding: 20px;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

#box_headline_bullet p {
	line-height: 150%;
}

#box_headline_bullet #breadcrumb_nav a {
	color: #000;
}

#box_headline_bullet #breadcrumb_nav a:hover {
	color: #007ec4;
}

#box_headline_bullet a {
	color: #007ec4;
	font-weight: bold;
}

#box_headline_bullet a:hover {
	color: #000;
}

.box_medium {
	width: 240px;
	background: #FFF;
	margin-bottom: 10px;
	float: left;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
	position: relative;

	transition:transform 1s ease-in-out;

	transition-property: transform , z-index, box-shadow;
	transition-timing-function: ease-in-out;
	transition-duration: 1s;

	-webkit-transition-property: -webkit-transform , z-index, box-shadow;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1s;


	-moz-transition-property: -moz-transform , z-index, box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 1s;

	-o-transition-property: -o-transform , z-index, box-shadow;
	-o-transition-timing-function: ease-in-out;
	-o-transition-duration: 1s;

	-ms-transition-property: -ms-transform , z-index, box-shadow;
	-ms-transition-timing-function: ease-in-out;
	-ms-transition-duration: 1s;

	/*-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition:-o-transform 1s ease-in-out;*/
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.5);
	z-index: 1;
}

.box_medium:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 10000;
	box-shadow: 4px 4px 10px 2px rgba(0,0,0,.5);
}

.box_medium a:hover {
	color: #007ec4;
}

.box_medium h2 {
	margin-bottom: 0;
}

.box_medium h2 a {
	padding: 15px 20px 10px 20px;
	margin: 0;
}

.box_medium a {
	display: block;
}

.box_medium:nth-child(1), .box_medium:nth-child(3) {
	margin-top: 20px;
}

.box_medium a img {
	display: block;
	min-width: 240px;
	width: 100%;
	height: auto;
}

.box_medium p {
	padding: 5px 20px;
	margin: 0 0 5px 0;
	line-height: 150%;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

#breadcrumb_nav {
	margin-bottom: 25px;
	font-size: 11px;
	padding-bottom: 8px;
	border-bottom: 1px solid #E7E7E7;
	font-weight: normal;
	line-height: 130%;
}

#breadcrumb_nav a {
	display: inline;
	padding: 0;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}

#breadcrumb_nav  a:hover {
	color: #007ec4;
}

#breadcrumb_nav span.current {
	color: #007ec4;
	display: inline;
	padding: 0;
	font-size: 11px;
	margin: 0;
}

#sidebar_left {
	width: 220px;
	margin: 15px auto;
	background: #FFF;
	padding: 20px;

}

#sidebar_left h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 0;
}

#sidebar_left a:hover {
	color: #000;
}

#sidebar_right {
	width: 120px;
	margin-left: 10px;
	margin-top: 15px;
	background: #FFF;
	float: right;
	padding: 15px;
}

#sidebar_right img {
	margin-bottom: 10px;
}

#sidebar_right ul li {
	font-size: 12px;
	line-height: 130%;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	border-bottom: 1px solid #E7E7E7;

}

#sidebar_right a {
	color: #007ec4;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

#sidebar_right a:hover {
	color: #007ec4;
	text-decoration: underline;
}

#sidebar_left p a {
	color: #007ec4;
	font-weight: bold;
}

#main_content {
	float: left;
	width: 550px;
	background: #FFF;
	padding: 20px 25px 50px 25px;
	position: relative;
	font-size: 12px;
	line-height: 130%;
	margin-left: 15px;
	margin-top: -40px;
	margin-bottom: 10px;
}

#main_content p {
	font-size: 13px;
	color: #444;
	line-height: 150%;
}

#main_content img {
	margin-bottom: 10px;
	border-radius: 3px;
}

#main_content_wide {
	float: left;
	width: 650px;
	background: #FFF;
	padding: 20px 25px 50px 25px;
	margin-left: 15px;
	margin-top: -40px;
	position: relative;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 10px;
}

#main_content_wide p {
	font-size: 13px;
	color: #444;
	line-height: 150%;
}

#main_content_wide p a, #main_content p a {
	font-weight: bold;
}

#main_content_wide img {
	margin-bottom: 10px;
	border-radius: 3px;
}

#main_content article, #main_content_wide article {
	margin-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
}

#main_content_ article h3, #main_content_wide article h3 {
	margin-bottom: 5px;
}

#main_content_wide img#contactimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 180px;
	height: 240px;
}

#main_content_wide #left {
	width: 300px;
	float: left;
}

#main_content_wide #right {
	width: 350px;
	float: right;
}

#main_content_wide #contact_left {
	width: 180px;
	float: left;
}

#main_content_wide #contact_right {
	width: 440px;
	float: right;
}

/*TABLE STYLES*/

#main_content_wide table#resultTable {
	width: 650px;
	font-size: 12px;
	line-height: 130%;
	border-spacing: 0;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 10px;
}

#main_content_wide table#resultTable a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

#main_content_wide table#resultTable th {
	text-align: left;
	line-height: 100%;
	background: #007ec4;
	padding: 10px;
	color: #FFF;
}

#main_content_wide table#resultTable td {
	text-align: left;
	padding: 10px;
	height: 100%;
	vertical-align: top;
}

/*Defining Table Layout with CSS*/
#main_content_wide table#resultTable th#width1 {
	width: 125px;
}

#main_content_wide table#resultTable th#width2 {
	width: 200px;
}

#main_content_wide table#resultTable th#width3 {
	width: 200px;
}

#main_content_wide table#resultTable th#width4 {
	width: 125px;
}

/*Defining the filter box*/




/*DOWNLOAD-Center*/
#main_content_wide table.download {
	width: 650px;
	font-size: 12px;
	line-height: 130%;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 10px;
}

#main_content_wide table.download a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

#main_content_wide table.download th {
	text-align: left;
	line-height: 150%;
	background: #007ec4;
	padding: 6px 10px;
	color: #FFF;
	underline: none;
}

#main_content_wide table.download td {
	text-align: left;
	padding: 6px 10px;
	height: 100%;
	vertical-align: top;
}

#main_content_wide table.download td img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#main_content_wide table.download a {
	display: block;

}







#main_content_wide table.download h4 {
	margin: 20px 0 10px 0;
}

#main_content_wide table.download td:hover h4 {
	color: #FFF
}

#about {
	width: 350px;
	background: #FFF;
}

#main_content_wide #contact_img {
	width: 170px;
	float: left;
}

#main_content_wide #contact_details {
	width: 420px;
	padding-right: 50px;
	float: right;
}

/*ICONS fuer Dateien*/
#main_content a[target$='_blank'] {
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: transparent url(img/external_link.ico) center left no-repeat;
	font-weight: bold;
}

table#resultTable a[target$='_blank'] {
	display: inline-block;
	padding-left: 0px;
	line-height: 18px;
	background: none;
	font-weight: bold;
}

#box_headline_bullet a[target$='_blank'] img {
	margin-left: -20px;
}

#main_content a[target$='_blank'] img {
	margin-left: -20px;
}

#main_content a[target$='_blank'][href$='.pdf'] {
	display: inline-block;
	padding-left: 25px;
	line-height: 18px;
	background: transparent url(img/pdf.ico) center left no-repeat;
}

#main_content a[target$='_blank'][href$='.pdf'] img {
	margin-left: -25px;
}

#main_content_wide table.download a[target$='_blank'][href$='.pdf'] img {
	margin-left: 0px;
}

a[href$='.pdf'] {
	display: inline-block;
	padding-left: 25px;
	line-height: 18px;
	background: transparent url(img/pdf.ico) center left no-repeat;
}

a[href$='.zip'] {
	display: inline-block;
	padding-left: 25px;
	line-height: 18px;
	background: transparent url(img/zip.ico) center left no-repeat;
}

#main_content_wide a[target$='_blank'], #box_headline_bullet a[target$='_blank'] {
	display: inline-block;
	padding-left: 20px;
	background: transparent url(img/external_link.ico) center left no-repeat;
}

#main_content_wide table.download a[target$='_blank'] {
	display: inline-block;
	padding-left: 0;
	background: none;
}

#main_content_wide a[target$='_blank'][href$='.pdf'] {
	display: inline-block;
	padding-left: 25px;
	line-height: 18px;
	background: transparent url(img/pdf.ico) center left no-repeat;
}

#main_content_wide a[target$='_blank'][href$='.pdf'] img {
	margin-left: -25px;
}

a[href^="mailto:"] {
	display: inline-block;
	padding-left: 25px;
	line-height: 18px;
	background: transparent url(img/mail.ico) center left no-repeat;
	font-weight: bold;
}

a[href^="mailto:"] img {
	margin-left: -25px;
}

span#phonenumber {
	display: inline-block;
	padding-left: 25px;
	line-height: 18px;
	background: transparent url(img/telephone.ico) center left no-repeat;
	margin-bottom: 5px;
}

span#address {
	display: inline-block;
	padding-left: 25px;
	line-height: 18px;
	background: transparent url(img/address.ico) top left no-repeat;
	margin-bottom: 5px;
}

span#faxnumber {
	display: inline-block;
	padding-left: 25px;
	line-height: 18px;
	background: transparent url(img/fax.ico) top left no-repeat;
	margin-bottom: 5px;
}

/*SUCHE*/

.search-terms {
	color: #007ec4
}

/*Pressemitteilungen/News*/

.news_meta {
	font-size: 11px;
	color: #007ec4;
	margin-bottom: 10px;
}

#news_footer {
	margin-top: 40px;
}

#news_footer h5 {
	font-size: 10px;
}

#news_footer p {
	font-size: 11px;
}

#news_footer #news_col1 {
	width: 200px;
	float: left;
	margin-right: 30px;
}

#news_footer #news_col2 {
	width: 200px;
	float: left;
}

#archive_nav {text-align:right; margin-bottom:5px;}
#archive_nav a {padding:3px 5px; background:#73acd9; border-radius:5px; color:#FFFFFF; font-size:11px;}
#archive_nav a:hover {background:#007ec4;}


/*ACCORDION*/
#mehmetg h6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: normal;
	color: #007ec4;
	display: block;
	padding: 5px 20px 5px 1px;
	cursor: pointer;
	width: 530px;
}

/*F�R IE*/
#mehmetg h6.active {
	color: #007ec4;
}
#accordion h6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: normal;
	color: #000;
	display: block;
	padding: 5px 20px 5px 1px;
	cursor: pointer;
	background: url(img/arrow_down.jpg) right center no-repeat;
	width: 530px;
}

#accordion h6:hover {
	color: #007ec4;
	background: url(img/arrow_down_active.jpg) right center no-repeat;
}

#accordion h6.hover {
	cursor: pointer;
}

/*F�R IE*/
#accordion h6.active {
	color: #007ec4;
	background: url(img/arrow_up_active.jpg) right center no-repeat;
}

#accordion p {
	margin-top: 0;
}

#accordion p:last-child {
	padding-bottom: 20px;
}

/*FORMULARE*/

input.gform_button {
	background-color: #007ec4;
	color: #FFF;
	border: none;
	margin-left: 15px;
	font-size: 11px;
	cursor: pointer;
	border-radius: 3px;
	padding: 5px 10px !important;
}

.gform_wrapper {
	background: #F6F6F6;
	padding: 20px;
	border-radius: 10px;
}

.displayinline {display:inline-block !important; width: 47% !important; margin-top:0; padding-top:0;}
.verticalaligntop {vertical-align: top !important;}
.displayinline input {width:35% !important; display:inline-block !important; float:left; margin-right:10px;}
.displayinlinemedium input{width:98% !important; display:inline-block !important;}
.displayinline .gfield_description {width:50% !important; display:inline-block !important;}


li.gsection {padding-top:20px !important;}

#gforms_confirmation_message {
	color: #007ec4;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}

.gform_wrapper span.gform_description {
	font-size: 22px;
	color: #007ec4;
	font-weight: bold !important;
	display: block;
	text-align: right;
	line-height: 100%;
}

/*---Formulare----------------------------------------*/
a#apply_button {
	background: #007ec4;
	color: #FFF;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
}

a#apply_button:hover {
	background: #333;
	color: #FFF;
}

#gform_ajax_frame_2 {
	display: block;
}

.gform_wrapper {
	margin-bottom: 40px !important;
}

/*---Footer----------------------------------------*/
footer {
	font-size: 10px;
	padding: 10px 0 20px 0;
	line-height: 130%;
	text-transform: ;
	border-top: 1px solid #e5e5e5;
	margin: 50px 40px 0 40px;
	color: #999;
	clear: both;
}

footer a, footer a:active, footer a:focus, footer a:visited {
	color: #999;
}

footer a:hover {
	color: #007ec4;
}

footer #legal {
	float: right;
	text-align: right;
}

footer #copyright {
	float: left;
}

footer #social {margin-left:220px;}