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

a:visited {
	text-decoration: none;
	 color: #FF8E8E;
}

a:hover {
	text-decoration: underline;
}

.bg_light {
	background-color: #e6e6e6;
}


/*  ----------------------------------------------------- */
/*                          pagebody                        */
/*  ----------------------------------------------------- */
h1 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: solid 1px silver;
	padding-bottom: 5px;
	color: #444444;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 5px;
}

p {
	font-size: 0.8em;
}

table {
      vertical-align: top;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.8em;
}

th {
   background-color: #E6E6E6;
   font-size: 0.9em;
   font-weight: bolder;
}

.border_bottom_solid {
   border-bottom: 1px solid silver;
}

td.feld {
	vertical-align: top;
	color: #333;
	text-align: right;
	padding-right: 5px;
}
/* -----------------------  left  ----------------------  */
#nav_left {
	margin-top: 15px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nav_left ul {
	list-style:none;
	margin:0;
	padding:0;
	background-color: white;
	font-size: 0.9em;
}


#nav_left li {
	margin:0;
	padding:0;
}

#nav_left a:link, #nav_left a:visited {
	display: block;
	margin: 0px 0px 1px 0px;
	padding:0px 0px 0px 0px;
	background-color:black;
	color: White;
	height:1em;
	text-decoration: none;
}

html>body #nav_left a:link, html>body #nav_left a:visited  {
	height:auto;
}

#nav_left a:hover {
	color: yellow;
}

#nav_left a#checked {
	color: yellow;
}

.sub {
	display: block;
	background-color: #DC0014;
	padding: 3px 1px 3px 9px;
}

.main {
	display:block;
	padding: 3px 1px 3px 4px;
}

/* -----------------------  content --------------------  */

#content div {
	font-size: 1.0em;
}

.sp1 {
     position: relative;
     width: 10%;
     top: 0px;
     float: left;
}
.sp2 {
     position: relative;
     width: 70%;
     top: 0px;
     left: 0px;
     float: left;
}
.sp3 {
     position: relative;
     width: 15%;
     top: 0px;
     left: 0px;
     float: left;
     text-align: right;
}
.sp_bottom {
	position: relative;
	background: transparent;
	color: White;
	clear: left;
	text-align: right;
	vertical-align: text-bottom;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
}

/*  ----------------------------------------------------- */
/*                          footer                        */
/*  ----------------------------------------------------- */

/* -------- Neu: 2008 ------- */
.border_top_bottom_blue {
  border-bottom: 1px solid #5778BF;
  border-top: 1px solid #5778BF;
}

/* ------------------------------------------------------ */
/*                 fuer Inputfelder                       */
/* ------------------------------------------------------ */
.width1 {
  width: 25px;
}

.width2 {
  width: 70px;
}

.widthplz {
  width: 50px;
}

.width3 {
  width: 150px;
}

.width4 {
  width: 250px;
}

.width5 {
  width: 310px;
}

.width6 {
  width: 350px;
}

.width7 {
  width: 460px;
}

.width8 {
  width: 500px;
}

.button {
	background-color: #DC0014;
	color: white;
	width: auto;
	padding: 1 10 1px;
	font-size: 0.7em;
}

@media print{
.onPaper {
   display:none;
}
}
/* ------------------------------------------------------ */
/*                       Pager                            */
/* ------------------------------------------------------ */
table.pager {
       border-bottom: 1px solid silver;
       border-top: 1px solid silver;
       font-size: 0.9em;
       width: 100%;
}
/* ------------------------------------------------------ */
/*                       Intern                           */
/* ------------------------------------------------------ */
.message {
	background-color: #e6e6e6;
	margin:1px;
	padding:1px;
}

.su {
	background-color: maroon;
	color: yellow;
	padding: 2px;
}

span.mono {
	font-size: 15pt;
	font-family: Courier, monospace;
}
