/* Start of CMSMS style sheet 'tangosonntagstyle' */
body
{
 margin: 0px;
 padding: 0px;
 background-color: #f0e6cc;
}
div#header
{
   height: 35px; 
}
div#pagewrapper
{
 width:999px;
 margin: 0px auto;
 margin-top: 40px;
 font-family: "Times New Roman",Times,FreeSerif,serif;
 /* hier schrift groesser machen */
 font-size: large;
}

div#mycontent
{
  margin-top: 40px;
   border: 0px solid black;
   height: 533px;  /* 533 is the pixel size */
  background-image: url( 'uploads/images/homepage/tangosonntag_scherenschnitt.jpg');
  /* padding-left: 250px;  */
}

div#content
{
 /* margin-top: 40px; */
   border: 0px solid black;
   height: 533px;  /* 533 is the pixel size */
  background-image: url( 'uploads/images/homepage/background-innen.jpg');
  padding-left: 250px;
}

div#textcontent
{
 height: 500px;
  overflow:auto;
}
/* hide page title */
div#content h1
{
  display: none;
}


/*     tables     */

div#content table
{
   margin-top: 30px;
}
div#content table h2
{
  padding: 0px 30px 0px 20px;
  margin: 0px;
}

div#content td
{
   padding-bottom: 20px;
}

.costumcontact
{
  border: 0px; 
}

/*             START MENU     */


#menuwrapper
{
   height: 35px;
   width: 994px;
   background-color: lightgray;
   padding-left: 5px;
}

#navlist, #navlist ul
{
   list-style-type: none;
   padding: 0;
   margin: 0 auto;
}

#navlist li
{
  float:left;
  position: relative;
/*  width: 142px; alt mit 7 spalten */
  width: 124px;
}

/* second level */
#navlist li ul   
{
  position:absolute;
  margin-top: .3em;
  display: none;
}
#subnavlist li a
{
  font-weight: lighter;
}

#navlist a
{ 
  display: block; 
  font-weight: bold;
  font:  bold small/24px Baskerville, serif;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: lightgray;
  color: black;
  font-size: 120%;
}
#navlist a:hover
{
  background-color: darkgray;
}
/*              END MENU     */

.gmap
{
   margin: 10px 10px 10px 10px;
   position: relative;
}

/* End of 'tangosonntagstyle' */

