<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Here all imports of outsourced css files should be done */
/* @import "*.css"; */


body {
    position: relative;
    background-image: url(../images/bg.png);
    font-family: Calibri;
}


#center{
    width: 1024px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


#doc {
    position: relative;
    width: 1024px;
}

#information {
    position: relative;
    width: 100%;
    float:left;
}


#icon {
    position: relative;
    width: 100%;
}


#icon img {
    float:left;
    margin-left: 5px;
    width: 140px;
    margin-top: -15px;
    margin-bottom: -15px;
}


#gallery {
    position: relative;
    background-color: #a1a1a1;
    height: auto;
    width: 100%;
    float:left;
    text-align: left;
    margin-bottom: 20px;
}


#content {
    position: relative;
    height: auto;
    width: 1022px;
    color: #fff;
    float:left;
    text-align: left;
    border: solid 1px #d1d1d1;
}


#contentLeft {
    position: relative;
    height: auto;
    width: 690px;
    color: #fff;
    float:left;
    text-align: left;
    padding: 0px;
    margin: 0px;
}


#contentRight {
    position: relative;
    height: auto;
    width: 330px;
    color: #fff;
    float:left;
    text-align: left;
    padding: 0px;
    margin: 0px;
}


#information {
    position: relative;
    width: 100%;
    background-color: #ffcaca;
    padding-left: 5px;
    padding-right: 15px;
    margin-top: -10px;
    margin-left: -10px;
}

#footer {
    position: relative;
    float: left;
    height: auto;
    width: 1024px;
    margin-top: 5px;
    text-align: left;
}


.textbox {
    position: relative;
    float: left;
    width: 620px;
    height: auto;
    padding: 10px;
}


#content .textbox {
    background-color: rgba(94, 113, 130, 0.3);
}


.textboxheadline {
    float: left;
    width: 1014px;
    height: 50px;
    color: #414141;
    font-size: 32px;
    text-align: left;
    padding: 5px;
    color: #616161;
}


.textboxtext{
    float: left;
    width: 1010px;
    height: auto;
    padding: 5px;
    text-align: left;
    color: #414141;
    line-height: 1.5;
}


.faqlink {
    float:left; 
    text-decoration: none;
    width: 270px; 
    padding: 10px; 
    padding-top: 20px; 
    padding-bottom: 20px; 
    background-color: #818181; 
    color: #fff;
    margin-bottom: 1px;
}

.faqlink:hover {
    background-color: #6f8598; 
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
    color: #fff;
}

a:active {
    text-decoration: none;
    color: #fff;
}

.coloredtextbg {
    font-family: Calibri; 
    float:left; 
    padding: 20px; 
    line-height: 1.75; 
    background-color: rgba(210, 210, 210, 0.25); 
    color: #414141; 
    padding-top: 40px; 
    text-align: justify; 
    font-size: 14px;
}
.menu_container{
    float:left;
    position: relative;
    z-index: 6;
    width: 1025px; 
    height: 66px; 
    padding: 0px; 
    margin:0px; 
    margin-top: 12px;
}


.horizontalmenu{
    float: left;
    left: 0px;
    position: absolute;
    width: 1025px; 
    height: 66px; 
    padding: 0px; 
    margin:0px; 
    margin-top: 12px;
}

.headlineimage {
    border: 0px; 
    float:left; 
    width: 20px; 
    height: 20px; 
    margin-right: 20px;
}

.headlinelink {
    border: 0px; 
    float:left;  
    height: 20px; 
}

.menuitemgroup {
    opacity: 0.0; 
    visibility: hidden; 
    height: 2px; 
    z-index: 100; 
    position: relative; 
    float:left; 
    width: auto;
}

.menuitem {
    position: relative; 
    float:left; 
    overflow: hidden; 
    width: 204px;
    margin-right: 1px;
}

.submenuitem {
    width: 186px;
    padding: 7px 10px 7px 10px; 
    font-family: Calibri;
    opacity: 1.0;
    text-align: left;
    float: left;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    background-color: #414141;
}

.submenuitem:hover {
    background-color: #6f8598;
}

.menuHeadline {
    display: block;
    font-family: Calibri;
    font-size: 15px;
    width: 184px;
    float: left;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background-color: #414141;
}.gallery {
    border: 2px solid #414141; 
    z-index: 10; 
    border: solid 1px #d1d1d1; 
}

.me_gallery {
    float:left; 
}

.gallery_headline {
    height: 35px; 
    position: absolute;
    z-index: 2;
    float: left;
}

.gallery_button {
    width: 20px; 
    height: 40px; 
    margin-left: -1px; 
    border: solid 1px #d1d1d1; 
    border-left: none;
    position:relative; 
    z-index: 3;
}

.gallery_image {
    z-index: 0; 
    float:left; 
    position:absolute;
}

.gallery_copyright {
    font-family: Calibri; 
    width: 100%; 
    color: #dadada; 
    float: left; 
    font-size: 10px; 
    text-align: left; 
    margin-left: 25px; 
    margin-top: 0px;
}

.gallery_text {
    font-family: Calibri; 
    width: 95%; 
    color: #ffffff; 
    font-weight: bold; 
    text-align: left; 
    float: left; 
    font-size: 15px; 
    margin-left: 25px; 
    margin-top: 0px;
}

.gallery_headline:hover{ 
    cursor: pointer;
}

.gallery_button:hover
{ 
    cursor: pointer;
}
h1 {
    float:left; 
    position:relative;
    background-color: rgba(180, 180, 180, 0.25); 
    width: 982px;
    margin: 0px;
    padding: 20px;
    padding-bottom: 30px; 
    padding-top: 30px; 
    border-bottom: solid 1px #d1d1d1; 
    font-size: 28px; 
    font-weight: 500; 
    color: #6f8598;
}


h2 {
    float:left; 
    width: 100%; 
    padding-top: 10px; 
    margin-top: 15px;
    margin-bottom: 20px; 
    margin-left: 10px; 
    margin-right: 10px; 
    font-size: 28px; 
    font-weight: 500; 
    color: #6f8598;
}

h3 {
    float:left; 
    width: 298px; 
    padding: 10px; 
    padding-top: 5px; 
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 18px; 
    color: #fff; 
    background-color: #818181;
    margin: 0px;
}


h4 {
    float:left;
    line-height: 1.75;
    font-weight: 500;
    padding: 5px;
    margin: 0px;
    width: 310px;
    font-size: 17px; 
    color: #818181;
}


h5 {
    float: left;
    width: 180px;
    height: 30px;
    background-color: #818181; 
    font-weight: 500;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    margin: 0px;
}


h7 {
    float:left;
    width: 100%;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 14px;
}



.previewtextbox {
    float:left; 
    width: 318px; 
    height: auto; 
    padding-bottom: 10px; 
    margin-right: 22px; 
    padding-left: 0px; 
    font-weight: lighter; 
    font-family: Calibri;
    margin-bottom: 30px;
}


.previewtextboxheadline {
    float:left; 
    width: 298px; 
    padding: 10px; 
    padding-top: 5px; 
    padding-bottom: 5px;
    margin: 0px;
    font-weight: 500;
    font-size: 18px; 
    color: #fff; 
    background-color: #818181;
}


.previewtextboximage {
    float: left; 
    width: 318px;
    height: 100px; 
    border:none;
}

#content .previewtextboxsubheadline {
    float:left; 
    width: 994px; 
    padding: 10px;
    padding-top: 20px;
    font-family: Calibri; 
    font-size: 21px; 
    font-weight: 500; 
    text-align: justify; 
    color: #616161;
}


#contentLeft .previewtextboxsubheadline {
    padding: 5px;
    width: 310px;
    font-size: 16px; 
    color: #818181;
}


#content .previewtextboxtext {
    float:left; 
    width: 480px; 
    padding: 10px;
    padding-right: 30px;
    font-family: Calibri; 
    font-size: 17px; 
    text-align: justify; 
    color: #616161;
    line-height: 1.75;
}


#contentLeft .previewtextboxtext {
    width: 308px; 
    padding: 5px;
    font-size: 14px; 
    color: #616161;
    line-height: 1.5;
    height: 70px;
}


.previewtextlink {
    float:right; 
    padding: 30px; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    background-color: #818181; 
    border-radius: 2px; 
    margin-right: 10px; 
    margin-top: 15px;
    text-decoration: none;
    color: #fff;
}

.previewtextlink:hover {
    background-color: #6f8598;
}
.contactpreview {
    float:left; 
    width: 310px; 
    padding: 10px; 
    background-color: rgba(111, 133, 152, 0.1);
    border: solid 1px #d1d1d1; 
    border-right: none; 
    border-radius: 3px 0px 0px 3px;
    font-family: Calibri;
}


.contactpreviewHorizontal {
    float:left; 
    width: 1024px; 
    background-color: #d1d1d1;
    border: solid 1px #d1d1d1; 
    border-right: none; 
    border-radius: 3px 0px 0px 3px;
    font-family: Calibri;
}


#content .contact {
    width: 960px; 
    float:left; 
    padding-top: 0px;  
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: none;
    margin-left: 24px;
    margin-top: 30px;
    margin-bottom: 30px;   
}


#contentRight .contact {
    width: 310px; 
    margin-left: 0px;
    border-bottom: solid 1px #d1d1d1;
    margin-top: 0px;
    margin-bottom: 15px;
}


#footer .contact {
    width: 230px; 
    float:left; 
    text-decoration: none;
    padding-top: 15px; 
    padding-bottom: 30px;
    padding-left: 25px;
    border-bottom: none;
    background-color: #f1f1f1;
}

#footer .contact:hover {
    background-color: #e1e1f1;
}


#content .contactimage {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 35px; 
    border-radius: 3px;
    border: solid 1px #b1b1b1;
    margin-top: 5px;
}


#contentRight .contactimage{
    width: 60px; 
    height: 60px;  
    margin-right: 15px; 
    margin-top: 5px;
}


#footer .contactimage{
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 35px; 
    border-radius: 3px;
    border: solid 1px #b1b1b1;
    margin-top: 5px;
}


#content .contacttext{
    float:left; 
    width:680px; 
    text-align: justify; 
    color: #414141; 
    line-height: 1.25;
    margin-top: 0px;
}


#contentRight .contacttext{
    width:230px; 
    margin-top: 0px;
}


#footer .contacttext{
    float: left; 
    text-align: right;
    width: 100px;  
    color: #414141; 
    line-height: 1.25;
    margin-top: 10px;
}


.contactsubtext {
    float: left; 
    width: 230px;
}

#footer .contactsubtext {
    margin-top: 10px;
    float: left; 
    text-align: right;
    color: #414141; 
    line-height: 1.25;
    width: 200px;
}



#content .contactname{
    float: left;  
    color: #616161; 
    font-weight: 500; 
    font-size: 32px;
    margin-bottom: 5px;
    border-bottom: solid 1px #d1d1d1;
}


#contentRight .contactname{ 
    font-size: 18px;
    border:none;
}


#footer .contactname{
    float:left; 
    width: 100%; 
    color: #616161; 
    font-weight: 500; 
    font-size: 22px;
    margin-bottom: 5px;
    border-bottom: solid 1px #d1d1d1;
}


#content .contactmail{
    float:left; 
    width: 100%;
    color: #616161;
    font-size: 18px;
    margin-top: 0px;
}

#contentRight .contactmail{
    font-size: 16px;
    margin-top: 0px;
}

#footer .contactmail{
    float:right; 
    color: #616161;
    font-size: 16px;
    margin-top: 0px;
}


#content .contacttel{
    float:left; 
    width: 100%; 
    color: #616161; 
    margin-top: 5px;
    font-size: 18px;
}


#contentRight .contacttel{
    font-size: 16px;
    margin-top: 2px;
}


#footer .contacttel{
    float:right; 
    color: #616161; 
    margin-top: 5px;
    font-size: 16px;
}


#content .contactlife{
    float:left; 
    width: 780px; 
    color: #616161; 
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4;
}

#contentRight .contactlife{
    font-size: 16px;    
    margin-top: 2px;
}
</pre></body></html>