
@font-face {
    font-family: TravelingTypewriter;
	src: url("/webfonts/TravelingTypewriter.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}

body {
	background-color: #FFF2AC;
	/* background: #141 url(/etenbloggers/images/bg.gif) repeat fixed; */
	color: #000;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}


#middel {
	/* border: 1px solid #000; */
	left: 25%;
	/* margin-left: 10px; */
	background: #FDFCF6 url("/etenbloggers/images/boxbg.gif") repeat-x;	
	float: left;
	width: 700px;
}
#rechts {
	float: left;
	width: 260px;
	/* background: #141 url(/etenbloggers/images/bg.gif) repeat fixed; */

	margin-left: 10px;
}
#bundel{
	left: 50%;
	/* background: #FDFCF6 url("/etenbloggers/images/boxbg.gif") repeat-x; */
	/* background: #141 url(/etenbloggers/images/bg.gif) repeat fixed; */

	margin-left: -500px;
	position: absolute;
	width: 1000px;
	}



#reclame {
	padding-right: 5px;
	float: right;
	text-align: right;
	vertical-align: bottom;
}

#wrapper {
	border: 1px solid #000;
	background-color: #FFF;
	/* background: #FDFCF6 url("/etenbloggers/images/boxbg.gif") repeat-x; */
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
}
#header {
	width: 700px;
}
#navigation {
	background: #4a4a4a url("/etenbloggers/images/menubg.gif") repeat-x;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
}

#frampje {
	clear: both;
	font-family: verdana,arial,sans-serif;	
	font-size: 8px;
	padding-left: 40px;
	padding-right: 40px;
}

#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #a9a9a9; }
a:hover { color: #333; }

#navigation a, .table_top_title a { color: #FFF; }
#navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
    background-color: #FFF;
    line-height: 16px;

}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("/etenbloggers/images/menuactive.gif") repeat-x;
	font-size: 11px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #DCDCDC;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("/etenbloggers/images/menuactive.gif") repeat-x;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("/etenbloggers/images/menuactive.gif") repeat-x;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DCDCDC; }
.stats1 {
	background-color: #DCDCDC;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}



/* Admin */

.darkbg {
  background-color: #737373;
  color: #fff;
}

.mediumbg {
	background: #4a4a4a url("/etenbloggers/images/menuactive.gif") repeat-x;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

	.lightbg {
	color: #000;
	background-color: #FFF;
}

	.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }


textarea, input {
		font-family: verdana,arial,sans-serif;
	font-size: 11px;
}


.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}


a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
