* {
	padding: 0;
	margin: 0;
}
body, html {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F83BB;
	text-align: center;
}
a {
	color: #4F83BB;
	text-decoration: none;
}
a:hover {
	color: #4fa5cc;
}
#container {
	width: 700px;
	height: inherit;
	display: block;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 700px;
	height: 71px;
	float: left;
}
#logo {
	width: 237px;
	height: 61px;
	margin-top: 10px;
	background: url(img/logo.jpg) no-repeat;
	float: left;
}
#logo h2 {
	display: none;
}
#logo a {
	width: 237px;
	height: 61px;
	text-decoration: none;
	display:block;
}
#logo a b {
	visibility: hidden;
}
#topnav {
	width: 157px;
	height: 25px;
	float: right;
	text-align: left;
}
#topnav a {
	width: 30px;
	height: 25px;
	display: block;
	float: left;
	text-decoration: none;
}
#topnav a b {
	visibility: hidden;
}
#topnav a#home {
	background: url(img/topnav_home.gif) no-repeat;
}
#topnav a#map {
	background: url(img/topnav_map.gif) no-repeat;
}
#topnav a#cont {
	background: url(img/topnav_cont.gif) no-repeat;
}
.nav_top {
	width: 237px;
	height: 20px;
	background: url(img/nav_top.jpg) no-repeat;
	float: left;
}
.nav_spacer {
	width: 463px;
	height: 20px;
	float: left;
}
.nav_left {
	width: 23px;
	height: 187px;
	float: left;
	background: url(img/nav_left.gif) no-repeat;
}
#navigation {
	width: 160px;
	height: 187px;
	float: left;
}
#navigation ul {
	width: 160px;
	height: 187px;
	list-style-type: none;
}
#navigation ul li a {
	width: 160px;
	height: 30px;
	text-decoration: none;
	text-indent: -9999px;
	background-position: 0px -30px;
	display: block;
	overflow: hidden;
}
#navigation ul li a:hover {
	background-position: 0px 0px;
}
#navigation ul li a.nav_home {
	background-image: url(img/nav_home.gif);
}
#navigation ul li a.nav_about {
	background-image: url(img/nav_about.gif);
}
#navigation ul li a.nav_exec {
	background-image: url(img/nav_exec.gif);
}
#navigation ul li a.nav_member {
	background-image: url(img/nav_member.gif);
}
#navigation ul li a.nav_events {
	background-image: url(img/nav_events.gif);
}
#navigation ul li a.nav_cont {
	background-image: url(img/nav_cont.gif);
}
.nav_right {
	width: 40px;
	height: 187px;
	float: left;
	background: url(img/nav_right.jpg) no-repeat;
}
#banner {
	width: 477px;
	height: 145px;
	float: left;
	background: url(img/banner.jpg) no-repeat;
}
#content {
	width: 700px;
	background: url(img/content_bg.jpg) no-repeat top left;
	float:left;
}
#content h2 {
	width: 182px;
	height: 21px;
	font-size: 1px;
	line-height: 1px;
	margin: 0px 0px 0px 237px;
	text-indent: -9999px;
}
#content p {
	text-align: justify;
	margin: 15px 23px 0px 23px;
}
#content2 {
	width: 700px;
	height: inherit;
	background: url(img/content_bg.jpg) no-repeat top left;
	float:left;
}
#content2 h2 {
	width: 182px;
	height: 21px;
	font-size: 1px;
	line-height: 1px;
	margin: 0px 0px 0px 237px;
	text-indent: -9999px;
}
#content2 p {
	text-align: justify;
	margin: 15px 23px 0px 23px;
}
#footer {
	width: 700px;
	height: 62px;
	float:left;
}
#footer_sepa_logo {
	width: 102px;
	height: 62px;
	background: url(img/footer_sepa_logo.jpg);
	float:left;
	margin-left: 20px;
}
#footer_sepa_logo a {
	text-decoration: none;
	width: 102px;
	height: 62px;
	display: block;
	text-indent: -9999px;
}
#footer_schulich_logo {
	width: 92px;
	height: 62px;
	background: url(img/footer_schulich_logo.jpg);
	float:left;
}
#footer_schulich_logo a {
	text-decoration: none;
	width: 92px;
	height: 62px;
	display: block;
	text-indent: -9999px;
	font-size: 1px;
}
#footer_text {
	float: left;
	width: 466px;
	text-align: center;
	margin-top: 15px;	
}
.separator {
	width: 627px;
	height: 10px;
	border-top: 1px solid #4F83BB;
	display: block;
	margin: 25px 0px 15px 43px;
}
