body {
	margin-top: 50px;
	height: auto;
	text-align: center; /* Internet Explorer wants that */
	background: white;
}
img {
	border: 0px;
}
h1 {
	font-weight: normal;
	color: black;
	font-size: 10px;
}
hr {
	height: 1px;
	background: gray;
	border: none;
}
#holder_960 { /* Center of the page "holder" */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	font-family: Arial;
	font-size: 12px;
	font-size: 11px;
	color: #969696;
	text-align: left;
}

/* Header Text image and Logo START */

#logo_holder { /* Top left text IE and centered image */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 75px;
/* 	border: 1px solid red; */
}
#logo_text {
	width: 131px;
	height: 23px;
	margin-left: 6px;
	background: url(../images/ie_logo_text.png) no-repeat;
	float: left;
	display: block;
}
#logo_image {
	width: 682px;
	height: 75px;
	background: url(../images/ie_logo.png) center no-repeat;
	float: left;	
	display: block;
	text-align: center;
}

/* Header Text image and Logo STOP */

/* First Level menu START */

#menu_holder {
	width: 960px;
}
#menu_who { /* This is the agency slogan */
	margin-left: 7px;
	line-height: 34px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #969696;
	float: left;
}
#menu_buttons_holder {
	float: right;
	display: block;
}
#button ul {
	list-style-type: none;
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
}
#button li {
	line-height: 34px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	color: black;
}
#button a:hover {
	color: #f9a618;
}
/* Holly Hack for IE \*/
* html #button ul li { float: left; height: 1%; }
* html #button ul li a { height: 1%; }
/* End */
#kontakt a {
	line-height: 34px;
	margin-right: 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #949599;
	float: right;
}
#language a {
	line-height: 34px;
	margin-right: 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #949599;
	float: right;
}
#eco a {
	line-height: 34px;
	margin-right: 12px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #94cb4b;
	float: right;
}
#default a {
	display: none; /* visibility: hidden; won't work in IE = Damn MS */
	width: 0px; /* Needed fo hiding default CSS style */
	line-height: 34px;
/*	margin-right: 9px; */ /* Also hidden coz we don't want any space in menu. Right??? */
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #94cb4b;
	float: right;
}

/* First Level menu STOP */

/* Second and third Level menu START */

.button_nonselected a, .button_nonselected a:visited {
	list-style-type: none;
	color: black;
	text-decoration: none;
}
.button_selected a, .button_selected a:visited {
	color: #f9a618;
	text-decoration: none;
}

/* Second and third Level menu STOP */

/* Middle of the page = MAINBODY START */

.horizontal_960_dots {
	clear: both;
	width: 960px;
	height: 11px;
	background: url(../images/h_dots.png) center repeat-x;
	line-height: 11px;
}
.middle_wide_holder {
	width: 960px;
	margin-top: 7px;
	margin-bottom: 5px;
/*	padding-bottom: 10px; */
	display: table;
	background: url(../images/middle_backgrnd_wide.png) repeat-y;
}
.middle_wide_holder_1 {
	width: 960px;
	margin-top: 7px;
	margin-bottom: 5px;
/*	padding-bottom: 10px; */
	display: table;
	background: url(../images/middle_backgrnd_wide_1.png) repeat-y;
}
#fake_maintext_spacer {	/*Jep, jep again IE 6 problem, or should i say i'm to lazy to write IE6/7 fix css? */
	width: 80px;
	min-height: 300px;
	float: left;
	display: block;
}
#main_text_holder {
	width: 457px;
	float: left;
}
#main_text {
	width:440px !important; /*moz width*/
	width:440px; /*IE width*/
	float: left;
	font-family: Arial;
	font-size: 12px;
	margin-top: 4px;
	color: #666666;
	display: table;
}
#middle_holder {
	width: 192px !important;
	width: 192px;
	height: 250px;
	float: left;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 4px;
	list-style-type: none;
}
#employees {
	width: 171px;
/*	height: 220px; */
	margin-top: 18px;
	margin-left: 4px;
}

/* Middle of the page = MAINBODY STOP */

#third_button ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#third_button li {
/*	line-height: 34px; */
	margin-bottom: 5px;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	text-decoration: none;
/* 	border: 1px outset red; */
}
#third_button a:hover {
	color: #f9a618;
}


#subbuttons_holder {
	width: 174px !important;
	width: 174px;
	height: 0px;
	float: left;
	display: block;
	margin-top: 4px;
/*	padding-left: 17px; */
/*	padding-right: 17px; */
/*	padding: 10px; */
/*	border: 1px dotted black;*/
}
#second_btn_banners {
	width: 174px;
	height: 0px;
	padding-top: 2px;
	margin-left: 0px;
}
	#second_btn_banners p.bodytext {
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		text-align: left;
		color: #969696;
	}
#second_button ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#second_button li {
/*	line-height: 34px; */
	margin-bottom: 5px;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	text-decoration: none;
/* 	border: 1px outset red; */
}
#second_button a:hover {
	color: #f9a618;
}
.submenu_nonselected a, .submenu_nonselected a:visited {
	list-style-type: none;
	color: black;
	text-decoration: none;
/*	border: 1px solid green; */
}
.submenu_selected a, .submenu_selected a:visited {
	color: #f9a618;
	text-decoration: none;
/* 	border: 1px outset red; */
}
#footer_holder {
	font-family: Arial;
	font-size: 12px;
	width: 960px;
	margin-top: 7px;
	padding-bottom: 17px;
	display: table;
	background: url(../images/bottom_backgrnd_wide.png) repeat-y;
/*	border: 1px dotted green;*/
}
#footer_left_holder {
	width: 538px;
	margin-top: 4px;
	float: left;
/*	border-right: 1px solid black; */
}
#footer_left {
	margin-right: 20px;
	text-align: right;
/*	border: 1px solid red; */
}
#footer_right_holder {
	width: 422px;
	margin-top: 4px;
	float: left;
/*	border-left: 1px solid green; */
}
#footer_right {
	margin-left: 18px;
	text-align: left;
/*	border: 1px solid gray; */
}

