/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	SpringTime
	Based on style:	subSilver (the default phpBB 2 style)
	Modified by:	gokin ( http://gokin.pll | contact gok4in@gmail.com )
		This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background-color: #f3ffcd;
	font-family: Tahoma, Geneva, sans-serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(http://www.fleischfressende.de/wp-content/themes/fleischfressende/images/bgim.jpg);
	color: #333;
}




#pasek {
	background: #FFFFFF url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/pasek.gif');
	width: 100%;
	height: 14px;
	margin: 0;
	padding: 0; 
}

#linia_in {
	border-left: 0px solid #dadada;
	border-right: 0px solid #dadada;
}

#linia_out {
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 15px 25px 0px 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader {
position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */ 
}
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

#nav_back {
	background: #EDEDED url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/paseknav.gif');
	width: 100%;
	height: 31px;
}

#nav {
	background: #FFFFFF url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/paseczekx.gif');
	width: 100%;
	height: 19px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/*  Text
 --------------------- */
h1 {
	color: 7d7d7d;
	font-family: "Verdana", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: 7d7d7d;
	font-weight: bold;
	text-decoration: none;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0px 10px;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #7d7d7d;
	font-weight: bold;
	white-space: normal;
	font-size: 15px;
	text-decoration: none;
	padding: 2px 0px 2px 8px;
}
p.breadcrumbs a{
color: #37A;
}

p.breadcrumbs a:hover {
color: #3f8bc5;
}

.rtl p.breadcrumbs {
	float: right;
}



.logo2 {
	color: #FFFFFF;
	text-align:center;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding:0px 0px 0px 400px;

}
p.logo23 {
	color: #FFFFFF;
	text-align:center;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}

p.datetime {
	margin: 3px 10px;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	width: 890px;
	margin: 25px 10px 35px 10px;
	white-space: nowrap;
}

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #222222;
}

.postdetails {
	color: #222222;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Verdana", "Verdana",verdana, Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: 7d7d7d;
	font-weight: bold;
}

.catmain {
	width:100%; 
	height:30px; 
}

.cattext {
	background-color: #B7DD68;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:7px 0px 6px 8px;
	color: #FCFCFC;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #FFF;
color: #666;
}

.cattext a:link { color: #666; text-decoration:none }
.cattext a:visited { color: #666; text-decoration:none }
.cattext a:hover { color: #819855; text-decoration:none }
.cattext a:active { color: #FCFCFC; text-decoration:none }

.catbtm {
	background: #FFFFFF url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/btm_base.gif') repeat-x top left;
	height: 8px;	
	border-left: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	border-bottom: 1px #EEEEEE solid;
}

.h_nav	{
	color: #000000;
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 20px 45px 0px 40px;
	white-space: nowrap;
	width:65px;
	text-align: center;
	float:left;
}

.h_nav a:link {
	color: #000000;
	text-decoration: none;
}

.h_nav a:visited {
	color: #000000;
	text-decoration: none;
}

.h_nav a:hover, .h_nav a:active {
	color: #275C91;
	text-decoration: underline;
}

.pagination {
	padding: 4px;
	color: 7d7d7d;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	padding: 1px 10px;
	font-size: 1em;
}

.copyright {
	color: #454545;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.copyright2 {
	color: #454545;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.copyright2:link { color: #454545 }
a.copyright2:visited { color: #454545 }
a.copyright2:hover { color: #819855 }
a.copyright2:active { color: #454545 }

.titles {
	font-family: "Verdna", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

a.titles:link { color: #222222 }
a.titles:visited { color: #222222 }
a.titles:hover { color: #819855 }
a.titles:active { color: #222222 }

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	height: 23px; 
	color: #454545;
	font-size: 10px;
	font-weight : bold; 
	background-color: #a4d170;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;

}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #FFFFFF;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #a4d170;
	text-indent: 4px;
}

.row1	{ background-color: #D9E9B7; padding: 1px 3px;}
.row2	{ background-color: #D3EAA2; }
.row3	{ background-color: #D9E9B7; }

.spacer {
	background-color: #F4F4F4;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}


/* links im post */
a.postlink:link	{
	text-decoration: none;
	color : #06930E
}
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Links
 ------------ */

a:link {
	color: #5d5d5e;
	text-decoration: none;
}

a:active, a:visited {
	color: #5d5d5e;
	text-decoration: none;
}

a:hover {
	color: #819855;
	font-weight: none;
}


a.forumlink {
	color: #222222;
	font-weight: bold;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}
a.forumlink:visited { color: #666 }
a.forumlink:hover  { color: #3f8bc5;
font-weight: bold;}
a.forumlink:active { color: #222222 }

a.topictitle {
	color: #222222;
	margin: 1px 0;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
		font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

a.topictitle:visited { color: #666 }
a.topictitle:hover { color: #3f8bc5;
font-weight: bold;}
a.topictitle:active { color: #222222 }

th a,
th a:visited {
	color: #5d5d5e !important;
	text-decoration: none;
}

th a:hover {
	color: #30518D;
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	font-size:13px;
}

.btnbbcode {
	color: #222222;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
}

.btnmain {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px #E0E0E0 solid;
	color: #222222;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px #E0E0E0 solid;
	color: #222222;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px #E0E0E0 solid;
	color: #4d4d4d;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #FFFFFF;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	color: #4d4d4d;
	background-color: #E0E0E0;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #E0E0E0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #4d4d4d;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	color: #4d4d4d;
	background-color: #E0E0E0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #E0E0E0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FFFFFF;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: 7d7d7d;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}
#wrap {
	background: #E7EFD2;
	width:910px;
	text-align:left;
}

#wrapcentre {
	margin: 33px 0px 0 0px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 10px 0px 10px 0px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logoreszta {
	background: #FFFFFF url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/logoreszta.gif');
	width: 0px;
	height: 150px;
	margin: 0;
	padding: 0; 
}


/* stopka */

#stopka {
	height: 33px;
	background: #FFFFFF url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/stopkax.gif');
}

#stopkatop {
	width: 37px;
	height: 33px;
	float:left;
}

#stopka2 {
	width:8px;
	height: 33px;
	float:right;
}

div.top {border: 1px solid #FFF; background-color: #d9e9b7; width: 908px; margin: 11px 0px;}
div.top > h1 > a {display: block;}
div.top > h1 > a:hover { color: #B3CCE6; }
div.top > ul { display: block; height: 3px; list-style-type: none;}
div.top > ul > li { display: block; float: left;}
div.top > ul > li > a { display: block;  margin: 0px -10px; padding: 0px 40px 11px 3px; font-size: 15px; height: 7px;}

div#top2 {
	height: 90px;
	position: relative;
	background: #fff;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #e5e5e5;
}

div#top2 .logo {
	position: absolute;
	top: 40px;
	left: 40px;
}

div#advert {
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	padding: 15px;
	background-image: url('http://www.fleischfressende.de/forum/styles/SpringTime/theme/images/bgAdvert.gif');
}


.gsuche {
	position: relative;
	top: -80px;
	right: -610px;
	left: 610px;
	width: 280px;
}

#gsuche_feld {
font-size:16px;
border:none;
height:22px;
width:200px;
background:#E7EFD2;
}

#gsuche_button {
font-size:14px;
border:none;
height:25px;
width:70px;
background:#E7EFD2;
}

/* thanks mod */
.thanks-icon, .thanks-icon a {
background: none top left no-repeat;
}

ul.profile-icons li.thanks-icon {
width: {IMG_ICON_POST_THANKS_WIDTH}px; height: {IMG_ICON_POST_THANKS_HEIGHT}px;
}

.thanks-icon, .thanks-icon a {
background-image: url("{IMG_ICON_POST_THANKS_SRC}");
}

/* chat */
#act_indicator {
	visibility:hidden;
}
.shouts {
	height:200px;
	width:100%;
	overflow:auto;
	float:left;
}
#chat {
	width: 100%;
	text-align:left;
}
.postprofile {
	min-height: 5px !important;
	font-size: 9px;
}
#act_indicator {
	visibility: hidden;
}
.chatinput {
	width: 80% !important;
}
.online_img {
	vertical-align:middle;
}
.shouts_details {
	font-size: 9px;
	vertical-align: bottom;
	color:#999;
}
.shouts_details a {
	color:#999;
}
.shouts_time {
	font-size: 9px;
	color:#666;
}
/* chat */









































/* neu*/
.logo{
	margin: 0px 0px 0px 0px;
}





/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


#wrapper {
	margin: 0 auto;
	width: 949px;
	background-position: center;
	background-image: url(./images/wsbg.png);
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;

}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
		margin-top: 40px;
	width: 310px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */


input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #999;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:active,
a:hover {
	color: #3f8bc5;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}






/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	padding: 0px 0px 0px 25px;
	height: 37px;
	border-bottom: 2px solid #ccc;
	background-color: #5196cc;
	background-image: url(http://www.fleischfressende.de/wp-content/themes/fleischfressende/images/menubg.png);
}
#access .menu-header,
div.menu {
	font-size: 13px;
	width: 885px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
font-size: 1.4em;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 1800px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #47769a;
	height: 37px;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #47769a;
	height: 37px;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#shadow {
	margin: 0 auto;
	width: 946px;
	background-position: center;
	background-image: url(http://www.fleischfressende.de/wp-content/themes/fleischfressende/images/wsbg-forum.png);
}

/* Similar Topics*/
.smtopic{
color: #666;
}
.smtb{
padding: 0px 10px;
width: 200px;
}
.smtitle{
background-color: #d3eaa2;
padding: 2px 10px;
font-size: 1.5em;
font-size: 14px;
font-weight: bold;
border: 1px solid #fff;
}
.sminner{
padding: 0px 0px;
}

/* =social-icons
-------------------------------------------------------------- */
.social-icons a{
float: right;
width:15px;
}
.social-icons{
margin: 5px 10px 0px 0px;
}
