/**************************************/
/* Allgemeine Container (fuer mehrfach geschachtelte Hintergruende) */
/**************************************/
html, body {height:100%;}
body {font-family: Arial, Verdana, Helvetica, sans-serif;font-size: %;color: #000;background: #FFF;text-align: center;padding: 0;margin: 0;}

/* Verticale und horizontale Zentrierung bei variabler Höhe des Inhalts: wichtig alle gefloateten Elmente des Inhalts muessen mit position: relative versehen werden. */
#outer {text-align:left;width: 760px;margin: 0 auto;height: 100%; overflow: visible;}
#outer[id] {display: table; position: static;}
#middle {width: 760px;position: relative; top: 50%;}  /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%;border: 1px solid #001779;}  /* for explorer only */
#inner[id] {position: static;}

/**************************************/
/* Header #header */
/**************************************/
#header {padding: 0;margin: 0;background: #FFF; color: #000;width: 758px;}

/**************************************/
/* Metanavigation #metanav */
/**************************************/
#metanav {float: right;margin: 0;padding: 0px;background: #001779;color: #99a2c9;text-align: right;}

/**************************************/
/* Hauptnavigation #nav */
/**************************************/
#nav {float: left;margin: 0;padding: 0px;color: #99a2c9;background: #001779;}

/**************************************/
/* Suchfeld .suchePart */
/**************************************/
.suchePart {padding:0px;text-align: right;margin:4px 9px 0px 0px;}

/**************************************/
/* Contentbereich #content */
/**************************************/
#content {margin: 0px;padding: 0px;color: #000;background: #e3e3e3;width: 758px;height: 345px;}
#contentwhitebg {margin: 0px;padding: 0px;color: #000;background: #e3e3e3 url(/media.php?path=/static_images/bg-content.gif) repeat-y top left;width: 758px;height: 345px;}
#contentwhitebgr {margin: 0px;padding: 0px;color: #000;background: #e3e3e3 url(/media.php?path=/static_images/bg-contentr.gif) repeat-y top right;width: 758px;height: 345px;}

/**************************************/
/* Footer */
/**************************************/
#footer {color: #000;background: #001779;margin: 0px; padding: 0px;border-top: 7px solid #99a2c9;height: 52px;}
#footerLogin {color: #000;background: #FFF;margin: 0px; padding: 0px;height: 117px;}