/* style.css */
/* Windows liest Kommentare nur mit Stern-Slash
/*#########################################################*/
/*  Standart */
/*#########################################################*/

body {
background-color: black;							/* Hintergrundfarbe */
/* background-image:url(/pub/2_4.jpg);						*/
/* background-attachment:fixed;							*/
font-family: Verdana, Arial, Helvetica, sans-serif;				/* Schriftart */
font-size: 100.01%;								/* Schriftgrösse */
#color: white;									/* Schriftfarbe */
}

table {
width: 700px;                                                                   /* Tabellebreite */
border-collapse: collapse;
border-color: cornflowerblue;
/*filter: alpha(opacity=40); 		/* Transparenz */*/
/*-moz-opacity: 0.75;*/
}

th {
background-color: blue;
font-family: Verdana, Arial, Helvetica, sans-serif;				/* Schriftart */
font-size: 80.00%;								/* Schriftgrösse */
/* filter: alpha(opacity=80); */ 						/* Transparenz */
/* -moz-opacity: 0.55; */
}

td {
border-color: cornflowerblue; 
background-color: navy; 							/* Hintergrundfarbe Zellen */
/* border-width:1px;*/								/* Rand-Breite Zellen */
/* vertical-align: top; */
/* overflow:hidden; */
font-size: 80%;									/* Schriftgrösse */
color: lightgreen;								/* Schriftfarbe */
}

select {
border: 0; 
width: 340; 
color: white; 
font-weight: bold; 
overflow: hidden; 
background-color: red;
}

input {
width: 220px;
font-famaly: arial;
font-size: 12px;
font-weight: bold;
background-color: #000066;
color: white;
border-width: 1px;
border-color: #00FF00;
#curser:hand;filter: alpha(opacity=75); 
#-moz-opacity: 0.75;
#background-color: navy;
}

img {

width: 350;
height: 350;

}


textarea {

overflow: hidden;
position: absolute;
top: 30px;
left: 50%;
margin-left: -300px;
color:#00FF00;
/* background-color:#000066; */
background-color:#000066;
border-width:1px;
border-color:#00FF00;
overflow:hidden;
curser:hand;
height:350;
width:200
text-weight: bold;

/* filter:alpha(opacity=50);	/* IE */ */
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)";
-moz-opacity:0.8;		/* Gecko-Browser */
opacity:0.8;			/* Opera 9+ */

}

div{
overflow: hidden;
position: absolute;
top: 30px;
left: 50%;
margin-left: -300px;
color:#00FF00;
/* background-color:#000066; */
background-color:#000066;
border-width:1px;
border-color:#00FF00;
overflow:hidden;
curser:hand;
height:350;
width:200
text-weight: bold;


/* filter:alpha(opacity=50);	/* IE */ */
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80, FinishOpacity=70, Style=2)";
-moz-opacity:0.8;		/* Gecko-Browser */
opacity:0.8;			/* Opera 9+ */
}



a {
color: lime;
}

