/* Start of CMSMS style sheet 'Layout: Weinhaus Schuh' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font: 100% Verdana; 
   font-size: 13px;
   line-height: 1.3em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

a,
a:link 
a:active {
   background-color: inherit; 
   color: #650164; 
}

a:visited {
   background-color: inherit;
   color: #650164;
}

a:hover {
   text-decoration: none;
   background-color: #inherit;
   color: #c060bf;
}

/*****************
basic layout 
*****************/
body {
   background: url(uploads/images/bg01.gif);
   margin:2em; /* MBH: Abstand des Body nach oben hin */
}

/* MBH: Pagewrapper Header */
#pagewrapper_header {
   left:-20px; 
   position:relative;
   margin:auto;
   width: 994px;
   height:193px;
   color: #000;
   z-index:10;
   background: transparent url("uploads/images/shadow_header.png")
}

/* MBH: Pagewrapper Content */
#pagewrapper_content {
   left:-20px; 
   top:35px;
   position:relative;
   margin:auto;
   width: 994px;
   height: 500px;
   color: #000;
   z-index:9;
   background: transparent url("uploads/images/shadow_bg.png") repeat-y; 
}


/*****************
basic layout 
*****************/

#header {
   height: 180px; /* adjust according your image size */
}

#header h1 a {
/* you can set your own image here */
   background-position: center;
   display: block; 
   height: 180px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
/*richtig*/
#content {
  position:relative;
  width:970px;
  left:12px;
  background:#fff;
  height:500px;
}

#main {
   position: absolute;
   right:0px;
   overflow: auto;
   overflow-x: hidden;
   overflow-y: scroll; 
   height: 500px;
   width:740px;
}

#main img{
  border-top:2px solid #a3a3a3;
  border-right:2px solid #a3a3a3;
  border-bottom:2px solid #a3a3a3;
  border-left:2px solid #a3a3a3;
}

.logos {
border: none;
}
#sidebar {
   position:absolute;
   left:9px;
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   
   margin-top: 3%; /* and some air on the right */ 
   display: inline;  /* FIX ie doublemargin bug */ 
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 20%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

#footer{
   position: absolute;
   top:500px;
   clear: both;
   height: 25px;
   padding: 2px;
   text-align: center;
   font-size: 12px;
   font-family: "trebuchet ms", helvetica, sans-serif;
   color: #fff;
   background: url("uploads/images/shadow_footer.png") repeat-y;
   width:994px;
}
#footer a,
a:link 
a:active {
   background-color: inherit; 
   color: #fff; 
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #650164; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-top: 5px;
   padding-left: 0.5em;
   padding-bottom: 1px;
/* MBH: Border unter Titel */
   border-bottom: 1px solid #a7a7a7; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #650164; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #650164; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
 z-index:100;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

.personen{
position: absolute;
top: 379px;
left: 200px;
}
/* Positionierung des WineinModeration Logos */
a#eckBild {
position: absolute;
right: 15px;
bottom: 15px;
display: block;
width: 150px; /* entspricht der Grafikbreite */
height: 33px; /* entspricht der Grafikhöhe */
background: url(http://www.weinhaus-schuh.de/uploads/images/home/wineinmoderation.png);
}

a#eckBild span {
display: none;
}

.next { position: absolute; top: 0; left: 0; opacity: 0; filter:alpha(opacity=0); }
#meinFader { position: relative; }
/* End of 'Layout: Weinhaus Schuh' */

