@charset "utf-8";
/* CSS Document */


body{
  font-family:                    verdana;
  font-style:                     normal;
  background-color:               #000000;
  color:                          #666666;
  width:                          100%;
  height:                         100%;
  min-height:                     100%;
  margin-top:                     0px;
  margin-left:                    0px;
  line-height:                    1.1em;
  font-size:                      1em;
  overflow:hidden;
  /*
  background-image:url(../images/bg.png);
  background-repeat:repeat-x;
  float:left;
  */
  
  /* background:					  #000066; */
}


h1{
  font-size:                      12px;
  color:                          #000066;
  clear:                          both;
}

h2{
  font-size:                      12px;
  color:						  #FF0000;
  clear:                          both;
}

h3{
  font-size:                      13px;
  color:                          #000066;
  clear:                          both;
}

a{
  text-decoration:                none;
  color:                          #ffffff;
}

a:hover{
  text-decoration:                none;
  color:                          #B2C900;
}

#green_bold {
    color: #B2C900;
	font-weight: bold;
	font-size: 12px;
	}
	
#white_bold {
    color: #B2C900;
	font-weight: bold;
	font-size: 10px;
	}


li {
  line-height:                    20px;
  list-style-type:                circle;
}
li a {
  line-height:                    20px;
  color:                          #ffffff;
  font-weight:                    normal;
}

a.link_green

{
color: #B2C900;
font-weight: normal;
}

a.link_green:hover

{
color: #ffffff;
font-weight: normal;
}

a.link_Menue

{
color: #CCCCCC;
font-weight: bold;
font-style:italic;
font-size:18px;
font-family:Arial;
}

a.link_Menue:hover

{
color: #B2C900;
font-weight: bold;
font-style:italic;
font-size:18px;
font-family:Arial;
}


.green_bold {
    color: #B2C900;
	font-weight: bold;
	font-size: 11px;
	}

#intro {
  background:                     url(../images/back_intro.jpg); 
  background-repeat:              no-repeat;  
  height:                         2000px;
  font-size:                      11px;
  color:                          #CCCCCC;
  text-align:                     left;
  font-family:                    verdana;
 /* border: 						  1px solid #999999; */
}


#td{
  font-family:                    verdana;
  font-size:                      11px;
  color:                          #CCCCCC;
  padding-left:                   10px;
  padding-right:                  10px;
  font-style:                     normal;
  margin:                         auto;
/*  border: 1px solid blue;*/
}


