html {height:100%;}


body {
 height:100%;
 margin:0%;
 padding:0%;
 	/*new background image red pattern without shadow*/
 	background-image: url('../images/body_bg.gif');
	background-repeat: repeat
}


#outerwrapper{
	background-color: transparent;
	width: 952px;  /* 	width: 912px; + 36px shadow*/
	margin-left: -476px;	 /* half of the with a negative margin*/
	position: absolute;
	left: 50%; 
	min-height:100%;
	
	/*shadow of the wrapper with some white i used only a small part maybe this should be extracted from the psd file in greater format for a better looking shadow*/
	background-image: url('../images/wrapper_bg.gif');
	background-position: 100% 3px;
  background-repeat: repeat-y;
	background-color: #FFF;	
	padding:0px
}

#wrapper {
	padding:0px;
	min-height:100%;
}


#pagecontainer {
	margin-right:40px;  /* witdh of the shadow which should be left space */ 
	/*globe background image just trimmed the white part*/
	background-image: url('../images/page_bg.gif');
	background-position: right 0%;
	background-repeat: no-repeat;
	min-height:500px
}

#pagecontainer_sub {
	margin-right:40px;  /* witdh of the shadow which should be left space */ 
	/*globe background image just trimmed the white part*/
	background-image: url('../images/bg_sub.jpg');
	background-position: right 0%;
	background-repeat: no-repeat;
	min-height:500px
}

#pagecontainer_sub2 {
		/* used anywhere ?? */
	background-image: url('../images/bg_sub.jpg');
	background-repeat: no-repeat;
	background-color: #FFF;	
	width: 912px;
	height: 100%
}
#logo {
	float: left;
	padding: 20px 0px 0px 50px; 
}
#index_text_large {
	padding: 0px 400px 0px 50px; 
}
#sub_text_large {
	padding: 0px 600px 0px 50px; 
}

#index_content{
	clear:both;
	margin: 30px 0px 0px 0px;
	padding-left:60px;
	padding-right: 40px;
}

#sub_content {
  clear:both;
	margin: 30px 0px 0px 0px;
	padding-left:60px;
	padding-right: 40px;
}
#sub_content2 {
	position: relative;
	top: 30px;
	left: 60px;
	width: 850px;
	padding: 0px;
}


#index_text {
	width: 520px;
	float: left;
	position: relative;
}
#sub_text {
	width: 480px;
	float: left;
	position: relative;
}

#right_column_box {
	float: right;
	width: 260px;
	background-image: url('../images/rcb_bg.gif');
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666
	
}

#right_column_box div {
	/* I have moved this from the html style setting to the css for texting*/
	margin-top: -15px;
	padding: 13px;
}



#sub_right_column_box {
	float: right;
	position: relative;
	padding-right: 40px;
	width: 260px;
	background-image: url('../images/sub_rcb_bg.gif');
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666
}
p {
	color: #333;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p.sub {
	color: #333;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	color: #666;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-left: -13px;
}

* h1 {
	margin: 4px 0px 0px 0px;
}

h1 img {
	margin-right: 4px;
}

h4 {
	color: #f05d00;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}


p.right_column_insert_text {
	color: #666;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	margin: -2px 0px -10px 0px;
}
p.sub_right_column_insert_text {
	color: #666;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	margin: -2px 0px -10px 0px;
}

p.content_img {
	color: #666;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	margin: 5px 0px 20px 0px;
}
p.right_column_news_text {
	color: #666;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 12px;
}
p.imprint {
	color: #999;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 9px;
	line-height: 12px;
}
#sub_content p.sub_imprint {
	color: #999;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 9px;
	line-height: 12px;
}

a {
	decoration: underline;
	color: #f05d00;
}
a:visited {
/*	color: #999; */
	color: #f05d00;
}


img {
	border: none;
}
#content_img2 {
	float: right;
	margin: 60px 65px 0px 40px;
}
* #content_img2 {
	margin: 60px 45px 0px 40px;
}
#content_img {
	float: right;
	margin: 60px 10px 0px 40px;
	width:250px;
}
table {
	margin: 10px 10px 20px -2px;
	color: #666;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 12px;
	border: solid #ccc 4px;
	
}