/*  
Titel Infos
*/

/* Defaults */

* {
  margin: 0px;
  padding: 0px;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #1a7cbb;
  text-decoration: underline;
  font-weight: bold;
  }

a:hover {
  color: #000;
  text-decoration: underline;
  }

#home {
  position: absolute;
  float: left;
  margin-top: 17px;
  width: 624px;
  height: 115px;
}

#erotikkontakte a {
  color: #fff;
}

#home a {
display: block;
width: 100%;
height: 100%; 
}

.follow_buttons {
 border-top: 2px solid #e3e3e3;
 list-style: none;
}

#comment_uebersicht {
 border-top: 2px solid #e3e3e3;
}

.tags_overall {
  border-top: 2px solid #e3e3e3;
  font-size: 10px;
  padding-bottom: 2px;
}

.tags_overall a {
  color: #676767;
}

.tags_overall a:hover {
  color: #000;
}

#vanerotik {
padding: 3px 3px 0px 3px;
border: 2px solid #e3e3e3;
}

#werbung {
margin-top: 10px;
padding: 3px 3px 0px 3px;
border: 2px solid #e3e3e3;
}

#werbung2 {
margin-top: 10px;
padding: 3px;
border: 2px solid #e3e3e3;
}

#blogroll {
font-size: 9pt;
margin-top: 10px;
padding: 3px;
border: 2px solid #e3e3e3;
}

#links {
margin-top: 10px;
margin-bottom: 5px;
padding: 3px;
border: 2px solid #e3e3e3;
text-align: center
}

blockquote {
  background: url(images/bquotes.jpg) left top no-repeat #FFFFCC;
  padding-left: 20px; 
  margin: 10px 10px 0px 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: auto; /*10px auto;*/
  width: 1000px;
  font-family: sans-serif; /* 'trebuchet ms', arial, sans-serif; */
  text-align: center; /* IE Centering Technique */
  background: #000;
  }


/* Header and wrapper*/

  #wrapper {
  text-align: left; /* IE Centering Technique */ 
  }

#header {
  margin: 0 0px;
  height: 200px;
  background: url(images/bgheader_gesamt_2_2.jpg) left repeat-x;
  }

#head_navi {
  height: 13px;
  float: right;
  padding-right: 10px;
  margin-top: 141px;
  font-size: 11px;
  color: #fff;
  overflow: hidden;
  border-right: 1px solid #979797 ;
  border-top: 1px solid #979797 ;
  background: url(images/title_back_klein2.jpg) left repeat-x;
}

#head_navi li {
  list-style-type: none;
  display: inline;
}

#head_navi a {
  color: #fff;
  text-underline: none;
  text-decoration: none; 
  border-left: 1px solid #979797 ;
  padding-left: 5px;
  padding-right: 5px;
}

#head_navi a:hover {
  color: #ff9600;
  text-underline: none;
  text-decoration: none; 
}

#title {
  float: left;
  margin-left: 45px;
  margin-top: 15px;
  /* width: 360px;  --bei vollständiger größe verrutscht die obere navi leiste */
  display:inline;
  }

#header h1 {
  padding: 0;
  font-size: 16pt;
  }

#header h1 a {
  color: #ffc527;
  font-size: 20pt;
  text-decoration: none;
  }

#header h1 a:hover {
  color: #7428c5;
  text-decoration: none;
  }

#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }

/* search */

#header #searchform{
  float: right;
}

#searchform {
  position: absolute;
  width: 340px;
  height: 31px;
  margin-top: 60px;
  margin-left: 625px;
  background: url(images/bgsearch_2_3.gif) left no-repeat;
}

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 20px;
  margin-top: 8px;
  width: 255px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 42px;
  height: 24px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }



/* ##################### NAVIGATION HEADER ###################### */

#nav {
  float: left;
  position: absolute;
  /* clear: both; */
  margin-top: 155px;
  padding-left: 0px;
}

#nav, #nav ul { 
list-style: none;
}

#nav a {
margin-left: 10px;
padding-right: 10px;
display: block;
line-height: 32px;
font-weight: bold;
font-size: 11pt;
color: #fff;
border-right: 1px solid #979797 ;
text-decoration: none;
}

#nav a:hover {
color: #ff9600;
}

#nav li { 
float: left; 
}

#nav li ul { 
position: absolute;
background: #111111;
/* width: auto; */ 
text-align:left;
left: -999em;
border-right: 1px solid #979797;
border-top: 1px solid #979797;
border-left: 1px solid #979797;
border-bottom: 1px solid #979797;
}

#nav li ul a { 
padding-right: 10px;
}

#nav ul li ul li a {
}

#nav ul li ul li {
}

#nav ul li ul {
  width: 998px; /* macht bei den ersten Unterpunkten den autom. Hintergrund nach rechts voll */
}

#nav ul li ul li ul {
background: #000;
}

#nav ul li ul li ul li a {
border-right: 0px;
background: #000;
background: url(images/bullet_3.gif) left 11px no-repeat;
padding-left: 11px;
}

#nav li ul ul { 
text-align:left;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
left: 0px;
}


#head_navi li.rssmenu a {
  color: #ff9600;
}

#head_navi li.rssmenu a:hover {
  color: #fff;
  }



/* ################## NAVIGATION HEADER ENDE ################# */

/* ################## SIMILAR POSTS RIGHT #################### */

#similar_posts {
  margin-top: 10px;
  width: 300px;
  border: 2px solid #e3e3e3;
  padding-right: 3px;
  padding-left: 3px;
  padding-top: 3px;
}

#similar_posts h2 {
  background: #2c2c2c;
  background: url(images/title_back_klein.jpg) left repeat-x;
  color: #fff;
  height: 25px;
  font-size: 11pt;
  font-weight: bold;
  line-height: 20pt;
}

#similar_posts hr {
}

#similar_posts a {
  color: #1a7cbb;
  text-decoration: none;
}

#similar_posts a:hover {
  color: #000;
  text-decoration: underline;
}

/* ################## SIMILAR POSTS RIGHT END ################ */

/* ################## Twitter - Feed ######################### */

#feed_side {
  margin-top: 10px;
  width: 300px;
  border: 2px solid #e3e3e3;
  padding-right: 3px;
  padding-left: 3px;
  padding-top: 3px;
}

#feed_side h2 {
  background: #2c2c2c;
  color: #fff;
  height: 25px;
  font-size: 11pt;
  font-weight: bold;
  line-height: 20pt;
}

/* ###twitter - feed - ende ##### */


/* Content */

#main {
  clear: both; 
  width: 998px; /* Prevents IE6 miscalculation */
  background: #fff;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
} 

#contentwrapper {
  width: 670px;
  padding-left: 5px;
  float: left;
}

#contentwrapper_fullwidth {
  width: 1000px;
  float: left;
  padding-left: 15px;
  padding-right: 5px;
  }

#content {
  }

#content .pageTitle {
  font-size: 15pt;
  letter-spacing: -1px;
  color: #222;
  }

.post {
  margin-top: 0px;
  margin-bottom: 15px;
  border: 2px solid #e3e3e3;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  }


h2.postTitle {
  padding: 0px 10px;
  letter-spacing: -1px;
  background: #2c2c2c;
  color: #fff;
  background: url(images/title_back.jpg) left repeat-x;

  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  color: #fff;
  line-height: 14pt;
  text-decoration: none;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 10pt;
  color: #7b7b7b;
  border-bottom: 2px solid #e3e3e3;
  }

.post img {
  margin: 10px;
  }

#content p, .postContent p {
  font-size: 10pt;
  color: #333;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.comment {
  border-top: 1px solid #ebebeb;
  }

#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #727248;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #727248;
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment_2.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #333;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  }

textarea {
  width: 490px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 530px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e3e3e3;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  margin: 10px;
  border: 2px solid #e3e3e3;
 }

/*+++++++++++++ Leftbar ++++++++++++++*/

#leftbars {
  float: left;
  width: 100px;
  overflow: hidden;
  padding-left: 5px;
}


#leftbars h2 {
  padding: 0 0 2px 0;
  font-size: 12pt;
  color: #333;
  letter-spacing: -1px;
  border-bottom: 1px solid #e4e4e4;
}  

/*++++++++++ ENDE LEFBAR ++++++++++++++*/

/*++++++++++ Sidebars +++++++++++++++++*/

#sidebars {
  float: right;
  width: 310px;
  overflow: hidden;
  padding-right: 5px;
}

#sidebar0 {
  }

#sidebar0 table {
  width: 300px;
}

#sidebar1 {
  float: left;
  width: 150px;
  }

#sidebar2 {
  float: right;
/*  padding-right: 15px; */
  width: 150px;
  }

#sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 12pt;
  letter-spacing: -1px;
  }

#sidebar1 table {
  width: 150px;
  }


#sidebar2 table {
  width: 150px;
  }

#sidebars ul {
  margin: 0;
  padding-left: 4px;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
/*  color: #333; */
  text-decoration: none;
  }

#sidebars a.showit {
  }

#sidebars a:hover {
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
  }

#tag_cloud a {
  display: inline; 
 }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}

/*++++++++++++++ Sidebars Ende +++++++++++++*/

/*++++++++++++ Weekly Gallery +++++++++++++*/

#weekly_gal_all {
  width: 155px;
  overflow: hidden;
}

#weekly_gal_header {
  width: 155px;
  background: #782ac6;
}

#weekly_gal_header h2 {
  font-size: 12pt;
  padding-left: 5px;
  color: #ffc525;
}

#weekly_gal_content {
  width: 155px;
}

#weekly_gal_footer {
  width: 155px;
}

#weekly_gal_footer h2 {
  font-size: 10pt;
  padding-left: 5px;
  line-height: 10px;
}

/*++++++++++++ Gallerie of the Week >ENDE<+++++++++++++*/


/*++++++++++++ Navigation +++++++++++++*/

#navigate_side_all {
  margin-top: 10px;
  width: 300px;
/*  border-right: 1px solid #e0e0e0; */
  border: 2px solid #e3e3e3;
  padding-right: 3px;
  padding-left: 3px;
  padding-top: 3px;
}

#navigate_side_header {
  background: #2c2c2c;
  background: url(images/title_back_klein.jpg) left repeat-x;
  color: #fff;
  height: 25px;
  font-size: 11pt;
  font-weight: bold;
  border-bottom: 2px solid #e3e3e3;
  line-height: 20pt;
}

#navigate_side_header a {
  padding-left: 4px;
  color: #fff;
  cursor: pointer;
}

#navigate_side_header a:hover {
/*  color: #ff9600; */
  text-style: none;
}

#navigate_side_content {
/*  margin-left: 12px; */
}

#a_navi {
height: 0px;
font-size: 0px;
line-height: 0px;
}

#b_navi {
height: 0px;
font-size: 0px;
line-height: 0px;
}

#c_navi {
height: 0px;
font-size: 0px;
line-height: 0px;
}

#dummy ul {
margin-top: 10px;
}

#dummy ul li {
margin-top: -10px;
margin-bottom: 10px;
border-bottom: 2px solid #e3e3e3;
}

#dummy ul li ul li{
border-right: none;
border-bottom: none;
}

#dummy a {
color: #1a7cbb;
}

#dummy a:hover {
color: #000;
text-decoration: underline;
}

/*++++++++++++ Navigation >ENDE<+++++++++++++*/

/*++++++++++++++ Footer ++++++++++++++++++*/

#footer {
  margin: 0 0px;
  background: url(images/bgfooter.png) no-repeat;
  height: 57px;
  }

#footer p {
  padding-top: 20px;
  color: #979797;
}

#footer p a {
  font-size: 10pt;
  color: #ff9600;
  text-decoration: none;
  }

#footer p a:hover {
  font-size: 10pt;
  color: #fff;
  text-decoration: none;
  }

a img {
  border: none;  
  }

/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }

img.wp-smiley {
    margin: -2px;
}