@charset "utf-8";


#distance {
  width: 1px;
  height: 50%;
  margin-bottom: -314px; /* half of divMain's height */
  float: left;
}

#wrapper
{
  position:relative;
  border:1px solid #888888;
  width:990px;
  height:627px;
  margin:0 auto;
  text-align:left;
  clear:left;
  background:white;
}

/* TOP */
#header
{
  position:absolute;
  top:0;
  height:118px;
}

#cliplogo
{
  position:absolute;
  top:20px;
  left:625px;
}

#header h1
{
  position:absolute;
  top:0px;
  left:105px;
  width:400px;
  height:109px; /* 149! */
  padding-top:40px;
  padding-left:120px;
  background-image:url('/files/layout/title.gif');
  background-repeat:no-repeat;
  color:#87888a;
  font-size:14px;
  font-weight:bold;
}

#imgContentOverlayTitle
{
  position:absolute;
  top:0px;
  left:136px;
}



/* HAUPTMENU */
#footer
{
  position:absolute;
  left:0px;
  top:510px;
  background:#D85017;
  height:117px;
  width:990px;
}

/* CONTENT */

#container
{
  position:absolute;
  top:118px;
  left:0px;
  width:990px;
  height:392px;
  background:#F2F2F2 url('/img/background_gradient.png');
  color:#858688;
  font:normal 11px/18px Verdana;
}

#container a:link,
#container a:visited
{
  text-decoration:none;
  color:#d85017;
}

#container a:hover,
#container a:active
{
  text-decoration:underline;
}


h1
{
  font-weight:bold;
  line-height:24px;
  color:#87888a;
  margin-bottom:10px;
}

h2
{
  font-weight:bold;
  line-height:16px;
  color:#87888a;
  margin-top:10px;
  margin-bottom:10px;
}
p,
h3
{
  font-weight:normal;
  font-size:11px;
  line-height:18px;
  color:#87888a;
  margin-bottom:10px;
}

#main li
{
  font-weight:normal;
  font-size:11px;
  line-height:14px;
  list-style:disc outside;
  margin-bottom:4px;
  margin-left:25px;
  padding-left:0;
}

.ce_download
{
   margin:20px 0;
}

.ce_download img
{
   vertical-align:middle;
}

.ce_download a,
.ce_download span
{
   color:#d85017;
   font-size:11px;
}

/* ---------------------------------------------------------------------------------- PROPRIETARY */

::-moz-selection
{
   color:#fff;
   background:#000;
}

::selection
{
   color:#fff;
   background:#000;
}

