/* structure */
@import '../header/header.css';
@import '../menu/menu.css';
@import '../adressbar/adressbar.css';
@import '../footer/footer.css';

/* modules */
@import '../../modules/user/css/user.css';
@import '../../modules/home/css/home.css';
@import '../../modules/headline/css/headline.css';
@import '../../modules/incidents/css/incidents.css';

/* ressources */
@import '../ressources/buttons/standard/style.css';

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: white;
	background:white;
	cursor: default;
}

.background { 	width:100%; height:100%; position:absolute; top:0; left:0; }

/*********************** LOGIN ***********************/
.login {				width:250px; font-size:11px; text-align:center; margin:60px auto 0 auto; }

.login img{ 			margin:10px 0 10px 0; }

.login form{			padding:0; text-align:right; color:gray; margin:0; }

.loginInput{ 			width:157px; margin:2px 0 2px 0; padding:0 2px 0 2px; border:1px inset #d9d9d9; color:black;
						background:#d9d9d9; }

.loginBox_Bg {			height:11px; font-size:1px; background:white; }
.loginBox_TopLeft {		width:11px; height:11px; background:url(../login/corner_topleft.gif); }
.loginBox_TopRight {	width:11px; height:11px; background:url(../login/corner_topright.gif); }
.loginBox_BottomLeft {	width:11px; height:11px; background:url(../login/corner_bottomleft.gif); }
.loginBox_BottomRight {	width:11px; height:11px; background:url(../login/corner_bottomright.gif); }