@CHARSET "UTF-8";

.forum {
 font-family: verdana;
 font-size: 12px;
 width: 560px;
 text-align: center;
 border: 2px solid #11430a;
 margin: 10px auto;
}

.forum th {
 background-color: #11430a;
 font-size: 12px;
 color: #fff;
 padding: 4px;
}

.forum tr:hover {
 background-color: #c0e7bc;
}

.forum td {
 padding: 4px;
 border-bottom: 1px dotted #000;
}

.forum .tema {
 height: 30px;
 background: url('../design/forum/topic.gif') 10px center no-repeat;
 text-align: left;
 padding-left: 60px;
 font-weight: bold;
}

.forum .tema .pages {
 font-size: 0.8em;
 margin: 0;
 font-weight: normal;
}

.forum .important {
 background-image: url('../design/forum/topic_imp.gif');
}

.forum .kategorie a {
 color: #fff;
}

.forum .kategorie {
 font-size: 14px;
 padding: 4px 20px;
 font-weight: bold;
 text-align: left;
 background: url('../design/forum/kategorie.jpg') repeat-x #0C6900;
 color: #fff;
}

.forum ul {
 margin: 4px 10px 4px 20px;
 padding: 0;
}

p.forum_actions {
 font-family: verdana;
 font-size: 12px;
 text-align: right;
 width: 560px;
 margin: 10px auto;
}


p.forum_actions a {
 margin: 0 10px;
}

.new_post {
 background-color: #fff;
}

.post p {
 margin: 2px;
 text-align: left;
}

.post p.header {
 font-size: 0.9em;
}

.post p.date {
 text-align: right;
 font-size: 0.8em;
}

.post p.content {
 margin: 5px;
 padding: 4px;
 padding-left: 10px;
 border-left: 4px solid #ccc;
 background-color: #eefce4;
}

.post .post_actions {
 float: right;
}

.post .post_actions a {
 font-size: 0.9em;
}

.forum .licha {
 background-color: #e0f7dc;
}

.forum .suda {
 background-color: #fff;
}

.pagination_f {
 text-align: left;
 font-family: verdana;
 font-size: 0.9em;
 width: 560px;
 margin: 4px auto;
}

.pagination_f a, .pagination_f span {
 border: 1px solid #11430a;
 padding: 1px 4px;
 position: relative;
}

.pagination_f a:hover, .pagination_f span.active {
 background-color: #c0e7bc;
}

.forum_info {
 font-size: 0.8em;
}

.forum_info td {
 padding: 4px;
}

.post .smile {
 margin: 0 2px -2px 2px;
}

.format_buttons input {
 font-family: verdana;
}

