/* Forum **************************************************************/
.forum_table{
	border: 3px inset #504D4A;
	width: 100%;
}

.beitrag_input{
	width: 90%;
	height: 200px;
	font-size: 12px;
	background-color: #DED4B2;
}

/** LINKS **/
.forumlink {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
}

.forumlink A:link {
    color: #AD1313;
    text-decoration: none;
}

.forumlink A:visited {
    color: #AD13aa;
    text-decoration: none;
}

.forumlink A:hover {
    color: #000000;
    text-decoration: underline;
}

/** TABLES **/
img{
	vertical-align:middle;
}

.forum_edit_td{
	background-color: #DDD9D9;
	height: 25px;
	font-size: 12px;
	vertical-align:middle;
}

.forum_head_td{
	background-image: url(bg_forumhead.jpg);
//	background-color: #a3a3a3;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.forum_bereiche_td{
	background-image: url(bg_forumbereich.jpg);
}

.forum_bereiche_txt{
    font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.forum_td1{
	background-color: #efefef;
	font-size: 11px;
}

.forum_td2{
	background-color: #dedede;
	font-size: 11px;
}

.forum_zitat_table{
	border: 2px solid #000000;
	background-color: #dedede;
	font-size: 11px;
}