/*=======================================================================*/
/*=========== Allgemein =================================================*/
/*=======================================================================*/

html,body  {
	height: 100%;
	width: 100%;
	background: #fff;
	}
body, table {
	font-family: "Helvetica LT Condensed";
	font-size: 8pt;
	color: #000000;
	}

.error {
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
	}

.success {
	font-size: 10pt;
	font-weight: bold;
	color: #009900;
	}

/*=======================================================================*/
/*=========== Allgemeine Schriftformatierung ============================*/
/*=======================================================================*/

ol {
	margin: 0 0 7px -22px;
	}
span {
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	}
a {
	font-family: "Courier New";
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	}
a:hover {
	font-family: "Courier New";
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	}
div.out {
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border: 0.1px solid #000000;
	}	
div.top {
	height: 75px;
	border-bottom: 1px solid #000080;
	margin-top: 0;
	}
.h_menu {
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	}
.firmierung_1 {
	float: right;
	text-align: right;
	width: 300px;
	height: 75px;
	position: relative;
	margin: 0;
	}
.firmierung_2 {
	position: absolute;
	bottom: 15px;
	right: 70px;
	font-weight: bold;
	float: right;
	}
div.box {
	background-color: #F2F6FF;
	color: black;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
	height:100%;
	position: static;
	}
div.menucont {
	border: 0px;
	padding: 0;
	float: left;
	}
#tree {
	width: auto;
	max-width: 160px;
	overflow:auto;
	}
div.content {
	padding-left: 165px;
	margin: 0px 0px 0px 0px;
	background: #F8F8FF;
	}
div.bottom {
	position: absolute;
	bottom: 0;
	}
div.links {
	float: left;
	width: 130mm;
	margin: 0;
	padding: 0;
	border: 1px dotted #c2c2c2;
	background: #F8F8FF;
	}
div.rechts {
	float: left;
	width: 110mm;
	margin: 0;
	padding: 0;
	border: 1px dotted #c2c2c2;
	background: #F8F8FF;
	}
div.links_k {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	}
div.rechts_k {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	}

/*=======================================================================*/
/*=========== Formularformatierung ======================================*/
/*=======================================================================*/

input {
	text-align: left;
	font-family: "Helvetica LT Condensed";
	font-size: 12pt;
	overflow:hidden;
	border: 1px solid #000000;
	margin: 0;
	padding: 3px;
	}
textarea, select {
	text-align: left;
	font-family: "Helvetica LT Condensed";
	font-size: 8pt;
	margin: 0;
	padding: 0;
	color: #000000;
	border: 1px solid #000000;
	}
button {
	overflow:hidden;
	border: none;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #FFFFFF;
	border: 0px;
	}
.data {
	font-family: "Courier New";
	font-size: 8pt;
	border: none;
	margin: 0;
	padding: 0;
	}
.go {
	background-color:#F10000;
	}

/*=======================================================================*/
/*=========== Inhaltsumbruch ==================================================*/
/*=======================================================================*/

.contentdivider {
	clear:both;
	padding-top: 1px;
	margin: 10px 0px 10px 0px;
	/*background-color: #F9F9F9;*/
	border:0px solid;
	background:url(../image/bg_info_oben.gif) repeat-x;
}

/*=======================================================================*/
/*=========== Buttons ==================================================*/
/*=======================================================================*/

a.link_pdf {
	min-height: 16px;
	margin: 2px 0 0 5px;
	padding: 3px 0 0 25px; /* 25px = Abstand background-image zum Link-Text */
	background:  url(../image/buttons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	filter: alpha(opacity=75); -moz-opacity: 0.75;
	}	
a.link_pdf:hover {
	color: #ff0021;	
	background: url(../image/buttons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	filter: alpha(opacity=100); -moz-opacity: 1.00;
	}	
a.link_word {
	min-height: 16px;
	margin: -2px 5px 0 5px;
	padding: 3px 0 0 25px; /* 25px = Abstand background-image zum Link-Text */
	background:  url(../image/buttons/word.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	filter: alpha(opacity=75); -moz-opacity: 0.75;
	float: right;
	}	
a.link_word:hover  {
	color: #ff0021;	
	background: url(../image/buttons/word.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	filter: alpha(opacity=100); -moz-opacity: 1.00;
	}
a.link_ext {
	min-height: 16px;
	margin: -2px 5px 0 5px;
	padding: 3px 0 0 25px; /* 25px = Abstand background-image zum Link-Text */
	background:  url(../image/buttons/em.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	filter: alpha(opacity=75); -moz-opacity: 0.75;
	float: right;
	}	
a.link_ext:hover  {
	color: #ff0021;	
	background: url(../image/buttons/em.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	filter: alpha(opacity=100); -moz-opacity: 1.00;
	}
a.install {
	display: inline-block;	
	min-height: 16px;
	margin: 0 0 0 5px;
	padding: 0px 0 0 20px; /* 25px = Abstand background-image zum Link-Text */
	background:  url(../image/buttons/install.gif);
	background-repeat: no-repeat;
	background-position:left 2px;
	text-decoration: none;
	filter: alpha(opacity=75); -moz-opacity: 0.75;
	}	
a.install:hover  {
	color: #ff0021;	
	background: url(../image/buttons/install.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-decoration: none;
	filter: alpha(opacity=100); -moz-opacity: 1.00;
	}

/*=======================================================================*/
/*=========== Klapp Menü =================================================*/
/*=======================================================================*/

/* Toggle default */
h2.rgaccord1-toggle {
	cursor:pointer;
	border:1px dotted #c2c2c2;
	margin:0 0 5px 0;
	padding:4px 3px 2px 6px;
	font-weight:normal;
	font-family: "Helvetica LT Condensed";
	font-size: 8pt;
	color: #000000;
	}
h2.rgaccord1-toggle:hover {
	border:1px dotted #cfcfcf;
	font-family: "Helvetica LT Condensed";
	font-size: 8pt;
	color: #000000;
	}
/* the content */
div.rgaccord1-content {
	border:1px solid #000000;
	width: 108mm;
	padding: 0;
	margin: 0;
	overflow:auto;	
	}

.login {
	position: absolute;
	height: 260px;
	width: 410px;
	top: 50%;
	left: 50%;
	margin-top: -300px; /* height / 2 */
	margin-left: -205px; /* width / 2 */
	}
