body {
color: #333333;
font-family:  Verdana,Arial; /*Georgia, "Times New Roman", Times;*/
background: #F7F5EC url(/img/bg.gif) repeat-x;
}

.subline { font-weight: bold; text-align: right; margin-top:-12px;}

/* only special formats for rss-suchmaschine.de */
.item {  margin: 0px; padding: 20px; }
.item h2 { margin: 0px; font-size: 135%; font-weight: normal; }
.item p { margin: 0px; padding: 0px; font-size: 100%; }
.item img { margin: 0px; }

.items { background-color: white;}
.items h2 { font-size:18px; font-weight:bold; }
.items a { color:#DB5800;  }

.requesttext {margin:20px;}
.requestitem {margin-bottom:10px}
.input {margin-bottom:10px;}
#ajaxdiv .input{width:650px;float:left;}
.ok {color:green; font-weight:bold;}
.notok {color:red; font-weight:bold;}

.result { background-image: url(/img/navon.gif); margin: 0px; color: black; padding: 5px; text-align: right; }
.search { height: 32px; background: #F7F5EC url(/img/hbg.png) repeat; color: white; /* border: 1px solid #FF8200; */ padding: 25px 10px 25px 10px; align: center;}
.content { background-color: white; }
.datum { font-style: italic; font-size: 95%; }
.highlight { font-style: bold; /*color: red; */ }

.logo { height: 100px; margin-top: 0px; /* background: #F7F5EC url(/img/header.jpg) no-repeat; */}
.logo img { margin-top: 20px; }
.header { /* background-color: #333333; color: white; */  }
.footer { margin: 20px auto; text-align: center; padding-top: 10px; /* border-top: 1px solid #76AAE0; */ }
.footer a { color: #155DA7;}

.paginator { background-image: url(/img/footer_bg.gif); margin: 0px auto; text-align: center; padding: 15px; text-decoration:none; }
.paginator a { border: 1px solid transparent; padding: 3px; background-color: #FF5200; text-decoration:none; margin-right: 5px;margin-left: 5px;}
.paginator .disabled {display: inline;border: 1px solid transparent; padding: 3px; background-color: transparent;}
.paginator .current  {display: inline;border: 1px solid #FF8200; padding: 3px; background-color: #FF8200;}
/*forms*/
label { display:block;
float:left;
text-align:right;
width:30%;}
input { margin-left: 10px;}
input[type="checkbox"] {float:left;margin-left:20px;}
input[type="submit"] {clear:both;}
