/* *********************************** */
/* CSS Definition für die ABA Webseite */
/* (c) 2006 Michael Mey                */
/*                                     */
/* Version 0.1 Last Change 29.06.2006  */
/* *********************************** */

/* Globale Definitionen für den kompletten Body */

body
{
background-color:  #000000;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #ff8a00;
overflow: auto;
scrolling: auto;
}

.nospace
{
margin:            auto;
margin-left:       auto;
margin-right:      auto;
text-align:        center;
font-size:         0;
}

.heading
{
font-family:       "Arial";
letter-spacing:    0.1em;
font-size:         1.5em;
color:             #ffffff;
margin:            auto;
margin-left:       auto;
margin-right:      auto;
text-align:        center;
}

div.centered
{
margin:            auto;
margin-left:       auto;
margin-right:      auto;
text-align:        center;
}

/* Standard Schriftattribute für alle Fliesstexte */

p.centered
{
text-align:        center;
}

.fliesstext
{
font-family:       "Arial";
letter-spacing:    0.1em;
font-size:         0.9em;
color:             #ffffff;
margin-left:       15%;
margin-right:      15%;
text-align:        center;
}

.fliesstext2
{
font-family:       "Arial";
letter-spacing:    0.1em;
font-size:         0.9em;
color:             #ffffff;
margin-left:       25%;
margin-right:      25%;
text-align:        left;
}

.fliesstext3
{
font-family:       "Arial";
letter-spacing:    0.1em;
font-size:         1em;
color:             #ffffff;
text-align:        left;
}

/* Farbdefinitionen für Links */

a:link
{
color:             #FF0000
}

a:visited
{
color:             #0000ff
}

a:hover
{
color:             #ff8a00
}

a:active
{
color:             #0000FF
}
