@charset "utf-8";
/* makes use of search icon from http://app-bits.com/free-icons.html */
html, body {
	margin: 0;
	padding: 0;
    height: 100%;
    color: #666;
	font-size: 13pt;
    font-family: arial,helvetica,sans-serif;
    line-height: 21pt;
    background: #e6e6e6 url("img/bg.gif") repeat-x;
}

img { border: none; }
h3 { font-size: 0.9em; }

.clear { clear: both; }
.clearfix { clear: both; }
.highlight { color: #892337; }

#content a {
    color: #892337;
    text-decoration: none;
}

#satzstudio {
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */

    position: relative;
}
#header, #wrapper {
    width: 960px;
    margin: 0 auto;
}
#header {
    height: 215px;
    background: url("img/passkreuz.gif") no-repeat top left;
}
#wrapper {
    padding-top: 20px;
}
.navigation {
    width: 220px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}
#content {
    margin-left: 220px;
    padding-bottom: 150px;
}
#footer {
    /*clear: both;*/
    position: absolute;
    width: 100%;
    bottom: 0; /* stick to bottom */

    height: 143px;
    background: url("img/startseite-footer.gif") repeat-x;

}

#header h1 {
    width: 701px;
    height: 118px;
    position: relative;
    top: 43px;
    left: 259px;
    margin: 0;
    padding: 0;
    background: url("img/logo.gif") no-repeat;
}
#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
#header ul {
    margin: 55px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}
#header ul li {
    margin: 0;
    padding: 0 0 0 15px;
    display: inline;
}
#header ul a {
    color: #e6e6e6;
    text-decoration: none;
}
#header ul a:hover {
    color: #fff;
}

.navigation, .navigation ul {
    list-style-type: none;
}
.navigation li {
    padding: 10px 0;
}
.navigation li.first {
    padding-top: 0;
}
.navigation ul {
    display: none;
}
.navigation li.active ul {
    display: block;
}
.navigation ul li {
    padding: 0;
    font-size: 0.8em;
    font-weight: lighter;
}

.navigation a {
    color: #666;
    text-decoration: none;
}
.navigation a:hover, .navigation li.active a {
    color: #892337;
}
.navigation li.active ul a {
    color: #666;
}
.navigation li.active ul a:hover, .navigation li.active ul li.active a {
    color: #892337;
}

#content p { margin: 0 0 17px; }


/*
#fancybox-wrap #fancybox-outer { background-color: #e6e6e6; }
#fancybox-wrap #fancybox-right-ico { left:auto; right:20px; opacity:0.3; }
#fancybox-wrap #fancybox-right:hover span { opacity:1; }
#fancybox-wrap #fancybox-left-ico { left:20px; opacity:0.3; }
#fancybox-wrap #fancybox-left:hover span { opacity:1; }
.fancybox-title-inside { line-height:1.5em; }
*/


#portfolio-container { text-align: center; }

