/* projekt: felixgephart.de */
/* datum: 16.09.2007 */
@CHARSET "ISO-8859-1";
/* basics + reset */
body {font-family: Arial, Helvetica, sans-serif;font-size:11px;}
img {border:none;}
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;color: #000;}
h1 {font-size:13px;}
h2 {font-size:14px;}
h3 {font-size:15px;}
h4 {font-size:16px;}
h5 {font-size:17px;}
h6 {font-size:18px;}
p   {line-height:18px;}
/* basislayout */
#mainfloor {
    width: 960px;
    height: 680px;
    margin: 50px auto;
    padding: 0;
}
#showroom {
    float: left;
    width: 450px;
    padding:0;
    margin-right: 15px;
}
#content {
    width: 420px;
    float: left;
}
#navmaster {
    clear: both;
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
    color: #666;
}
#navslave {
    margin-bottom: 40px;
    color: #666;
}
#breadcrumbs {
    margin-bottom: 5px;
}
#thumbwindow {
    width: 469px;
}
#textwindow {
    width: 400px;
}

/* special styles */
.logo {
    margin-right: 3px;
    margin-bottom: -2px;
}
.thumbentry {
    display: block;
    float: left;
    margin: 0 11px 11px 0;
}
.whereami {
    color: #ff0000;
}
.whereamibig {
    font-size: 12px;
    color: #ff0000;
}

.subtitle {
    font-size: 10px;
    line-height: 13px;
    color: #666;
}
.clearing {
    clear: both;
}
.activeentrymain {
    color: #ff0000;
}
.activeentrysub {
    color: #ff0000;
    font-size:12px;
}
.activeentrysubarrow {
    color: #ff0000;
    font-size:9px;
}

/* links */
#navslave a {
    color: #666;
    text-decoration: none;
    font-size: 11px;
}
#navslave a:hover {
    color: #ff0000;
    text-decoration: none;
}
#navmaster a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}
#navmaster a:hover {
    color: #ff0000;
    text-decoration: none;
}
#breadcrumbs a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    margin: 0 3px 0 3px;
}
#breadcrumbs a:hover {
    color: #ff0000;
    text-decoration: none;
}
#textwindow a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    margin: 0 3px 0 0px;
}
#textwindow a:hover {
    color: #ff0000;
    text-decoration: none;
}