@charset "UTF-8";
/* CSS Document */
body {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	-webkit-text-size-adjust: none;
        background-color: #005da3;
}#wrapper{
	width:100%;
	height:auto;
}.header{
    top:0;
/*  position:fixed;*/
    z-index: 100;
	background-size: 100%;	

		
}
#header-img{
   top:0;
    z-index: 100;
    width:100%;
    height: 170px;
	background-size: 100%;	
	background: #000; /* Old browsers */
	background-color:rgba(255,255,255,0.8);	
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0x 2px 1px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 2px 2px rgba(0, 0, 0, 0.75); 
        border: 0px solid #FFF;
     
    
    
}
/*************************************************** typo **************************************************************/
div.csc-textpic-border div.csc-textpic-imagewrap img {
	border: 1px solid #000fff;		
	padding: 0px 0px 20px;
}.bodytext img {
    border-style: none;
}
/*************************************************** menu **************************************************************/
.mm-menu.mm-theme-dark{
	color:#fff;
	font-style:bold;
	background: #002f52; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f52', endColorstr='#f18d27',GradientType=0 ); /* IE6-9 */	
}.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(0, 0, 0, 0.5);	
    color: rgba(0, 0, 0, 0.7);
	display:none;
}.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu .mm-navbar a {
    color: #fff;	
	font-size: 16px;
	font-weight:bold;
}
/*************************************************** header **************************************************************/
.inside{
	width:0px;
	height:0px;
	z-index: 104;
	margin-left: 10px;
        
}#logo{
	z-index: 10;
}#logo{
	z-index: 104;
	margin-left: 10px;
	position: relative;
	top:-160px;
}#logoh1{
    position: relative;
    left:10px;
    top:-175px;
    color: #FFFFFF;
    z-index: 104;
    font-size: 14px;    
    
}#logop {
    position: relative;
    left:10px;
    top:-190px; 
    z-index: 104;
    font-size: 10px; 
    line-height: 120%
}#lang{
	width:100px;
	height:20px;
	position: fixed;
	top: 15;
	left:10;
	float:left;
	z-index: 101;
}
/**************************************** Content ****************************************/
#content{
	width:90%;
	min-height:500px;
/*	margin-top:200px;*/
	margin-top:-140px;	
	margin-left:4%;
	margin-right:4%;
	margin-bottom:4%;
	background-color:#fff;
	padding:1%;
	-webkit-box-shadow: -5px -8px 16px 0px rgba(189,189,189,1);
	-moz-box-shadow: -5px -8px 16px 0px rgba(189,189,189,1);
	box-shadow: -5px -8px 16px 0px rgba(189,189,189,1);
}#info {
	width:100%;
}     
#moreinfo_left{
    width: 90%;
    margin-left: 2em; 
    float: none;
}#moreinfo_right{
    width: 90%;
    float: none;
    margin-left: 20px;
}
/**************************************** accordion ****************************************/
.accordion {
	width:90%;
	padding:5%;
	background-color:#28397f;
}.container{
	margin-bottom:20px;
	padding:15%;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#4e5a96;
	border-radius:10px;
/*	-webkit-box-shadow: inset 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: inset 4px 4px 5px 0px rgba(50, 50, 50, 0.75); */
}.accordion h3 {
	color:#000;
	text-align:center;
	
	font-size:15px;
    font-style: normal; 
    font-weight: normal; 

	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.7);
	border-radius:10px;
   -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 1);
	cursor:pointer;
	background: #002f52; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f52', endColorstr='#f18d27',GradientType=0 ); /* IE6-9 */
}.accordionContainer {
	display: none;	
	padding: 0;
	margin: 0;
}.accordionSubContainer {
	height:auto;
	padding-bottom:40px;
	padding-top:20px;

}.accordionContainer p {
	margin: 0;
	padding: 0
}.footer{
	width:50%;
	margin-left:auto;
	margin-right:auto;	
}

.footer li{
	width:100%;
	display:block;
	list-style: none;
    text-align: center;
    line-height: 50px;
	float:none;
}

.footer li a{
	color:#000;
	display: block;
        text-decoration: none;
}

.footer li a:hover {
	background:none;
}