/*                                                        -*-indented-text-*-
 ============================================================================
 *x Software + Systeme - xS+S - Andreas Haumer
 A-3242 TEXING, Altendorf 37 / A-1100 WIEN, Karmarschgasse 51/2/20
 Tel: +43-1-6060114-0 / Fax: +43-1-6060114-71 / EMail: office@xss.co.at
 ----------------------------------------------------------------------------
 Project  : NUMBIS.at web portal
 Filename : statisch.css
 RCSId    : $Id: statisch.css,v 1.4 2005/08/01 10:50:03 andreas Exp $
 Purpose  : main style-sheet for static content
 Author   : Martin Höller <martin@xss.co.at>
 Date     : 27-Feb-2003
 Update   : $Date: 2005/08/01 10:50:03 $
 ----------------------------------------------------------------------------
*/

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 1px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 1px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 1px;
}

.welcome {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

div.welcome div#background {
  padding: 30px 0px 0px 30px;
  width: 900px;
  height: 573px;
}


/*
 * Ozonwarnungseinblendungen auf Startseite
 */

/*
div.ozonwarnung>div {
  position: relative;
  margin: 10px;
  width: 640px;
}
*/

div.ozonwarnung>div h1 {
  margin: 0px;
}

div.ozonwarnung div.content {
  width: 640px;
  padding: 10px;
  margin: 10px 0px;
  border: solid 1px black;
  background-color: #FFFFE0;
}

div.welcome div#ozonhinweisGross {
  float: right;
  width: 220px;
}





.information {
  width: 980px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: normal;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  border: none;
}

.information ul {
  margin-left: 25px;
  list-style-type: disc;
}

.information li {
  margin-top: 3px;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: justify;
}

.information p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
  vertical-align: middle;
}

.information img {
  margin-top: 5px;
  vertical-align: middle;
}

.aktuelles {
  width: 640px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: normal;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  border: none;
}

.aktuelles h1 {
  margin-top: 8px;
  margin-bottom: 5px;
}

.aktuelles a {
  text-decoration: none;
  color: #000066;
}

.aktuelles a:link {
  color: #000066;
}

.aktuelles a:visited {
  color: #000066;
}

.aktuelles a:hover {
  text-decoration: underline;
  color: #000066;
}

.aktuelles div.element {
  border-top: 1px solid grey;
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.aktuelles div.element h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.aktuelles div.imageA {
  border: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

.aktuelles div.imageB {
  border: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

.aktuelles ul {
  margin-left: 25px;
  list-style-type: disc;
}

.aktuelles ol {
  margin-left: 25px;
}

.aktuelles li {
  margin-top: 3px;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: justify;
}

.aktuelles hr {
  margin-top: 5px;
  margin-bottom: 15px;
}

.aktuelles p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
  vertical-align: middle;
}

.aktuelles img {
  margin-top: 5px;
  vertical-align: middle;
}

.help {
  width: 750px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: normal;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  border: none;
}

.help ul {
  margin-left: 25px;
  list-style-type: disc;
}

.help li {
  margin-top: 3px;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: justify;
}

.help p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: justify;
  vertical-align: middle;
}

.help img {
  margin-top: 5px;
  vertical-align: middle;
}

.darstlg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  line-height: normal;
  background-position: center; 
}

.darstlg p {
  padding: 15px;
}

.wegweiser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.zurueck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	vertical-align: top;
	line-height: normal;
}

