html, body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

.fantom {
	clear: both;
}

.important {
	display: none;
}

#container {
	width: 1004px;
	margin: 0 auto;
	background: #fff url(../_img/page_backg.gif) left top repeat-x;
}

#index #container1 {
	border-right: 1px solid #7d7d7d;
	border-left: 1px solid #7d7d7d;
	background: url(../_img/container_index_backg1.gif) left top repeat-y;
}

#index #container2 {
	background: url(../_img/container_index_backg2.gif) left bottom repeat-x;
}

#index #container3 {
	padding-bottom: 10px;
	background: url(../_img/container_index_backg3.gif) left bottom no-repeat;
}

#vendors #container1 {
	border-right: 1px solid #7d7d7d;
	border-left: 1px solid #7d7d7d;
	background: url(../_img/container_vendors_backg1.gif) left top repeat-y;
}

#vendors #container2 {
	background: url(../_img/container_vendors_backg2.gif) left bottom repeat-x;
}

#vendors #container3 {
	padding-bottom: 10px;
	background: url(../_img/container_vendors_backg3.gif) left bottom no-repeat;
}

* html #container1, * html #container2, * html #container3 {
	height: 100%;
}

#container4 {
	width: 1002px;
}

#leftcol {
	float: left;
	width: 809px;
}

#header {
	height: 166px;
	background: url(../_img/header_backg.jpg) left top no-repeat;
}

#mainmenu {
	height: 47px;
	padding: 0;
	margin: 0 239px 0 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainmenu li {
	float: right;
	position: relative;
	height: 37px;
	line-height: 47px;
	padding-top: 10px;
}

* html #mainmenu li {
	height: 28px;
	line-height: 28px;
	padding-top: 19px;
	margin-bottom: -2px;
}

#mainmenu .mmhome {
	background: url(../_img/mainmenu_home.gif) right top repeat-y;
}

#mainmenu .mmvend {
	background: url(../_img/mainmenu_vendors.gif) right top repeat-y;
}

#mainmenu .mmsol {
	background: url(../_img/mainmenu_solutions.gif) right top repeat-y;
}

#mainmenu .mmtrain {
	background: url(../_img/mainmenu_training.gif) right top repeat-y;
}

#mainmenu .mmnews {
	background: url(../_img/mainmenu_news.gif) right top repeat-y;
}

#mainmenu .mmpart {
	background: url(../_img/mainmenu_partners.gif) right top repeat-y;
}

#mainmenu .mmcompany {
	background: url(../_img/mainmenu_company.gif) right top repeat-y;
}

#mainmenu, #mainmenu a {
	font-size: 11px;
	font-weight: bold;
	color: #626262;
	text-decoration: none;
}

#mainmenu a {
	padding: 0 18px 0 12px;
}

#mainmenu a:hover {
	color: #a10000;
}

#mainmenu li ul {
	position: absolute;
	top: 42px;
	left: 10px;
	padding: 15px 0 0;
	margin: 0;
	list-style-type: none;
	background: url(../_img/mainmenu_drop_top.png) left top no-repeat;
	text-align: left;
	z-index: 9999;
}

* html #mainmenu li ul {
	background: url(../_img/mainmenu_drop_top.gif) left top no-repeat;
}

#mainmenu li ul li {
	float: none;
	width: 206px;
	height: auto;
	line-height: 14px;
	padding: 2px 0 0;
	text-align: left;
	background: url(../_img/mainmenu_drop_backg.png) left bottom no-repeat;
}

* html #mainmenu li ul li {
	background: url(../_img/mainmenu_drop_backg.gif) left bottom no-repeat;	
}

#mainmenu li ul .bottom {
	height: 5px;
	line-height: 1px;
	background: url(../_img/mainmenu_drop_bottom.png) left top no-repeat;
	font-size: 1px;
}

* html #mainmenu li ul .bottom {
	background: url(../_img/mainmenu_drop_bottom.gif) left top no-repeat;	
}

#mainmenu li > ul {
	display: none;
	position: absolute;
}

#mainmenu ul.CSStoShow {
  display: block;
}

#mainmenu li:hover > ul {
	/* one of the most important declarations - the browser must detect hovering over arbitrary elements
	the > targets only the child ul, not any child uls of that child ul */
	display: block;
	/* makes the child block visible - one of the most important declarations */
}

#mainmenu li ul li a {
	display: block;
	padding: 3px 5px 5px 10px;
	margin-left: 10px;
	margin-right: 5px;
	background: url(../_img/arrow_red.gif) 999px center no-repeat;
	font-weight: normal;
	font-size: 11px;
	color: #777;
}

#mainmenu li ul li a:hover {
	background-position: left center;
	color: #000;
}

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 span {
	display: none;
}

#header h1 img {
	margin: 22px 0 0 28px;
}

/****    left column     **********/

#index #boxes {
	float: left;
	width: 222px;
	cursor: auto;
}

#vendors #boxes {
	float: left;
	width: 182px;
	cursor: auto;
}

#boxes .newsbox h1 {
	height: 26px;
	padding: 17px 0 0 26px;
	margin: 0;
	background: url(../_img/boxes_head.gif) left top no-repeat;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 15px;
	color: #616161;
}

#boxes .newsbox dl {
	padding: 0;
	margin: 10px 12px 10px 14px;
}

#boxes .newsbox dl dt {
	padding: 3px 14px;
	font-size: 12px;
}

#boxes .newsbox dl dt, #boxes .newsbox dl dt a {
	color: #a10000;
	text-decoration: none;
}

#boxes .newsbox dl dt a:hover {
	color: #000;
}

#boxes .newsbox dl dd {
	margin: 0;
}

#boxes .newsbox dl .text {
	padding: 1px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#boxes .newsbox dl .text, #boxes .newsbox dl .text a {
	font-size: 11px;
	color: #616161;
	text-decoration: none;
}

#boxes .newsbox dl .text a:hover {
	color: #000;
}

#boxes .newsbox dl .text p {
	padding: 10px 14px;
	margin: 0;
	background: #f1f2f3;
}

#boxes .newsbox dl .date {
	padding: 3px 14px;
	font-size: 10px;
	color: #a10000;
}

#boxes .newsbox dl .text strong {
	display: block;
	padding: 3px 14px;
	margin: 0;
	background: #f1f2f3;
	color: #616161;
}

#boxes .newsbox dl .text strong, #boxes .newsbox dl .text strong img {
	vertical-align: middle;
}

#boxes .newsbox dl .text strong a:hover {
	color: #000;
}

.formbox {
	display: block;
	min-height: 50px;
	padding: 0 10px;
	margin: 10px 16px 0;
	font-size: 11px;
	color: #626262;
}

.formbox dl {
	padding: 0;
	margin: 0;
}

#boxes .formbox dt {
	padding: 0 0 3px 1px;
	margin: 0 0 1px;
	border-bottom: 1px solid #e5e5e5;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ac1f1f;
}

.formbox dt, .formbox dd {
	display: block;
	padding: 2px 0;
	margin: 0;
}

.formbox input {
	height: 13px;
	padding: 1px 3px;
	border: 1px solid #acadb3;
	background: url(../_img/textfield_backg.gif) left top repeat-x;
	font-size: 10px;
	color: #525360;
}

.formbox .username {
	width: 160px;
}

.formbox .password {
	float: left;
	width: 106px;
	margin-right: 2px;
}

.formbox .submit {
	float: left;
	width: 52px;
	height: 17px;
	padding: 0;
	margin-right: -1px;
	border: 0;
	background: url(../_img/submit_backg.gif) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e1adad;
	text-align: center;
}

.formbox .checkbox {
	border: 0;
	background: none;
	vertical-align: middle;
}

.formbox a {
	padding-left: 11px;
	margin-left: 5px;
	background: url(../_img/arrow_red.gif) left center no-repeat;
	font-size: 10px;
	color: #525360;
	text-decoration: none;
}

.formbox a:hover {
	color: #a10000;
}

#vendors .formbox {
	padding: 0 5px 0 6px;
	margin: 10px 8px 10px 9px;
}

.formbox .dropmenu {
	position: relative;
}

.formbox .dropmenu a {
	display: block;
	width: 152px;
	height: 15px;
	padding: 0;
	margin: 0;
	border: 1px solid #acadb3;
	background: url(../_img/textfield_backg.gif) left top repeat-x;
	font-size: 11px;
	color: #525360;
}

#index .formbox .dropmenu a {
	width: 166px;
}

.formbox .dropmenu a span {
	display: block;
	line-height: 13px;
	padding: 0 15px 0 3px;
	margin: 1px;
	background: url(../_img/dropmenu_arrow.gif) right top no-repeat;
}

.formbox .dropmenu a:hover {
	background: #fefefe;
	color: #ac1f1f;
}

.formbox .dropmenu a:hover span {
	background-position: right bottom;
}

.formbox .dropmenu ul {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.formbox .dropmenu ul li {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #cacacd;
	background: #f1f1f1;
}

.formbox .dropmenu ul li a {
	display: block;
	width: 147px;
	padding: 2px 3px 0;
	border: 0;
	background: none;
}

#index .formbox .dropmenu ul li a {
	width: 161px;
}

.formbox .dropmenu ul li a:hover {
	border: 0;
}

#vendors .formbox .password {
	width: 92px;
}

.vendbt {
	padding: 5px;
	margin: 0;
	background: url(../_img/boxes_head.gif) right top no-repeat;
}

.vendbt a {
	display: block;
	width: 155px;
	height: 33px;
	line-height: 33px;
	padding-left: 17px;
	background: url(../_img/vendbox_open.gif) left top no-repeat;
	font-size: 13px;
	color: #494949;
	text-decoration: none;
}

.vendbt a:hover {
	background-position: left bottom;
	color: #ac1f1f;
}

.vendbox {
	width: 172px;
	padding: 0;
	margin: 7px auto;
}

.vendbox dt {
	padding: 0;
	margin: 0;
}

.vendbox dt a {
	display: block;
	line-height: 15px;
	padding: 11px 5px 7px 17px;
	margin: 0;
	background: #dbdbdb url(../_img/vendbox_head.gif) left bottom repeat-x;
}

.vendbox dt, .vendbox dt a {
	font-size: 12px;
	color: #494949;
	text-decoration: none;
}

.vendbox dt a:hover, .vendbox dt .selected {
	background: #e3e3e3;
	color: #ac1f1f;
}

.vendbox dt .selected {
	background: #e3e3e3;
}

.vendbox dd {
	padding: 0;
	margin: 0;
}

.vendbox dd a {
	display: block;
	line-height: 12px;
	padding: 8px 12px 8px 0;
	background: url(../_img/vendmenu_link.gif) left bottom no-repeat;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
}

.vendbox dd a span {
	display: block;
	padding-right: 9px;
	padding-left: 11px;
	background: url(../_img/arrow_red2.gif) 220px 6px no-repeat;
}

.vendbox dd a:hover, .vendbox dd .selected {
	background-position: right bottom;
	color: #ac1f1f;
}

.vendbox dd a:hover span {
	background-position: right center;
}

.vendbox dd ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

* html .vendbox dd ul li {
	height: 5px;
	margin-bottom: -3px;
}

.vendbox dd ul li a {
	line-height: 15px;
	padding: 7px 0 6px 17px;
	vertical-align: bottom;
}

.vendbox dd ul li img {
	margin-right: 3px;
	vertical-align: top;
}

.vendbox dd dl {
	padding: 2px 5px 5px 14px;
	margin: 0;
	border-right: 18px solid #dedede;
	border-left: 3px solid #dedede;
	background: #e6e6e6;
	line-height: 13px;
	font-size: 11px;
	color: #494949;
}

.vendbox dd dt {
	font-size: 11px;
}

.vendbox dd dl dd {
	margin-bottom: 4px;
}

.vendbox dd dl dd, .vendbox dd dl img {
	vertical-align: middle;
}

.vendbox dd dl a {
	display: inline;
	line-height: 11px;
	padding: 0;
	background: none;
	font-size: 11px;
	color: #494949;
	text-decoration: underline;
}

.vendbox dd dl a:hover {
	text-decoration: none;
}

.rellinks a {
	font-size: 11px;
}


/****     content column     *******/

#index #content {
	float: left;
	width: 537px;
	padding: 0 25px 15px;
}

#vendors #content {
	float: left;
	width: 577px;
	padding: 0 25px 15px;
}

#index #content, #vendors #content {
	background: url(../_img/content_head.gif) right top no-repeat;
}

* html #index #content, * html #vendors #content {
	background-position: right top;
	overflow: hidden;
}

#content .conthead {
	height: 54px;
	padding: 16px 15px 0 0;
	margin: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 15px;
	color: #616161;
	overflow: hidden;
	white-space: nowrap;
}

#content .conthead a {
	font-size: 13px;
	color: #616161;
	text-decoration: none;
}

#content .conthead a:hover {
	color: #a10000;
}

#content .conthead .rss {
	margin-left: 180px;
}


/***** partners col **********/

#partnerscol {
	float: left;
	width: 193px;
	min-height: 812px;
	background: url(../_img/vendorscol_head.gif) left top no-repeat;
}

* html #partnerscol {
	height: 812px;
}

/*

.versions {
	height: 27px;
	padding: 2px 5px 8px;
	margin: 0;
	list-style-type: none;
}

.versions li {
	float: left;
	width: 49%;
	text-align: center;
	vertical-align: middle;
}

.versions li a {
	font-size: 10px;
	color: #b3b3b3;
	text-decoration: none;
}

.versions li a img {
	padding: 1px;
	margin-right: 5px;
	border: 1px solid #e4e4e4;
	vertical-align: middle;
}

.versions li a:hover {
	color: #a10000;
}

.versions li a:hover img {
	border-color: #666;
}

*/

.langsdrop {
	position: relative;
	height: 24px;
	padding: 8px 0 0 18px;
}

.langsdrop .switch {
	display: block;
	width: 145px;
	height: 17px;
	padding: 0 0 0 5px;
	margin: 0;
	background: url(../_img/langsdrop_arrow.gif) right 5px no-repeat;
	font-size: 11px;
	color: #a8a9af;
	text-decoration: none;
}

.langsdrop a:hover {
	color: #ac1f1f;
}

.langsdrop ul {
	position: absolute;
	display: block;
	width: 157px;
	padding: 0 0 6px;
	margin: 0;
	background: url(../_img/langsdrop_backg.gif) left bottom no-repeat;
	list-style-type: none;
}

* html .langsdrop ul li {
	height: 1px;
}

.langsdrop ul li a {
	display: block;
	padding: 6px 8px 0;
	border: 0;
	font-size: 12px;
	color: #a8a9af;
	text-decoration: none;
}

.langsdrop ul li a img {
	margin-right: 8px;
}

.langsdrop ul li a:hover {
}

.partners {
	min-height: 150px;
	padding: 0;
	margin: 0;
	background: url(../_img/flags_backg.gif) 7px 30px no-repeat;
}

.partners dt {
	height: 30px;
}

.partners dt.en {
	background: url(../_img/partners_head_en.gif) 21px 10px no-repeat;
}

.partners dt.de {
	background: url(../_img/partners_head_de.gif) 21px 10px no-repeat;
}

.partners dd {
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
}

.partners dd .tabs {
	clear: both;
	display: block;
	width: 174px;
	height: 26px;
	padding: 5px 0 5px 5px;
	margin: 0 auto;
	list-style-type: none;
}

.partners dd .tabs li {
	float: left;
}

.partners dd .tabs li a {
	display: block;
	width: 37px;
	height: 26px;
	background: right top no-repeat;
}

.partners dd .tabs li .selected {
	background-position: left top;
}

.partners dd .tabs .eu a, .partners dd .tabs .eu2 a {
	background-image: url(../_img/flags-eu.gif);
}

.partners dd .tabs .at a, .partners dd .tabs .at2 a {
	background-image: url(../_img/flags-at.gif);
}

.partners dd .tabs .sw a, .partners dd .tabs .sw2 a {
	background-image: url(../_img/flags-sw.gif);
}

.partners dd .tabs li a:hover {
	background-position: center top;
}

.partners dd .tabs li a:hover.selected {
	background-position: left top;
}

.partners dd .tabs li strong {
	display: none;
}

.partners .blackpic {
	opacity: 0.65;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
}

.sresults li {
	margin-bottom: 3px;
}

.sresults li a {
	text-decoration: none;
}

.newsheadline {
	padding: 0;
	margin: 0 0 2px;
}

.newsheadline, .newsheadline a {
	font-size: 14px;
	color: #a10000;
	text-decoration: none;
}

.newsheadline a:hover {
	color: #333;
}

.newsdate {
	padding: 0;
	margin: 0 0 10px;
	font-size: 10px;
	color: #979797;
}

.newstext {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}

.newstext a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

.newstext a:hover {
	color: #000;
}

.paging {
	padding: 0;
	margin: 10px 0 0;
	font-size: 11px;
	color: #333;
}

.paging dt {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.paging dd {
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
}

.paging dd a {
	color: #a10000;
	text-decoration: none;
}

.paging .selected a {
	border-color: #000;
	font-weight: bold;
}

.paging .aquo a {
	font-size: 12px;
}

.paging dd a:hover {
	color: #000;
}

.moreback {
	padding: 5px 0;
	margin: 10px 0;
	border-top: 1px solid #d1d1d1;
	list-style-type: none;
}

.moreback li {
	float: left;
	width: 48%;
	padding: 0 1%;
}

.moreback .left {
	text-align: left;
}

.moreback .right {
	text-align: right;
}

.moreback li {
	font-size: 11px;
	color: #333;
}

.moreback li a {
	color: #a10000;
	text-decoration: none;
}

.moreback li a:hover {
	color: #000;
}

.text .searchhead {
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 12px;
	font-weight: normal;
}


/***** footer **********/

#footer {
	display: block;
	min-width: 1002px;
	height: 18px;
	padding: 7px 0 3px;
	margin: 0;
	border-right: 1px solid #620000;
	border-left: 1px solid #620000;
	list-style-type: none;
	background: url(../_img/footer_backg.gif) left center repeat-x;
	font-size: 11px;
	color: #fff;
}

#footer li {
	float: left;
}

#footer .terms {
	clear: right;
	width: 222px;
	text-align: center;
}

#vendors #footer .terms {
	clear: right;
	width: 182px;
}

#footer .terms a {
	padding: 0 4px;
}

#footer .copy {
	clear: right;
	width: 583px;
	padding-left: 10px;
	text-align: left;
}

#vendors #footer .copy {
	clear: right;
	width: 623px;
	padding-left: 10px;
}

#footer .design {
	clear: right;
	width: 185px;
	text-align: center;
}
/*
#footer .iefix {
	position: absolute;
	float: none;
	display: block;
	width: 1002px;
	line-height: 0;
	height: 0;
	font-size: 0;
}
*/
#footer li a {
	color: #fff;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

	
