/* =====================================================
Stylesheet C-Inspector
Version: 0.1
Date: 30.07.2007
Author: Steffen Schilb

Structure:
1. Calibration, general styles, classes
2. Styles for layout areas
3. Further styles
===================================================== */

#wrapperlogin {
	color: black; /* Font color */
	margin: auto;
	width: 700px; /* content area width */
}

#containerarealogin {
	color: black; /* Font color */

	height: 360px;
	margin: auto;
	width: 400px; /* content area width */
}

#contentarealogin {
	border: 15px solid #aaa6a6;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: white;

}

#logoarealogin {
	border-left: 1px solid #aaa6a6;
	border-top: 1px solid #aaa6a6;
	border-right: 1px solid #aaa6a6;

	margin-top: 50px;
	background-image: url(./media/logo_small.gif);
	height: 75px;
	background-color: white;
	background-repeat: no-repeat;
;



}







