/**
 * screen styles
 *
 * @project		multimetrix
 * @author		maik mettenheimer <mettenheimer@november.de>
 * @lastupdate	2009-06-11
 */


/* main container
------------------------------------------------------------------------------*/

body {
	background: #fff url(../img/bg_body.png) repeat-x;
}

#mainWrapper {
	position: relative;
	width: 982px;
}

#headerImg {
	background: #fff url(../img/headerImg.png) no-repeat 0px -10px;
	clear: both;
	height: 200px;
	padding-bottom: 20px;
	width: 982px;
}

#mainBody {
	background: #fff url(../img/bg_mainBody.png) repeat-y top left;
	float: left;
	width: 982px;
}

#footer {
	background: url(../img/bg_footer.png) no-repeat bottom right;
	clear: both;
	float: none;
	height: 20px;
	margin-bottom: 20px;
}

/* logo
------------------------------------------------------------------------------*/

div#logo {
	background: #fff url(../img/bg_corner.png) no-repeat top right;
	height: 58px;
	position: relative;
	top: 54px;
	width: 288px;
}

div#logo a {
	display: block;
	height: 58px;
	position: relative;
	width: 265px;
}

div#logo a span {
	background: url(../img/multimetrix.png) no-repeat right bottom;
	height: 58px;
	position: absolute;
	width: 265px;
}

/* main navigation
------------------------------------------------------------------------------*/

#mainNav {
	display: inline;
	float: left;
	margin: 0 0 7px 305px;
}

#mainNav ul {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.025em;
}

#mainNav ul li {
	background-image: none;
	float: left;
	margin: 0;
	padding: 0;
}

#mainNav ul li span {
	float: left;
	color: #fff;
	position: relative;
}

#mainNav ul li a:link,
#mainNav ul li a:visited {
	color: #fff;
	display: block;
	float: left;
	margin: 0 8px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

#mainNav ul li a:active,
#mainNav ul li a:focus,
#mainNav ul li a:hover,
#mainNav ul li.active a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* language navigation
------------------------------------------------------------------------------*/

#languageNav {
	display: inline;
	float: right;
	margin: 0 10px 7px 0;
}

#languageNav ul {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.025em;
}

#languageNav ul li {
	background-image: none;
	float: left;
	padding: 0;
}

#languageNav ul li.active {
	display: none;
}

#languageNav a:link,
#languageNav a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../img/ar_left_grey.png) no-repeat 0px 5px;
	padding-left: 9px;
}

#languageNav a:active,
#languageNav a:focus,
#languageNav a:hover {
	color: #fff;
	text-decoration: underline;
}

#languageNav a:link span,
#languageNav a:visited span {
	display: block;
	text-indent: -9999em;
}

#languageNav a:active span,
#languageNav a:focus span,
#languageNav a:hover span {
	background-position: 0px -30px;
}


/* sub navigation
------------------------------------------------------------------------------*/

#subNav {
	background: #fff url(../img/bg_corner.png) no-repeat top right;
	clear: both;
	float: left;
	height: 36px;
	width: 982px;
}

#subNav ul {
	font-size: 13px;
	display: inline;
	float: left;
	margin: 10px 0 0 307px;
	padding: 0;
	line-height: 1.2;
	letter-spacing: 0.025em;
}

#subNav ul li {
	background-image: none;
	float: left;
	padding: 0;
}

#subNav ul li span {
	color: #3c3d3e;
	float: left;
	position: relative;
}

#subNav ul li a:link,
#subNav ul li a:visited {
	color: #3c3d3e;
	display: block;
	float: left;
	margin: 0 6px;
	text-decoration: none;
}

#subNav ul li a:active,
#subNav ul li a:focus,
#subNav ul li a:hover,
#subNav ul li.active a {
	color: #921219;
	text-decoration: none;
	border-bottom: 1px solid #3c3d3e;
}

/* functions navigation
------------------------------------------------------------------------------*/

#functionsNav {
	display: inline;
	clear: both;
	font-size: 11px;
	float: left;
	padding: 80px 0 8px;
}

#functionsNav span {
	float: left;
}

#functionsNav a:link,
#functionsNav a:visited {
	background: url(../img/ar_back.png) no-repeat 0px 5px;
	padding-left: 9px;
	color: #3c3d3e;
	display: block;
	float: left;
	text-decoration: none;
}

#functionsNav a:active,
#functionsNav a:focus,
#functionsNav a:hover {
	background: url(../img/ar_back_active.png) no-repeat 0px 5px;
	color: #3c3d3e;
	text-decoration: underline;
}

/* service navigation
------------------------------------------------------------------------------*/

#serviceNav {
	border-top: 1px solid #cbcbcb;
	font-size: 11px;
	padding: 8px 0 0 0;
	float: left;
	clear: both;
	width: 660px;
}

#serviceNav ul {
	display: inline;
	float: left;
	margin: 0 0 0 -4px;
	padding: 0;
}

#serviceNav ul li {
	background-image: none;
	float: left;
	margin: 0;
	padding: 0;
}

#serviceNav ul li span {
	color: #3c3d3e;
	float: left;
	position: relative;
	top: 2px;
}

#serviceNav ul li a:link,
#serviceNav ul li a:visited {
	color: #3c3d3e;
	display: inline-block;
	float: left;
	margin: 0 4px 0 4px;
	text-decoration: none;
}

#serviceNav ul li a:active,
#serviceNav ul li a:focus,
#serviceNav ul li a:hover,
#serviceNav ul li.active a {
	background-position: 0px -30px;
	color: #3c3d3e;
	text-decoration: underline;
}

/* primary content
------------------------------------------------------------------------------*/

#primaryContent {
	display: inline;
	float: left;
	margin-left: 32px;
	width: 660px;
}

#contents {
	margin-right: 30px;
}

/* secondary content
------------------------------------------------------------------------------*/

#secondaryContent {
	display: inline;
	float: right;
	font-size: 11px;
	margin-right: 30px;
	width: 228px;
}

/* ie 6 filter */
* html #secondaryContent {
	width: 226px;
}

#searchForm {
	display: inline;
	float: left;
	margin-bottom: 20px;
}

#newsletterForm {
	display: inline;
	float: left;
	margin-bottom: 10px;
}

#currentInfo {
	display: inline;
	float: left;
	margin: 0 0 0px 20px;
}

#currentInfo img {
	padding: 5px 0 5px;
	margin: 0;
}

#currentNews {
	display: inline;
	float: left;
	margin: 0 0 16px 20px;
}

/*
#currentDownloads {
	background: url(../img/ruler_sc.png) no-repeat top left;
	font-size: 13px;
	margin: 0 0 15px 10px;
	padding: 20px 0;
}

#currentDownloads a:link,
#currentDownloads a:visited {
	background: url(../icons/pdf_big.png) no-repeat 0px 0px;
	padding: 5px 0 5px 35px;
}

#currentDownloads a:active,
#currentDownloads a:focus,
#currentDownloads a:hover {}
*/

/* CE: frames, borders, etc.
------------------------------------------------------------------------------*/

.csc_rulerAfter {
	background: url(../img/rulerAfter.png) repeat-x center;
	float: none;
	clear: both;
	height: 60px;
	margin-bottom: 16px;
	width: 104%;
}

.csc_rulerAfter2 {
	background: url(../img/rulerAfter.png) repeat-x center;
	float: none;
	clear: both;
	height: 40px;
	margin-bottom: 16px;
	width: 104%;
}

/* bordered */

.csc_frame_top {
	background: url(../img/rulerAfter.png) repeat-x top;
	clear: both;
	display: inline;
	float: left;
	height: 20px;
	margin: 30px 0 5px;
	width: 105%;
}

.csc-frame_bottom {
	background: url(../img/rulerAfter.png) repeat-x bottom;
	clear: both;
	display: inline;
	float: left;
	height: 2px;
	margin: 0px 0 30px;
	width: 105%;
}

/* list element */
.csc-bulletlist li {
	margin-bottom: 16px;
}

/* images */
.csc-textpic-above img {
	padding-bottom: 24px;
}

/* FCE: 2cols
------------------------------------------------------------------------------*/

.col2Container {
	float: left;
	display: inline;
	width: 100%;
}

.col2Container .col_left {
	float: left;
	width: 45%;
}

.col2Container .col_right {
	float: right;
	width: 45%;
}

.col2Container .col_left img {
	padding-top: 0.5em;
}
