/*
---------------------------------------------------------------------------
Standard CSS-Datei für Error-Seiten auf www.schaden.co.at

Farben
grün	#becb70
braun	#e7ad0a
---------------------------------------------------------------------------
*/


/*
---------------------------------------------------------------------------
HTML Tags
---------------------------------------------------------------------------
*/

body
{
 font-family:Verdana, Arial, Helvetica, Univers, sans-serif;

}

 #cont {position:absolute; top:225; left:0px; width:80%; max-height:800; z-index:2; background-color:#ffffff; padding-left:45px; padding-top:60px;}

/*
---------------------------------------------------------------------------
ERROR-SEITEN - HL / TXT01 / TXT02
---------------------------------------------------------------------------
*/

.errHL
{
 font-family:Arial, Helvetica, Verdana;
 font-size:100%;
 color:#000000;
 font-weight:bold;
 padding-bottom:8px;
}

.errTXT01
{
 font-family: Arial, Helvetica, Verdana;
 font-size:80%;
 color:#000000;
 font-weight:normal;
 line-height:140%;
}
.errTXT02
{
 font-family: Arial, Helvetica, Verdana;
 font-size:80%;
 color:#000000;
 font-weight:bold;
 line-height:140%;
}

/*
---------------------------------------------------------------------------
LINKS - ERROR
---------------------------------------------------------------------------
*/

A:link,
A:visited,
A:active,
A:hover
{
 text-decoration:none;
}

A.LnkError:link,
A.LnkError:visited,
A.LnkError:active
{
 font-family:Arial, Helvetica, Verdana;
 font-size:100%;
 color:#990000;
 font-weight:normal;
 text-decoration:none;
}
A.LnkError:hover
{
 font-family:Arial, Helvetica, Verdana;
 font-size:100%;
 color:#990000;
 font-weight:normal;
 text-decoration:none;
}

/*
---------------------------------------------------------------------------
SPECIALS - xs / ...
---------------------------------------------------------------------------
*/

.xs
{
 font-family: Verdana, Arial, Helvetica, Univers, sans-serif;
 font-size:  1pt;
 color: #000000;
}

.adrTXT
{
 font-size:10pt;
 color:#e9ae08;
 font-weight:bold;
}


/*=== max width center, center block ===*/
.img-mw450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
}
