﻿/* ---- Nur innerhalb des CmS noetige Dinge 
        Beispielsweise Fehlermeldungen und Testformatierungen.
        Dinge also, die weder im Texteditor noch in der PRINT-Version was zu suchen haben. 

*/

.ERR-Feld {
	margin: 1px 0px 2px;
	padding: 1px 1px 1px 3px;
	width: 80px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	float: left;
}
.ERR-Text {
	margin: 1px 1px 2px 0px;
	padding: 1px;
	width: 250px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	float: left;
}
.ErrorTitel {
	color: #990000;
	font-weight: bold;
	font-size: large;
}

.Home404 {
	background-image: url("../../images/home_norm.png");
	width: 48px;
	height: 48px;
	display: block;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 30px;
}
.Home404:hover, .Home404:active, .Home404:focus {
	background-image: url("../../images/home_hover.png");
}
