body, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #E5E5E5;
	font-weight : normal;
	text-decoration : none;
	background-color: #ea661d;
}

body.ipaper, td.ipaper {
	background-color: white;
}

font.maxi {
	font-size : 16px;
	color : #CA0000;
	font-weight : bold;
}

font.titel {
	font-size : 16px;
	color : #E7E7E7;
	font-weight : bold;
}

font.midi {
	font-size : 14px;
	color : Black;
	font-weight : bold;
}

font.mini {
	font-size : 11px;
}

.disclaimer {
	font-size : 10px;
}

.disclaimer_ipaper {
	font-size : 10px;
	color: #ea661d;
}

.checkout {
	font-size : 11px;
}

.checkoutred {
	font-size : 11px;
	color: #ca0000;
	font-weight : bold;
}

a {
	text-decoration : none;
	color : #0066CC;
	font-weight : bold;
}

a:hover {
	color : #CA0000;
	text-decoration : none;
}

font.neorot {
	font-family : "Book Antiqua", "Times New Roman", Serif;
	font-size : 20px;
	color : #CA0000;
	font-weight : bold;
	text-decoration : none;
}

font.neoblau {
	font-family : Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size : 17px;
	color : #000079;
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
}

form {
	padding: 0;
	margin: 0;
}

input, textarea {
	background : #E7E7E7;
	border : 1px solid #7C7C7E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

select {
	background : #F0FFF0;
	border : 1px solid #7C7C7E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.zahlfeld {
	background : #E8ECFF;
	border : 1px solid #7C7C7E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

input.submit {
	background : #000079;
	border : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : white;
	height: 22px;
}

table.view { 
	font-size: 12px;
	font-weight: bold;
	color: navy;
	border: 1px solid navy;
}

th.view { 
	font-size: 12px;
	font-weight: bold;
	color: navy;
	border: 1px solid silver;
	background-color: silver;
}

td.view { 
	font-size: 12px;
	color: black;
	border: 1px solid silver;
}

div.menu {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 200px;
	border: 1px solid silver;
}
div.disclaimer {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	bottom: 20px;
}

div.content	{
	width: 770px;
	text-align:center;
}