/*******************************************************************************
********************************************************************************
	Project		: ifs
********************************************************************************
*******************************************************************************/
/* Reset all */
*, .nospace { 
	padding: 0;
	margin: 0;
	border: 0;
}

hr {
  border:none;
  border-top:1px #000000 solid;
  margin:10px 0 10px 0;
}

div, h1, p, span, a { 
	background-repeat: no-repeat;
}

a, a:link { 
	color: #991215;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

img { 
	vertical-align: bottom;
}

ul, ol { 
	list-style-position: outside;
}

li { 
	list-style-type: none;
}

strong { 
	font-weight: bold;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.flLeft { 
	float: left;
	margin: 0 20px 0 0;
}

.flRight { 
	float: right;
	margin: 0 0 0 20px;
}

.flDown {
	margin: 0 0 0 10px;
	padding-bottom: 7px;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hide { 
	position: absolute !important;
	left: -1000px !important;
	top: -1000px !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
}

/* Allgemeines */


p, ul, dl { 
	line-height: 1.5;
}

ol { 
	line-height: 1.7;
}

h1, h2, h3, p, ul, ol, dl { 
	margin-bottom: 1em;
}


h1 { 
	clear:both;
	color:#991215;
	line-height: 1;
	font-size: 1.6em;
}

h2 { 
	clear:both;
	line-height: 1;
	font-size: 1.2em;
	font-weight:bold;
}

h3 {
}

/*	Page Structure ************************************************************/
html { 
}

body { 
	background-image:url(bg_bdy.png);
	background-repeat:repeat;
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 100.01%;
	text-align:center;
}

#website { 
	width:718px;
	margin:0 auto;
	border-top:20px solid #E6E8D9;
	text-align:left;
}

#header { 
	position:relative;
	width:100%;
	height:126px;
}

#wrapper { 
	float:left;
	width:100%;
	background-color:#fff;
	font-size:.7em;
}
#content { 
	float:left;
	width:494px;
}
#content2 { 
	padding:30px 24px;
}
#fright { 
	float:left;
	width:224px;
}
#fright2 { 
	padding:40px 24px 40px 0;
}

#footer {
	float:left;
	width:100%;
	padding:4px 0;
	background-color:#E6E8D9;
	color:#92897F;
	font-size:.7em;
}


/*	Header ********************************************************************/
#header #logo { 
	position:absolute;
	top:0px;
	left:0px;
}

#header #logo p { 
	margin:0;
}

#header #logo p a { 
	display: block;
	width: 137px;
	height: 126px;
	text-indent: -1000em;
}

#header #logo p a:hover { 
	text-decoration: none;
}



/*	lists *********************************************************************/
ul.navi { 
	margin: 0;
	line-height: 1;
}

ul.navi li a {
	text-decoration:none;
}



/*	navi-main ----------------------------------------------------------------*/
#navi-m {
	float:left;
	width:100%;
	padding:10px 0;
	background-color:#991215;
	font-size:.7em;
}

#navi-m ul {
	margin-left:24px;
}

#navi-m ul li {
	display:inline;
	border-left:1px solid #92897F;
}
#navi-m ul li#navi-m-last {
	border-right:1px solid #92897F;
}
#navi-m ul li.active, 
#navi-m ul li.current, 
#navi-m ul li.brdr-left-active {
	border-left-color:#fff;
}
#navi-m ul li#navi-m-last.active {
	border-right-color:#fff;
}

#navi-m ul li a, 
#navi-m ul li span {
	padding:0 9px;
	color:#92897F;
	font-weight:bold;
}


#navi-m ul li a:hover, 
#navi-m ul li span, 
#navi-m ul li.current a {
	color:#fff;
}

/*	navi-sub -----------------------------------------------------------------*/
#navi-s {
	float:left;
	width:100%;
	padding:10px 0;
	background-color:#E6E8D9;
	font-size:.7em;
	height:1em;
}

#navi-s ul {
	margin-left:24px;
}

#navi-s ul li {
	display:inline;
	border-left:1px solid #92897F;
}
#navi-s ul li#navi-s-last {
	border-right:1px solid #92897F;
}
#navi-s ul li.active, 
#navi-s ul li.current, 
#navi-s ul li.brdr-left-active {
	border-left-color:#991215;
}
#navi-s ul li#navi-s-last.active {
	border-right-color:#991215;
}

#navi-s ul li a, 
#navi-s ul li span {
	padding:0 9px;
	color:#92897F;
}


#navi-s ul li a:hover, 
#navi-s ul li span, 
#navi-s ul li.current a {
	color:#991215;
}


/*	navi-footer --------------------------------------------------------------*/
#navi-f {
	float:right;
}

#navi-f ul {
	margin:0;
	margin-right:25px;
}

#navi-f ul li {
	display:inline;
	border-right:1px solid #991215;
}
#navi-f ul li#navi-f-last {
	border-right:0;
}
#navi-f ul li a, 
#navi-f ul li span {
	padding:0 5px;
	color:#991215;
}


/*	Content *******************************************************************/
#content a {
	font-weight:bold;
}

#content ul {
	margin-left:20px;
}
#content ul li {
	color:#991215;
	list-style-type:square;
}
#content ul li a {
	color:#991215;
	font-weight:normal;
}

#content ol li {
	margin-left:25px;
	list-style-type:decimal;
}
#content ol li ol li {
	list-style-type:lower-alpha;
}

#content div.cnt-blck {
	margin-bottom:1em;
}



#navi-c ul {
	margin:0;
} 
#navi-c ul li.icon-top, 
#navi-c ul li.icon-print, 
#navi-c ul li.icon-sitemap {
	display:inline;
	padding:0 18px;
	background-repeat:no-repeat;
	background-position:0% 50%;
}
#navi-c ul li.icon-top {
	background-image:url(/files/icon_top.png);
}
#navi-c ul li.icon-print {
	background-image:url(/files/icon_print.png);
}
#navi-c ul li.icon-sitemap {
	background-image:url(/files/icon_sitemap.png);
}

/*	fright *******************************************************************/
#fright div.box {
	margin-bottom:2em;
	padding-bottom:1em;
	background-color:#F2F4E7;
	background-image:url(bg_crnr.png);
	background-position:0% 100%;
	color:#50483F;
}
#fright div.box h3 {
	margin:0;
	padding:4px 14px;
	background-color:#991215;
	color:#fff;
	font-size:1em;
}

#form-ifs h2 {
	margin:0;
	margin-bottom:5px;
	padding:4px 4px;
	background-color:#991215;
	color:#fff;
	font-size:1.2em;
}

#fright div.box p, 
#fright div.box ul {
	margin:1em 14px 0 14px;
}
#fright div.box p.image {
	margin:0;
}
#fright div.box p a {
	color:#991215;
}

#fright div.box ul li.icon-phone, 
#fright div.box ul li.icon-fax, 
#fright div.box ul li.icon-email {
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:0% 50%;
}
#fright div.box ul li.icon-phone {
	background-image:url(/files/icon_phone.png);
}
#fright div.box ul li.icon-fax {
	background-image:url(/files/icon_fax.png);
}
#fright div.box ul li.icon-email {
	background-image:url(/files/icon_email.png);
}



/*	Formula *******************************************************************/

/*	Login --------------------------------------------------------------------*/
div#form-login {
}
div#form-login p.ftxt {
}
div#form-login p.ftxt label {
	display:block;
}

div#form-login input {
	display:block;
	background-color:#DADEC5;
	border:1px solid #C3C3C3;
	border-top-color:#7C7C7C;
}
div#form-login p.fsbmt input {
	border:0;
	background:none;
	color:#991215;
	font-size:1em;
}

div#form-login p.fsbmt input, 
p.icon-register a,
p.icon-passwort a {
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-image:url(/files/icon_login.png);
}

div#form-login p.fsbmt input {
padding-left:13px;
}

#fright div.box p.icon-register {
	margin:6px 0 0 0;
	padding:4px 14px;
	border-top:1px solid #fff;
}
#fright div.box p.icon-register a {
	background-image:url(/files/icon_register.png);
}

#fright div.box p.icon-passwort {
	margin:6px 0 0 0;
	padding:4px 14px;
	border-top:1px solid #fff;
}
#fright div.box p.icon-passwort a {
	background-image:url(/files/icon_passwort.png);
}

#fright div.box p.icon-logout {
	margin:0px 0 0 0;
	padding:1px 14px;
}
#fright div.box p.icon-logout a {
	background-image:url(/files/icon_login.png);
	background-position:2px;
	padding-left:15px;
	font-weight:bold;
}

/*	Footer ********************************************************************/
#footer p {
	float:left;
	margin:0;
	margin-left:25px;
}



/*** TILGUNGSRECHNER ***/
#form-module legend {
	display:none;
}

#form-module textarea {
	width:80px;
}

#form-module .element {
	clear:both;
	width:354px;
}

#form-module label {
	display:block;
	float:left;
	padding-top:2px;
	width:90px;
}

#form-module input, 
#form-module textarea.textarea {
	float:right;
	margin-bottom:5px;
	padding:2px 1px;
	width:260px;
	border-top:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	color:#8a1d00;
	font-size:11px;
font-family:verdana;
}
#form-module .submit {
	width:auto;
	padding:2px 0 2px 14px;
	background:none;
	background-image:url(grey_arrow.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	border:0;
	font-weight:bold;
}



#tilgrech legend {
	display:none;
}

#tilgrech textarea {
	width:80px;
}



#tilgrech .element {
	clear:both;
	width:440px;
}

#tilgrech label {
	display:block;
	float:left;
	padding-top:2px;
	width:170px;
}

#tilgrech input, 
#tilgrech textarea.textarea,
#tilgrech select {
	margin-bottom:5px;
	padding:2px 1px;
	width:260px;
	border:1px solid #a7a7a7;
	color:#991215;
	font-size:1em;
}

#tilgrech select{
  width:263px;
}

#tilgrech select.byear,
#tilgrech select.bmonth,
#tilgrech select.bday {
  width:82px;
  margin-right:5px;
}

#tilgrech input.checkbox{
  float:left;
  width:20px;
  margin-left:150px;
  border:0px solid white;
}
#tilgrech .element > input.checkbox{
  margin-top:4px;
}

#tilgrech p.checkboxtext{
  float:left;
  width:260px;
}


#tilgrech p.headline { 
  clear:both;
  color:#991215;
  line-height: 1;
  font-size: 1.6em;
  font-weight:bold;
}

#tilgrech .submit {
  float:right;
  width:auto;
  padding:2px 0 2px 14px;
  background:none;
  background-image:url(grey_arrow.gif);
  background-position:0 50%;
  background-repeat:no-repeat;
  border:0;
  font-weight:bold;
  color:#991215;
  margin-top:5px;
}

table {
  width:100%;
  border-collapse:collapse;
}

th {
  font-weight:normal;
  color:#991215;
  background-color:#F2F4E7;
  padding:2px;
  text-align:center;
}

#tilgrech td {
  padding:5px;
  border:1px #F2F4E7 solid;
}

#Aufwanddetail td {
  border-right:1px solid #EEEEEE;
  color:#333;
  text-align:center;
  padding:2px;
}

#Aufwanddetail td.jahr{
  padding:2px 0px 2px 0px;
  border:none;
  border-top:solid 2px #991215;
  border-bottom:solid 2px #991215;
  font-weight:bold;						
}


#form-ifs legend {
	display:none;
}

#form-ifs textarea {
	width:80px;
}

#form-ifs .element {
	clear:both;
	width:400px;
}

#form-ifs label {
	display:block;
	float:left;
	padding-top:2px;
	width:auto;
	clear:both;
}

#form-ifs .floatright {
	float:right;
}
#form-ifs .floatleft {
	float:left;
	vertical-align:center;
}

#form-ifs .bezeichner {
	display:block;
	float:left;
	padding-top:3px;
	padding-right:4px;
	font-weight:bold;
}

#form-ifs input,
#form-ifs select,
#form-ifs textarea.textarea {
	margin-bottom:5px;
	padding:2px 1px;
	width:150px;
	border-top:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	border-left:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
	color:#000000;
	font-size:11px;
	font-family:verdana;
}

#form-ifs select {
  cursor:pointer;
}

#form-ifs label.check {
	display:block;
	float:left;
	padding-top:0px;
	width:248px;
}

#form-ifs INPUT.check {
	float:left;
	width:20px;
	margin-bottom:5px;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

#form-ifs .submit {
	cursor:pointer;
	border-top:1px solid #991215;
	border-right:1px solid #991215;
	border-left:1px solid #991215;
	border-bottom:1px solid #991215;
}


