body {
	width: 100%;
 	margin: 0 auto;
	padding: 0;
	color: #444;
	text-align: center;
	font-size: 12px;
  background: #fdb813;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  line-height: 1.3em;
  min-width: 1140px;
}
div#main {
  width: 100%;
	text-align: left;
}
.klirni {
	clear: both;
}
img {
	border: none;
}
img.border {
  border: solid #666 1px;
  padding: 2px; 
}
table{
  font-size: 12px;
}
a {
  text-decoration: underline;
   color: #3399cc;
}
a:hover {
  text-decoration: none;
}
p{
  margin: 14px 0 0 0;
  padding: 0;
}
p.nomargin{
  margin: 0;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
form{
  margin: 0;
}
/***/
div#top{
  background: #fff url(../gfx/bg_top.jpg) no-repeat 100% 0;
}
div#topo{
  width: 1100px;
}
div#topleft{
  width: 469px;
  height: 133px;
  float: left;
  margin: 20px 0 20px 60px;
}
div#topright{
  width: 500px;
  float: right;
  margin-top: 40px;
}
div#topright p{
  margin: 7px 0 0 0; 
}
div#topright form input.input{
  width: 300px;
  border: solid #909090 1px;
  font-size: 18px;
}
div#topright form input.submit{
  font-size: 14px;
}
div#menu{
  background: #aa1203 url(../gfx/bg_menu.png) repeat-x;
  height: 51px;
}

div#menu ul{
  margin: 0;
  padding: 16px 0 0 40px;
}
div#menu li{
  display: inline;
  padding-right: 35px;
}

div#menu li a{
  font-size: 18px;
  font-style: italic;
  color: #bdbdbd;
  text-decoration: none;
}
div#menu li a:hover{
  text-decoration: underline;
  color: #fff;
}
div#menu li a.active{
  color: #fff;
  text-decoration: underline;
}

div#content{
  background: #5f5f5f url(../gfx/bg_content.png) repeat-y;;
}
div#contento{
}
div#contentleft{
  padding: 15px 0 20px 0;
  float: left; 
  width: 756px;
  min-height: 1500px;
}
div#contentright{
  padding: 20px 40px;
  float: right; 
  color: #aaa;
  margin-left: 756px;
  position: absolute;
}  

div#foot{
  text-align: center;
  color: #444;
  font-size: 11px;
  border-top: #b07e07 solid 2px;
}
div#foot p{
  margin: 25px 0;
}

div#foot a{
  color: #444;
} 
div#foot a:hover{
  text-decoration: none;
}
div.twittero{
  min-height: 135px;
  float: left;
}
div#twitters{
  margin-left: 40px;
}
div.twitter{
  width: 313px;
  margin: 10px 35px 10px 0;
  float: left;
  padding: 0 5px 5px 0;
  background: #f8f8f8;
  border-bottom: solid 2px #c0c0c0;
  border-right: solid 1px #c0c0c0;
}

div.twitter:hover{
  background: #f0f0f0;
  border-bottom: solid 2px #a6a6a6;
  border-right: solid 1px #a6a6a6;
}

div.photo,div.phototweet{
  background: url(../gfx/bg_photo.png) no-repeat;
  width: 53px;
  float: left;
}
div.phototweet{
  margin-right: 10px;
}
div.details{
  width: 250px;
  float: right;
}
div.details strong a{
  color: #444;
}

div.details p{
  margin: 0 0 3px 0;
}
div.details p.follow{
  color: #de2918;
  font-size: 10px;
  margin-bottom: 0;
}
div.details p.location{
  font-size: 10px;
}
div.details p.description{
  font-size: 10px;
}
div#searchdiv form p {
  margin: 0;
  vertical-align: top;
}

div#searchdiv{
  padding: 7px 25px;
  margin-bottom: 10px;
  border-bottom: solid 2px #ccc;
  background: #c0c0c0;
  border-bottom: solid 2px #a0a0a0;
}
div#searchform{
  float: right;
  width: 400px; 
  text-align: right;
}
div#searchform form input.input{
  width: 250px;
  border: solid #909090 1px;
  font-size: 18px;
}
div#searchform form input.submit{
  margin-top: 5px;
}
div.sortby{
  width: 300px;
  float: left;
}
div.sortby a{
  text-decoration: none;
  padding-right: 10px;
  color: #000;
  display: block;
  float: left;
  padding-top: 15px;
  font-size: 11px;
  display: block;
  white-space: pre;
  font-family: monospace;
}
div.sortby a.active{
  font-weight: bold;
  background: url(../gfx/bg_sort.png) no-repeat top center;
}
div.sortby a:hover{
  text-decoration: underline;
}
p.err, p.msg{
  color: red;
  padding: 7px 15px;
  background: #f8f8f8;
  border: solid 1px  #ffcc00;
  font-size: 13px;
}
p.msg{
  color: green;
}


/****/
p.paging strong, p.paging a{
  margin: 2px;
  background: #f9f9f9;
  padding: 2px 5px;
  border: solid 1px silver;
  line-height: 25px;
  text-decoration: none;
  color: #777;
  color: #000;
}
p.paging a:hover{
  text-decoration: underline;
}
p.paging strong{
	background: #FF6600;
	color: #fff;
  	border: none;
}
p.paging{
  color: #777;
  text-align: center;
}
p.paging a.nextPrev{
 	border: none;
}
p.paging a.nextPrev:hover{
	text-decoration: underline;
 	color: #000;
}
/***/
div#tweety{
  padding: 10px 40px;
  font-size: 11px;
}
div.eachtweet:hover{
  background: #f0f0f0;
}
div#tweety strong a{
  color: #000;
}

div#oprojekte{
  padding: 0 40px 10px 40px;
}

h1{
  color: #000;
  margin: 20px 0 7px 0;
  padding:  0;
  font-size: 28px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1em;

}
h2{
  color: #006c88;
  margin: 18px 0 15px 0;
  padding:  0;
  font-size: 18px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
}

h3{
  color: #cc0000;
  margin: 30px 0 15px 0;
  padding:  0;
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
}
p.statisticnumbers, p.statisticnumbers a{
  font-size: 15px;
  text-align: left;
  color: #aaa;
  text-decoration: none;
}
p.statisticnumbers a:hover{
  text-decoration: underline;
}
p.statisticnumbers strong{
  font-size: 30px;
}
div.eachtweet{
  border-bottom: dashed 1px #444;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
img.border-right{
	border: solid 1px #ccc;
}
div.replyretweet{
	text-align: right;
	padding-right: 10px; 
}
div.replyretweet a{
	color: #000;
	font-size: 10px;
}
div.replyretweeto{
	height: 10px;
}