body {
	background: transparent;
	background: #004929 url('../media/images/bg/main.gif') 0 0 repeat-y;
	height: 100%;
}
body, td, th, div, span, p {
	font: normal normal 10px/130%  Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}
input, textarea, option, select {
	font: normal normal 11px/100%  Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	font: normal normal 11px/130% Arial, Tahoma,  Verdana,  sans-serif;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

/*     */

.full {
	height: 100%;
	width: 890px;
	margin: 0px auto;
	vertical-align: middle;
}
.full td {
	vertical-align: middle;
}

.bg_top {	 
	height: 134px; 
	width: 890px;
	margin: 25px 0 0 0;
}
.bg_bottom {
	background: url('../media/images/bg/jacobs_bottom.gif') 0 0 no-repeat; 
	height: 7px; 
	width: 890px;
}
.main {
	background: url('../media/images/bg/background_no_flash.gif') 0 0 no-repeat; 
	height: 503px;
	width: 890px;
	margin: 0px auto;	
}
.main td {
	vertical-align: middle;
	text-align: center;
}
.no_flash {
	margin: 0 auto;
}
.lang {
	font: normal bold 10px/100%  Verdana,  sans-serif;
	color: #e1b379;
	padding: 5px 0 0 40px;
}
.lang span {
	font: normal bold 10px/100%  Verdana,  sans-serif;
	color: #000000;
}
.kraft_img {
	background: url('../media/images/bg/kraft.gif') 0 0 no-repeat;
	height: 30px;
	width: 71px;
	margin: 7px 0 0 42px;	
}
.top_text {
	font: normal bold 11px/100%  Myriad Pro,  sans-serif;
	padding: 5px 20px 0 0;
}
.bg_bottom_text div {
	text-align: center;
	margin: 10px 0 0 15px;
	
}
/*     */

.outer {
	position: relative;
	height:100%;
	scrollbar-3dlight-color : #ffcb2f;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #ffcb2f;
	scrollbar-highlight-color : #ffcb2f;
	scrollbar-shadow-color : #ffcb2f;
	scrollbar-track-color : #ffffff;
}
.inner {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
}	

.mark_text {
	font-weight: bold;
}

.mark_text * {
	font-weight: bold;
}

/* for FCK */
.cms_border {
    margin:2px auto auto 1px;
	border:1px solid #C0C0C0;
}
.cms_border td {
    border:1px solid #C0C0C0;
	padding:1px 3px;
}
.cms_border_no, .cms_border_no td {
    border:none;
}

/* custom_form */
.custom_form {
	
}
.custom_form td {
	
}
.custom_form td.label {
	
}
.custom_form input.input_text {
	
}
.custom_form .error td.label {
	color: #cc0000;
}
.custom_form .error textarea,
.custom_form .error input.input_text {
	border: 1px solid #cc0000;
}
.custom_form .form_separator {
	font-weight: bold;
}
.custom_form .submit {
	
}
.custom_form .checkbox_radio td {
	
}
.custom_form .checkbox_radio td.input {
	
}
.custom_form .checkbox_radio td.input_label {
	
}
/* custom_form */