/* General */

body, html, div {
	font-family: 'arial','Helvetica Neue','Helvetica','Lucida Grande','Lucida Sans Unicode','helvetica','sans-serif';
	font-size: 12px;
	line-height: 1.45em;
	color: #333333;
	text-align: left;
	margin: 0;
	padding: 0;
}

td {
	font-family: 'arial','Helvetica Neue','Helvetica','Lucida Grande','Lucida Sans Unicode','helvetica','sans-serif';
	font-size: 12px;
	padding: 5px;
	color: #000000;
}

p {
	margin: 10px 0;
}

li { 
   list-style-image: url(../graphics/icons/red-bullet.gif);
   padding-left: 4px;
}

a img {
	border: none;
}



/* CONTAINERS */


#wrapper {
	background: #FFFFFF;
	position: relative;
	width: 960px;
	margin: 0 auto;
  	text-align: left;
}

#top-links {
  	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 15px 6px;
}

#container {
	margin-top: 4px;
    z-index:-1;
/*	background: #fff url(../graphics/bg/main-bg.gif) repeat-y;
*/}


/* HEADER */

#custom-header {
	position: relative;
	width: 960px;
	height: 182px;
}

#header-left {
	position: absolute;
	width: 193px;
	height: 182px;
	top:0;
	left:0;
	background: #fff url(../graphics/generic/header-left-1-home_en.gif) no-repeat top left;;
}

#header-main {
	position: absolute;
	width: 764px;
	height: 182px;
	top:0;
	left:196px;
	background: #fff url(../graphics/generic/header-main-1-home.png) no-repeat top left;;
}

#logo {
	position: absolute;
	right: 10px;
	top: 0px;
	width: 205px;
	height: 144px;
}

#logo h1 {
	margin: 0;
}

#logo h1 a {
	display: block;
	width: 205px;
	height: 144px;
	text-indent: -999em;  
	text-decoration:none;
	outline: none;
}

#languageSwitch {
	position: absolute;
	bottom: 7px;
	right: 16px;
	background: transparent;
}

#languageSwitch a, 
#languageSwitch-2 a {
	font-size: 13px;
	color: #fff;
	text-decoration:none;
	outline: none;
	display: block;
	width: 60px;
	height: 12px;
	text-indent: -999em;  
}

#languageSwitch a:hover,
#languageSwitch a:active {
	color: #A70D09;
	outline: none;
}

#languageSwitch .mod_article {
	padding: 0;
	margin: 0;
}


#languageSwitch-2 {
	position: absolute;
	bottom: 25px;
	right: 16px;
	background: transparent;
}





body.home_en #header-left {
	background: #fff url(../graphics/generic/header-left-1-home_en.gif) no-repeat top left;;
}

body.home_de #header-left {
	background: #fff url(../graphics/generic/header-left-1-home_de.gif) no-repeat top left;;
}

body.home_en #header-main,
body.home_de #header-main {
	background: #fff url(../graphics/generic/header-main-1-home.png) no-repeat top left;;
}


body.products-and-services_en #header-left {
	background: #fff url(../graphics/generic/header-left-2-products_en.gif) no-repeat top left;;
}

body.products-and-services_de #header-left {
	background: #fff url(../graphics/generic/header-left-2-products_de.gif) no-repeat top left;;
}

body.products-and-services_en #header-main,
body.products-and-services_de #header-main {
	background: #fff url(../graphics/generic/header-main-2-products.png) no-repeat top left;;
}

body.news-and-events_en #header-left {
	background: #fff url(../graphics/generic/header-left-3-news_en.gif) no-repeat top left;;
}

body.news-and-events_de #header-left {
	background: #fff url(../graphics/generic/header-left-3-news_de.gif) no-repeat top left;;
}

body.news-and-events_en #header-main,
body.news-and-events_de #header-main {
	background: #fff url(../graphics/generic/header-main-3-news.png) no-repeat top left;;
}


body.support_en #header-left {
	background: #fff url(../graphics/generic/header-left-4-support_en.gif) no-repeat top left;;
}

body.support_de #header-left {
	background: #fff url(../graphics/generic/header-left-4-support_de.gif) no-repeat top left;;
}

body.support_en #header-main,
body.support_de #header-main {
	background: #fff url(../graphics/generic/header-main-4-support.png) no-repeat top left;;
}


body.company_en #header-left {
	background: #fff url(../graphics/generic/header-left-5-company_en.gif) no-repeat top left;;
}

body.company_de #header-left {
	background: #fff url(../graphics/generic/header-left-5-company_de.gif) no-repeat top left;;
}

body.company_en #header-main,
body.company_de #header-main {
	background: #fff url(../graphics/generic/header-main-5-company.png) no-repeat top left;;
}



body.jp #header-left {
	background: #fff url(../images/jp/generic/header-left_jp.gif) no-repeat top left;;
}




/* LEFT */

#left-heading {
    width: 192px;
	height: 22px;
	background: #fff url(../graphics/generic/heading-left-default.gif) no-repeat top left;;
}

#left div.inside {
    width: 192px;
	background: #ccc url(../graphics/bg/menu-left-bg.png) repeat-x top left;
}

body.home_en #left-heading,
body.home_de #left-heading {
	height: 0px;
	line-height:0;
	font-size:0;
	background: transparent;
}

body.home_en #left div.inside,
body.home_de #left div.inside {
	background: transparent;
}

/* Index */

#left #products-index {
	position: relative;
    width: 192px;
	background: transparent url(../graphics/index/products-index.png) no-repeat top left;
	height: 149px;
	border-bottom: 1px solid #fff;
	line-height: 1.2em;
}

body.home_en #left #products-index {
	background: transparent url(../graphics/index/products-index-en.png) no-repeat top left;
}


#left #products-index a.link {
	position: absolute;
	display: block;
	top: 20px;
	left: 150px;
	width: 25px;
	height: 25px;
	text-indent: -999em;
}

#left #products-index p {
	position: absolute;
	top: 82px;
	left: 0;
	font-size: 11px;
	margin:0 12px;
	padding:0;
}

#left #customers-index {
	position: relative;
    width: 192px;
	background: #EAEAEA;
	border-bottom: 1px solid #fff;
	line-height: 1.2em;
}

#left #customers-flash {
	padding: 10px 12px 0px;
}

#left #customers-index p {
	font-size: 11px;
	padding: 5px 12px 15px;
	margin:0;
	border-bottom: 1px solid #fff;
}

#left #webinar-index {
	background: #EEE;
}

#left #webinar-index p {
	font-size: 11px;
	padding: 15px 12px 15px;
	margin:0;
	border-bottom: 1px solid #fff;
        line-height: 1.2em;
}

#left a.more {
	display: block;
    font-size: 11px;
	margin-top: 2px;
	background: transparent url(../graphics/icons/darkarrow.gif) center left no-repeat;
}



/* Submenu */

div.mod_navigationSub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body.jp div.mod_navigationSub ul {
	font-size: 11px;
}

div.mod_navigationSub li {
	padding-left: 0;
   list-style-image: none;
}


div.mod_navigationSub ul.level_1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


div.mod_navigationSub ul li a,
div.mod_navigationSub ul li.active p,
div.mod_navigationSub ul li.active span {
	display: block;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

* html div.mod_navigationSub ul li a,
* html div.mod_navigationSub ul li span {
   height:1em;
}

div.mod_navigationSub ul li.active p,
div.mod_navigationSub ul li.active span,
div.mod_navigationSub ul li.trail > a,
body.news div.mod_navigationSub ul li.news a,
body.newsletter div.mod_navigationSub ul li.newsletter a {
	color: #A70D09;
}

div.mod_navigationSub ul li p {
	margin: 0;
	padding: 0;
}

div.mod_navigationSub ul li a:hover,
div.mod_navigationSub ul li a:active {
	background-color: #ddd;
	text-decoration: none;
}


div.mod_navigationSub ul ul.level_2 li a,
div.mod_navigationSub ul ul.level_2 li.active p,
div.mod_navigationSub ul ul.level_2 li.active span {
	padding-left: 30px;
}

div.mod_navigationSub ul ul ul.level_3 li a,
div.mod_navigationSub ul ul ul.level_3 li.active p,
div.mod_navigationSub ul ul ul.level_3 li.active span {
	padding-left: 45px;
}


/* RIGHT */


#right-heading {
    width: 218px;
	height: 22px;
	background: #fff url(../graphics/generic/heading-right-related.gif) no-repeat top left;;
}

body.deutsch #right-heading {
	background: #fff url(../graphics/generic/heading-right-verwandt.gif) no-repeat top left;;
}

body.home_en #right-heading {
	background: #fff url(../graphics/index/heading-right-latest_news.gif) no-repeat top left;;
}

body.home_de #right-heading {
	background: #fff url(../graphics/index/heading-right-latest_news_de.gif) no-repeat top left;;
}


#right div.inside {
	border-left: 1px dashed #ccc;
}

#right a img {
	padding: 10px 5px 5px 15px;
}


/* News + Related */

#right div.mod_article,
#newsdigest,
#related {
	padding: 0px 8px 0px 15px;
	background-color: #eee;
}

#right div.ce_text,
div.mod_newslist div.layout_short,
div.mod_newslist div.layout_latest,
div.ce_teaser, div.mod_subscribe {
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}


#right div.mod_article h2,
#newsdigest h2,
#right div.mod_article h1,
div.ce_teaser h1 {
	margin: 2px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #A70D09;
}

#right div.layout_latest h2 a {
	color: #A70D09;
}

#right div.mod_article div.ce_text,
#right div.layout_latest,
div.ce_teaser {
	font-size: 11px;
}

#right div.ce_text p,
#right div.layout_latest p {
	margin: 0;
}

#newsdigest p.more,
#related a.more {
	display: block;
    font-size: 11px;
	margin-top: 2px;
	background: transparent url(../graphics/icons/darkarrow.gif) center left no-repeat;
}

#right div.mod_article div.ce_text ul {
	padding-left: 24px;
	margin: 8px 0;
}

#right div.mod_article div.ce_text ul li {
	padding-left: 0;
}



/* FOOTER */

#footer {
	margin-top: 12px;
}


#footer .inside {
	text-align: right;
	font-size: 10px;
}




/* CONTENT */

#main div.inside {
    padding: 10px 20px;
}

body.landing #main div.inside {
    padding: 10px 0px;
}



/* Titles */

.mod_article h1 {
	color: #BC343A;
	font-size: 18px;
	margin: 16px 0 20px;
	font-weight: normal;
	line-height: 22px;
}

.mod_article h1 a {
	color: #BC343A;
}

.mod_article h2 {
	font-size: 14px;
	margin: 20px 0 10px;
	font-weight: bold;
	color: #555;
}

.mod_article h3 {
	font-size: 14px;
	margin: 20px 0 10px;
	font-weight: bold;
	color: #555;
}

.mod_article h4 {
	font-size: 1em;
	font-weight: bold;
	color: #555;
}


#acrolinx-iq-en h1,
#terminology-management h1,
#linguistic-checking h1,
#intelligent-reuse h1,
#reporting-and-metrics h1 {
	margin: 20px 0 0;
}

#acrolinx-iq-en h2,
#terminology-management h2,
#linguistic-checking h2,
#intelligent-reuse h2,
#reporting-and-metrics h2 {
	margin-top: 8px;
}



/* Links */

a {
	text-decoration: none;
	color: #777; #111111;
}

a:hover {
	text-decoration: underline;
	color: #A70D09;
	cursor: pointer;
}

a:active {
	outline: none;
}



/* Text */

ul.round_arrow_bullets li {
	list-style: none;
	list-style-image: none;
	background: transparent url(../graphics/icons/bullet-round-arrow.png) center left no-repeat;
	padding-left: 27px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #777777;
}

p sup,
#right sup {
	line-height: 6px;
	font-variant: small-caps;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

h1 sup,
h2 sup,
h3 sup {
	line-height: 10px;
	font-variant: small-caps;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Images */


.mod_article img.floating {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}

.mod_article .captionedImage {
	background: #EAEAEA;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	float: right;
}

.mod_article .captionedImage .caption {
	margin: 3px;
	width: 80%;
	font-size: 10px;
	font-weight: bold;
}


/* Banner */

div#banner {
 margin-top: -1px;
}
