html, body {
	height: 100%;
}

html,body,h1,h2,h3,ul, ol, div, form, input, fieldset, button, label, p, a, img, hr, object {
	margin:0;
	padding:0;
	border:none;
}
body {
	width: 100%;
	background: #0e1b43 url('/images/bodyBg.gif') left top repeat-x;
	color: #a5a5a5;
	font-size: 75%;
	line-height: 1.3;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}

textarea, input, select, option {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	
button {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

embed {
	margin: 0 0 -4px 0;
}

a {
	color: #a5a5a5;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #fff;
}

h2 {
	color: white;
	position: relative;
	}

#wrap {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	background: url(/images/wrapperBg.gif) repeat-y;
	}
	
#outerWrapper {
	background: url(/images/outerWrapperBg.jpg) 0 0 no-repeat;
	}
	
#innerWrapper {
	background: url(/images/innerWrapperBg.jpg) left bottom no-repeat;
	width: 940px;
	padding: 0 0 45px 0;
	overflow: hidden;
	position: relative;
	}
	
#teaserContent {
	width: 834px;
	padding: 18px 65px 0 41px;
	overflow: hidden;
	}
	
#content {
	width: 899px;
	padding: 28px 0px 0 41px;
	overflow: hidden;
	}
	
#content p {
	margin: 0 0 15px 0;
	}
	
#content .leftCol {
	width: 272px;
	float: left;
	margin: 0 15px 0 0;
	}
	
#content .leftCol .teaser {
	float: none;
	}
	
#content .rightCol {
	width: 543px;
	float: left;
	}

img.flash_temp {
	display:block;
}

img.img_clear_body {
	clear: both;
	display:block;
	height:46px;
	width: 940px;
}
 
#footer {
	margin: 0 auto;
	width: 940px;
	line-height: 31px;
	height: 62px;
	font-size: 10px;
	color: #57607C;
	background: url('/images/footer_bg.png') center top no-repeat;
}

#footer a {
	color: #57607C;
	text-decoration: none; 
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.topTeaser {
	position: relative;
	}
	
.topTeaser.navi {
	height: 140px;
	}
	
.topTeaser p {
	color: white;
	width: 140px;
	line-height: 14px;
	}
	
.topTeaser .graphical {
	display: none;
	}