/**
 ** NETECH CSS File
 ** Abschnitt block
 **/

/**
 ** Positionierung der Blockelemente und Formatierungen des Blockes
 **/

@import "undohtml.css";
@import "base.css";
@import "formatierungen.css";


#logo {
	float: right;
	padding: 0;
	padding-top: 49px;
	border: 1px solid #06C;
	border-top: none;
	border-bottom: none;
	text-align: center;
}
#logo img {
	margin: 0;
}

#titel {
	display: none;
}

#content {
	clear: both;
	width: 100%;
	padding: 10px;
	border: none;
}
#printicon {
	display: none;
}

#navigation {
	display: none;
}

#news {
	display: none;
}
#kontakt {
	display: none;
}
#copyright {
	clear: both;
	width: 100%;
	font-size: xx-small;
	color: #0066CC;
}

