﻿
@font-face {
  font-family: 'Signika';
  src: url('/fonts/signika-regular-webfont.eot'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Signika';
  src: url('/fonts/signika-regular-webfont.eot?#iefix'); /* IE6-IE8 */
}
@font-face {
  font-family: 'Signika';
  src: url('/fonts/Signika-Regular.ttf'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Signika';
  font-weight: bold;
  src: url('/fonts/signika-bold-webfont.eot'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Signika';
  font-weight: bold;
  src: url('/fonts/signika-bold-webfont.eot?#iefix'); /* IE6-IE8 */
}
@font-face {
  font-family: 'Signika';
  font-weight: bold;
  src: url('/fonts/Signika-Bold.ttf'); /* Safari, Android, iOS */
}



#nogo {
    position:absolute;
    display:none;
    padding:0px;
    margin:0px auto;
    border:none;
    text-align:center;
}

body
{
    font-family:Signika, sans-serif, Tahoma, Verdana, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-size:16px;
    color:#000000;
    background-color:#F0F0FF;
    overflow-y:scroll;
}

@media only screen and ( min-width: 980px ) {
    /* breites Browserfenster */
    body { background-color:#ffffff;}
}
@media only screen and ( max-width: 440px ) {
    /* mobile Geräte */
    body { background-color:#ffffff;}
}
@media only screen and ( min-width: 440px ) and ( max-width: 980px ) {
    /* Tablets und mittlere Bildschirme */
    body { background-color:#ffffff;}
}

h1 
{
    font-size:150%;
    font-weight:bold;
    display:block;
    text-align:left;
    padding:0px;
    margin-top:15px;
    margin-bottom:40px;
}

h2 
{
    font-size:125%;
    font-weight:bold;
    display:block;
    text-align:left;
    margin-top:10px;
    margin-bottom:25px;
}

h3
{
    font-size:100%;
    font-weight:bold;
    display:block;
    text-align:left;
    margin-top:5px;
    margin-bottom:10px;
}

input, select, textarea, button {font-family:inherit;}

img
{
    border:none;
}

ul {
    list-style:disc;
    list-style-position: inside;
    padding-left:0px;
}​

.green 
{
    color:#188018;
}

.green_darker
{
    color:#106010;
}

.green_lighter
{
    color:#40A000;
}

.white
{
    background-color:#FFFFFF;
    color:#000000;
}

.blue_light
{
    background-color:#BCC7D8;
    color:#000000;
}

.blue_lighter
{
    background-color:#ADB9CD;
    color:#000000;
}

.blue_darker
{
    background-color:#4D6082;
    color:#FFFFFF;
}

.blue_dark
{
    background-color:#293955;
    color:#FFFFFF;
}

.black
{
    background-color:#000000;
    color:#FFFFFF;
}

.backOffice_naviLink
{
    font-weight:bold;
    width:150px;
    padding:2px;
    cursor:pointer;
    text-align:center;
    border-right:solid 1px #293955;
}

.backOffice_naviLink:hover
{
    color:#FFFFFF;
}

.div_button
{
    display: block;
    font-weight: bold;
    text-align: center;
    padding-top:2px;
    padding-bottom:2px;
    background-color: #D0D0D0;
    border: solid 1px #808080;
    border-left: solid 1px #F0F0F0;
    border-top: solid 1px #F0F0F0;
    cursor: pointer;
    -moz-border-radius: 7px;
    border-radius:7px;
    background:-moz-linear-gradient(bottom,#b3b3b3,#e0e0e0); /* Firefox */
    background:-webkit-gradient(linear,left bottom,left top,from(#b3b3b3),to(#e0e0e0)); /* Chrome, Safari */
    background:-o-linear-gradient(to top, #b3b3b3, #e0e0e0); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3',endColorstr='#e0e0e0'); /* Internet Explorer */
}

.div_button:hover
{
    display: block;
    font-weight: bold;
    text-align: center;
    padding-top:2px;
    padding-bottom:2px;
    background-color: #D0D0D0;
    border: solid 1px #808080;
    border-left: solid 1px #F8F8F8;
    border-top: solid 1px #F8F8F8;
    cursor: pointer;
    -moz-border-radius: 7px;
    border-radius:7px;
    background:-moz-linear-gradient(to top,#b8b8b8,#f0f0f0); /* Firefox */
    background:-webkit-gradient(linear,left bottom,left top,from(#b8b8b8),to(#f0f0f0)); /* Chrome, Safari */
    background:-o-linear-gradient(to top, #b8b8b8, #f0f0f0); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8',endColorstr='#f0f0f0'); /* Internet Explorer */
    -moz-box-shadow: 2px 2px 2px 2px #ccc; 
    -webkit-box-shadow: 2px 2px 2px 2px #ccc; 
    box-shadow: 2px 2px 2px 2px #ccc;
}


td.left 
{
    text-align:right;
    padding-right:5px;
}

td.right
{
    text-align:left;
    padding-left:5px;
}

.bold
{
    font-weight:bold;
}

div.listElement
{
    background-color:#FFFFFF;
    cursor:pointer;
}

div.listElement:hover
{
    background-color:#C0C0C0;
}

#wrapper_outer
{
    margin:0px auto;
    max-width:980px;
    border:solid 1px #C0C0C0;
}

#navigation_outer
{
    border:none;
    border-bottom:solid 1px #C0C0C0;
    text-align:left;
    position:relative;
    padding:5px;
    background-color:#FFFFFF;
}

#navigation_outer div
{
    /*
    position:absolute; 
    right:25px; 
    bottom:5px;
    */
}

#navigation_outer a
{
    /*
    text-decoration:none;
    color:#000000;
    */
}

#navigation_outer span
{
    /*font-weight:bold;*/
}

#home_link_title_symbol_outer
{
    float:left;
}

#title_symbol_outer
{
    background-color:transparent;
    margin-left:25px;
    float:left;
    padding:10px;
    border: 1px solid #ffffff;
}

#navigation_menu
{
    float:right; 
    position:relative; 
    top:-17px; 
    margin-right:23px;
}


#navigation_menu_toggle
{
    display:none;
}

#mobile_menu 
{
    display:none;
}

#menu_main
{
    width:100%; 
    max-width:615px;
}

#content_outer
{
    text-align:left;
    padding:25px;
    background-color:#F8F8FF;
    position:relative;
}

#content_outer_main
{
    text-align:left; font-size:20px; margin:0px auto; padding:40px; padding-left:100px; padding-right:100px; border:none;
}

img.content_outer_main_small_image
{
width: 100px; height: 75px; margin-right:10px; opacity: 0.7;
}

#content_outer input
{
    border:solid 1px #C0C0C0;
    border-left:solid 1px #000000;
    border-top:solid 1px #000000;
    width:200px;
}

#content_outer select
{
    border:solid 1px #C0C0C0;
    border-left:solid 1px #000000;
    border-top:solid 1px #000000;
    width:200px;
}

#content_outer textarea
{
    width:400px;
    height:200px;
    border:solid 1px #C0C0C0;
    border-left:solid 1px #000000;
    border-top:solid 1px #000000;
    resize:none;
}

#content_outer h3
{
    display:block;
    text-align:left;
    font-weight:bold;
    padding:0px;
    margin:0px auto;
    margin-top:25px;
    margin-bottom:15px;
    font-size:18px;
}

.start_test
{
    background-color:#80FF80; 
    color:#008000;
    text-decoration:none; 
    border:solid 1px #008000;
    border-radius:8px; 
    padding:0px; 
    padding-left:5px; 
    padding-right:5px;
    cursor:pointer;
    font-size:14px;
}

.start_test:hover
{
    background-color:#FFFF80; 
    color:#008000;
    border:solid 1px #008000; 
}

span.pflegefall_tool
{
    font-weight:bold;
    color:#0F317B;
}

#footer_outer
{
    border:none;
    border-top:solid 1px #C0C0C0;
    text-align:right;
    position:relative;
    padding:5px;
    padding-right:20px;
    background-color:#FFFFFF;
    height:50px;
}

#footer_outer a
{
    text-decoration:none;
    color:#0F317B;
}

#footer_banner_link
{
    position:absolute;
    top:10px;
    left:10px;
}

#footer_banner
{
    border:none;
}

#footer_links_desktop
{
    color:#0F317B;
    font-weight:normal; 
    text-align:right;
}

#footer_links_mobile
{
    display:none;
}

#customerSection_wrapper
{
    text-align:left; 
    width:980px; 
    margin:0px auto; 
    border:solid 1px #C0C0C0; 
    border-right:solid 1p #808080; 
    border-bottom:solid 1px #808080; 
    background-color:#F8F8F8; 
    position:relative;
}

#customerSection_head
{
    background-color:#FFFFFF; 
    border:none; 
    border-bottom:solid 1px #C0C0C0; 
    padding:5px; 
    padding-left:20px; 
    padding-right:20px;
    position:relative;
}

#customerSection_head span
{
    color:#808080;
    z-index:1;
}

#magnify
{
    position:absolute; 
    top:12px; 
    right:2px; 
    background-color:#FFFFFF; 
    width:32px; 
    height:32px; 
    padding:4px; 
    text-align:center; 
    font-weight:bold; 
    cursor:pointer; 
    display:none; 
    border:solid 2px #C0C0C0; 
    /*border-right:solid 1px #C0C0C0;*/
}

#content_inner
{
    text-align:left;
    padding:25px;
    background-color:#F8F8FF;
    position:relative;
}

.tag_public
{
    float: left;
    margin: 1px 0px 1px 10px;
    position: relative;
    font-family: Tahoma, 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #444444;
    text-shadow: 0px 1px 0px rgba(255,255,255,.4);
    white-space: nowrap;
    height: 13px;
    padding: 0px 3px 1px 8px;
    border-top: 1px solid #d99d38;
    border-right: 1px solid #d99d38;
    border-bottom: 1px solid #d99d38;
    -webkit-border-radius: 0 0.25em 0.25em 0;
    -moz-border-radius: 0 0.25em 0.25em 0;
    border-radius: 0 0.25em 0.25em 0;
    background-image: -webkit-linear-gradient(top, #f1c8f2, #ffeeff);
    background-image: -moz-linear-gradient(top, #f1c8f2, #ffeeff);
    background-image: -o-linear-gradient(top, #f1c8f2, #ffeeff);
    background-image: -ms-linear-gradient(top, #f1c8f2, #ffeeff);
    background-image: linear-gradient(top, #f1c8f2, #ffeeff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1c8f2', EndColorStr='#ffeeff');
    -webkit-box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 #faeaba, 0 1px 1px rgba(0,0,0,.1);
    z-index: 100;
}

.tag_public:before
{
    content: '';
    width: 10px;
    height: 11px;
    background-image: -webkit-linear-gradient(left top, #f1c8f2, #ffeeff);
    background-image: -moz-linear-gradient(left top, #f1c8f2, #ffeeff);
    background-image: -o-linear-gradient(left top, #f1c8f2, #ffeeff);
    background-image: -ms-linear-gradient(left top, #f1c8f2, #ffeeff);
    background-image: linear-gradient(left top, #f1c8f2, #ffeeff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#f1c8f2', EndColorStr='#ffeeff');
    position: absolute;
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #d99d38;
    border-bottom: 1px solid #d99d38;
    -webkit-border-radius: 0 0 0 0.25em;
    -moz-border-radius: 0 0 0 0.25em;
    border-radius: 0 0 0 0.25em;
    z-index: 1;
}

.tag_public:after
{
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #d99d38;
    -webkit-box-shadow: 0 1px 0 #faeaba;
    -moz-box-shadow: 0 1px 0 #faeaba;
    box-shadow: 0 1px 0 #faeaba;
    position: absolute;
    top: 4px;
    left: -1px;
    z-index: 101;
}

a:hover .tag_public
{
    color: #000000;
    text-shadow: 0px 0px 0px;
}

a:hover .tag_public:after
{
    background: #000000;
}

a.helptext
{
    text-decoration:none;
    position:relative;
    margin-left:5px;
}

a.helptext img
{
    position:relative;
    top:2px;
}

a.helptext span
{
    position:absolute; 
    z-index:9999; 
    border:solid 1px #4D6082; 
    background-color:#FFFFFF; 
    color:#4D6082;
    padding:10px; 
    border-radius:10px; 
    display:none;
    width:400px;
}

a.helptext:hover span
{
   display:inline; 
}

table.table_light
{
    border:solid 1px #C0C0C0;
}

table.table_light tr
{
}

table.table_light tr th
{
    border:solid 1px #BCC7D8;
    background-color:#293955;
    color:#FFFFFF;
    padding:2px;
    font-weight:bold;
    text-align:left;
}

table.table_light tr td
{
    border:solid 1px #BCC7D8;
    padding:2px;
    background-color:#FFFFFF;
    color:#000000;
    text-align:left;
}


.labelForUserControls 
{
    font-weight:bold;
    margin-left:5px;
    color:#808080;
}
    
.userControl_input400 
{
    margin-left:5px;
    width:400px;
}

a.link_to_headline
{
    text-decoration:none;
    cursor:pointer;
    color:#000000;
    font-weight:bold;
    font-size:16px;
}

a.link_to_headline:hover
{
    text-decoration:underline;
}

.linked_headline
{
    font-weight:bold;
    font-size:16px;
}

.questionnaire_button 
{
    background-color:#ECECEC;
    color:#000000;
    border:solid 1px #000000;
    border-left:solid 1px #808080;
    border-top:solid 1px #808080;
    border-radius:10px;
    cursor:pointer;
}

.questionnaire_button:hover 
{
    background-color:#80FF80;
    color:#008000;
    border:solid 1px #008000;
}

.questionnaire_button_checked
{
    background-color:#80FF80;
    color:#000000;
    cursor:default;
    border:solid 1px #008000;
    border-radius:10px;
}

.questionnaire_div
{
    background-color:transparent;
    color:#000000;
    cursor:pointer;
}

.questionnaire_div:hover
{
    background-color:#80FF80;
    color:#008000;
}

.questionnaire_div_checked
{
    background-color:#80FF80;
    color:#000000;
    cursor:default;
}

table.nospace 
{
    margin:0px;
    padding:0px;
} 
table.nospace thead
{
    margin:0px;
    padding:0px;
} 
table.nospace tbody
{
    margin:0px;
    padding:0px;
}  
table.nospace tfoot
{
    margin:0px;
    padding:0px;
} 
table.nospace th
{
    margin:0px;
    padding:0px;
}
table.nospace tr
{
    margin:0px;
    padding:0px;
} 
table.nospace td
{
    margin:0px;
    padding:0px;
}

table.smallspace 
{
    margin:0px;
    padding:0px;
} 
table.smallspace thead
{
    margin:0px;
    padding:0px;
} 
table.smallspace tbody
{
    margin:0px;
    padding:0px;
}  
table.smallspace tfoot
{
    margin:0px;
    padding:0px;
} 
table.smallspace th
{
    margin:0px;
    padding:1px;
    padding-left:2px;
    padding-right:2px;
}
table.smallspace tr
{
    margin:0px;
    padding:0px;
} 
table.smallspace td
{
    margin:0px;
    padding:1px;
    padding-left:2px;
    padding-right:2px;
}

table.noborder
{
    border:none;
}
table.noborder thead
{
    border:none;
}
table.noborder tbody
{
    border:none;
}
table.noborder tfoot
{
    border:none;
}
table.noborder th
{
    border:none;
}  
table.noborder tr
{
    border:none;
}
table.noborder td
{
    border:none;
}

table.textleft
{
}
table.textleft th
{
    text-align:left;
}  
table.textleft td
{
    text-align:left;
}

table.nocolor 
{
    background-color:transparent;
}
    
table.nocolor thead
{
    background-color:transparent;
}
    
table.nocolor tbody
{
    background-color:transparent;
}
    
table.nocolor tfoot
{
    background-color:transparent;
}
    
table.nocolor th
{
    background-color:transparent;
}
    
table.nocolor tr
{
    background-color:transparent;
}
    
table.nocolor td
{
    background-color:transparent;
}

a.internal_link
{
    font-size:14px;
    text-decoration:none;
    background-color:#293955;
    color:#FFFFFF;
    border:solid 1px #000000;
    border-left:solid 1px #4D6082;
    border-top:solid 1px #4D6082;
    cursor:pointer;
    font-weight:normal;
    letter-spacing:1px;
}

.sortPanel
{
    border:none;
    border-left:solid 1px #000000;
    border-bottom:solid 1px #000000;
    padding:0px;
    background-color:#D0D0D0;
    float:right;
    margin-left:10px;
    position:absolute;
    right:-2px;
    top:-2px;
    display:inline-block;
}

.sortPanel img 
{
    cursor:pointer;
    background-color:transparent;
    border:none;
    padding:1px;
    margin:0px;
    display:block;
}

.sortPanel img:hover
{
    background-color:#FFFFFF;
}

table.table_administration
{
    border:solid 1px #000000;
    border-collapse:collapse;
}

table.table_administration tr 
{
    vertical-align:top;
}

table.table_administration th 
{
    border:solid 1px #000000;
    padding:2px;
    text-align:left;
    font-weight:bold;
    background-color:#C0C0C0;
    white-space:nowrap;
}

table.table_administration th div
{
    position:relative;
    border:none;
    padding:0px;
    margin:0px;
    padding-right:25px;
}

table.table_administration td 
{
    border:solid 1px #000000;
    text-align:left;
    padding:2px;  
}

div#login_mask 
{
    float:left; 
    width:75%;
    text-align:left;
}

div#login_register
{
    float:right; 
    width:20%;
    text-align:left;
    position:relative;
    left:-100px;
    margin-top:10px;
    background-color:#ffffff; 
    padding:10px; 
    border:solid 1px #c0c0c0;
}

div#login_get_password_again
{
   border:none; 
   margin-top:40px; 
   margin-bottom:20px; 
   padding:10px; 
   clear:both; 
   text-align:center; 
   position:relative; 
}





