@CHARSET "UTF-8";
/**
 * landing page
 * top and bottom container
 */
div.landing div#top {
	width: 820px;
	height: 325px;
	background-repeat: no-repeat;
	background-image: url(../images/land_top.jpg);
}

div.landing div#bottom {
	width: 820px;
	height: 285px;
	background-repeat: no-repeat;
	background-image: url(../images/land_bottom.jpg);
}

/**
 * language flags
 */
div.landing div#top div.language {
	position: relative;
	top: 6px;
	left: 20px;
	width: 772px;
	height: 15px;
	text-align: right;
}

/**
 * navigation
 */
div.landing div#top div.top {
	position: relative;
	left: 382px;
	top: 24px;
	width: 420px;
	height: 22px;
	overflow: hidden;
	color: #4D4D4D;
}

div.landing div#top div.top a {
	color: #4D4D4D;
	font-size: 15px;
	font-weight: bold;
}

div.landing div#top div.top a.mainActive {
	color: #00a6d6;
}

div.landing div#top div.bottom {
	position: relative;
	left: 300px;
	top: 44px;
	width: 500px;
	height: 14px;
	font-size: 11px;
	overflow: hidden;
}

div.landing div#top img.spacer {
	position: relative;
	top: 3px;
	margin: 0px 7px 0px 7px;	
}

/**
 * text-logo
 */

div#textlogo {
	width: 330px;
	position: relative;
	top: -25px;
	left: 26px;
}

div#textlogo div.headline span.light {	
	position: relative;
	top: 5px;
}

div#textlogo div.headline span.dark {	
	position: relative;
	left: -6px;
	top: 5px;
}	
	
div#textlogo div.subheadline {	
	position: relative;
	top: 0px;	
}

div#textlogo div.logotext {		
	position: relative;
	top: 11px;
}

/**
 * headline-suffix#bottom
 */

div#bottom div.headline {
	font-size: 24px;
	font-weight: bold;
	color: #f6f6e6;
}

div#bottom div.headline span.headlineSuffix {
	margin-left: 6px;
	font-size: 16px;
	color: #f6f6e6;
}

div.intro p {
	font-size: 12px !important;
}

/**
 * bottom container
 */
div.landing div#bottom div.headline {
	position: relative;
	left: 20px;
	top: 0px;
	width: 790px;
	overflow: hidden;
	height: 38px;
	white-space: nowrap;
}

div.landing div#bottom div.intro {
	position: relative;
	left: 22px;
	top: 0px;
	width: 614px;
	height: 101px;
	padding: 10px 0 10px 0;
}

div.landing div#bottom div.teaser {
	position: relative;
	left: 6px;
	top: 10px;
	width: 810px;
	height: 130px;
	overflow: hidden;
}

div.landing div#bottom div.intro .csc-textpic-imagewrap {
	margin: 2px 9px 0px 9px;
}

/**
 * note
 */
.postit {
	position: absolute;
	top: 351px;
	left: 649px;
	width: 159px;
	height: 126px;
}
