﻿/*
<?php
header("Content-type: text/css");
// =============================================================================

include_once("global.conf.php");

// =============================================================================
?>
*/

* { margin: 0; padding: 0; }

body {
  color: #000;
/*
  background: #fff url("<?php echo ABS_URL.IMAGE_FOLDER."body_bg.gif";
    ?>") repeat-y center top;
*/
  background: #fff url("../images/body_bg.png") repeat-y center top;
  font: normal 100.01% Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
}
#pageWrapper {
  margin: 0 auto;
  padding: 10px 10px 15px;
  width: 751px;
  font-size: .8em;
}

table { font-size: 1em; }
h1 { font-size: 1.9em; padding: .9em  0 .6em; }
h2 { font-size: 1.4em; padding: .75em 0 .5em; }
h3 { font-size: 1.3em; padding: .6em  0 .4em; }
h4 { font-size: 1.2em; padding: .4em  0 .3em; }
h5 { font-size: 1.1em; padding: .3em  0 .2em; }
h6 { font-size: 1.0em; padding: .2em  0 .1em; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-weight: normal; }

a:link { color: #00f; }
a:visited { color: #939; }
a:hover { text-decoration: none }
a:active { color: #000; text-decoration: none; }

acronym:hover, abbr:hover { cursor: help; }
img { border: 0; }
p { padding: 0 0 1em; }
strong.important { color: #f00; }
.hint {
  background-color: gray;
  color: white;
  padding: .2em .7em;
  border: 1px solid #000;
}
input, textarea, option { padding: 0 .2em; }

div.clearer { clear:both; height:0; line-height:0%; }
div.clearerLeft { clear:left; height:0; line-height:0%; }
div.clearerRight { clear:right; height:0; line-height:0%; }
br.clearer { clear:both; height:0; line-height:0%; }

/* ----------------------Header------------------------------- */
#pageHeader {
/*
  border: 1px solid #000;
*/
  clear: both;
  padding: 1em 0em 1em 0em;
  font-size: .8em;
}
#pageHeader hr { display: none; }

#pageHeader ul {
  list-style: none;
  margin: 0 0em;
  background: #7788AA;
  height: 30px;
}
#pageHeader li {
  display: inline;
  padding: 0 1.5em;
  color: #EEEEEE;
  height: 30px;
  line-height: 30px;
}
#pageHeader li a:link, #pageHeader li a:visited:link
{
	color: #EEEEEE;
}
#pageHeader li a:visited
{
	color: #E5E5E5;
}

/* ----------------------Content------------------------------- */
#pageContent {
/*
  border: 1px solid #000;
*/
  clear: both;
  padding: 0 0 1em;
  text-align: center;
}
* html #pageContent {
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */

}

/* ----------------------Footer------------------------------- */
#pageFooter {
/*
  border: 1px solid #000;
*/
  clear: both;
  padding: 1.5em 0;
  font-size: .85em;
}
#pageFooter hr { display: none; }

#pageFooter ul {
  list-style: none;
  margin: 0 1em 1em;
}
#pageFooter li {
  display: inline;
  padding: 0 .75em;
}
#pageFooter a:link, #pageFooter a, #pageFooter a:visited,a #pageFooter a:hover, #pageFooter a:active, #linksBottom a:link, #linksBottom a, #linksBottom a:visited,a #linksBottom a:hover, #linksBottom a:active 
{ 
	color: #000;
}

