html,table {
	font-size: 11px; color: #000000; }


html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	padding: 0 0 0 0;
	margin: 0;
	background-color: #FFFFFF;
	text-align: left;
	background: #fff url(img/bg_welle.gif);
	background-repeat:repeat-y;

}

table#container1 {
	position:relative;
	background-color:#fff;
	background-image:url(img/schatten.gif);
	background-repeat:repeat-y;
	width:910px;
	height:expression('590px');
	min-height:590px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

table#page {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border:1px solid #ccc;
}

div.static_links {
	margin: 0 0 1em 0; 
	font-size: 10px; 
	color: #999999; 
	line-height: 20px;
}

#footer   {
	position:relative;
	background-color:#fff;
	background-image:url(img/footeredge.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:910px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}


h1 {
	font-size: 13px;
	margin: 0 0 2em 0;
	line-height: 24px;
	color: #333333;
}

h2 {
	font-size: 13px;
	margin: 0 0 1em 0;
	color: #505050;
}
h3 {
	font-size: 13px;
	margin: 0 0 2em 0;
	line-height: 24px;
	color: #333333;
}
h4 {
	font-size: 1em;
	margin: 0;
}

p { 
	margin: 0 0 1em 0; 
	line-height: 20px; 
}

a {
	color: #990000; text-decoration: none; font-size: 12px;
}

a:hover {
	color: #FF3300;
}