@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(../imi/index_bg_1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: 790px;
}
.box_b {
	float: right;
	width: 320px;
	height: 600px;
	padding-top: 10px;
}
.navshadow {
	width: 1000px;
}
.tabs {
	width: 1000px;
	padding-top: 20px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.box_a {
	float: left;
	width: 670px;
	padding-top: 10px;
	padding-left: 5px;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.usa_box {

}
.usa_text {
	float: left;
	width: 320px;
	margin-top: 5px;
	color: #333;
}
.links2 {
	color: #900;
	font-size: 10px;
}

.usa_bild {
	float: right;
	width: 335px;
	padding-top: 5px;
	padding-right: 5px;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.header {
	height: 20px;
	width: 660px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.links {
	width: 300px;
	background-color: #F2F2E6;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	height: 300px;
}
.box_c {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 15px;
}
.textoxx {
	height: 20px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	width: 660px;
}
.tox1 {
	float: left;
	width: 500px;
}
.tox2 {
	float: right;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	color: #333333;
}
.separation {
	width: 670px;
	margin-bottom: 15px;
}



.liks-text {
	width: 290px;
	padding: 5px;
}

