@import url(http://fonts.googleapis.com/css?family=Share);
/** Template Template "FluidWhite" 2014 (c) by www.svasti.de
 */
/**************************/
/*     Content Styles     */
/**************************/

img.left {
    margin: 0 5px 5px 0;
    float: left;
    clear: left;
}

img.right {
    margin: 0 0 5px 5px;
    float: right;
    clear: right;
}

img.left_horizontal {
    margin: 0 5px 5px 0;
    float: left;
}

img.right_horizontal {
    margin: 0 0 5px 5px;
    float: right;
}

p.small {
    font-size:10px;
}

div.textbox, .textbox {
    float:right;
    /* background: #f4f4f4; */
    padding: 1em;
    border: .1em solid #bbb;
    margin: 0 0 0 1em ;
    width:30%;
    max-width:390px;
    border-radius: .5em;
}

div.important, .important {
    clear: both;
    padding: 1em 2em;
    border: 3px solid #bbb;
    margin: 1em 0;
}

div.warning, .warning {
    clear: both;
    text-align: center;
    font-weight: 900;
    background: #c33;
    background-image: -moz-linear-gradient(left, #a33, #e55);
    background-image: -webkit-linear-gradient(left, #eee, #fff);
    background-image: -o-linear-gradient(left, #eee, #fff);
    background-image: -ms-linear-gradient(left, #eee, #fff);
    background-image: linear-gradient(left, #eee, #fff);
    color: #fff;
    padding: 1em;
    border: .5em outset #c33;
    margin: 1em 0;
}
.warning a {
    color: #aaf;
}

.important p:first-child,
.warning p:first-child {
    margin-top: 0;
}
.important p, .warning p {
    margin: 1em 0 0;
}
span.highlight {
    font-weight: 900;
    letter-spacing: .1em;
    color:#066;
}

/* Marker for tinymce 3 */
._-_-_-_-_-_-_-_ {}


/*******************/
/*     Basics      */
/*******************/

body {
    font: 16px/1.5 "Lucida Sans Unicode", "lucida Sans", "Lucida Grande", sans-serif;
    margin:0;
}
#body {
    background: #eee;
    background-image: -moz-linear-gradient(left, #eee, #fff);
    background-image: -webkit-linear-gradient(left, #eee, #fff);
    background-image: -o-linear-gradient(left, #eee, #fff);
    background-image: -ms-linear-gradient(left, #eee, #fff);
    background-image: linear-gradient(left, #eee, #fff);
    background-attachment:fixed;
}

body.print  {
    padding:2em;
}

blockquote {
    margin-left:5%;
    padding-left:5%;
    border-left:10px solid #ddd;
}


/***********************/
/*     Container       */
/***********************/

.container {
    margin:1% auto;
    width:90%;
    max-width:1000px;
    background:#fff;
    padding:16px 3%;
    overflow:hidden;
    border-radius: 8px;
    box-shadow: 3px 3px 10px #aaa ;
}


/***********************/
/*       Head          */
/***********************/
.header {
    min-height: 120px;
}
.header h1 {
    font: 280% Share, Tahoma, sans-serif;
    color:#aaa;
    letter-spacing:.3em;
    padding:17px 0 0 0;
}
.header form {
    float:right;
    text-align:right;
    margin-top:1em;
}



/**************************/
/*   Top right fields     */
/**************************/

#topright {
    float:right;
    margin:0;
}
#topright p {
    text-align:right;
    font-size:.9em;
    color:#555;
    margin:0;
    padding:0;
    clear:right;
}
#topright p a {
    color:black;
}
#topright p a:hover {
    color:#00b;
    background-color:#eee;
}
#topright p img {
    margin-left:.3em;
}
#topright form {
    margin:3px 0 0;
}
#searchfield {
    width:87%;
}
#topright input {
    position:relative;
    top:-3px;
    background: URL(images/search.gif) no-repeat left 1px #eee;
    border: 1px solid #aaa;
    cursor: text;
    padding:1px 0 1px 17px;
    color:#666;
    border-radius: .5em;
    margin:0;
}
#topright input:hover {
    border: 1px solid #fa0;
}
#topright input:focus {
    border: 1px solid #fa0;
    color:black;
}
#topright form {
    position:relative;
}
#topright .button {
    position: absolute;
    top:3px;
    width:13px;
    background:none;
    border:none;
    cursor:pointer;
    z-index:1000;
}
#topright .button:hover {
    border:none;
}


/**********************/
/*    Navigation      */
/**********************/

#nav ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
#nav ul li {
    line-height:1.45;
    padding: 0 .5em ;
    background:white;
    color:#00b;
    margin: 10px 0 0;
    border: 1px solid #777;
    border-radius: 4px;
}
#nav ul li a {
    display:block;
    color:black;
    text-decoration: none;
    background:#ccc;
    margin:0 -.5em;
    padding: 0 .5em ;
    border-radius: 4px;
}
#nav ul.menulevel1 li.sdocs a {
    text-decoration: underline;
    background:#eee;
}
#nav ul.menulevel1 li ul.menulevel2 li a {
    text-decoration: none;
    background:#ddd;
}
#nav ul.menulevel1 li.sdocs ul.menulevel2 li.sdocs a {
    text-decoration: underline;
}
#nav ul.menulevel1 li.sdocs ul.menulevel2 li.sdocs ul.menulevel3 li a {
    text-decoration: none;
}
#nav ul li a:hover,
#nav ul.menulevel1 li.sdocs a:hover,
#nav ul.menulevel1 li ul.menulevel2 li a:hover {
    color:#00b;
    background:white;
}
#nav ul li span {
    color:#060;
}
#nav ul.menulevel1 li {
    float:left;
    margin-right:8px;
    position:relative;
    white-space: nowrap;
}
#nav ul ul {
    position:absolute;
    visibility: hidden;
    width:180px;
    background:#ccc;
    padding: 2px 5px 3px 7px;
    box-shadow: 3px 3px 5px #aaa;
    border: 1px solid #777;
    border-top: none;
}
#nav ul.menulevel2 {
    z-index:15;
}
#nav.a ul.menulevel2 {
    left:-1px;
    border-radius: 0 .5em .5em .5em;
}
#nav.b ul.menulevel2 {
    right:-1px;
    border-radius: .5em 0 .5em .5em;
}
#nav ul.menulevel1 li ul.menulevel2 li {
    width:178px;
    white-space: normal;
    margin: 5px 0;
    padding: 0;
    border:none;
    line-height:1.1;

}
#nav ul.menulevel1 li ul.menulevel2 li a {
    margin:-2px;
    padding:2px;
    background:#eee;
}
#nav ul.menulevel1 li ul.menulevel2 li span {
    margin:-2px;
    padding:2px;
    background:#fff;
    border-radius: 4px;
    display:block;
}
#nav ul ul ul {
    top:-8px;
    border-radius: .5em;
}
#nav.a ul ul ul {
    left:181px;
    z-index:20;
    border: 1px solid #777;
    border-left: none;
}
#nav.b ul ul ul {
    right:181px;
    z-index:-1;
    box-shadow: 0 3px 3px #aaa;
    border: 1px solid #777;
    border-right: none;
}
#nav li:hover > ul {
    visibility: visible;
}
@media screen and (max-width:680px) {
    #nav ul.menulevel1 li ul.menulevel2 li {
        font-size:15px;
        width:138px;
    }
    #nav ul ul {
        width:140px
    }
    #nav.a ul ul ul {
    left:140px;
    }
    #nav.b ul ul ul {
    right:140px;
    }
}
@media screen and (max-width:580px) {
    #nav ul.menulevel1 li ul.menulevel2 li {
        font-size:14px;
        width:128px;
    }
    #nav ul ul {
        width:130px
    }
    #nav.a ul ul ul {
    left:130px;
    }
    #nav.b ul ul ul {
    right:130px;
    }
}
@media screen and (max-width:480px) {
    #nav ul.menulevel1 li ul.menulevel2 li {
        font-size:13px;
        width:118px;
    }
    #nav ul ul {
        width:120px
    }
    #nav.a ul ul ul {
    left:121px;
    }
    #nav.b ul ul ul {
    right:121px;
    }
}


/*************************/
/*  Breadcrumbs-Locator  */
/*************************/

.locator {
    display:block;
    border-bottom:1px solid #888;
    margin-bottom:2em;
}
.locator p  {
    font-size:.7em;
    margin:.5em 0 0;
}


/********************/
/*    Container2    */
/********************/

.container2 {
    text-align: justify;
}


/********************/
/*     Content      */
/********************/

.content {
    text-align: left;
    margin:1.5em 0;
    display: inline-block;
    vertical-align: top;
    width:66%;
}
h1, h2, h3, h4 {
    font: normal normal 28px Share, Tahoma, sans-serif;
    margin: 0 0 .5em;
}
h4, h5, h6 {
    margin: 1.5em 0 .5em;
}
h5 {
    font: 22px/1.4 Share, Tahoma, sans-serif;
    letter-spacing: .05em;
}
h6 {
    letter-spacing: .05em;
    font-size: 15px;
    font-weight:bold;
}
p {
    margin:0 0 1em;
}


.submenu h4 {
    font-size:14px;
    margin-top:3em;
}


/**************************/
/*    Subnavigation       */
/**************************/

.nextprev {
    width:100%;
    margin-top:3px;
    border-collapse:collapse;
    Font-size:90%;
}
.nextprev td {
    padding:0;
    margin:0;
}
.nextprev td a {
    text-decoration:none;
    color:#777;
    display:block;
    white-space: nowrap;
    padding: 0;
}
.nextprev td a:hover, .subnav td.top a:hover {
    color:#00b;
    background-color:#ddd;
}
.previous {
    width:33%;
    text-align:left;
}
.top {
    width:33%;
    text-align:center;
}
.next  {
    width:33%;
    text-align:right
}
.locator .top {
    width:100%;
}
.locator .previous, .locator .next{
    width:auto;
}

/**************************/
/*       Newsboxes        */
/**************************/
.newsbox {
    margin:1.5em 0 0;
    display:inline-block;
    vertical-align: top;
    text-align: left;
}
.sidebar {
    width:25%;
}
.bottom {
    width:47%;
}
.newsbox > h4, .newsbox >h5, .newsbox > h6 {
    margin-top:0;
}


/**************************/
/*  Copyright & Login     */
/**************************/

.copyright {
    clear:both;
    text-align:center;
    font-size:x-small;
    margin:1em 0 10em;
}
.copyright a {
    color:#777;
    text-decoration:none;
}
.copyright a:hover {
    color:#00b;
    background:#ccc;
}

 a.zoom {}
a.zoom_g {}
a.zoom_i {}

/**************************/
/*     Responsiveness     */
/**************************/

@media screen and (max-width:780px) {
    .content, .sidebar, .bottom {
        width:100%;
    }
}