html{
	height:100%;
	width:100%;
}

body { 
	height:90%;
	margin: 0;
	text-align: center; /* to correct the centering IE bug*/
	background:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%; 
	color:#ACAB7F;
	font-weight: normal; 
	line-height:140%;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 1003px; /* mandatory to be centered */
	text-align: left; /* to realign your text */
}
* html #global {
	margin-left: auto;
	margin-right: auto;
	width: 1003px; /* mandatory to be centered */
}

div#top{
	height:180px;
	background-image:url(../pic/charlotte_image-consulting_FIT-New-York.jpg);
	background-repeat:no-repeat;
	background-position:center 50%;
}

div#left {
	float: left;
/*	position: relative;
	width: 33%; */
	width: 280px;
	height: 618px;
	background-repeat:no-repeat;
}
* html div#left {
	height: 655px;
}

div#content{
	float: left; 
	position:relative; 
/*	width: 30%; */
	width: 380px;
	height: 520px;
	padding-left:42px;
} 

div#right{
	float: left; 
	position: relative; 
/*	width: 21%; */
	width: 300px;
	height: 495px;
	background-repeat:no-repeat;
}

div#right .text {
	color:#000;
	font-weight: normal;
	font-size: 78%;
	text-align: left;
	padding-left:46px;
	margin-top:34px;
}

div#right a.titelink {
	color:#000;
	font-weight: bold;
}
div#right a.titelink:hover {
	color:#fff;
	font-weight: bold;
}

div#left_sub{
	float: left;
/*	position: relative;
	width: 30%; */
	width: 258px;
	height: 588px;
	background-repeat:no-repeat;
}
* html div#left_sub {
	height: 620px;
}

div#content_sub{
	float: left; 
	position:relative; 
	width: 680px; 
	height:425px;
	background:#212121;
	background-image:url(../pic/charlotte_image-consulting_grafik-right.jpg);
	background-position: 82% 2%;
	background-repeat:no-repeat;
}

div#content_sub .text_right {
	color:#fff;
	font-size: 78%;
	text-align: left;
	padding-left:488px;
	padding-top: 19px;
}

div#content_sub a.titelink {
	color:#fff;
	font-weight: bold;
}
div#content_sub a.titelink:hover {
	color:#CA9932;
}

div#footer{
	clear:left;
	text-align: center;
	font-weight: normal;
	font-size: 70%;
}

.back_sub{
	background:#212121;
	height:425px;
}

.height-auto{
	height:auto;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#CA9932;
	font-size:125%;
	font-style:italic;
	padding:0px 0px 0px 5px;
	text-transform:capitalize;
	letter-spacing:0.2em
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#CA9932;
	font-size:125%;
	font-style:italic;
	padding:0px 0px 0px 5px;
	text-transform:capitalize;
	letter-spacing:0.2em
}

.textitel{
	font-family: Arial, Helvetica, sans-serif;
	color:#CA9932;
	font-size:125%;
	font-style:italic;
	font-weight: bold; 
	padding:0px 0px 0px 5px;
	text-transform:capitalize;
	letter-spacing:0.2em
}

.textklein {
	font-weight: bold; 
	font-size: 72%;
	text-align:right;
}

.textinfo { 
	color:#000;
	font-weight: normal;
	font-size: 78%;
	text-align: left;
	padding-left:46px;
	padding-top:34px;
}

.textinfo_hell { 
	font-weight: normal;
	font-size: 78%;
	text-align: left;
	padding-left:488px;
}

.textfooter {
	text-align: left;
	font-weight: normal;
	font-size: 70%;
}

.pad-left-60 { 
	padding-left:60px;
}

.pad-left-80 { 
	padding-left:80px;
}

.pad-left-100 { 
	padding-left:100px;
}

.pad-left-20 { 
	padding-left:20px;
}

a:link, a:visited {
	color:#ACAB7F;
	font-weight:bold;
	text-decoration:none;
}
a:active, a:hover {
	color:#CA9932;
}

a.naviklein:link, a.naviklein:visited, a.naviklein:hover, a.naviklein:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 80%; 
	line-height:100%;
	letter-spacing:0.2em
}

a.foot:link, a.foot:visited, a.foot:hover, a.foot:active {
	text-align: center;
	font-weight: normal;
}

a img, a:link img {border: none;}
