/*
*   Grundeinstellungen
*/
* {
    font-size: 1em;
}
html {
    margin: 0;
    padding: 0;
    font-family: Georgia;
    color: #555;
}
body {
    background-image: url(img/background.png);
    background-attachment: fixed;
    background-color: #00c6ff;
    margin: 0;
    padding: 0;
}
hr {
    width: 710px;
    border: 1px solid #00c6ff;
    background-color: #00c6ff;
    height: 10px;
    background-image: url(img/background.png);
}
#wrapper {
    width: 960px;
    margin: 0px auto;
}
a.anchor { padding-top: 8em;}
.clear { clear: both;}

ul.inline {
    margin: 0;
    padding: 0;
}
ul.inline li {
    display: inline;
}
/*****************************/

/*
*   Schriften
*/
h1, h2, h3, h4, p { margin: 0; padding: 0;}
#header h1 { margin: 20px; display: block; }
h1, h2 { text-shadow: 1px 1px 0 #ccc;}
h1 { font-size: 1.8em;}
h2 { font-size: 1.5em; margin: 0.5em 0 1em 0;}
h3 { font-size: 1.2em;}
h4 { font-size: 0.8em;}
#header h1 span { font-size: 0.5em;}
h1, h2, h3, h4 { font-variant: small-caps;}
p { font-size: 0.8em;}
#contact_form #kontaktform label { font-size: 0.7em;}
.item p { margin: 0.7em 0; line-height: 1.8em; }
.tipsy { font-size: 0.8em; }
/*****************************/

/*
*   Tooltips
*/
.tipsy { padding: 5px; opacity: 0.8; background-repeat: no-repeat;  background-image: url(img/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
/*****************************/

/*
*   Farben allgemein
*/
#main a, #community-slider a {
    color: #e2007a;
}
#main a:hover, #main a:focus, #community-slider a:hover {
    color: #00c6ff;
}
#header h1 span {
    color: #e2007a;
}
/*****************************/

/*
*   Navigation
*/
#navigation {
    background-color: #fff;
    width: 140px;
    top: 107px;
    position: fixed;
    border: 1px solid #ccc;
}
#navigation a {
    color: #555;
    text-decoration: none;
}
#navigation a:hover, #navigation a:focus {
    color: #e2007a;
}
#navigation ul {
    padding: 0;
    margin-left: 20px;
}
#navigation ul li {
    list-style: none;
    border-bottom: 1px solid #e2007a;
    padding: 5px 0px;
    width: 100px;
}
#navigation ul li.navilast {
    border: none;
}
/*****************************/

/*
*   Kontaktform
*/
#contact_form #kontaktform {
    overflow: hidden;
}
#contact_form #kontaktform label {
    color: #e2007a;
    width: 236px;
    float: left;
}
#contact_form #kontaktform .formitem {
    width: 710px;
}
#contact_form #kontaktform .formitem input {
    width: 227px;
    height: 18px;
    margin-bottom: 20px;
    border: 1px solid #0096BF;
}
#contact_form #kontaktform input.submit{
    font-family: Georgia;
    padding:3px 6px;
    border:2px solid #0096BF;
    margin:20px 0px 0px 0px;
    color:#fff;
    background:#00C6FF;
}
#contact_form #kontaktform input.submit:hover {
    background:#E2007A;
    color:#fff;
    border: 2px solid #7F0047;
}
#contact_form #kontaktform span.pflichtfeld {
    color: #00C6FF;
}
#contact_form #kontaktform textarea {
    width: 700px;
    border: 1px solid #0096BF;
}
/*****************************/

/*
*   MainContent
*/
hr.itemtrenner {
    border: none;
    border-bottom: 1px dashed #ccc;
    background-color: transparent;
    height: 1px;
    background-image: none;
    margin: 1.3em 0;
}
#main, #header, #footer {
    width: 750px;
    margin-left: 160px;
    background-color: #fff;
    border: 1px solid #ccc;
}
#header {
    margin-top: 20px;
    margin-bottom: 10px;
}
.item {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
}
#main {
    margin-bottom: 20px;
}
a img { border: none;}
a.thumb-l {
    float: left;
    margin: 0 1.2em 0.6em 0;
}
a.thumb-r, img.profilbild {
    float: right;
    margin: 0 0 0.6em 1.2em;
}
a.thumb-r, a.thumb-l, img.profilbild {
    padding: 2px;
    border: 1px dashed #e2007a;
}
#online, #print, #illustration, #profil, #kontakt {
    overflow: hidden;
}
/*****************************/

/*
*   Lightbox
*/

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    border-top: 3px solid #00C6FF;
    border-left: 3px solid #00C6FF;
    border-right: 3px solid #00C6FF;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    border-bottom: 3px solid #00C6FF;
    border-left: 3px solid #00C6FF;
    border-right: 3px solid #00C6FF;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}
/*****************************/

/*
*   Community Slider
*/
#community-slider {
    margin-top: 1px;
    width: 140px;
    height: 124px;
    background: #fff;
    border: 1px solid #e200a8;
}
#community-slider ul {
    list-style: none;
    margin: 15px;
    padding: 0;
}
#community-slider ul li {
    margin: 5px 0;
}
#community-slider ul li img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
#community-slider:focus {
    outline: none;
}
#community-slider .handle {
    margin-top: -1px;
}

#community-slider .handle {
    background-image: url('img/social-things-tab.jpg');
    background-position: left;
    width: 30px;
    height: 128px;
}
#community-slider a.handle:hover {
    background-position: right;
}
/*****************************/