/*
Datei: theo.css
Autor: Bernhard Herlemann
Version: 2.3
Datum: 17.02.2009
*/



body {
   margin-top: 49px;
   padding: 0;
   background: #242424;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #BBBBBB;
}

h1, h2, h3 {
   margin: 0;
   /* text-transform: lowercase; */
   font-weight: normal;
   color: #FFFFFF;
   /*
   #FFA346;
   */
}

h1 {
   letter-spacing: -1px;
   font-size: 28px;
}

h2 {
   font-size: 23px;
}

p, ul, ol {
   margin: 0 0 2em 0;
   text-align: justify;
   line-height: 26px;
}

a {
   color: #48ACDE;
   text-decoration: none;
}


a:link {
   color: #48ACDE;
   text-decoration: none;
}


a:hover, a:active {
   color: #DF0000;
   text-decoration: none;
}

/*
a:visited {
   color: #48ACDE;
   text-decoration: none;
}
*/

img {
   border: none;
}

img.left {
   float: left;
   margin-right: 15px;
}

img.right {
   float: right;
   margin-left: 15px;
}


/* Header */

#menue_oben {
   clear: both;
   width: 860px;
   height: 52px;
   margin: 0 auto;
   background: url(images/img02.jpg) no-repeat left top;
}

/* Menu */

#menue {
   float: left;
   width: 860px;
   height: 54px;
   padding-left: 10px;
   background: url(images/img01.jpg) no-repeat left top;
}

#menue ul {
   margin: 0;
   padding: 0px 0 0 0px;
   list-style: none;
   line-height: normal;
}

#menue li {
   display: block;
   float: left;
}

#menue a {
   display: block;
   float: left;
   margin-right: 3px;
   padding: 10px 20px;
   text-decoration: none;
   text-transform: lowercase;
   font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
   /* color: #FFFFFF; */
}

#menue a:hover {
   text-decoration: none;
   /* color: #48ACDE; */
}

#menue .current_page_item a {
   ;
   /* color: #48ACDE; */
}

/** LOGO */


#ueberschrift {
   width: 820px;
   height: 60px;
   margin: 0 auto;
}

#ueberschrift h1, #ueberschrift h2 {
   float: left;
   margin: 0;
   padding: 0 0 0 20px;
   line-height: normal;
}

#ueberschrift h1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size:36px;
   font-style: italic;
}

#ueberschrift h1 a {
   text-decoration: none;
   color: #FFFFFF;
}

#ueberschrift h1 a:hover { text-decoration: none; }

#ueberschrift h2 {
   padding: 20px 0 0 5px;
   font: italic 13px Georgia, "Times New Roman", Times, serif;
   color: #48ACDE;
}

#ueberschrift p a {
   text-decoration: none;
}

#ueberschrift p a:hover { text-decoration: none; }


#mitte {
   width: 860px;
   margin: 0 auto;
   background: #000000 url(images/img02.jpg) no-repeat left top;
}

#mitte_cont {
   background: url(images/img03.jpg) no-repeat left bottom;
}
/* Basis Einstellungen Seite */

#seite {
   width: 860px;
   margin: 0 auto;
   padding-top: 20px;
}

/* Inhalt */

#inhalt_ohne_menue  {
   float: left;
   width: 830px;
   padding-left: 30px;
}


#inhalt {
   float: right;
   width: 600px;
}

/* Einzelne Artikel */

.artikel {
   padding: 15px 0px ;
}

.artikel .title {
   margin-bottom: 20px;
   padding-bottom: 5px;
}

.artikel h1 {
}

.artikel h2 {
   height: 32px;
   padding: 8px 0 0 0px;  /* mit dem letzten Parameter nach rechts verschieben */
   font-size: 18px;
   color: #DADADA;
}

.artikel .entry {
   padding: 0 15px;
}

.artikel .meta {
   margin-left: 15px;
   margin-right: 15px;
   padding: 15px 0px 30px 0px;
   border-top: 1px dashed #333333;
   font-size: 10px;
}

.artikel .meta p {
   margin: 0;
   line-height: normal;
   color: #999999;
}

.artikel .meta .byline {
   float: left;
}

.artikel .meta .links {
   float: right;
}

.artikel .meta .more {
   padding: 0 20px 0 18px;
   background: url(images/img11.gif) no-repeat left center;
}

.artikel .meta .comments {
   padding-left: 22px;
   background: url(images/img12.gif) no-repeat left center;
}

.artikel .meta b {
   display: none;
}





/* Menue auf der linken Seite */
#menue_links {
   float: left;
   width: 210px;
   padding-left: 30px;
}

#menue_links ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#menue_links li {
   margin-bottom: 40px;
}

#menue_links li ul {
}

#menue_links li li {
   margin: 0;
}

#menue_links h2 {
   height: 32px;
   margin-bottom: 10px;
   font-size: 18px;
   color: #DADADA;
}





/* Unterer Bereich */

#unten_cont {
   width: 860px;
   height: 64px;
   margin: 0 auto;
}

#unten {
   margin: 0 auto;
   height: 64px;
   min-height: 64px;
   padding: 0;
   font-size: 10px;
}

#html>body #unten {
   height: auto;
}

#unten p {
}


