/* CSS Level 1, Thomas Dorn, Zamangspitze  V1.0 */
BODY {
        margin: 0pt;
        background-color: #C4CCBD;
        background-image: URL("pics/fichte170.jpg"); 
        background-repeat: repeat; 
        color: #00551C;
        font-family: 'Arial', 'Sans-Serif';
	font-size: 12pt
}

P { 
        margin: 10pt;
        font-style: normal;    
        text-align: left;
}

.ind { margin-left: 10pt;
}

.mini { color: #339999;
        font-size: 8pt;
        font-style: normal;
        text-align: center;
}
.attention { 
 font-size: 16pt;
 font-style: normal;
 text-align: center;
}

.attention2 {
 font-size: 14pt;
 font-style: normal;
 text-align: center;
}

H1	{
	font-style: bold;
	font-weight: bold;
	font-size: 24pt;
	text-align: center;
	position: relative;
	}
H2	{		
		font-weight: normal;
		font-size: 16pt;
		text-align: left;
}
H3	{
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	position: relative;
}
H4	{
	font-weight: normal;
	font-size: 8pt;
	text-align: Left;
	position: relative;
}
IMG.left { 
  float: left;
  margin-left: 10pt;
  margin-right: 10pt;
}
IMG.right { 
  float: right;
  margin-right: 10pt;
  margin-left: 10pt;
}
UL { 
	list-style: circle outside;
	list-style-image: url("pics/pin-red.gif");
}


A {
   margin=0;
   color: #00551C;
   text-decoration: none;
   font-family: 'Arial', 'Sans-Serif';
   font-size: 10pt;
   font-style: bold;
}
A:visited {
   TEXT-DECORATION: none;
   font-style: bold;
   font-weight: bolder;
}
A:active {
        COLOR: #0F2777;
        TEXT-DECORATION: none
}
A:hover {
        background-color: #ffffff;
        COLOR: #092B9F;
        TEXT-DECORATION: none
}

