/* CSS-styles test.NaLaSu.org */
/* by Maico */
body {
  color: "#000000";
  background-color: #DCDCAC;
  background-image: url("netzhell.gif");
  background-repeat: no-repeat;
  background-position: -5px +65px;
  background-attachment: fixed;
}

:link { color: #0000FF }
 
 
/* (generic) id */
#box_test {
  color: red;
  font-style: italic;
}

/* (generic) class */
.cls_liste {
  font-family: times, serif;
  color: black;
	text-align: center;
}
.cls_lizeile {
  font-family: times, serif;
  color: grey;
  /* font-style: italic; */
	font-size: 100%;	
	text-align: center;
}

.cls_copyright {
  font-family: arial, sans-serif;
  color: black;
  font-style: italic;
	font-size: 70%;	
	text-align: center;
}


.cls_normal {
  font-family: times, serif;
  color: black;
  font-style: normal;
  text-align: center;
}

.cls_alert {
  font-family: times, serif;
  color: red;
  font-style: italic;
 	font-size: 120%;	
	text-align: center;
}

.cls_title {
  font-family: times, serif;
  color: red;
  font-style: italic;
  font-size: 140%;
  padding: 3px;
}
.cls_navi {
  font-family: times, serif;
  color: blue;
  font-style: italic;
  font-size: 120%;
  padding: 3px;
}

.cls_nalasu {
  font-family: kaufmann, fantasy, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 160%;
  background-color: #DCDCAC;
  padding: 3px;
}
.cls_na {
  color: #0000FF;
  font-style: italic;
}
.cls_la {
  color: #800080;
  font-style: italic;
}
.cls_su {
  color: #FF0000;
  font-style: italic;
}

/* boxes */

#box_head {
  margin: 0px;
  width: 720px;
  height: 80px;
  position: absolute;
  top: 0px; 
  left: 0px;
  border: 0px solid green;
}

#box_data {
  margin: 2px;
  width: 720px;
	height: 600px;
  position: absolute;
  top: 80px; 
  left: 0px;
  border: 0px solid green;
}

#box_logo {
  margin: 2px;
  width: 80px;
  position: absolute;
  top: 0px; 
  left: 0px;
  border: 0px solid black;
}

#box_title {
  margin: 5px;
  width: 600px;
  height: 40px;
  position: absolute;
  top: 0px; 
  left: 100px;
  border: 0px solid black;
}
#box_navi {
  margin: 2px;
  width: 580px;
  height: 30px;
  position: absolute;
  top: 50px; 
  left: 120px;
  border: 0px solid blue;
}

#box_site {
  margin: 2px;
  width: 160px;
  height: 80px;
  position: absolute;
  top: 210px; 
  left: 10px;
  border: 0px solid red;
}
