/*
Feilers Modellbahnblog CSS
(c) 2010 FeilerMedia
http://www.der-feiler.de
*/

/* Ueberschriften */
h1, h2, h3{
         margin: 0;
         padding: 0;
         color: #c97d05;
         text-decoration: none;
}

h1{
         font-size: 15pt;
         font-weight: normal;
}

h2{
         font-size: 11pt;
         text-transform: uppercase;
         font-weight: bold;
}

h3{
         font-size: 11pt;
         font-weight: bold;
}

/* Links */
#header a{
         color: #ffffff;
         text-decoration: none;
         font-size: 22pt;
}

#header a:hover{
         color: #ffffff;
         border-bottom: 2px dotted #ffffff;

}

#menu ul{
        list-style: none;
        margin: 0;
        padding: 0px 0px 0 0;
}

#menu ul li{
        display: inline;
        margin: 0;
        padding: 0 15px;
        background: url(../images/bullet.gif) no-repeat 0 6px;
}

#menu a{
         text-transform: uppercase;
         font-weight: bold;
         color: #ffffff;
         text-decoration: none;
         font-size: 10pt;
}

#menu a:hover{
         color: #ffffff;
         border-bottom: 1px dotted #ffffff;

}

#sidebar a{
         color: #514129;
         text-decoration: none;
         font-size: 12pt;
}

#sidebar a:hover{
         color: #c97d05;
         border-bottom: 1px dotted #c97d05;
}

#sidebar a.bild:hover {
         border-bottom: none;
}

#sidebar ul{
        list-style: none;
        margin: 0;
        padding: 0px 0px 0 0;
}

#sidebar ul li{
        display: block;
        margin: 0;
        padding: 0 15px;
        background: url(../images/bullet_2.gif) no-repeat 0 6px;
}

#content a{
         color: #c97d05;
         text-decoration: none;
         font-size: 12pt;
         font-weight: bold;
}

#content a:hover{
         color: #c97d05;
         border-bottom: 1px dotted #c97d05;
         font-weight: bold;

}

#content a.bild:hover {
         border-bottom: none;
}

/* Bilder */
#content img.thumb{
         border:none;
         padding:5px;
         background:url('../images/shadow2.png');
}

#content img.thumbgr{
         border:none;
         padding:5px;
         background:url('../images/shadow3.png');
}

#content ul{
        list-style: none;
        margin: 0;
        padding: 0px 0px 0 0;
}

#content ul li{
        display: block;
        margin: 0;
        padding: 0 15px;
        background: url(../images/bullet_3.gif) no-repeat 0 6px;
}
