/*
Formatierung zu www.architekt-hansschulz.de
*/

/*
Allgemeine Formatierungen
*/

body
{
background-color: #99CCFF;
background-image: url('images/hintergrund2.gif');
}

H1
{
Color: #0099CC;
Font-Family: Verdana;
Font-Size: 14pt;
Font-Weight: normal;
Font-Style: normal;
Text-Align: right;
}

H2
{
Color: #0099CC;
Font-Family: Verdana;
Font-Size: 10pt;
Font-Weight: bold;
Font-Style: normal;
Text-Align: left;
}

H3
{
Color: #0099CC;
Font-Family: Verdana;
Font-Size: 10pt;
Font-Weight: normal;
Font-Style: normal;
Text-Align: left;
}

H4
{
Color: #000000;
Font-Family: Verdana;
Font-Size: 8pt;
Font-Weight: bold;
Font-Style: normal;
Text-Align: left;
}

P, li, td, div
{
Color: Black;
Font-Family: Arial, Helvetica, Sans-Serif;
Font-Size: 10pt;
Font-Style: normal;
Text-Align: left;
}

a 
{
color: #0099CC;
font-family: arial;
Font-Size: 10pt;
text-decoration: none;
background-color : transparent;
}
a:visited {
color: #0099CC;
font-family: arial;
Font-Size: 10pt;
text-decoration: none;
background-color:transparent;
}
a:hover {
color: #0099CC;
font-family: arial;
Font-Size: 10pt;
text-decoration: underline;
background-color:transparent;
}
a:active {
color: #0099CC;
font-family: arial;
Font-Size: 10pt;
text-decoration: none;
background-color:transparent;
}

/*
Definition der Container
*/

#hintergrund {position:absolut; width:700px; height:490px; background-color: #0099CC; border: 0px; text-align: left; margin: 0px auto; padding: 1px; z-index:1 }


/*
Definition der Bildtransparenz plus Javascript im Header
*/

.anibild
{
-moz-opacity: 0.4; filter: alpha(opacity=40);
}

.anibild:hover
{
-moz-opacity: 1;
}
