BODY, FORM {
	padding: 0px;
	margin: 0px;
}

BODY, A, LI, TD, SELECT, INPUT {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.f_red {
	color: red;
}

.f_12 {
	font-size: 12px;
}

A.button_yellow, A.button_yellow:active, A.button_yellow:visited, A.button_yellow:link {
	height: 20px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	padding: 4px 4px 3px 14px;
	border: 1px solid #FFFFFF;
	background: url(../img/rechts_dp.gif) no-repeat 5px 8px #FFCC00;
}

A.button_yellow:hover {
	border: 1px solid;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	text-decoration: none;
}

A.button_gray, A.button_gray:active, A.button_gray:visited, A.button_gray:link {
	height: 20px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	padding: 4px 4px 3px 14px;
	border: 1px solid #FFFFFF;
	background: url(../img/rechts_dp2.gif) no-repeat 5px 8px #E9E9E9;
}

A.button_gray:hover {
	border: 1px solid;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.link_arrow {
	padding-left: 14px; 
	background-image: url(../img/rechts_dp.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

H1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 12px;
}

#tab_1_on {
	height: 43px;
	background-color: #FFE88A;
	float: left;
	width: 150px;
}

#tab_1_on_inner {
	padding: 5px;
	font-weight: bold;
}

#tab_2_off {
	padding: 6px 1px 1px 1px;
	float: left;
}

#tab_2_off_inner {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#tab_2_off_inner_2 {
	background-color: #D6D6D6;
	padding: 5px 0px 0px 5px;
}

#tab_2_off_inner_3 {
	height: 30px;
	width: 144px;
	display: block;
	text-decoration: none;
}

#tab_2_on {
	height: 43px;
	background-color: #FFE88A;
	float: left;
	width: 150px;
}

#tab_2_on_inner {
	padding: 5px;
	font-weight: bold;
}

#tab_1_off {
	padding: 6px 1px 1px 1px;
	float: left;
}

#tab_1_off_inner {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#tab_1_off_inner_2 {
	background-color: #D6D6D6;
	padding: 5px 0px 0px 5px;
}

#tab_1_off_inner_3 {
	height: 30px;
	width: 144px;
	display: block;
	text-decoration: none;
}

TABLE.table_buttons {
	width: 444px;
}

TABLE.table {
	width: 444px;
	background-color: #FFE88A; 
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

TABLE.table TD {
	height: 26px;
	padding: 3px 0px 2px 10px;
	font-size: 11px;
}

TABLE.table TR.border_top TD {
	border-top: 1px solid white;
}

TABLE.table TR.border_bottom TD {
	border-bottom: 1px solid white;
}

INPUT.amount {
	width: 70px;
	font-size: 11px;
}

SELECT.destination {
	width: 110px;
	font-size: 11px;
}

SELECT.product_type {
	width: 220px;
	font-size: 11px;
}

#page {
	/*
	height: 470px;
	*/
	overflow: auto;
}

#header_1 {
	width: 100%;
	height: 45px;
	background-color: #FFCC00;
}

#header_1_spacer {
	padding-top: 5px;
}

#header_2 {
	width: 100%;
	height: 6px;
	font-size: 5px;
	background-color: #000000;
}

.left {
	padding-left: 42px;
	float: left
}

.close {
	background: url(../img/close.gif) no-repeat 0px 2px;
}

.print {
	background: url(../img/print.gif) no-repeat 0px 2px;
}

#footer {
	height: 24px;
	width: 100%;
	background-color: #FFCC00;
}

#footer_inner {
	padding-top: 5px;
}

#content {
	_height: 513px;
	min-height: 513px;
	
}

#content_inner {
	padding: 14px 30px 14px 30px;
}

.link {
	font-weight: bold;
	font-size: 11px;
	padding-left: 14px;
}

.right {
	text-align: right;
	padding-right: 10px;
}

