@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:21px;
	color: #000;
}

body {
	background-image: url(img/main_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	font-weight:bolder;
	font-stretch:ultra-expanded;
	text-decoration:none;
	color:#666;
	}
	
a:hover {
	text-decoration:underline;
	color:#999;
	}

a:visited {
	font-weight:bolder;
	font-stretch:ultra-expanded;
	text-decoration:none;
	color:#666;
	}

h1 {
	font-size:24px;
	font-weight:bolder;
	color:#666;
	font-stretch:semi-expanded;
	}

h2 {
	font-size:20px;
	font-weight:bold;
	color:#666;
	font-stretch:expanded;
	}
li {
	list-style-position:outside;
	list-style-image:url(img/list_item.gif);
	line-height:25px;
	}

.bild_hr {
	padding-top:10px;
	padding-bottom:10px;
	}
.hr {
	line-height:1px dotted noshade;
	line-style:dotted;
	color:#666;
	}
.ll_table {
	vertical-align:top;
	border-bottom-width:1px;
	border-bottom-color:#999;
	border-bottom-style:dotted;
	padding-bottom:9px;
	}
