@import url(typo3.css);

html {
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

/*
L A Y O U T
*/

div#container {
	width: auto;
	margin-left: auto;  
	margin-right: auto;
	text-align: left;
	height: 100% !important;
}

div#header {
	margin: 0px;
  	padding: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
	width: auto;
}

	div#logo {
		margin: 0px;
	  	padding: 0px;
		width: 544px;
		float: left;
	}
	div#servicemenu {
		display: none;
	}

div#leftcol {
	margin: 0px;
  	padding: 0px;
	width: 544px;
	height: 354px;
	border: 2px solid #b2b2b2;
}


div#maincol {
	margin: 0px;
  	padding: 0px;
	width: 383px;
	height: 354px;
	border: 2px solid #b2b2b2;
}

div#content {
	margin: 20px;
  	padding: 0px;
}

div#navi {
	display: none;
}

.contentfooter {
	display: none;
}

div#mainmenu {
	display: none;
}

div#currentnavi {
	display: none;
}

div#footer {
	display: none;
}
.author {
	display: none;
}


/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #0049E7;
}

#servicemenu a:link, #servicemenu a:visited, #servicemenu a:active, #servicemenu a:hover {
	color: #b2b2b2;
}
#currentnavi a:link, #currentnavi a:visited, #currentnavi a:active, #currentnavi a:hover {
	color: #b2b2b2;
}
div.contentfooter a:link, div.contentfooter  a:visited, div.contentfooter  a:active, div.contentfooter  a:hover {
	color: #b2b2b2;
}
.csc-textpic-image a, .csc-textpic-image a:link, .csc-textpic-image a:active, .csc-textpic-image a:visited, .csc-textpic-image a:hover {
	border: 0px;
	background-color: none;
}


/* FORMAT */

h1 {
	font-size: 1.5em;
	margin: 0px;
	margin-bottom: 10px;
	color: #b2b2b2;
}

h2 {
	font-size: 1.2em;
	margin: 0px;
	margin-bottom: 30px;
	color: #b2b2b2;
	font-weight: normal;
}
h3, h4, h5 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

/* expansion -> grey */
body.expansion h1, body.expansion h2 {
	color: #BEBFC3;
}
/* construction -> yellow */
body.construction h1, body.construction h2 {
	color: #FFB800;
}
/* interiour -> red */
body.interiour h1, body.interiour h2 {
	color: #FF2723;
}
/* light -> blue */
body.light h1, body.light h2 {
	color: #00AEEF;
}
/* franchise -> green */
body.franchise h1, body.franchise h2 {
	color: #6AA058;
}

.bodytext, p {
	font-family: Arial, Helvetica, sans-serif;
	line-height : 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
#content .bodytext, p {
	font-family: Arial, Helvetica, sans-serif;
	line-height : 1.6em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
div.news-latest-container .bodytext, div.news-latest-container p {
	line-height: 1.2em;
}


div#content td {
	font-size: 12px;
}
.contenttable td {
	margin: 0px;
	padding: 3px;
}
.contenttable p {
	margin: 0px;
	padding: 0px;
}
div.news-latest-container {
	margin-top: 9px;
	margin-bottom: 23px;
}


/* FORMS */

input {
	border: 1px solid #b2b2b2;
	margin-bottom: 1px;
}
textarea {
	border: 1px solid #b2b2b2;
	margin-bottom: 1px;
}
select {
	border: 1px solid #b2b2b2;
	margin-bottom: 1px;
}
.submitbutton {
	background-color:#b2b2b2;
	color: #000;
	font-weight: bold;
	border: 0px solid #b2b2b2;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	background: none;
}

div#content ul {
	margin-top:20px;
	margin-bottom: 25px;
	margin-left: 15px;
}
html>body div#content ul {
	margin-top:20px;
	margin-bottom: 25px;
	margin-left: -20px;
}
div#content li {
	margin-bottom: 6px;
	color: #777777;
	font-size:0.9em;
}


#content div.csc-textpic div.csc-textpic-imagewrap a:link, #content div.csc-textpic div.csc-textpic-imagewrap a:visited, #content div.csc-textpic div.csc-textpic-imagewrap a:active, #content div.csc-textpic div.csc-textpic-imagewrap a:hover {
	border: 0px;
	background-color: #fff;
}

