* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body {
  text-align: center;
  font: 0.8em/150% Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333;
}

#wrapper {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

a {
  color: #2266BB;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #81B054;
  text-decoration: none;
}

/* header */

#header {
  background: url(/images/header.jpg) top left no-repeat;
  height: 88px;
  margin-top: 20px;
}

#header a {
  display: block;
  text-indent: -5000em;
}

#header .linkarena {
  height: 25px;
  width: 192px;
}

#header .home {
  height: 23px;
  width: 201px;
  position: absolute;
  top: 53px;
  left: 12px;
}

#header .signup {
  position: absolute;
  top: 49px;
  right: 140px;
  width: 200px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
}

#stats {
  position: absolute;
  top: 45px;
  left: 775px;
}

#stats strong {
  color: #81B054;
}

/* content */

#content {
  margin-top: 20px;
  border-bottom: 20px solid #fff;
  float: left;
  width: 900px;
}

#primary {
  width: 550px;
  float: left;
}

#sidebar {
  margin-top: 23px;
  width: 340px;
  float: right;
  border-top: 3px solid #2266bb;
}

p {
	margin: 3px 0 8px 0;
}

/* sidebar */

#sidebar .inner {
  margin-top: 1px;
  background: #f4f4f4;
  padding: 3px
}

#sidebar h3 {
  font-size: 100%;
  padding: 4px 10px;
}

#sidebar .unit {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 6px;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  border-bottom: 3px solid #2266bb;
  font-size: 130%;
  height: 23px;
}

h1 span {
  color: #fff;
  padding: 4px 7px;
  background: #2266bb;
}

/* linkblog unit */

.linkblog_unit {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.linkblog_unit .screenshot {
  display: block;
  float: left;
  height: 75px;
  width: 100px;
  border: 1px solid #2266BB;
  padding: 1px;
}

.linkblog_unit .screenshot:hover, .linkblog_unit .screenshot:focus {
  border: 2px solid #7FB055;
  padding: 0;
}

.linkblog_unit img {
  text-indent: -5000em;
  background: #ddd;
  height: 75px;
  width: 100px;
  display: block;
}

.linkblog_unit .details {
  margin-left: 120px;
}

.linkblog_unit .date {
  color: #888;
  text-align: right;
  padding-left: 3px;
  padding-right: 5px;
  width: 60px !important;
}

.linkblog_unit h2 {
  margin-bottom: 5px;
}

.linkblog_unit table {
  font-size: 90%;
}

.linkblog_unit caption {
  text-align: left;
  font-weight: bold;
  color: #666;
}

ul.einrueck {
  margin-left: 21px !important;
}

caption {
	font-weight: bold !important;
}

/* letters */

.letters {
  height: 89px;
}

.letters li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.letters li a {
  display: block;
  height: 24px;
  width: 24px;
  border: 1px solid #26b;
  text-align: center;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
}

.letters li a:hover, .letters li a:focus {
  background: #26b;
  color: #fff;
}

/* footer */

#footer {
  width: 100%;
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 90%;
  color: #777;
}



.pagination {	
}

	.pagination .per-page {	
		display: block;
		text-align: right;
		margin: 12px 0 6px 0;
		font-size: 90%;
	}

	.pagination .pages {	
		display: block;
		text-align: left;
		margin: 4px 0 6px 0;
	}

	.pagination .pages a.selected {	
		font-size: 110%;
		text-decoration:none;
		font-weight: bold;
	}
