/* CSS Document */


.error { border:1px solid red;}

.oeffentlich { background-color:#FF9;border:1px solid #999}


.nicht_veroeffentlicht {color:#F03;}
.veroeffentlicht {color:#0C3;}
a.veroeffentlicht {
	color:#0C3!important;
	text-decoration:underline;
} 

.input1 {width:350px;}
.input1_short {width:100px;}
.input1_middle {width:160px;}

.row1 {background-color:#CCC;}
.row2 {background-color:#fff;}

.notpublic {color:red;}

.zusatzinfos {
	
	
	
	padding-left:5px;
	font-size:11px;
	background-color:#eee;
	font-style:italic;
	
	}
	
.small_hinweis {font-size:10px;color:#999;}	
.listtable {
	border:0px solid black;
	
	padding:3px;
}

.listtable th {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	background-color:#7CAC19;
	height:27px;
	padding:2px;
	
}

.listtable td {
	padding:0px;
	
} 

.odd {background-color:#FEFEFE;}
.even {background-color:#D9EACA ;}

.row1 {background-color:#FEFEFE;}
.row2 {background-color:#D9EACA;}
	
	

/* Message Boxen */
.msg_info, .msg_success, .msg_warning, .msg_error, .msg_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	
	font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
}
.msg_info {
    color: #00529B;
    background-color: #dceeb8;
    background-image: url('img/messages/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('img/messages/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('img/messages/warning.png');
}
.msg_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('img/messages/error.png');
}
.msg_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('img/messages/validation.png');
}