/*
Theme Name: Eigenes Template
Theme URI: http://huppeneihui.de
Description: Template von http://huppeneihui.de
Author: Pat Possible
Author URI: http://huppeneihui.de
*/
 
/* SEITE */
body {
   margin-top: 27px;
   margin-bottom: 27px;
   font-family: Verdana;
   font-size: 12px;
}
a {
   color: #F66800;
   text-decoration: none;   
}
a:hover {
   text-decoration: underline;
}
.footer a {
   color: #F66800;
   font-size: 10px;
   text-decoration: none;
}
.footer a:hover  {
   text-decoration: underline;
}
.links_footer {
   color: #888888;
   font-size: 10px;
   padding-right: 29px;
   padding-top: 30px;
}
.links_footer a {
   color: #888888;
   font-size: 10px;
   text-decoration: none;
}
.links_footer a:hover  {
   text-decoration: underline;
}
a.sidebar {
   display:block;
   border: 1px solid #ffffff;
   color: #2A2A2A; background-color: #ffffff;
   padding-top: 1px; padding-bottom: 3px;
   padding-left:6px; padding-right: 6px;
   margin-bottom: 2px;
   text-decoration: none;
}
a.sidebar:hover {
   border: 1px solid #CBC6B9;
   background-color: #E8E3D8;
}
a.topic {
   color: #F66800;
   font-size: 16px;
   text-decoration: none;
}
a.topic:hover {
   text-decoration: underline;
}
#s {
   width: 130px;
   border: 1px solid #E5E5E5;
}
/* SEITE */



/* RAHMEN */ 
.o_l {
   background-image: url(images/o_l.png);
   height: 75px; width: 5px;
}
.o_r {
   background-image: url(images/o_r.png);
   height: 75px; width: 5px;
}
.l {
   background-image: url(images/l.png); 
   width: 5px;
}
.r {
   background-image: url(images/r.png); 
   width: 5px;
}
.u_l {
   background-image: url(images/u_l.png);
   background-repeat: no-repeat;
   height: 61px; width: 5px;
}
.u_r {
   background-image: url(images/u_r.png);
   background-repeat: no-repeat;
   height: 61px; width: 5px;
}
/* RAHMEN */



/* HEADER */
.header_logo {
   margin-top: 24px;
   margin-left: 29px;
}
.header_links {
   position: absolute;
   margin-left: 0px;
   margin-top: 37px;
   text-align: right;
   width: 579px;
   font-size: 10px;
}
.header_links a {
   color: #888888;
   margin-left: 28px;
   text-decoration: none;
   font-size: 10px;
}
.header_links a:hover {
   text-decoration: underline;
}
.status {
   position: absolute;
   margin-left:-78px; 
   margin-top:1px;
}
.header_background {
   background-image: url(images/header_background.jpg);
   background-repeat: no-repeat;/**/
   width: 550px; height: 111px;
   cursor: pointer;
}
.header_blank {
   z-index: 100;
}
.header_image {
   position: absolute;
   margin-top: 0px;
   margin-left: 0px;
   z-index: -1;
}
/* HEADER */



/* ITEM */
.item {
   padding-bottom: 60px;
}
.item_c {
   padding-bottom: 40px;
}
.comment {
   margin-left: 30px;
   margin-right: 30px;
   margin-bottom: 30px;
}
.comment_topic {
   color: #F66800;
   font-size: 14px;
}
.item_topic {
   color: #F66800;
   font-size: 16px;
}
.item_date {
   color: #999999;
   font-size: 10px;
   padding-top:7px;
   padding-bottom:5px;
}
.item_date a {
   color: #999999;
   text-decoration: none;
}
.item_date a:hover {
   color: #999999;
   text-decoration: underline;
}
.item_content {
   color: #666666;
   text-align: justify;
   padding-right: 8px;
   line-height: 17px;
}
/* ITEM */


/* SIDEBAR */
.side_topic {
   color: #F66800;
   font-size: 16px;
}
.side_div {
   margin-bottom: 25px;
}
.side_div a {
   display:block;
   border: 1px solid #ffffff;
   color: #2A2A2A; background-color: #ffffff;
   padding-top: 1px; padding-bottom: 3px;
   padding-left:6px; padding-right: 6px;
   margin-bottom: 2px;
   text-decoration: none;
}
.side_div a:hover {
   border: 1px solid #CBC6B9;
   background-color: #E8E3D8;
}
.side_div ul {
   margin-left: 0px;
   padding-left: 0px;
}
.side_div li {
   margin-left: 0px;
   padding-left: 0px;
   list-style: none;
} 
/* SIDEBAR */



