body {
    background-image: url(images/wallpaper_dark.jpg);
    background-repeat: repeat;
    background-position: top;
}
table {
    font-family: Arial;
	font-size: 12px;
	color: #C0B096;
}
.text_d {
    font-family: Arial;
	font-size: 12px;
	color: #7A6B4A;
}
.text_small {
    font-family: Arial;
	font-size: 11px;
	color: #7A6B4A;
}
.text_b {
    font-family: Arial;
	font-size: 12px;
	color: #3B3221;
}
a {
	font-size: 12px;
	color: #E5B65C;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;	
}
a:active {
	font-size: 12px;
	color: #93641E;
	text-decoration: underline;	
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
}
a:visited {
	font-size: 12px;
	color: #E5B65C;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;	
}
a:hover {
	font-size: 12px;
	color: #8F6819;
	text-decoration: underline;	
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
}
a.menu {
	font-size: 12px;
	color: #E5B65C;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;	
	padding-left: 10px;
	padding-right: 10px;
}
a.menu:active {
	font-size: 12px;
	color: #FBDA9D;
	text-decoration: none;	
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
a.menu:visited {
	font-size: 12px;
	color: #E5B65C;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;	
	padding-left: 10px;
	padding-right: 10px;
}
a.menu:hover {
	font-size: 12px;
	color: #FBDA9D;
	text-decoration: none;	
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
a.forum {
	font-size: 12px;
	color: #7B6E4C;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;	
	padding-left: 20px;
	padding-right: 0px;
}
a.forum:active {
	font-size: 12px;
	color: #FBDA9D;
	text-decoration: underline;		
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 0px;
}
a.forum:visited {
	font-size: 12px;
	color: #7B6E4C;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;	
	padding-left: 20px;
	padding-right: 0px;
}
a.forum:hover {
	font-size: 12px;
	color: #FBDA9D;
	text-decoration: underline;		
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 0px;
}
a.num {
	font-size: 12px;
	color: #E5B65C;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;	
	padding: 3px;
}
a.num:active {
	font-size: 12px;
	color: #FBDA9D;
	text-decoration: underline;		
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	padding: 3px;
}
a.num:visited {
	font-size: 12px;
	color: #E5B65C;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;	
	padding: 3px;
}
a.num:hover {
	font-size: 12px;
	color: #FBDA9D;
	text-decoration: underline;		
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	padding: 3px;
}
.table_midle {
	background-image: url(images/wallpaper_light.jpg);
	background-repeat: repeat;
	background-position: top;
	border: 1px solid #2A2417;
	font-family: Arial;
	font-size: 12px;
	color: #7A6B4A;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.table_content {
	background-color: #3D3220;
	border: 1px solid #2A2418;
	font-family: Arial;
	font-size: 12px;
	color: #C0B096;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.table_strip {
	background-color: #3D3220;
	border-left: 0px solid #2A2418;
	border-right: 0px solid #2A2418;
	border-top: 0px solid #2A2418;
	border-bottom: 1px solid #2A2418;
	font-family: Arial;
	font-size: 12px;
	color: #C0B096;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.table_strip_end {
	background-color: #3D3220;
	border-left: 0px solid #2A2418;
	border-right: 0px solid #2A2418;
	border-top: 0px solid #2A2418;
	border-bottom: 0px solid #2A2418;
	font-family: Arial;
	font-size: 12px;
	color: #C0B096;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.table_forum_theme {
	background-color: #352C1B;
	border: 1px solid #2A2418;
	font-family: Arial;
	font-size: 12px;
	color: #C0B096;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.form {
	border: 1px solid #3C3322;
	font-size: 12px;
	color: #7A6B4A;
	font-family: Arial;
	heidht: 12px;
	background-color: #2A2418;
}
.banner_premium {
    border: 1px solid #2A2418;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.banner_midle {
    border: 1px solid #2A2418;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.bottom_small {
	background-image: url(images/bottom_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #574521;
	text-decoration: none;
	border: 0px solid #6BA4D6;
	margin: 2px 2px 0px 0px;
}
.bottom_small2 {
	background-image: url(images/bottom_small2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #574521;
	text-decoration: none;
	border: 0px solid #6BA4D6;
	margin: 2px 2px 0px 0px;
}
.bottom_midle {
	background-image: url(images/bottom_midle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #574521;
	text-decoration: none;
	border: 0px solid #6BA4D6;
	margin: 2px 2px 0px 0px;
}
.bottom_num {
	background-image: url(images/bottom_num.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #574521;
	text-decoration: none;
	border: 0px solid #6BA4D6;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.bottom_num2 {
	background-image: url(images/bottom_num2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #574521;
	text-decoration: none;
	border: 0px solid #6BA4D6;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.bottom_big2 {
	background-image: url(images/bottom_big2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #574521;
	text-decoration: none;
	border: 0px solid #6BA4D6;
	margin: 2px 2px 0px 0px;
}
.text {
	font-family: Arial;
	font-size: 10px;
	color: #C1B095;
}
.otziv {
	font-size: 12px;
	color: #C1B095;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;	
}
.big {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #7B6E4C;
	text-decoration: none;
}
.big2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #B2B096;
	text-decoration: none;
}
.pict {
    border: 5px solid #7B6E4C;
}
.pict_avatar {
    border: 1px solid #282828;
}
