@charset "ISO-8859-1";

html,body {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*line-height: 100%;*/
	text-decoration: none;
	color: black;	
	background-image: url("/images/ci/body_background.jpg");
	background-repeat: repeat-x;
	
	overflow: auto;
	
	/*
	scrollbar-face-color: #555555;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #222222;
	scrollbar-shadow-color: #444444;
	scrollbar-arrow-color: white;
	*/
	
	behavior: url("/htc/csshover.htc");
}

table,tbody,th,tr,td {
	border: 0;
	padding: 0;
	margin: 0;
}

/* === Anfang Zentrierung Site ueber Tabellenzelle === */
#centertable {
	width: 99%;
	height: 100%;
}

td#centertabletd {
	/*vertical-align: middle;*/
	vertical-align: top;
	text-align: center;
}
/* === Ende Zentrierung Site ueber Tabellenzelle === */

div.site_area {
	position: relative;
	width: 778px;
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 0px solid white;
	padding: 0px;
	text-align: left;
	z-index: 0;
}

div.ci_banner_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 755px;
	height: 237px;
	background-image: url("/images/ci/croque_head.jpg");
	background-repeat: no-repeat;
	border: 0px solid red;
	z-index: 100;
}

/* Anfang Menu oben */
div.menu_top {
	position: absolute;
	top: 202px;
	left: 0px;
	border: 0px solid yellow;
	z-index: 50;
}
	
div.app_content {
	position: absolute;
	top: 237px;
	left: 0px;
	width: 755px;
	height: auto;
	padding: 0px;
	border: 0px solid cyan;
	margin: 0px;
	z-index: 20;
}

div.app_detail {
	position: relative;
	top: 0px;
	left: 0px;
	width: 755px;
	overflow: auto;
	min-height: 100%;
	padding: 0px;
	border: 0px solid white;
	margin: 0px;
	background: url("/images/ci/content_back.jpg") repeat-y 0px 0px;
	/*background-color: white;*/
	z-index: 25;
}

div.tabs_detail {
	position: relative;
	height: auto;
	margin: 20px;
	padding: 20px 20px 100px 20px;
	background: url("/images/ci/logo.jpg") no-repeat right bottom;
	/*background: white;*/
	border: 0px solid #666666;
	z-index: 30;
	overflow: auto;
}

div.tabs_detail_header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 40px;
	padding: 10px;
	/*background: #ACACAC;*/
	border: 0px solid blue;
	color: black;
	font-weight: bold;
	font-size: 13px;
	z-index: 35;
}

div.tabs_detail_content {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	padding: 10px;
	border: 0px solid yellow;
	overflow: auto;
	z-index: 36;
}

div.tab_footer {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 755px;
	height: 9px;
	padding: 0px;
	border: 0px solid red;
	background: url("/images/ci/content_footer.jpg") no-repeat left bottom;
	z-index: 25;
}
div.app_footer {
	position: relative;
	text-align: right;
	top: 0px;
	left: 0px;
	width: 735px;
	height: 30px;
	padding: 6px 15px 0px 0px;
	border: 0px solid red;
	float: right;
	color:white;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background:;
	z-index: 30;
}

/* =================== */

/* Formular Fehlerrueckmeldung */
div.errors {
	color: #ff6600;
	font-weight: bold;	
	margin: 3px 0px 10px 0px;
}

/* =================== */
.bold {
	font-weight: bold;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.button {
	color: white;
	background-color: #0CB908;
	margin: 10px;
	width: auto;
	border: solid 1px white;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	font-size: 10pt;
}

a.button:hover,input.button.hover {
	cursor: pointer;
	text-decoration: none;
	background-color: #ACACAC;
}

a.close {
	display: block;
	position: relative;
	color: white;
	top: 0px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.close:hover {
	text-decoration: none;
}
