body
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
	background-image: url('/img/design/page_bg.png');
	background-position: 50% 50%;
	background-repeat: repeat-y;
}

div#container
{
	width: 980px;
	margin: 0px auto;
}

div#header
{
	width: 980px;
	height: 150px;
	text-align: left;
	background-image: url('/img/design/header_tweedehands_studieboeken_gezocht.png');
}

div#statistics
{
	margin-left: 800px;
	padding-top: 5px;
	font-weight: 900;
}

div#menu
{
	width: 979px;
	height: 40px;
	background: #000; 
}

div#content
{
	width: 920px;
	min-height: 390px;
	padding: 30px;
}

div#footer
{
	width: 980px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

a
{
	text-decoration: none;
	color: blue;
}

h1
{
	font-family: "Trebuchet MS";
	font-size: 130%;
	border: 2px solid #97b880;
	background: #e3f5ce;
	padding: 5px;
	margin: 0px;
}

h2
{
	font-family: "Trebuchet MS";
	border: 2px solid #51aacf;
	background: #c3e8ff;
	font-size: 110%;
	padding: 5px;
	margin: 0px;
}

h3
{
	font-family: "Trebuchet MS";
	font-size: 110%;
	margin: 0px;
}


p
{
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.subcontent
{
	float: left;
	width: 40%;
	margin-right: 10%;
}

table
{
	border: 0px;
}

table th
{
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}

.label
{
	text-align: right;
}

input[type="text"],input[type="password"]
{
	width: 250px;
}

table#new_search_form input[type="text"],input[type="password"]
{
	width: 180px;
}

table#new_search_form .label
{
	text-align: left;
}

input["submit"]
{
	outline: none;
}

textarea
{
	width: 250px;
	height: 200px;
	font-family:"Trebuchet MS";
	font-size: 12px;
}

.flash_error
{
	background: #ff9d9d;
	border: 2px solid red;
	padding: 5px;
}

.flash_succes
{
	background: #E0FFE0;
	border: 1px solid green;
	padding: 5px;
}

#search_results
{
	width: 100%;
	border-spacing: 0px;
}

#search_results a:active
{
	color: #000;
}

#search_results a:hover
{
	color: #000;
}

#search_results a:visited
{
	color: #000;
}

#search_results a:link
{
	color: #000;
}

#search_results th
{
	text-align: left;
	background: #e6e6e6;
}

.odd
{
	background: #DAEDF4;
	height: 60px;
}

.even
{
	height: 60px;
}

div#greeting
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: 100;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}

.page
{
	padding: 5px;
	border: 1px #40A0E0 solid;
	margin: 5px;
	width: 12px;
	float: left;
}

.page_next
{
	padding: 5px;
	border: 1px #40A0E0 solid;
	margin: 5px;
	width: 86px;
	float: left;
}

.page_dots
{
	padding: 5px;
	margin: 5px;
	width: 10px;
	float: left;
}


.current
{
	padding: 5px;
	border: 1px #40A0E0 solid;
	margin: 5px;
	background: #fff;
	width: 12px;
	float: left;
}

.current a
{
	color: #000;
}

.page a
{
	color: #40A0E0;
}

.page_next a
{
	color: #40A0E0;
}

.pagination
{
	text-align: center;
	width: 520px;
}

ol#latest
{
	margin-left: 20px;
}

