body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}




body	{
	font-family: tahoma, arial;
	font-size: 13px;
	text-align: center;
}
p	{
	font-size: 11px;
}
img		{
	border: 0 none;
}
.clear	{
	clear: both;
}

#container	{
	
}

#main	{
	margin: 0 auto;
	width: 962px;
	text-align: left;
	background: #fff url('/images/header_bg.gif') scroll repeat-x 0 0;
}

#header	{
	margin: 0 auto;
	height: 125px;
	position: relative;
}

#logo	{
	position: absolute;
}

#menu	{
	position: absolute;
	left: 142px;
	bottom: 13px;
	width: 820px;
}
#menu dl	{
	margin: 0;
}
#menu dt {
	display: inline;
	
}


#menu-lang	{
	position: absolute;
	top: 16px;
	right: 20px;
}


/* lay look */
#menu a	{
	color: #fff;
	font-size: 13px;
	font-family: tahoma, arial;
	text-decoration: none;
	margin-left: 42px;
	font-weight: normal;
}

#menu .active a	{
	color: #d1d7f7;
}

.lang-flag	{
	float: left;
	display: inline;
	margin-left: 5px;
}
.lang-flag img	{
	width: 17px;
	height: 13px;
}
.lang-es	{			background: transparent url('/images/flag_es.gif') scroll no-repeat 0 0;	}
.lang-en	{			background: transparent url('/images/flag_gb.gif') scroll no-repeat 0 0;	}
.lang-pl	{			background: transparent url('/images/flag_pl.gif') scroll no-repeat 0 0;	}
.lang-fr	{			background: transparent url('/images/flag_fr.gif') scroll no-repeat 0 0;	}
.lang-es.active	{		background-image: url('/images/flag_es_act.gif');	}
.lang-en.active	{		background-image: url('/images/flag_gb_act.gif');	}
.lang-pl.active	{		background-image: url('/images/flag_pl_act.gif');	}
.lang-fr.active	{		background-image: url('/images/flag_fr_act.gif');	}



/* footer */

#footer	{
	padding: 10px 0;
}

#footer a	{
	color: #868686;
	text-decoration: none;
}

#footer	{
	color: #868686;
	position: relative;
	font-size: 11px;
}

#menu-footer dl	{
	margin: 0 8px;
}
#menu-footer dt {
	display: inline;
	padding-right: 24px;
}

#copyright	{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 400px;
	text-align: right;
}




/* layout homepage */

.layout-homepage .visual	{
	width: 722px;
	float: left;
}
	
.layout-homepage .content	{
	width: 200px;
	height: 334px;
	padding: 0 20px;
	float: left;
	display: inline;
	background-color: #ececec;
	color: #646464;
}

.layout-homepage .content h1	{
	color: #666a82;
	font-size: 21px;
	font-family: "Myriad", "Tahoma";
	font-weight: normal;
}

.layout-homepage .button	{
	background: #fff url('/images/button1.gif') scroll no-repeat 0 0;
	background: #fff url('/images/button1.gif') scroll no-repeat 0 0;
	width: 184px;
	height: 16px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 2px 4px;
	margin: 8px 0;
	position: relative;
}
.layout-homepage .button img	{
	width: 184px;
	height: 16px;
	position: absolute;
	display: block;
}


.layout-homepage .boxes	{
	background: #fff url('/images/4boxes.gif') scroll no-repeat 0 0;
	background: #fff url('/images/4boxes.gif') scroll no-repeat 0 0;
	margin-top: 6px;
}

.layout-homepage .box	{
	width: 210px;
	height: 163px;
	float: left;
	display: inline;
	padding: 3px 15px;
	color: #c4c5ca;
	position: relative;
}

.layout-homepage .box h2	{
	font-size: 110%;
	color: #fff;
	font-size: 13px;
	font-family: "Myriad", "Tahoma";
	font-weight: bold;
}

.layout-homepage .box a	{
	color: #c4c5ca;
	text-decoration: none;
}
.layout-homepage .box .arrow	{
	/*background: transparent url('fileadmin/templates/images/arrow1.png') scroll no-repeat 0 3px;*/
	background: transparent url('/images/arrow1.png') scroll no-repeat 0 3px;
	padding-bottom: 2px;
	padding-left: 18px;
}

.layout-homepage .box .box-link	{
	position: absolute;
	top: 0;
	left: 0;
}
.layout-homepage .box .box-link	img	{
	width: 230px;
	height: 160px;
}


/* layout subpage */

.layout-subpage	{
	color: #69686d;
	background: none !important;
}

.layout-subpage #main	{
	background: #fff url('/images/header_bg.gif') scroll repeat-x 0 0;
}

.layout-subpage .col1	{
	float: left;
	width: 300px;
	min-height: 1px;
	padding: 35px 0 40px;
}

.layout-subpage .col2	{
	float: left;
	width: 630px;
	padding: 15px 0 40px 30px;
}



.layout-subpage h1	{
	color: #5c5e6d;
	font-size: 19px;
	font-family: "Myriad", "Tahoma";
	font-weight: bold;
}

.layout-subpage h2	{
	color: #5c5e6d;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 10px;
}

.layout-subpage p	{
	font-size: 12px;
	line-height: 1.5em;
	font-family: "Tahoma", "Arial";
}

.layout-subpage ul	{
	margin-left: 14px;
}

.layout-subpage ul li	{
	padding: 2px 0 6px 26px;
	list-style: none;
	background: transparent url('/images/arrow3.gif') scroll no-repeat 0 5px;
}

div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image  {
	margin-right: 14px;
}


.csc-frame-rulerAfter	{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
}


.layout-subpage #footer	{
	border-top: 1px solid #cbcbcb;
}

.layout-subpage #footer .active a	{
	text-decoration: underline;
}

.layout-subpage h1	{
	font-weight: normal;
}


.indent	{
	padding-left: 38px;
}

.csc-frame-indent	{
	padding-left: 100px;
}



a	{
	color: #5b6289;
	text-decoration: underline;
}
a:hover	{
	text-decoration: none;
}


p.arrow-right	{
	padding-right: 20px;
	background: transparent url('/images/arrow2.gif') scroll no-repeat 100% 3px;
	font-size: 10px;
	font-weight: bold;
}
p.arrow-right a	{
	color: #878a9d;
	text-decoration: none;
}

.alignright	{
	text-align: right;
}




/* ie */
@font-face {
  font-family: Myriad;
  src: url('/fonts/myriad_regular/myriadpro-regular-webfont.eot');
}

@font-face {
	font-family: Myriad;
	src: url('/fonts/myriad_bold/myriadwebbold-webfont.eot');
	font-weight: bold;
}


/* non ie */
@font-face {
	font-family: Myriad;
	src: url('/fonts/myriad_regular/myriadpro-regular-webfont.ttf');
	/* font-weight, font-style ==> default to normal */
}

@font-face {
	font-family: Myriad;
	src: url('/fonts/myriad_bold/myriadwebbold-webfont.ttf');
	font-weight: bold;
}

.text-box1-title {
	visibility: visible;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 0px;
}

.text-box1-subtitle {
	color: rgb(255, 255, 255);
	font-size: 12px;
	display: inline-block;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
	visibility: visible;
}

/* EXTRA IMAGEN*/

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}