body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	background: #f2f2f2 url(../gfx/bg_top.gif) repeat-x left top;
}

/*
 * background
 */
table.bg_sky {
	background: transparent url(../gfx/bg_sky.jpg) no-repeat center top;
	margin-bottom: 50px;
}
td.left {	
	background: transparent url(../gfx/bg_left.gif) no-repeat left top;	
}
td.bg_data {
	background: transparent url(../gfx/bg_data.gif) repeat-y center top;	
}
td.bg_bottom {
	background: transparent url(../gfx/bg_bottom.gif) no-repeat left bottom;
	background-position: expression('1px bottom');
	height: 100px;
}
table.bg_left_side {
	background: transparent url(../gfx/bg_left_side.gif) repeat-y left bottom;
}

/*
 * Holder
 */
td.holder_top {
	background: transparent url(../gfx/holder/top.gif) repeat-x left top;
}
td.holder_left{
	background: transparent url(../gfx/holder/left.gif) repeat-y left top;
}
td.holder_right {
	background: transparent url(../gfx/holder/right.gif) repeat-y right top;
}
td.holder_bottom {
	background: transparent url(../gfx/holder/bottom.gif) repeat-x left top;
}

/*
 *	formatting
 */

td {
	font-size: 11px;
	color: #58595b;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 150%;
}
li {
	background: url(../gfx/bg_sign.gif) no-repeat 5px 2px;
	padding-left: 22px;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
*.hand {
	cursor: pointer;
}
div.desc p:first-child {
	margin-top: 0;
	padding-top: 0;	
}
td.data_format {
	padding: 10px 56px 10px 15px;
}
table.data_format {
	margin: 10px 0 10px 15px;
	width: 425px;
}
div.contact {
	padding: 7px 0 0 59px;
	line-height: 135%;
}
div.map {
	padding: 10px 0 0 54px;
}
div.fuvar {
	padding: 20px 0 0 54px;
}
div.bottom_menu {
	text-align: center;
	padding-top: 16px;
}
div.line {
	height: 2px;
	background-color: #d0d0d0;
	margin: 1px 0 3px 0;
}
ul.params {
	margin-top: 3px;
}
td.bg_box_data {
	background-color: #ededed;
	border-left: 1px solid #d5d5d6;
	border-right: 1px solid #d5d5d6;
	padding: 10px 0 5px 0;
}
td.bg_box_line {
	background: transparent url(../gfx/bg_box_line.gif) no-repeat 50px center;
	padding-right: 4px;
	padding-top: 1px;
	padding-top: expression('0px');
}
td.bg_box_line_02 {
	background: transparent url(../gfx/bg_box_line_02.gif) no-repeat right center;
	padding-right: 4px;
	padding-top: 1px;
	padding-top: expression('0px');
}
span.title {
	color: #8e8e8e;
	font-size: 13px;
	font-weight: bold;
}
div.left {
	float: left;
	width: 210px;
}
div.clear {
	clear: both;
}
hr {
	background-color: #C9D5E6;
	color: #C9D5E6;
	border: 0;
	height: 1px;
	width: 420px;
}

/*
 *	link
 */

a {
	color: #58595b;
	text-decoration: underline;
}
a:hover {
	color: #58595b;
	text-decoration: none;
}
div.ws a,
div.bottom_menu a {
	color: #58595b;
	text-decoration: none;
	margin: 0 6px 0 3px;
}
div.ws a:hover,
div.bottom_menu a:hover {
	color: #58595b;
	text-decoration: underline;
	margin: 0 6px 0 3px;
}
div.ws {
	float: right;
	margin: 15px 36px 0 0;
}
div.copy {
	margin: 20px 0 0 41px;
	color: #bcbdbd;
}

/*
 *	form
 */
form {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #58595b;
}

label {
	cursor: pointer;
}
input {
	color: #58595b;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	border: 0;
	width: 136px;
	height: 19px;
	margin-bottom: 5px;
	margin-bottom: expression('3px');
	padding: 2px 5px 2px 3px;
	background: url(../gfx/bg_textbox.gif) no-repeat top left;
	background-attachment: expression('fixed');
}
textarea {
	color: #58595b;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border: 0;
	width: 216px;
	height: 67px;	
	padding: 2px 5px 2px 3px;
	margin: 10px 0 4px 0;
	background: url(../gfx/bg_textarea.gif) no-repeat top left;
	overflow: auto;
	background-attachment: expression('fixed');
}
textarea.big {
	width: 177px;
	height: 44px;	
	background: url(../gfx/bg_textarea_big.gif) no-repeat top left;
	overflow: auto;
	background-attachment: expression('fixed');
}
input#reset,
input#reset_de,
input#reset_en,
input#submit,
input#submit_de,
input#submit_en {
	width: 56px;
	height: 23px;	
	cursor: pointer;
}
input#reset {
	background: url(../gfx/bg_btn_del.gif) no-repeat left 5px;	
}
input#submit {
	background: url(../gfx/bg_btn_send.gif) no-repeat left 5px;
}
input#reset_de {
	background: url(../gfx/bg_btn_del_de.gif) no-repeat left 5px;	
}
input#submit_de {
	background: url(../gfx/bg_btn_send_de.gif) no-repeat left 5px;
}
input#reset_en {
	background: url(../gfx/bg_btn_del_en.gif) no-repeat left 5px;	
}
input#submit_en {
	background: url(../gfx/bg_btn_send_en.gif) no-repeat left 5px;
}
