html {
	height: 100%;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg_body2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height: 100%;

}
table, td {
	line-height: 12px;
}
table h1 {
	margin: 4px 0px 4px 0px;
}
img {
   behavior:  url("pngbehavior.htc");
}
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin:0;
}

h4 {
	font-size: 12px;
	font-style:italic;
	color:#1f599e;
	}
	
h5 {
	font-size: 14px;
	font-weight:bold;
	color:#ec8225;
	margin:0 0 10px 0;
	}

.orange {
	color: #e49200;
}
#navi a, #navi a:link, #navi a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#navi a:hover {
	font-size: 11px;
	color: #e49200;
	text-decoration: underline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.sub {
	font-size: 10px;
}
.grau {
	color: #8a8988;
}
a, #navi a:link, #navi a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #e49200;
	text-decoration: underline;
}

img.img_border {
padding:5px;
border:1px solid #cccccc;
}