html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:auto;
}

body {
	font-family:Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#666666;
	margin:0px;
	padding:0px;
	text-align:center;
	overflow:auto;
	background-color:#FFFFFF;

	width:100%;
	height:100%;
}

td {
	font-family:Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#666666;
	text-align:left;
	padding:4px;
	border-style:none;
}

/* Haupt-Container ********************************************************* */

#main {
	width:980px;
	margin:0px auto 7px auto;
	text-align:left;
}

/* Ueberschriften ********************************************************** */

h1 {
		font-size:18px;
		font-weight:bold;
		line-height:30px;
		text-align:left;
		color:#0061D3;
		margin-bottom:5px;
}

h2, h3, h4, h5, h6 {
		font-size:11px;
		font-weight:bold;
		line-height:16px;
		text-align:left;
		color:#0061D3;
}

/* Links ******************************************************************* */

a:link, a:visited, a:active {
	color:#0061D3;
	text-decoration:none;
}

a:hover {
	color:#0061D3;
	text-decoration:underline;
}

/* Sonstiges *************************************************************** */

table.noborder {
	border-style:none;
	border-collapse:separate;
}

td.noborder {
	border-style:none;
}

div.clear {
	clear:both;
	height:1px;
}

hr {
	border:0px; /* Für Firefox und Opera */
	border-bottom:dotted 1px #71888F; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	height:1px;
	margin:12px 0px 12px 0px;
}

sub, sup {
	font-family:Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size:50%;
	line-height:0px;
}

/* IE PNG Alpha Fix ******************************************************** */

img.png {
	behavior:url('/styles/iepngfix.htc');
}