/* Hauptschriftart */
* {
 font-family:tahoma, arial, verdana, sans-serif;
}
/* Hauptschriftgröße */
body {
 font-size:85%;
}

/* Elemente mit IDs */
#navi {
 font-family: verdana;
 font-size:85%;
}
#navi li a {
 letter-spacing:2px;
 line-height:15px;
 text-decoration: none;
 font-weight: bold;
}
#right {
 font-size:80%;
}

#shoutbox_main {
 font-size:80%;
}

#footer {
 letter-spacing:3px;
 font-size:85%;
}
#footer a {
 font-size:100%;
 font-weight:bold;
}

/* Standard-Elemente */

h2 {
 letter-spacing:3px;
}
h3 {
 font-size:110%;
}
h4 {
 font-size:100%;
}

input, textarea, select {
 font-family:monospace;
}
legend {
 font-size:85%;
}

/* Misc. Divs/Spans */
.user_name {
 font-weight:bold;
}
.note {
 font-size:80%;
}
option.header_option {
 font-weight:bold;
}
/* Pagination */
div.pagination {
 text-align:center;
 font-size:100%;
}

/* Shoutbox */
.shoutbox_link {
 text-decoration:underline;
}
/* Meldungen  */
.fehler, .meldung {
 font-weight:bold;
 font-style:italic;
}
div.item_result {
 background-color:#000;
 color:white;
 font-size:70%;
}
/* Gallery */
table.gallery, table.comments tr.pic_info td {
 font-size:65%;
}
/* Gästebuch  */
.gb_comment_heading {
 font-weight:bold;
}
.gb_comment {
 font-style:oblique;
}
/* Forum-Index */
span.quote_header {
 font-weight:bold;
 font-style:italic;
}
table.forum, table.topics th {
 font-size:90%;
 font-weight:bold;
}
table.topics {
 font-weight:bold;
}
table.forum tr.cat td {
 font-weight:bold;
}
.forum_title {
 font-size:85%;
 font-weight:bold;
}
.forum_author {
 font-size:95%;
}
form.quickmod {
 font-size:smaller;
}
/* Links */
.clicks {
 font-size:80%;
 font-weight:bold;
}