@import "netoffice_inputs.css";
@import "netoffice_icons.css";
@import "netoffice_widget.css";
@import "netoffice_margins.css";
@import "netoffice_tables.css";


/*
###############################################
 GHANIFIED! Basic Assets : CSS
###############################################
*/
html,body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;

	background-color: #FFFFF0;
	background-image: url(/gfx/netoffice/background.png);
	color: #000;
	font-family: arial, verdana, helvetica;
}
h1 {
	font-size: 1.25em;
}
h4 {
	margin: 0;
  padding: 0;
	font-size: 0.8em;
  border-bottom: 1px solid #7A7878;
  margin-bottom: 8px !important;
}


/*
###############################################
 Fonts and sizes
###############################################
*/
.micro {
 font-size: 0.75em;
}

/*
###############################################
 alignment
###############################################
*/
.left {
 text-align: left;
}
.right {
 text-align: right;
}
.center {
 text-align: center;
}



 /*
   #############################################################
   ### Sichtbarkeit diverser Elemente (DOKUMENTE, PRINT, HILFE etc)
   #############################################################
*/
.not_visible {
	visibility: hidden;
	display: none !important;
}
.aktiv_J,
.true_T {
  background-color: rgba(0, 255, 0, 0.3) !important;
}
.aktiv_N,
.true_F {
	background-color: rgba(255, 0, 0, 0.3) !important;
}
/*
   #############################################################
   ### Message Box : Nachrichten darstellen
   #############################################################
*/
#messagebox {
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #F7FBF5;
  border: 1px solid #BFD4B5;
  font-size: 9pt;
  padding: 3px 6px;
  min-height: 20px;
}
/*
   #############################################################
   ### Buttons : class btn
   #############################################################
*/
.btn {
	cursor: pointer;
	padding: 2px 10px 2px 10px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #aaa;
	background-color: #ddd;
	color: #303030;
}
.btn:hover {
 	background-color: #AAA;
  border-color: #555;
  color: #fff;
}
.pushable {
	cursor: pointer;
}

/*
   #############################################################
   ### Anpassung der Widgets :
   #############################################################
*/
.login {
	width: 400px;
	margin: 0 auto;
}

/* ### NetOFFICE 2011 ### */
  	#page_head {
  		background-color: #FFFFFF;
  		background-image: url(/gfx/netoffice/topbar_30px.png);
  		background-repeat: repeat-x;
  		border-top: 1px solid #303030;
  		border-bottom: 1px solid #303030;
  		height: 29px;
  		overflow: hidden;
  		line-height: 29px;
  		font-size: 16px;
  		padding-left: 10px;
  	}
  	#page_head a {
  		background-image: url(/gfx/netoffice/topbar_30px.png);
  		background-repeat: repeat-x;
  		/*background-position: 0px -1px;*/
  		padding-left: 15px;
  		padding-right: 15px;
  		text-decoration: none;
  		color: #000000;
  		border-left: 1px solid #909090;
  		height: 30px;
  		display: inline-block;
  		font-weight: bold;
  	}

  	#page_head a:hover {
  		background-position: 0px -30px;
  	}

  	#message_frame {
  		padding-left: 10px;
  		font-style: italic;
  		font-size: 0.9em;
  		cursor: help;
  	}

  	#content {
  		padding: 10px;
  	}
/*
   #############################################################
   ### Fenster
   #############################################################
*/
.c_window {
	background-color: #fff;
	border: 1px solid #707070;
	padding: 10px;
	-moz-border-radius: 6px;
  border-radius: 6px;
}
.c_window h1, .widget .content h1 {
	font-size: 1.25em: //20px;
	margin: 0;
	padding: 0;
}