/*
 *
 */

body {
	padding: 0px;
	margin: 0px;
	background: white url(../images/background_body2.jpg) repeat-x top left;
	border: 0px;
	font-family: Arial;
}

p, h1, h2, h3, h4, h5, h6, li {
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Arial;
	/* letter-spacing: -0.4px; */
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	margin-top: 20px;
}

h3 {
	font-size: 0.9em;
	margin-top: 10px;
}

h4 {
	font-size: 0.8em;
}

h5 {
	/* smaller than <p> */
	font-size: 0.7em;
}

h6 {
	/* smaller than <p> */
	font-size: 0.6em;
}

p {
	font-size: 0.8em;
	text-align: justify;
}

li {
	font-size: 0.8em;
	text-align: left;
}

img {
	text-decoration: none;
	border: none;
}

.content a,
.contentbelow a,
.content a:link,
.contentbelow a:link,
.content a:visited,
.contentbelow a:visited,
.content a:hover,
.contentbelow a:hover,
.content a:active,
.contentbelow a:active,
.content a:focus,
.contentbelow a:focus {
	color: #0000ff;
	text-decoration: none;
	border: none;
}

.content a:hover,
.contentbelow a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.content h1.csc-firstHeader {
	color: #404040;
}

.page {
	position: absolute;
	position: static;
	width: 880px;
	border: 2px solid white;
	margin: 20px auto 20px auto;
	margin-left: auto;
	margin-right: auto;
}

.header {
	width: 880px;
	height: 140px;
	border: none;
	background: black url(../images/background_header2.jpg) no-repeat right top;
}

.navigation {
	width: 880px;
	background-color: #808080;
	/* background: #808080 url(../images/background_navigation2.jpg) repeat-x center top; */
	height: 22px;
}

.langmenu {
	width: 100px;
	background-color: #808080;
	padding-left: 10px;
	z-index: 10;
	/* display: inline; */
	display: none;
	float: right;
}

.langmenu .on {
	float: left;
	width: 42px;
}

.langmenu .off {
	float: left;
	width: 42px;
}

.langmenu .current {
	height: 22px;
	/* background-color: #F8F4F1; */
	background: url(../images/background_language.jpg) no-repeat center center;
	width: 42px;
}

.langmenu a {
}

.langmenu img {
	margin: 3px 0px 0px 8px;
}

/* IE6 specific */
*html .langmenu img {
	margin: 3px 0px 0px 4px;
}

/* IE7 specific */
*+html .langmenu img {
	margin: 3px 0px 0px 4px;
}

.navigation ul {
	display: inline;
}

.navigation li {
	font-size: 0.8em;
	padding: 0px;
}

.subnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.subnavigation li {
	width: 200px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	border: 1px solid black;
	background-color: white;
}

.subnavigation li a {
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	width: 180px;
	padding: 2px 10px 2px 10px;
}

.subnavigation li a:hover {
	background-color: #e0e0e0;
}

.homepage,
.content {
	position: relative;
	float: left;
	width: 860px;
	padding: 20px 10px 50px 10px;
	margin: 0px 0px 0px 0px;
	background-color: white;

	/* suggestion */
	width: 858px;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

/* homepage layout: three boxes above content, two columns (left: text, right: current projects and logos) */
.homepage .three_boxes {
	position: relative;
	clear: both;
	height: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.homepage .three_boxes .box {
	position: relative;
	height: 150px;
	width: 264px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	/* border: 1px solid white; */
	border: 1px solid #a0a0a0;
	/* text-align: center; */
	float: left;
	margin: 0px 10px 0px 10px;
}

/* IE6 specific */
*html .homepage .three_boxes .box {
	margin: 0px 7px 0px 7px;
	width: 264px;
}

/* -------------------------------------------------------------------------- */
/* Three Boxen on home page (tt_news record) */

.homepage .three_boxes .box {
	background: white url() no-repeat center center;
}

.homepage .three_boxes .box:hover {
	background-color: #f0f0f0;
}

.homepage .three_boxes .box {
	font-size: 1em;
}

.homepage .three_boxes .box h1 {
	margin-top: 8px;
	font-size: 1.2em;
	text-align: center;
	font-variant: small-caps;
	color: #404040;
}

.homepage .three_boxes .box div.more {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 0.8em;
	background: url(../images/arrow_right.gif) no-repeat center right;
	padding-right: 14px;
}

.homepage .three_boxes .box div.more a,
.homepage .three_boxes .box div.more a:link,
.homepage .three_boxes .box div.more a:visited,
.homepage .three_boxes .box div.more a:hover,
.homepage .three_boxes .box div.more a:active,
.homepage .three_boxes .box div.more a:focus {
	color: #0000ff;
	text-decoration: none;
	border: none;
}

.homepage .three_boxes .box div.more a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* class "readmore" is not used if tt_news solution is in place */

.homepage .three_boxes .box .readmore {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 264px;
	height: 40px;
	background-color: black;
	display: none;
}

.homepage .three_boxes .box .readmore p {
	width: 264px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* IE6 specific */
*html .homepage .three_boxes .box .readmore p {
	padding: 10px 0px 0px 0px;
}

.homepage .three_boxes .box .readmore p a,
.homepage .three_boxes .box .readmore p a:visited,
.homepage .three_boxes .box .readmore p a:hover,
.homepage .three_boxes .box .readmore p a:active {
	text-decoration: none;
	color: white;
}

.homepage .three_boxes .box .readmore p a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */

.homepage .contentbelow {
	position: relative;
	clear: both;
	/* width: 590px; */
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

/* third homepage content layout: boxes above and 2 columns content */
.homepage .contentbelow .left {
	position: relative;
	float: left;
	width: 410px;
}

.homepage .contentbelow .left div h1,
.homepage .contentbelow .left div h2 {
	font-size: 0.8em;
	margin-top: 0px;
}

.homepage .contentbelow .right {
	position: relative;
	float: right;
	width: 410px;
}

.homepage .contentbelow .partner {
	margin-top: 30px;
}

.homepage .contentbelow .partner .csc-textpic .csc-textpic-text {
	margin-bottom: 20px;
}

/* Various page Layouts (one column, two columns, two column narrow right, etc.) */
.content .default_1column {
	padding: 0px 10px 0px 10px;
}

.content .default_2columns {
	padding: 0px 10px 0px 10px;
}

.content .default_2columns .left {
	float: left;
	width: 410px;
}

.content .default_2columns .wide {
	width: 620px;
}

.content .default_2columns .right {
	float: right;
	width: 410px;
}

.content .default_2columns .narrow {
	width: 200px;
	margin-top: 32px;
}

.content .default_2columns .narrow ul {
	margin-top: 0px;
}

/* -------------------------------------------------------------------------- */
/* "Read More" box, grey background */

.content .default_2columns .narrow .readmore_top {
	background: url(../images/background_readmore_top.gif) no-repeat center bottom;
	width: 200px;
	height: 10px;
}

.content .default_2columns .narrow .readmore {
	background: #a0a0a0;
	padding: 0px 6px;
}

.content .default_2columns .narrow .readmore ul li {
	padding-bottom: 4px;
}

.content .default_2columns .narrow .readmore_bottom {
	background: url(../images/background_readmore_bottom.gif) no-repeat top center;
	width: 200px;
	height: 8px!important;
	z-index:20;
	position:absolute;
	font-size:1px;
	line-height:1px;
}

/* IE6 specific */
*html .content .default_2columns .narrow .readmore_bottom {
	clear: both;
	background-position: center bottom;
	height: 24px;
}

/* IE7 specific */
/* DOES NOT WORK!!! */
*+html .content .default_2columns .narrow .readmore_bottom {
        clear: both;
        background-position: center bottom;
        height: 24px;
}

.content .default_2columns .narrow .readmore h1 {
	font-size: 0.8em;
	color: #f0f0f0;
	margin-bottom: 4px;
}

.content .default_2columns .narrow .readmore ul {
	margin: 0px;
}

.content .default_2columns .narrow .readmore li {
	font-size: 11px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

.content .default_2columns .narrow .readmore li a,
.content .default_2columns .narrow .readmore li a:visited,
.content .default_2columns .narrow .readmore li a:hover,
.content .default_2columns .narrow .readmore li a:active {
	color: #404040;
}

/* -------------------------------------------------------------------------- */

.content .default_2columns .top_space {
	height: 32px;
	weight: 10px;
}

/* applies on every layout (one column, two column,...) */
.content .csc-header-n2,
.content .csc-header-n3,
.content .csc-header-n4,
.content .csc-header-n5,
.content .csc-header-n6,
.content .csc-header-n7,
.content .csc-header-n8,
.content .csc-header-n9,
.content .csc-header-n10 {
	font-size: 0.8em;
	margin-top: 20px;
}

.content .align-right {
	text-align: right;
}

.content ul {
	padding-left: 14px;
	margin-top: 4px;
	margin-left: 0px;
	list-style: square;
}

.content ul li {
	padding-left: 6px;
}

.bottomline {
	position: relative;
	clear: both;
	width: 880px;
	height: 24px;
	background: black url(../images/background_bottomline.jpg) no-repeat center left;
}

.bottomline p {
	float: right;
	color: white;
	text-align: right;
	font-family: Verdana;
	font-size: 0.6em;
	padding: 6px 40px 0px 0px;
}

.bottomline a,
.bottomline a:visited,
.bottomline a:hover,
.bottomline a:active {
	color: white;
	text-decoration: none;
}

.bottomline a:hover {
	text-decoration: underline;
}

.bottomline img {
	position: absolute;
	top: 6px;
	right: 10px;
}

.footer {
	text-align: right;
	font-family: Verdana;
	font-size: 0.6em;
	font-weight: bold;
}

dl dd.csc-textpic-caption {
	font-size: 0.75em;
	font-weight: normal;
	padding: 4px 0px 0px 0px;
}

/* Special formatting on some pages */
/*	Set page name (CSS ID, like "body#page-team") in TYPO3 BE, page properties,
	Alias in section Pagetitle (activate secondary options). */
body#page-team .default_2columns .csc-textpic {
	height: 290px;
	margin-top: 20px;
}

/* REMOVED - looks better without this, after change to 2cols layout */
/*
body#page-clients .default_2columns .left .csc-textpic {
	height: 100px;
	margin-top: 10px;
}
*/

body#page-clients .default_2columns .left .csc-textpic .csc-textpicHeader h1,
body#page-clients .default_2columns .left .csc-textpic .csc-textpicHeader h2,
body#page-clients .default_2columns .left .csc-textpic .csc-textpicHeader h3,
body#page-clients .default_2columns .left .csc-textpic .csc-textpicHeader h4,
body#page-clients .default_2columns .left .csc-textpic .csc-textpicHeader h5 {
	font-size: 0.8em;
}

body#page-partners .csc-textpic .csc-textpic-text {
	margin-bottom: 20px;
}

/* special formatting on page "Projects -> Case Studies" for jQuery tabs */
body .default_1column div ul li a {
	color: black;
}

/* special formatting on page "Projects -> Case Studies" for jQuery tabs */
body .default_1column div .ui-tabs .ui-tabs-panel {
	padding: 20px 4px;
}

/* space between text (content) and image (RHS), e.g. on page "Partners" */
body .default_1column .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img {
	margin-left: 10px;
}

/* content element with 4 columns (wrap) */
body div.four_columns_wrap {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	margin: 20px 0px 0px 0px;
}

/* content element with 4 columns */
body div.four_columns_wrap div.csc-default {
	float: left;
	width: 206px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

body div.four_columns_wrap div.csc-default h1 {
	font-size: 0.9em;
	/* text-align: center; */
	text-align: left;
	text-decoration: underline;
}

body div.four_columns_wrap div.csc-default p.bodytext {
	/* text-align: center; */
	text-align: left;
}

