@charset "utf-8";

body, html { 			/* siehe common.css */
	text-align:center; 	/* ie6 margin:auto fix */
	
	font-size:10px;
	line-height:12px;
}

h3 { height:12px; line-height:12px; }					/* s. common.css */ 
img { }					/* s. common.css */

a:link, a:visited { }	/* s. common.css */

/* LAYOUT */
.keywordsLinks a:hover, 
.keywordsLinks a:active, 
#luescher a:hover, 
#luescher a:active {
	color:#00aba4;
}
.keywordsRechts a:hover,
.keywordsRechts a:active,
#novamart a:hover, 
#novamart a:active {
	color:#e95e27;
}
#company { 
	width:900px; 
	padding-top:20px;
	display:block;
	margin:auto;
	text-align:left;
}
#luescher {
	width:415px;
	float:left;
}
#luescher img { float:left; }
#novamart {
	width:415px;
	float:right;
}
#novamart img { float:right; }

#header, 
#content {
	width:900px; 
	margin:auto;
	display:block;
	clear:both;
	background:url(../images/start_construction_top.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#header {
	height:138px;
	background:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}
#content {
	height:210px;
	background:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
}
#headerimg_l { float:left; }
#headerimg_r { float:right; }

#startseite_l { padding-left:35px;width:410px; display:block; float:left; }
#startseite_r { padding-right:35px;width:410px; display:block; float:right; }


/* EDITOR */
.titelLinks, .titelRechts { display:block; padding-top:10px !important; padding-bottom:20px !important; }


/* WEITER LINK */
p.weiterLink_l { width:430px; float:right; }
p.weiterLink_n { width:435px; float:right; }

p.weiterLink_l a, p.weiterLink_n a { 
	border-left:6px solid #CCCCCC; 
	display:block;  
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:3px;
	padding-left:8px;
}
p.weiterLink_l a:hover, 
p.weiterLink_l a:active { 
	border-left:6px solid #00ABA4; 
}/*gruen*/ 

p.weiterLink_n a:hover, 
p.weiterLink_n a:active { 
	border-left:6px solid #E95E28;  
}/*rot*/

p.left, p.right {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

/* News Postit */

div.module_postIt {
	position:absolute;
	z-index:50;
	width:100%;
	top:240px;
	text-align:center;
}
div.module_postIt div {
	margin-right:20px;
}
div.module_postIt div div div {
	width:140px;
	height:150px;
	margin:auto;
	padding:2px 20px 15px 20px;
	background-image:url(/cms/templates/startseite/images/postit_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
}

div.module_postIt div div div h3 {
	padding-top:10px;
	padding-bottom:5px;
	color:#333333;
	font-size:14px !important;
	line-height:14px;
}

div#jflanguageselection {
	margin: 0;
	width: 100%;
}

ul.jflanguageselection {
	  margin-left: 40%;
}

#jflanguageselection ul.jflanguageselection li a {
    display: block;
    padding-right: 10px;
}

#jflanguageselection ul.jflanguageselection li {
	width: 80px;
}
