* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	background: #EFEFF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;}

h2 {font-size:18px;}
a {
	color: #189694; 
	text-decoration:none;}

/*divs and classes*/
#all {
	width: 930px;
	padding: 10px; }

#header {
	background: #fff url(../pics/startpage-pic.jpg) no-repeat 0px 0px;
	height: 455px;
	}

#startpage {
	padding: 30px 10px 10px 10px;
	background: #fff url(../pics/bg-content-crane.gif) no-repeat right bottom;
	}

#enter_internat, #choose_site, #investor_relations {
	width: 220px;
	float: left;
	margin-right: 10px;
	height: 336px;
	}
	
#startpage h2 {
	height: 60px;
	}
	
#startpage p {
	margin-bottom: 10px;
	line-height: 1.4em;
	}

#startpage ul {
	list-style-type: none;
	margin-bottom: 20px;
	}
#startpage ul li {
	background: transparent url(../pics/bg-li-seagreen.gif) no-repeat 5px 4px;
	padding-left: 14px;}

.sites { width: 220px;
	font-size: 11px;
	color: #717171; }


#footer {
	color: #4d4d4d;
	background: #fff;
	height: 42px;
	margin: 20px 0px 10px 0px;
	padding-left: 5px;
	}
	
#footer ul {padding-top: 5px;}

#footer ul li { 
	display: inline;
	background: none;
	padding-left: 6px;
	}
#footer ul {padding-top: 5px;}
#footer ul li a {color: #4d4d4d;} 
#footer ul li a:hover {color: #999999;}
