 	/*
 	 * Definition für Ergebnis-Tabellen
 	 */
	.blogEntry {
		margin: 10px 10px;
		border: 1px solid #777;
	}
	
	.blogHeader {
		padding: 2px;
		background: #ddf;
	}
	
	.blogContent {
		padding: 2px;	
		background: #eef;	
	}
	
			    
	    .linkPanelBorder {
		    border: 1px solid #d0d8de;
	    }
		    .linkPanel:hover {
			    background: #d0d7de;
		    }
		    .linkPanel {
    		    background: #e8eff7;
		    	padding: 10px 10px 10px 10px;
				overflow: auto;
				text-align:justify;
		    }






/* DEPRECATED




	.textInput {
		margin: 10px 10px 0 10px;
	}

		.textInput input {
			padding: 2px;
			border: 1px solid #A5ACB2;
			background: #fff;			
		}
		.textInput input:focus {
			padding: 1px;
			border: 2px solid #A5ACB2;
		}		
		.textInput select {
			background: #fff;
		}
		.textInput select:focus {
		}
				
		.textInput textarea {
			margin: 10px;
			width: 600px;
			padding: 4px;
			border: 1px solid #A5ACB2;
			background: #fff;
		}
		
		.textInput textarea:focus {
			margin: 9px;
			border: 2px solid #A5ACB2;		
		}
		
	.innerTextInput {
		margin: 10px 10px 0 10px;
	}

		.innerTextInput input {
			padding: 2px;
			border: 1px solid #000;
			background: #cfcfd7;			
		}
		.innerTextInput input:focus {
			padding: 1px;
			border: 2px solid #000;
		}		
		.innerTextInput select {
			background: #cfcfd7;
		}
		.innerTextInput select:focus {
		}		
		
		.innerTextInput textarea {
			margin: 10px;
			width: 600px; 
			padding: 4px;
			border: 1px solid #000;
			background: #cfcfd7;
		}
		
		.innerTextInput textarea:focus {
			margin: 9px; 
			border: 2px solid #000;		
		}
	
	.fileUpload {
		background: #dddddd;
	}
	
	.textEntry {
		margin: 10px;
		width: 600px;
		padding: 4px;
		border: 1px solid #A5ACB2;
		background: #fff;
	}
	.textEntry:focus {
		margin: 9px;
		border: 2px solid #A5ACB2;
	}





DEPRECATED*/














	.textInput {
		
	}

		.textInput input {
			padding: 2px;
			border: 1px solid #A5ACB2;
			background: #fff;			
		}
		.textInput input:focus {
			padding: 1px;
			border: 2px solid #A5ACB2;
		}		
		.textInput select {
			background: #fff;
		}
		.textInput select:focus {
		}
				
		.textInput textarea {
			
			padding: 2px;
			border: 1px solid #A5ACB2;
			background: #fff;
		}
		
		.textInput textarea:focus {
			padding: 1px;
			border: 2px solid #A5ACB2;		
		}
		
	.innerTextInput {
		
	}

		.innerTextInput input {
			padding: 2px;
			border: 1px solid #A5ACB2;
			background: #fff;			
		}
		.innerTextInput input:focus {
			padding: 1px;
			border: 2px solid #A5ACB2;
		}		
		.innerTextInput select {
			background: #fff;
		}
		.innerTextInput select:focus {
		}		
		
		.innerTextInput textarea {
			
			padding: 2px;
			border: 1px solid #A5ACB2;
			background: #fff;
		}
		
		.innerTextInput textarea:focus {
			padding: 1px; 
			border: 2px solid #A5ACB2;		
		}
	
	.fileUpload {
		background: #dddddd;
	}
	
	.textEntry {
		width: 500px;
		padding: 2px;
		border: 1px solid #A5ACB2;
		background: #fff;
	}
	.textEntry:focus {
		padding: 1px;
		border: 2px solid #A5ACB2;
	}































/*	
.musicPanel {
	background: #000;
	color: #ddd; 
	margin: 0;
	border: 1px solid #d0d8de;
}
	.musicPanel a {
		color: #6bf;
		text-decoration:none;
	}

	.musicPanel a:hover {
		color: #8df;
		text-decoration:none;
	}

*/





.resultTable {
		border-collapse:collapse;
}
	.resultTable tr {
	}
	.resultTable td {
		padding: 5px;
	}


/*
.imageFrame {
	background: #e8eff7;
	margin: 5px;
	overflow: auto;
	text-align: justify;
	border: 1px solid #d0d8de;
}
*/

.success {
	margin: 10px;
	color: #009900;
	text-align: center;
}