body {
    margin: 0;
    padding: 0;
    background: #ffffff url(../gfx/bg_body.gif) repeat-x 0 0;
	color: #ffffff;
    font-family: Verdana;
	font-size: 11px;
}

/**
 ** frame
 */
table#container {
	width: 100%;
    background: #4a8ec1 url(../gfx/bg_body.gif) repeat-x 0 0;
}
table#container_f {
	width: 100%;
}
table#bottom {
	width: 100%;
	height: 100%;
    background: #ffffff url(../gfx/bg_bottom.gif) repeat-x 0 0;
}
table#bottom_f {
	width: 100%;
	height: 100%;
    background: #ffffff url(../gfx/bg_bottom_f.gif) repeat-x 0 0;
}
table#right {
	height: 100%;
	width: 265px;
}
td#top_left {
	background: transparent url(../gfx/bg_top_left.gif) no-repeat top right;
}
td#top_right {
	background: transparent url(../gfx/bg_top_right.gif) no-repeat top left;
}
td#top_center {
	width: 770px;
}
td#content_left {
	width: 505px;
	vertical-align: top;
	background: transparent url(../gfx/content_left.gif) repeat-y 0 0;
}
td#content_right {
	width: 265px;
	height: 100%;
}
td#bottom_left {
	background: transparent url(../gfx/bg_bottom_left.gif) no-repeat top right;
}
td#bottom_left_f {
	background: transparent url(../gfx/bg_bottom_left_f.gif) no-repeat top right;
}
td#bottom_right {
	background: transparent url(../gfx/bg_bottom_right.gif) no-repeat top left;
}
td#bottom_right_f {
	background: transparent url(../gfx/bg_bottom_right_f.gif) no-repeat top left;
}
td#bottom_center {
	width: 740px;
	background: transparent url(../gfx/bg_bottom_center.gif) no-repeat top left;
	height: 50px;
	color: #1e5186;
	padding: 20px 15px 0 15px;
}
td#bottom_center {
	width: 740px;
	background: transparent url(../gfx/bg_bottom_center.gif) no-repeat top left;
	height: 50px;
	color: #1e5186;
	padding: 20px 15px 0 15px;
}
td#bottom_center_f {
	width: 740px;
	background: transparent url(../gfx/bg_bottom_center_f.gif) no-repeat top left;
	color: #1e5186;
	padding: 30px 15px 0 15px;
}
td.textarea {
	background: transparent url(../gfx/bg_textarea.gif) no-repeat 9px 14px;
}
td.textarea:hover,
td.textarea:focus {
	background: transparent url(../gfx/bg_textarea_hover.gif) no-repeat 9px 14px;
}
td.flash_header {
	background: url(../gfx/noflash_header.jpg) no-repeat 0 0;
	padding: 90px 20px 0 0;
	height: 144px;
	text-align: right;
	vertical-align: top;
	color: #084b8f;
}
div.contact {
	background: transparent url(../gfx/bg_contact_box.jpg) no-repeat top left; 
	height: 85px;
	padding: 15px 0 0 25px;
	text-align: left;
}
div.incontent {
	background: transparent url(../gfx/bg_content_left.jpg) no-repeat 0 0;
	min-height: 380px;
	text-align: left;
	padding: 0 25px 10px 25px;
}
h1 {
	font-size: 12px;
	padding-top: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #fdb128;
	padding-top: 10px;
	border-bottom: 1px solid #ffffff;
}
a,
a:hover {
	color: #fdb128;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}
a:hover {
	text-decoration: underline;
}
td#bottom_center a,
td#bottom_center_f a,
td#bottom_center a:hover,
td#bottom_center_f a:hover{
	color: #1e5186;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
td#bottom_center a:hover,
td#bottom_center_f a:hover{
	color: #1e5186;
	text-decoration: underline;
}
input.box,
input.box:hover {
    font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	width: 160px;
	border: 0;
	margin: 0;
	vertical-align: middle;
	padding: 4px 2px 0 8px;
	background: transparent url(../gfx/bg_box.gif) no-repeat 0 0;
}
input.box:hover,
input.box:focus {
	background: transparent url(../gfx/bg_box_hover.gif) no-repeat 0 0;
}
textarea,
textarea:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	height: 80px;
	width: 160px;
	border: 0;
	padding: 4px 2px 6px 8px;
	vertical-align: middle;
	overflow: auto;
	background: transparent;
}

#submit,
#submit_de,
#submit_en {
	background: url(../gfx/submit.gif) no-repeat;
	border: 0;
	width: 120px;
	height: 28px;
	cursor: pointer;
}
#submit_de {
	background: url(../gfx/submit_de.gif) no-repeat;
}
#submit_en {
	background: url(../gfx/submit_en.gif) no-repeat;
}
label {
	cursor: pointer;
}
ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
ul li {
	padding: 0 0 2px 15px;
	background: transparent url(../gfx/bg_li.gif) no-repeat 0 2px;	
}
span.error {
	color: red;
}
p {
	margin: 0;
	padding: 0;
}
div.error label {
	font-weight: bold;
}