body {
			margin-top:0;
			margin-bottom:0;
			margin-left:0;
			margin-right:0;
			align:center;
			font-family: Verdana,Helvetica,Arial,sans-serif;
			font-size: 11px;
			color: #000000;
			background-color:#027AB6;
}

h1 {
			color:#FF8F00;
			font-size: 22px
}
.littleorange {
			color:#FF8F00;
			font-size: 14px
}

table {
			table-layout:fixed;
			font-size:11px;
}

table.innen {
			width:780;
			valign:top;
			align:left;
			border:1;
}

td {
			margin-top:0;
			margin-bottom:0;
}

td.menu {
			color:#027AB6;
			font-size:11px;
}

td.news {
			width:600;
			align:left;
			valign:top;
			border-right-style: groove;
}

td.right {
			align:left;
			valign:top;
}

a:link.menu {
			color:#027AB6;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
}
a:active.menu {
			color:#027AB6;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
}
a:visited.menu {
			color:#027AB6;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
}
a:hover.menu {
			color:#FFFFFF;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
}

a:link.only_blue {
			color:#027AB6;
			text-decoration: none;
			font-size: 11px;
}
a:active.only_blue {
			color:#027AB6;
			text-decoration: none;
			font-size: 11px;
}
a:visited.only_blue {
			color:#027AB6;
			text-decoration: none;
			font-size: 11px;
}
a:hover.only_blue {
			color:#FFFFFF;
			text-decoration: none;
			font-size: 11px;
}

<!--- // #ef6f00 dunkles Orange! -->

a:link {
			color:#FF8F00;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
}
a:active {
			color:#FF8F00;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
}
a:visited {
			color:#FF8F00;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
}
a:hover {
			color:#FFFFFF;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
}

input, textarea {
			background-color:#FF8F00;
}

input.userlogin {
			background-color:#FF8F00;
			font-size:10;
}