/**
 * Standard cascading style sheet for http://alexanderwillner.de
 *
 * @author	Alexander Willner <mail@AlexanderWillner.de
 * @version	2004-10-21
 */


/* General layout definitions ============================================== */
body, html {
  font-family    : 'Century Gothic', 'Verdana', sans-serif;
  font-weight    : normal;
  font-size      : 0.9em;
  height         : 100%;
  margin         : 0px 0px 0px 0px;
  background     : #eaeaea;
  text-align     : left;
  vertical-align : middle;
}


/*Linkeinstellungen*/
 a {text-decoration:none;color:#446688;background:transparent;}
 a:visited {text-decoration:none;color:#446688;background:transparent;}
 a:active {text-decoration:none;color:#446688;background:transparent;}
 a:hover {text-decoration:underline;color:#446688;background:transparent;}
/*Linkeinstellungen*/


img {
  border : 0px solid black;
}

img#background {
  border      : 0px solid black;
  width       : 768px;
  height      : 432px;
  float       : left;
}

* html img#background {
  margin-left: -3px; /* fix IE-6/win-bug */
}
  
div.background {
  border           : 1px solid black;
  width            : 768px;
  height           : 432px;
  background-color : #ffffff;
}

div.content {
  border     : 0px solid black;
  text-align : left;
}

div.supertitle {
  font-size   : 1.5em;
  height      : 100px;
  text-align  : center;
}

div.title {
  font-size   : 1.8em;
}

div.subtitle {
  font-size   : 1.5em;
  color       : #666666;
}

div.text {
  font-size   : 1.3em;
}

div.rubrik, div.navigation, a.navigation {
  color       : #6f6f6f;
  font-weight : bold;
}

div.rubrik {
  text-align : left;
  float      : left;
}

div.navigation {
  text-align : right;
}

div.hidden {
  width      : 0px;
  height     : 0px;
  position   : absolute;
  top        : -10px;
  left       : -10px;
}

/* ========================================= end: General layout definitions */
