body,td,div,th {
	font-family: arial;
	font-size: 11px;
	color: #8f7b6e;
	background-color: #391600;
}

td,th { text-align: left; }
hr { border-width: 1px; }

h1 {
	font-family: arial;
	font-size: 17px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 14px;
	font-color: #ffffff;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

A {
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.textspace {
	overflow-y: auto;
	width: 260px;
	height: 350px;
	padding-bottom: 5px;
	padding-right: 5px;
}

p {
	font-family: arial;
	font-size: 11px;
	color: #8f7b6e;
	padding-bottom: 5px;
	padding-top: 0px;
	width: 450px;
}

.message {
	font-family: arial;
	font-size: 11px;
	font-color: #ffffff;
	text-decoration: italic;
	background-image: url('img/icon_message.gif');
	background-repeat: no-repeat;
	padding-left: 22px;
	height: 25px;
}

.webshop_item {
	border-collapse: collapse;
	border-style: dashed;
	border-width: 1px;
	border-color: #ffffff;
	cursor: hand;
	width: 450px;
	height: 150px;
	padding: 4px;
	position: relative;
	float: left;
	margin: 5px;
}

a.link_next {
	background-image: url('img/icon_next.gif');
	background-repeat: no-repeat;
	background-align: left;
	padding-right: 25px;
}

a.link_back {
	background-image: url('img/icon_back.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
}

.image {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	margin: 5px;
}

.menu { margin-left: 10px; }
.unread { 
    background-color: #000000; 
}
