@font-face {
    font-family: 'RalewayThin';
    src: url('../fonts/raleway_thin-webfont.eot');
    src: url('../fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway_thin-webfont.woff') format('woff'),
         url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway_thin-webfont.svg#RalewayThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('../fonts/TitilliumText22L002-webfont.eot');
    src: url('../fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L002-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('../fonts/TitilliumText22L005-webfont.eot');
    src: url('../fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L005-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    line-height: 1.6em;
    font-family: 'TitilliumText22LLight',Arial, sans-serif;
    color: #404040;
    font-size: 12px;
    background: #303030;
}

a { 
    text-decoration:none; 
    color:inherit;
}



header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
    display: block;
}

/*LAYOUT*/

#slider {
    height: 324px;
    margin: 62px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 600px;
}

#faded {
    position: relative;
    width: 600px;
    height: 324px;
    margin: 0;
    z-index: 1;
    background: none repeat scroll 0 0 #FFFFFF;
}

#faded .rap { 
    height: 324px;
    margin: 0;
} /*  Required: If fixed height, state it here */



#faded .desc .inner {
    padding: 21px 32px 0 30px;
}

#faded .desc b {
    float: right;
    padding: 34px 0 0 0;
}

#faded .desc b a {
    display: none;
}



ul.pagination {
     display: none;
}

ul.pagination li { 
     display: none;
}

ul.pagination li a {
     display: none;
}

ul.pagination li a:hover { 
     display: none;
}

ul.pagination li.current a { 
     display: none;
 }
 
 a.prev {
      display: none;
 }
 
 a.next {
      display: none;
 }
 

 
 /*************************/

 #wrapper {
     position: absolute;
     width: 1200px;
     height: 450px;
     top: 50%;
     left: 50%;
     margin-top: -225px;
     margin-left: -600px;
 }
 
 #innerleft {
    background: url("../images/left-bg.jpg") no-repeat scroll center center #0E0E0E;
    color: #A1A0A0;
    font-size: 14px;
    height: 450px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 600px;
    float: left;
}
 
#innerright {
    background: url("../images/right-bg.jpg") no-repeat scroll center center #F4F2F2;
    height: 370px;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 520px;
    padding: 40px;
}
 
 
 

#logo {
    position: absolute;
    margin: 20px 0 0 210px;
}

#content {
    
}

#main {
    margin: 0;
    width: 876px;
    padding: 46px 46px 30px;
    background: #FFF;
}

/*navi*/

nav {
    
    margin: 392px 0 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
    padding: 14px 0 8px;
}

nav ul li a {
    font-size: 14px;
    font-family:'TitilliumText22LLight', Arial, sans-serif;
    color: #A1A0A0;
    width: auto;
    padding: 13px 18px 12px;
}

/*styles*/

.pageheader {
    background-color: #444444;
    border-bottom: 1px dashed #E7E4E4;
    border-top: 2px solid #555555;
    color: #FFFFFF;
    height: 77px;
    left: 63px;
    margin: -40px 0 -47px -63px;
    padding: 18px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px #454545;
    width: 64px;
    z-index: 11;
}

.pageheader h3 {
    color: #FFFFFF;
    font-family: "Times New Roman",Times,serif;
    font-size: 14px;
    font-style: oblique;
    font-weight: normal;
    line-height: 22px;
    margin: 10px 0;
    padding: 0;
}

.pageheader h3 span {
    color: #FFFFFF;
    display: block;
    font-family: 'RalewayThin';
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    padding: 0;
    position: relative;
}

h5 {
    border-bottom: 1px solid #D1D1D1;
    font-family: 'TitilliumText22LLight';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 24px 0 20px 90px;
    padding: 0;
}

#content h1, #content h3 {
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px;
}

#content h2 {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 16px 0;
}

#content p {
    font-size: 12px;
    margin: 0 0 20px 0;
    text-align: justify;
    line-height: 1.4em;
    padding-right: 10px;
}

#content ul {
    margin: 0 0 16px 23px;
}

#content ul li {
    list-style: square outside none;
    font-size: 12px;
}

#content .alignleft {
    float: left;
    margin: 0 5px 5px 0;
}

#content .alignright {
    float: right;
    margin: 0 0 5px 5px ;
}

#content hr {
    border: 0;
    border-bottom: 1px dotted #266591;
    margin: 0 0 16px 0;
}

#content a {
    color: #266591;
}

#content a:hover {
    color: #999;
}




div.wpcf7-validation-errors, div.wpcf7-response-output {
    background: none repeat scroll 0 0 #E7E7E7;
    border: 0 none;
    color: #3D3D3D;
    width: 560px;
}

.label {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    float: left;
    font-family: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 20px;
    line-height: inherit;
    padding-right: 16px;
    width: 116px;
}

.wpcf7-form {
    margin: 0 0 0 ;
}

input[type="text"], textarea, input[type="email"]{
    background: url("../images/formbg.png") repeat-x scroll left top #FFFFFF;
    border: 1px solid #CDCCCC;
    font: inherit;
    margin: 0;
    max-width: 416px;
    outline: 0 none;
    padding: 4px;
    width: 100%;
}

input[type="text"]:focus, textarea:focus {
    color: #373737;
}
textarea {
    height: 90px;
    padding: 4px 5px;
    width: 100%;
}
input[type="text"], select {
    font-size: 12px;
    margin: 0 0 6px;
    padding: 4px 5px;
    width: 100%;
}
p.unter input[type="text"] {
    font-size: 9px;
    margin: 0 0 6px;
    padding: 2px 3px;
    width: 180px;
}
.wpcf7-submit {
    background: url("../images/button.png") no-repeat scroll right top transparent;
    border: 0 none;
    color: #4E4E4E;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 245px;
}

strong {
    font-weight: bold;
}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    left: 0;
    padding: 3px 2px 2px;
    position: absolute;
    width: 280px;
    z-index: 100;
    top: 0;
    margin: -4px 0 0;
}


#info {
    background: url("../images/info.png") no-repeat scroll right top transparent;
    height: 16px;
    position: absolute;
    text-indent: 1000px;
    width: 16px;
    margin: 46px 0 0 506px;
}

#imp {
    background: url("../images/dis.png") no-repeat scroll right top transparent;
    height: 16px;
    position: absolute;
    text-indent: 1000px;
    width: 16px;
    margin: 46px 0 0 486px;
}

#info:hover{			
	background-position: right -16px;
}

#info:active{	
	background-position: right -32px;
}

#imp:hover{			
	background-position: right -16px;
}

#imp:active{	
	background-position: right -32px;
}

.slideshowlink {
   
    display: none;
}

h1 {
    font-family: 'RalewayThin';
    font-size: 20px;
    font-weight: normal;
    line-height: 77px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

#flags_language_selector {
    position: relative;
    margin: -24px 0 0;
    float: right;
}

#flags_language_selector img {
    margin: 0 0 0 10px;
}