#container
{
  background-image:url('/files/layout/background/intro-content.jpg');
}
#footerx
{
  position:absolute;
  top:0px;
  left:780px;
  width:112px;
  height:41px;
  background-image:url('/files/layout/background/intro-content-footer.gif');
}

#left
{
  position:absolute;
  top:0;
  left:0;
  width:200px;
}
#main
{
  position:absolute;
  top:75px;
  left:75px;
  width:400px;
}
h1
{
  color:#d85017;
  font-size:16px;
}
h2
{
  font-weight:bold;
  line-height:16px;
  color:#d85017;
  margin-bottom:10px;
}
p,
h3
{
  font-weight:normal;
  line-height:16px;
  color:#d85017;
  margin-bottom:10px;
}

#right
{
  display:none;
}

/* seminare */

#postit
{
  position:absolute;
  top:-85px;
  left:530px;
  width:200px;
}

#postitHead
{
  height:46px;
  width:221px;
  overflow:hidden;
  background-image:url('/files/layout/postit_oben.png');
}

#postitBody
{
  width:221px;
  overflow:hidden;
  background-image:url('/files/layout/postit_mitte.png');
}

#postitFooter
{
  height:48px;
  width:221px;
  overflow:hidden;
  background-image:url('/files/layout/postit_unten.png');
}

#postitBody .block
{
  padding:0 20px;
}

#postit h3
{
  margin:0 0 12px 0;
  font-size:12px;
  font-weight:bold;
}

#postit h2
{
  margin:0px;
}

#postit .entry
{
  margin:6px 0 6px 0;
}

#postit .title
{
  font-size:11px;
  line-height:14px;
  color:#858688;
  margin:12px 0 2px 0;
}

#postit .date,
#postit .location
{
  color:#6d6d6e;
  font-size:11px;
  line-height:14px;
  margin-bottom:2px;
}

#postit a
{
  display:block;
  font-size:11px;
  line-height:14px;
}



