/* body */

body.index {
	margin: 0px;
	padding: 0px;	
	background-color: #E9E2D6;
	background-image: url("/images/bg_index_body.jpg");
}

/* div + backgrounds */

div.widthline {
	z-index: 0;
	position: absolute;
	width: 700px;
	height: 1px;
}

div.overflow {
	position:relative;
	width:100%;
	min-width:760px;
	height: 600px;
	overflow: hidden;
	width:expression(body.clientWidth < 761	? '760px' : '100%');
}

div.bg_1 {
	position: absolute;
	width: auto;
	height: 110px;
	z-index: 20;
	left: 47%;
	top: 0px;
}

div.bg_2 {
	position: absolute;
	width: auto;
}

div.bg_3 {
	position: absolute;
	width: auto;
	z-index: 10;
	left: 0px;
	top: 0px;
}

.bg_4 {
	background-image: url("/images/bg_4.gif");
	background-repeat: repeat-x;
}

.bg_5 {
	background-image: url("/images/bg_5.png");
	background-repeat: repeat-x;
	background-position: bottom;
}


.bg_6 {
	background-image: url("/images/bg_6.png");
	background-repeat: no-repeat;
	background-position: right;

}

div.bg_7 {
	position: absolute;
	width: auto;
	height: 300 px;
	z-index: 50;
	left: 1200px;
	left: expression(body.clientWidth < 1152 ? '950px' : '85%');
	top: 131px;
}

.bg_8 {
	background-image: url("/images/bg_8.jpg");
	background-repeat: repeat-x;
}

div.bg_9 {
	position: absolute;
	width: 450;
	height: auto;
	z-index: 70;
	top: 360px;
	top: expression(body.clientWidth < 1152 ? '360px' : '370px');	
}

div.bg_10 {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 70;
}

.bg_11 {
	background-image: url("/images/bg_11.gif");
	background-repeat: repeat-y;
	background-position: 300px 0px;
}

.bg_12 {
	background-image: url("/images/bg_12.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.bg_13 {
	background-image: url("/images/bg_13.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

div.bg_14 {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 60;
	top: 435;
}

.bg_15 {
	background-image: url("/images/bg_15.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}

/* colors backgrounds */

.bg_color_bluegray {
background-color: #5B899E;
}

.bg_color_darkred {
background-color: #980808;
}

.bg_color_sky {
background-color: #93D8F8;
}

/* clouds position */

.clouds {
	position: absolute;
	top: 65 px;
	z-index: 5;
}

.cloud {
	position: absolute;
	z-index: 5;
}


/* links */

a.lang_off {
	font-family: tahoma;
	font-size: 70%;
	font-weight: bold;
	color: #F38989;
	background-color: #A71519;
	padding: 5px;
	text-decoration: none;
}
a:hover.lang_off {
	font-family: tahoma;
	font-size: 70%;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

a.menu {
	font-family: helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover.menu {
	color: #fff;
	text-decoration: underline;
}

a.link_txt_green {
	font-family: helvetica;
	color: #006600;
	text-decoration: none;
}
a:hover.link_txt_green {
	color: #006600;
	text-decoration: underline;
}

a.link_txt_blue {
	font-family: helvetica;
	color: #000066;
	text-decoration: none;
}
a:hover.link_txt_blue {
	color: #000066;
	text-decoration: underline;
}

a.link_txt_red {
	font-family: helvetica;
	color: #990000;
	text-decoration: none;
}
a:hover.link_txt_red {
	color: #990000;
	text-decoration: underline;
}

a.link_txt {
	font-family: helvetica;
	color: #282828;
	text-decoration: none;
}
a:hover.link_txt{
	color: #282828;
	text-decoration: underline;
}

/* txt styles */

.menu_topmargin {
	margin-top: 0 px;
}

.lang_on {
	font-family: tahoma;
	font-size: 70%;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	background-color: #ff0000;
}

.txt {
	font-family: helvetica;
	font-size: 90%;
	font-size: expression(body.clientWidth < 1152 ? '75%' : '90%');
	top: 131px;
	color: #282828;
}

.txt_leftpadding {
	font-family: helvetica;
	font-size: 90%;
	font-size: expression(body.clientWidth < 1152 ? '75%' : '90%');
	top: 131px;
	color: #282828;	
}

.txt_leftborder {
	font-family: helvetica;
	font-size: 90%;
	font-size: expression(body.clientWidth < 1152 ? '90%' : '100%');
	color: #282828;
	border-left: solid 3 #990000;
	padding-left: 10 px;
	
}

/* image styles */

img.png {
	behavior: url("/png.htc");
}

.works {
	background-color: #006600;
	border: 5px solid #fff;
}
