body {
   	background-image	: url(../img/bg.jpg);
   	color			: #C0C0C0;
        margin			: 0px auto;
        width                   : 70%;
        height:   100%;
}

input, button, select, option, textarea {
	color			: #C0C0C0;
	text-align		: center;
	background		: #111111;
	border			: 1px solid #888D88;
	font-size		: 8pt;
	font-weight		: normal;
}

option, select, input{
	text-align		: left;
        border			: 1px solid #888D88;
}
textarea.version {
  width: 510px;
  text-align:left;
}
option {
         border			: 1px solid #888D88;
}

a {
	color			: #C0C0C0;
	text-decoration		: underline;
}

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

img {
	border			: 0;
}

.login {
        position:               absolute;
         top			: 100px;
         width			: 70%
}

.header {
         height			: 128px;
         background-image	: url(../img/header.gif);
         margin-bottom		: 90px;
         margin-left            : -25%;
         margin-right           : -20%;
}

.nav {
        margin			: 0px;
        padding			: 0px;
        text-align		: left;
}

.nav li {
    	list-style		: none;
   	margin			: 0px;
        padding                 : 0px;
}

.inhalt {
         padding		: 5px;
         background-image	: url(../img/td_bg.gif);
}

.cell1 {
         height			: 22px;
         width			: 22px;
         background-image	: url(../img/cell1.gif);
}

.cell2 {
         height			: 22px;
         width			: 516px;
         background-image	: url(../img/cell2.gif);
}

.cell3 {
         height			: 22px;
         width			: 22px;
         background-image	: url(../img/cell3.gif);
}

.cell4 {
         height			: 64px;
         width			: 22px;
         background-image	: url(../img/cell4.gif);
}

.cell5 {
         height			: 64px;
         width			: 22px;
         background-image	: url(../img/cell5.gif);
}

.cell6 {
         height			: 22px;
         width			: 22px;
         background-image	: url(../img/cell6.gif);
}

.cell7 {
         height			: 22px;
         width			: 516px;
         background-image	: url(../img/cell7.gif);
}

.cell8 {
         height			: 22px;
         width			: 22px;
         background-image	: url(../img/cell8.gif);
}

.cell9 {
         height			: 22px;
         background-image	: url(../img/cell2.gif);
}

.cell10 {
         width			: 22px;
         background-image	: url(../img/cell10.gif);
}

.cell11 {
         width			: 22px;
         background-image	: url(../img/cell11.gif);
}

.cell12 {
         height			: 22px;
         background-image	: url(../img/cell7.gif);
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

.info{
width: 700px;
top: 40px;
left:70px;
border: 1px solid #ffffff;
position:absolute;
padding:5px;
}
/* LiveValidations*/

  .LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
.like {
    padding:10px 0 10px 10px;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #COCOCO;
        border-color: gold;
        background-image: url(../img/bg.jpg);
	padding: 0px;
	opacity: 0.85;
        font-size: small;
        text-align: left;
}
