body {
	margin: 0px;
	background-image: url(images/back_main_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
}

table.main {
	width: 1000px;
	background-image: url(images/back_table_main.jpg);
	background-repeat: no-repeat;
}

td.oben {
	vertical-align: bottom;
	text-align: right;
	padding-right: 20px;
	background-image: url(images/back_link.jpg);
	height: 116px;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #666666;
}


td.linkmain {
	padding-top: 20px;
	text-align: right;
	width: 200px;
	vertical-align: top;
}

td.content {
	background-repeat: no-repeat;
	width: 800px;
	height: 315px;
	padding-left: 220px;
	padding-right: 200px;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #eeeeee;
	padding-bottom: 0px;
}

td.unten {
	background-image: url(images/back_unten.jpg);
	background-repeat: no-repeat;
	height: 126px;
	padding: 0px;
	vertical-align: top;
}

a {
	color: #ff3300;
	text-decoration: none;
}



a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.a_small {
	font-size: 11px;
}

a.a_att_pdf {
	background-image: url(images/icon_att_pdf.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	border: 1px solid #cccccc;
	font-size: 11px;
	background-position: left;
}

a.a_att_pdf:hover {
	text-decoration: underline;
	color: #ff0000;
}

a.main {
	text-decoration: none;
	font-size: 13px;
	background-color: #333333;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 65px;
	padding-top: 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

a.main:hover {
	background-color: #990000;
	padding-right: 85px;
}

a.utility {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

a.utility:hover {
	text-decoration: underline;
	color: #ffffff;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 30px;
}

a.a_thumb {
	border: 1px solid #cccccc;
	display: inline-block;
}

a.a_thumb:hover {
	border: 1px solid #ffffff;
}

ul {
	margin-bottom: 10px;
	margin-top: 10px;
}


