body {
	background-color: #900;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	text-align: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFC;
}

a:link,
a:visited
 {
	color: #FFC;
}

a:focus,
a:hover,
a:active
{
	color: #FFC;
}

img,
a img {
	border: none;
}

.ohneU {
	text-decoration: none; 
}

/*HAUPTTABELLE*/
table.main {
	width: 890px;
	background-color: #600;
	background-image: url(images/bg_table.gif);
	/*background-attachment: fixed; muss wegen Netscape auskommentiert werden, da sonst fehlerhalfte Darstellung*/
	background-repeat: repeat-y;
	border: none;
}


h1 {
	font-size: 105% /*18px*/;
	font-weight: bold;
	margin: 0 0 12px 0;
}

h2 {
	font-size: 100%/*16px*/;
	font-weight: bold;
	margin: 22px 0 10px 0;
}

h3 {
	font-size: 95% /*14px*/;
	font-weight: bold;
	margin: 22px 0 0 0;
}

p {
	font-size: 90% /*14px*/;
	margin: 0 0 6px 0;
}

p.lit {
	font-size: 90% /*14px*/;
	margin: 0 0 12px 0;
}

.rot {
	color: #900;
}

.gelb
{
	color: #FF9;
}

.klein {
	font-size: 80% /*12px*/;
}

.untertitel {
	font-size: 75% /*11px*/;
	color: #FF9;
}

a:link.untertitel,
a:visited.untertitel
a:focus.untertitel,
a:hover.untertitel,
a:active.untertitel
{
	color: #FF9;
}

ul.regul {
	list-style-type: circle;
	margin: 0 0 0 18px;
	padding: 0;
	font-size: 90% /*14px*/;
}

li.regul {
	margin: 0 0 8px 0;
}

.copyr {
	font-size:  75% /*11px*/;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	color: #FF9;
	margin-top: 80px;
}

.left {
	float: left; 
	margin: 0 10px 2px 2px;
}

.right {
	float: right; 
	margin: 2px 12px 4px 8px;
}

input,
textarea {
	background-color: #FFC;
}