/* *******************
** GENERAL STYLES
********************** */
body {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:12px;
	color:#7f7870;	
	text-align:center;
}
p {
	padding:0;
	margin:0;
}
a img {
	border:0;
}

/* *******************
** MAIN DIV STYLES
********************** */
.clear {
	clear:both;
}
.mainwrap {
	position:relative;
	text-align:left;
	width:997px;
	margin:auto;
}
.logo {
	position:absolute;
	top:33px;
	left:0px;
	width:117px;
	height:143px;
	overflow:hidden;
}
/*
.logo:hover {
	width:774px;
}
*/
.main {
	width:997px;
	height:549px;
	margin-top:149px;
	background:#ffffff url('../images/intan_group/start_main_bg.jpg') no-repeat;
	float:left;
}
.teaser {
	text-align:center;
	padding-top:41px;
}
.left {
	text-align:right;
	padding-right:7px;
	padding-top:85px;
	width:248px;
	float:left;
}
.cube {
	width:487px;
	height:455px;
	overflow:hidden;
	float:left;
	padding-top:0px;
}
*+html .cube{
         padding-top:0px;	
}

.right {
	text-align:left;
	padding-left:7px;
	padding-top:85px;
	width:248px;
	float:left;
}
.footer {
	width:997px;
	min-height:18px;
	background:#ffffff url('../images/intan_group/start_footer_bg.jpg') no-repeat;
}


/* *******************
** FOOTER STYLES
********************** */
.footer .floatright {
	float:right;
}
.footer .langmenu {
	padding:12px 10px;
	font-size:10px;
	color:#7f7870;
	float:left;
}
.footer .copy {
	padding:12px 0 12px 10px;
	text-align:right;
	font-size:10px;
	color:#7f7870;
	float:left;
}
/*
�berschriften ausblenden. 
(�berschiften wurden zur besseren �bersicht im T3 BE angelegt, sollen im FE aber nicht angezeigt werden)
*/
.footer .csc-header {
	display:none;
}
.footer .group {
	padding-top:10px;
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}
.footer .group div.container {
	text-align:center;
	position:relative;
	left:-50%;
	float:left;
}
.footer .group div.container ul {
	padding:0;
	margin:0;
	list-style:none;	
}
.footer .group div.container li {
	padding:0 7px;
	float:left;
	position:relative;/* ie needs position:relative here*/
}
.footer .group div.container li a {
	text-decoration:none;
}
.footer .ende {
	clear:both;
	text-align:center;
	margin-bottom:60px;
}
/* *******************
** LANGUAGE MENU
********************** */
.langmenu a {
	text-decoration:none;
	color:#7e776f;
	margin-right:20px;
}
.langmenu a img {
	border:0;
	margin-right:3px;
}
.langmenu b {
	font-weight:normal;
	color:#7e776f;
	margin-right:20px;
}
.langmenu b img {
	font-weight:normal;
	border:0;
	margin-right:3px;
}

/* *******************
** BOTTOM MENU
********************** */
.bottommenu {
	padding:12px 0;
	text-align:right;
	font-size:10px;
	color:#7f7870;
	float:left;
}
.bottommenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.bottommenu li {
	float:left;
}
.bottommenu li span.dot {
	padding:0 5px;
}
.bottommenu li a:link,
.bottommenu li a:visited {
	color:#7e776f;
}


/* *******************
** sonst. IE HACKS
********************** */

* html .csc-textpic {
	height:1px;
}
*+html .csc-textpic {
         min-height:1px;
}
