/*
Theme Name: Bloglayout Seoline #1 Theme
Theme URI: http://www.ripucom.de
Description:
Version: 1.0
Author: Richard Pulch
Author URI: http://www.ripucom.de

*/
* {
  font-family: Verdana;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #122D48;
  background-color: #313131;
  background-image: url(images/background.jpg);
  background-repeat: repeat-x;
}
img {
  border:0px;
}
a {
  text-decoration: none;
  color: #444444;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  margin: auto;
  margin-top: 35px;
  width: 900px;
  height: 500px;
}
#headerframe, #contentframe {
  width: 900px;
  background-color: #fff;
  padding:5px;
}
#header {
  background-image: url(images/headerbackground.jpg);
  background-repeat: repeat-x;
  width: 900px;
  height: 270px;
}
#blogtitle {
  padding-left: 90px;
  padding-top: 110px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
#blogtitle a {
  color: #000;
  text-decoration:none;
}
#blogslogan {
  padding-left: 90px;
  padding-top: 10px;
  font-size: 20px;
  color: #fff;
}
#contentframe {
  margin-top: 20px;
}
#contentinnerframe {
  width: 900px;
}
#sidebar {
  float: left;
  width: 248px;
  color: #444444;
  font-size: 13px;
}
#content {
  float: left;
  margin-left: 22px;
  width: 630px;
  text-align: justify;
}
div.headline {
  height: 26px;
  background-image: url(images/headlines.jpg);
  background-repeat: repeat-x;
}
#sidebar div.headline {
  color: #444444;
  width: 248px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 25px;
}
#sidebar ul {
  list-style-image: url(images/page.jpg);
  font-size: 13px;
}
#sidebar li {
  margin-top: 6px;
}
#sidebar ul.links {
  list-style-image: url(images/links.jpg);
  font-size: 13px;
}
#sidebar ul a {
  color: #444444;
}
#sidebar div.box {
  margin-left: 21px;
  margin-top: 12px;
}
#sidebar input.search {
  border:1px solid #797979;
  background-color: #fff;
  width: 205px;
}
#sidebar input.btn {
  background-image: url(images/backgroundbutton.jpg);
  background-repeat: repeat-x;
  height: 21px;
  width: 88px;
  border:1px solid #818181;
  border-bottom:0px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
  margin-left: 119px;
}
h1, h2 {
  color: #2C415C;
  font-size: 13px;
  margin:0px;
  padding:0px;
  line-height: 29px;
  padding-left: 10px;
}
#content p {
  padding-left: 10px;
  padding-right: 20px;
}
div.information {
  border:1px solid #D3D3D3;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}