/*****
 * globale Styles
 */

body {
	background-image:	url(images/background.jpg);
	background-repeat:	repeat-x;
	background-color:	#D5E7F1;
	background-color:	#B2D1E4;
	border:			none;
	margin:			0px;
	padding:		0px;
}

.modulebar {
/*	float:			left;  */
	height:			60px;  
	width:			100%;
/*	background-color:	#5555CC;*/
	background-repeat:	repeat-x;
/*	text-align:		center;  */

	background-color:	#963232;
	background-image:	url(images/bg_modulebar.jpg);
}

.maincontainer {
/* 	margin-left:		61px; */
/*	position:		relative; */
}

body {
	font-size:		0.8em;
}
body, td, th {
	font-family: 		verdana,sans-serif;
}

.breaker {
	float:			none;
	clear:			both;
}
.fullwidth {
	width:			100%;
}


/* ------ Kopf-Bereich ------ */
.infobar {
	background-image:	url('images/bg_infobar.png');
	background-repeat:	repeat-x;
	background-color:	#d7d7d7;
	height:			24px;
	position:		relative; /* für positionierung von logo */
	margin-bottom:		0px;
	padding:		0 10px 0 10px;
}
.infobar .logo {
	background-image:	url('images/corvent_head.png');
	width:			69px;
	height:			22px;
	display:		block;
	position:		absolute;
	top:			1px;
	left:			2px;
}
.infobar h1 {
	text-align:		center;
	font-weight:		bold;
	font-size:		120%;
	padding-top:		2px;
	margin-top:		0px;
	color:			white;
}
.infobar .right {
	position:		absolute;
	right:			2px;
	top:			3px;
	color:			#666666;
	font-weight:		bold;
}

/*------- Modulbereich ------*/

.main {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

/*  Module können ein div class='actionbar machen um so etwas wie ein menu zu haben 
	Diese hat genau die inversen margin Einstellungen wie class main (in der sie sich ja befinden!)
		=> Dies bewirkt dass die action bar direkt an der info bar "klebt" und ach die gesamte Breite hat!
	Gegen unten hat sie das gleiche margin wie klass main gegen oben
		=> Dies wewirkt dass der abstand von der actionbar zum restlichen modul gleich ist wie
		der Abstand von infobar zu Modul wenn keine actionbar verwendet wird.
*/

.actionbar {
	background-image:	url('images/bg_actionbar.jpg');
	background-repeat:	repeat-x;
	background-color:	#5a649b;
	color:			white;
	font-weight:		bolder;
	
	margin-top:		-10px;
	margin-left:		-5px;
	margin-right:		-5px;
	margin-bottom:		10px; 
	
	height:			24px;
}

.actionbar div.button {
	float:			left;
	margin:			3px 4px 0 4px;
	cursor:			pointer;
	border:			1px solid #cccccc;
	padding:		0 2px 0 2px;
}
.actionbar div.button:hover {
	color:			#ffffcc;
	border-color:		#eeeeee;
}
.actionbar div.button:active {
	color:			red;
}
.actionbar div.text {
	float:			left;
	margin:			3px 4px 0 4px;
}
.actionbar div.separator {
	color:			#d7d7d7;
	text-align:		center;
	float:			left;
	width:			18px;
	margin:			3px 4px 0 4px;
}
.actionbar div.separator:before {
	content:		"|";
}



/* diverses */
div.caption {
	padding-left:		4px; 
	padding-top:		2px; 
	padding-bottom:		2px; 
	font-weight:		bold; 
	color:			white;
	background-image:	url(images/bg_caption.gif);
	background-repeat:	repeat-x;
	background-color:	#830000;
}
div.caption * { 
	color:			white;
	font-weight:		bold; 
	font-size:		100%;
}
div.container {
	
	/*background-color:	#bbccee; 
	border:			outset 1px; 
	border-top:		none; */
	border-right:		solid 2px #820000;
	border-bottom:		solid 2px #820000;
	border-left:		solid 2px #BB0000;
	padding:		10px; 
	margin-bottom:		2px; 
	 /* background-image:	url(images/bg_fieldset.png); */
	background-color:	#B4CFE3;
	 
}

.caption_yellow {
	font-weight:		bold;
	background-image:	url(images/head_yellow.gif);
	background-color:	#F0BB59;
	background-repeat:	repeat-x;

	padding-left:		4px; 
	padding-right:		4px; 
	padding-top:		1px; 
	padding-bottom:		2px; 

}

.container_yellow {
	background-color:	#B4CFE3;
	padding-top:		1px;
	padding-bottom:		1px;
}

div.infobox {
	background-color:	#ffffdd;
	border:			solid 1px #D9BF6F;
	position:		absolute;
	display:		none;
	padding:		2px 5px;
	-moz-border-radius:	4px;
}

/* Gruppierungs-Rahmen in Formularen */
div.fieldset {
	/*background-image:	url(images/bg_fieldset.png);*/
	background-color:	#baf8ff;
	padding:		4px;
	margin-right:		10px;
}
div.fieldset .legend {
	font-weight:		bold;
	height:			20px;
	margin:			-4px -4px 4px -4px;
	padding-left:		4px;
	vertical-align:		middle;
	background-image:	url(images/bg_fs_legend.png);
	background-color:	#EFAF15;
	background-repeat:	repeat-x;
	
}
div.fieldset .legend:after {
	content:		url(images/spacer.gif);
}
div.fieldset .legend img { /* geht von 16px höhe aus */
	position:		relative;
	top:			2px;
}


/* ------  Styles für gesamte GGI Applikation  -------------*/

select, input, textarea {
	font-family:		sans-serif;
	font-size:		100%;
	background-color:	#E2EEF8;
	border:			solid 1px #346D9F;
	padding-left: 		1px;
}

select:focus, input:focus, textarea:focus {
	background-color:	#FFFFF0;
}

div.checklist {  
	font-size:		10pt;  
}

legend {
	font-weight: bolder;
}

/* ------ Ein Tabelle zum daten eingeben (arrayinput)  */

table.eingabe_tabelle th {
	color:			white;
	border-top:		solid 1px black;
	border-right:		solid 1px black;
	border-bottom:		solid 2px black; 
	background-image:	url('modules/tools/images/head.gif');
	background-repeat:	repeat-x;
	background-color:	#5a649b;

}

table.eingabe_tabelle th.firstCol {
	border-left: 1px solid black;
}

table.eingabe_tabelle td {
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

table.eingabe_tabelle td.firstCol {
	border-left: 1px solid #aaaaaa;
}

/* ------ Formular-Tabelle -------------------- */
table.inputtable td.label {
	padding-right:		32px;
	font-weight:		bold;
}

table.layout {
	border-width:		0;
}
table.layout td {
	vertical-align:		top;
	border-width:		0;
}
