@media screen {

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: Silver;
	color: #000000;
	margin: 0;
}

table.teaser {
	margin-top: 130px;
	margin-left: 140px;
}

td.border {
	border-top: 1px solid Silver;
	border-left: 1px solid Silver;
	width: 100%;
}

#startlogo {
	margin: 0 auto auto auto;
	background: #ffffff;
	text-align: center;
	height: 724px;
}

#alignbox {
	margin: 0 auto auto auto;
	width: 750px;
	background: #ffffff url(images/background_top.jpg) repeat-x top;
	border: 1px solid #ffffff;
}

#orange_dot {
	vertical-align: baseline;
}

#menu {
	padding: 2em;
}

#menu ul,
#footer ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	font-size: 11px;
}

#menu ul li,
#footer ul li {
	list-style-type: none;
	line-height: 200%;
}

#footer {
	margin: auto auto auto 165px;
	padding: 2em 2em 5em 2em;
	color: #444444;
	background: transparent;
	font: 11pt "Arial Narrow", "MS Sans Serif", Geneva, sans-serif;
}

#footer a {
	color: #444444;
	background-color: transparent;
}

#logo {
	float: right;
	vertical-align: bottom;
}

#content {
	clear: right;
	margin: 0 0 0 150px;
	padding: 0em 12em 1em 1em;
	background: transparent url(images/arrow_international.png) no-repeat right;
	color: #000000;
}

#content p {
	margin-left: 27px;
	line-height: 125%;
	text-align: justify;
}

#content ul li {
	list-style: none outside none;
	line-height: 125%;
}

h1,h2,h3,h4,h5 {
	font-family: "Arial Narrow", Arial, Helvetica, no-serif;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}

a {
	padding: 2px;
}

a:link {
	color: #444444;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #444444;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #ff8a00;
	background-color: #f0f0f0;
	border-radius: 4px;
	text-shadow: 1px 0 1px #ccc;
	text-decoration: none;
}

#teaser_image {
	border: none;
	float: right;
	margin: 39px 50px auto auto;
}

#teaser_text {
   color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: -1px;
	text-align: right;
} 

h2 {
	background: transparent url(images/orange_dot.gif) center left no-repeat;
	padding-left: 30px;
	display: outline;
}