/* CSS Document */
/* http://ryanfait.com/sticky-footer/ */

#Layer1 {       position:absolute;
        left:504px;
        top:54px;
        width:49px;
        height:13px;
        z-index:1;
}


html, body {
	height: 100%;
}

th {
  /* background-image:url(../img/hg_head_bottom.gif); */
  background-color:#9cb6ff; 
}

.tdbg
{
    background-color: #dce7ff; /* $d6e3ff; */
}

.component_name {
	width:170px;
	text-align:left;
}

.component_download {
	width:100px;
	text-align: right;	
}

img {
  border:none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
	width: 950px;
	background-color: #FFFFFF;
}
.footer, .push {
	height: 35px; /* .push must be the same height as .footer */
}

.copy
{
	background-image:url(../img/hg_fuss.gif);
	font-size: x-small;
	height: 35px;
	padding-right: 5px;
	text-align: right;
	width: 945px;
	margin: auto;
	padding-top: 0px;
	background-repeat: repeat-x;
}

.content
{
	padding: 20px;
	background-color: #FFFFFF;
/*	bottom: 35px;
	top: 95px;
	position: absolute;
	overflow: auto;
	width: 791px; */
}

html
{
	/*overflow-y: scroll;	 */
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #ffffff;
	background-image:url(../img/hg_rahmen.gif);
	margin: 0px;
	color: #000000;
}

div.container {
	position: relative;
}

div.header {
	background-color: #FFFFFF; /* This color sets the background of the header section */
	margin: 0px;
	background-image: url('../img/hg_head_top.gif');
	height: 52px;
}
	
#main_box1 {
	margin:auto;
	text-align:left;
	width:950px;
}

#nav_top {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px 15px;
	text-align:right;
	background-image:url(../img/hg_rahmen.gif);
}

#main_box2 {
	margin:auto;
	text-align:left;
	width:950px;
	background-color: #FFFFFF;
}

#main_box3 {
	margin:auto;
	text-align:left;
	width:950px;
	background-color:#FFFFFF;
}

#nav_top ul {
	list-style-type:none;
	margin:0;
	padding: 0px;
}
#nav_top ul li {
	display:inline;
	margin: 0px;
	padding: 0px;
}
#nav_top ul li a {
	font: 11px Verdana, Arial, sans-serif;
	text-decoration:none;
}
.bg_leiste {
	background-image:url(../img/hg_head_bottom.gif); 
	height: 21px;
}
.boxText { 
	font-size: 10px; 
	padding:7px 9px;
}

.size18
{
	font-size: 18px;
}
.size10
{
	font-size: 10px;
}

.red
{
	color: #FF0000;
}

.darkred
{
	color: #CC0000;
}

.blue
{
  color: #0000FF;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
} 

.requiredfield
{
	color: #CC0000;
	font-weight: bold;
	text-align: right;
}