/*****************************************************************
**								**
**		REGH-IT						**
**		Ein Unternehmen der Experteyes-Gruppe		**
**		Am Meerkamp 20					**
**		40667 Meerbusch					**
**								**
**		CSS mit allgemeinen Style-Angaben		**
**								**
**		(c) M.Regh, 2006				**
**		Verwendung, auch auszugsweise, nicht gestattet	**
**								**
**								**
*****************************************************************/


/*****************************************
**					**
**		Buttons			**
**					**
******************************************/


button {
	padding: 0;
	cursor: pointer;
	border: 0;
}

button:hover {
	font-weight: bold;
}


button img {
	display: block;
	float: none;
	clear: both;
	margin: 0px auto;
}

button p.buttonlabel {
	display: block;
	clear: both;
	float: none;
	text-align: center;
	width: 100%;
	margin:0px;
	padding: 0px;
	margin-top: 4px;
}


/** Buttons mit kleinen Bildchen links, Label rechts **/

div.graphbuttons button {
	display: block;
	clear: none;
	float: left;
	margin-right: 20px;
	width: 140px;
	height: 56px;
	text-align: left;
}


div.graphbuttons button img {
	display: block;
	float: left !important;
	clear: none !important;
	margin-right: 10px;
	margin-left: 4px;
	height: auto !important;
	width: auto !important;
}

div.graphbuttons button p {
	display: block;
	float: left !important;
	clear: none !important;
	margin-top: 10px;
	width: 70px;
	text-align: right;
}

/** Dasselbe in klein **/

div.graphbuttons_small button {
	display: block;
	clear: none;
	float: left;
	margin-right: 20px;
	width: 100px;
	height: 25px;
	text-align: left;
}


div.graphbuttons_small button img {
	display: block;
	float: left;
	clear: none;
	margin-right: 2px;
	margin-left: 2px;
	height: auto !important;
	width: auto !important;
}

div.graphbuttons_small button p {
	display: block;
	float: left;
	clear: none;
	padding-top: 0px;
	margin-top: 0px;
	width: 70px;
	text-align: right;
}


/** Toolbar **/



div.toolbarbuttons button {
	display: block;
	float: left;
	height: 15px;
	width: 20px;
	margin-top: 0px;	
	margin-right: 3px;
	font-weight: normal;
	padding: 0;
	text-align:center;
}


/*****************************************
**					**
**		Klassen für Divs	**
**					**
******************************************/



.zeile {
	display: block;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


.selectbox {
	display: block;
	clear: both;
	float: none;
	border: 1px solid #999;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.selectbox label {
	display: block;
	clear: both;
	float: none;
	white-space:normal;
} 



/**************************************************
**
**	Tabellen
**
***************************************************/

table tr.zeile_gerade {
	background-color:#FFFFFF;
}

table tr.zeile_ungerade {
	background-color:#DDDDDD;
}


/*****************************************
**					**
**		Headers			**
**					**
******************************************/


h1 {
	margin-top: 0px;
	text-align:left;
	font-size: 12pt;
	font-weight: 600;
	color: #000000;
	margin-bottom:10px;
}

h2 {
	text-align:left;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom:5px;
}

h3 {
	font-size: 10pt;
	font-weight: normal;
}

.spalte {
	display: block;
	float:none;
	width: 100%;
	border-bottom: 1px solid #999999;
	margin-bottom: 8px;
	height: auto;
}

.spalteinverse {
	display: block;
	float:none;
	width: 100%;
	color: #FFFFFF;
	background-color: #336699;
	border-bottom: 1px solid #999999;
	margin-bottom: 8px;
}


/*************************************************
**						**
**		Eingabe-Dialoge			**
**						**
**************************************************/

.popup {
	display: none;
	position:absolute;
	border: 3px solid #990000;
	padding: 10px;
	background-color: #FFFFFF;
}

.popup button.close {
 	display: block;
	float: right;
   clear: none;
   margin-top: 1px;
   margin-right: 6px;
   border: 1px solid #000;
   height: 18px;
   width: 16px;
   padding: 0px;
   cursor: pointer;
   background-color: #EEE;
}

.popup h1.caption {
	width: 100%;
	border-bottom: 1px solid #990000;
	text-align: center;
	background-color: #BBB;
	margin:0px;	
}



/*************************************************
**						**
**			Styles			**
**						**
**************************************************/

.green {
	color: #00FF00;
}

.red {
	color: #FF0000;
}

.ausgegraut {
	color: #999999;
}

.underline {
	text-decoration:underline;
}

.abstand {
	margin-top: 10px;
}

.onlyprint, .invisible {
	display: none !important;
}

.clickable {
	cursor: pointer;
}

.notclickable {
	cursor: wait;
}


