* { margin:0; padding: 0; outline:none; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
img { border: 0; }

body {
  font-family: "Lucida Sans Unicode", "Arial" sans-serif;
  background: url(img/bg.jpg) top left repeat-x;
}

article,
section,
header, 
footer,
dialog,
aside {
	display: block;
}

#wraper {
  width: 960px;
  margin: 0 auto;
}

#top {
  position: relative;
  height: 59px;
}

#top h1 a {
  text-indent: -9999px;
  z-index: 10;
  background: url(img/logo.jpg) top left no-repeat;
  display: block;
  width: 174px;
  height: 34px;
  position: absolute;
  top: 13px;
  left: 30px;
}

#top ul {
  list-style: none;
  top: 19px;
  position: relative;
  right: 362px;
  height: 25px;
}

#top ul li {
  float: right;
}

#top ul li a {
  text-indent: -9999px;
  float: left;
  height: 25px;
  margin: 0 7px;
  text-decoration: none;
}

#top ul li a.one {
  background: url(img/one.jpg) top left no-repeat;
  width: 51px;
}

.home a.active1, .search a.active1 {
  background: url(img/one.jpg) bottom left no-repeat !important;
  width: 51px;
}

.category-html5 a.active2 {
  background: url(img/two.jpg) bottom left no-repeat !important;
  width: 66px;
}

.category-css3 a.active3 {
  background: url(img/three.jpg) bottom left no-repeat !important;
  width: 59px;
}

#top ul li a.one:hover {
  background: url(img/one.jpg) bottom left no-repeat;
  width: 51px;
}

#top ul li a.two {
  background: url(img/two.jpg) top left no-repeat;
  width: 66px;
}

#top ul li a.two:hover {
  background: url(img/two.jpg) bottom left no-repeat;
  width: 66px;
}

#top ul li a.three {
  background: url(img/three.jpg) top left no-repeat;
  width: 59px;
}

#top ul li a.three:hover {
  background: url(img/three.jpg) bottom left no-repeat;
  width: 59px;
}

#searchform {
  width: 294px;
  height: 32px;
  position: absolute;
  right: 25px;
  top: 14px;
  background: url(img/search.jpg) top left no-repeat;
}

#searchform input {
  width: 274px;
  background: transparent;
  border: 0;
  padding: 0 10px;
  position: relative;
  top: 3px;
  font-size: 12px;
}

#all {
  background: url(img/wrap.jpg) top left repeat-y;
}

#content {
  float: left;
  width: 622px;
  margin-top: 30px;
}

aside {
  width: 338px;
  float: right;
}

footer {
  width: 100%;
  line-height: 60px;
  background: #323232;
  color: #767676;
  font-size: 11px;
  text-align: center;
}

footer a {
  text-decoration:none;
  color: #8F8F8F;
}

footer a:hover {
  text-decoration:underline;
  color: #8F8F8F;
}

h2.pagetitle {
  font-size: 22px;
  color: #5F5F5F;
  font-family: Arial;
  border: 1px solid #CCC;
  background: #F2F2F2;
  margin: 0 5% 30px 5%;
  text-align: center;
  padding: 15px 0;
}

.kategor {
  width: 23px;
  height: 55px;
  float: left;
  border: 0;
  margin: 0 5px 0 0;
  text-indent: -9999px;
}

#content article header h2 {
  font-family: Georgia;
  font-size: 30px;
  margin-left: 35px;
  margin-right: 45px;
}

#content article {
  margin-bottom: 50px;
}

#content article header h2 a {
  color: #464646;
  text-decoration: none;
  font-weight: normal;
}

#content article header h2 a:hover {
  color: #787878;
}

#content article header small {
  font-family: Georgia;
  color: #999999;
  font-size: 14px;
  display:block;
  margin-left: 35px;
  margin-right: 45px;
}

#content article header small a {
  color: #3e3e3e;
  text-decoration: none;
}

#content article header small a:hover {
  text-decoration: underline;
}

section.text {
  margin-left: 35px;
  margin-right: 45px;
  font-size: 14px;
  color: #252525;
  line-height: 23px;
  margin-top: 10px;
}

.twitter {
  width: 295px;
  height: 105px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

aside section .sb p, aside section .sb form {
  font-size: 13px;
  color: #464646;
  width: 246px;
  line-height: 23px;
  margin: 0 auto;
}

aside section .sbtop {
  background: url(img/sbtop.jpg) top left no-repeat;
  width: 296px;
  height: 8px;
  font-size: 1px;
  margin: 30px auto 0 auto;
}

aside section .sbbot {
  background: url(img/sbbot.jpg) top left no-repeat;
  width: 296px;
  height: 8px;
  margin: 0 auto;
}

aside section .sb {
  width: 296px;
  margin: 0 auto;
  background: url(img/sbbg.jpg) top left repeat-y;
  padding: 10px 0;
}

aside section .sb ul li {
  margin-left: 25px;
  margin-right: 25px;
  list-style: none;
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #ededed;
}
aside section .sb ul li a {
  color: #277eb9;
  text-decoration: none;
}
aside section .sb ul li a:hover {
  text-decoration: underline;
}


aside section .sb h3 {
  width: 246px;
  margin: 0 auto;
  font-size: 18px;
  color: #464646;
}

aside section .sb label {
  display: block;
  font-size: 12px;
  color: #838383;
  margin-bottom: -5px;
}

aside section .sb input {
  margin-bottom: 15px;
}

#url {
  width: 220px;
}

#send {
  width: 72px;
  height: 23px;
  border: 0;
  background: url(img/send.jpg) top left no-repeat;
  display: block;
  margin: 0 auto;
}

#send:hover {
  background: url(img/send.jpg) bottom left no-repeat;
}

.navigation {
  padding: 30px;
}

.navigation a {
  font-size: 13px;
  color: #006fce;
}