/* Style Sheet */
@import url(styles-nav.css);
@import url(styles-content.css);

/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/exo-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/exo-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/exo-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/exo-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/exo-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/exo-v12-latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}

* {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../images/bg-body.gif') repeat 0 0 #575757;
}

#wrapper {
	position: relative;
}

.inner {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 980px;
}

.clear {
	clear: both;
	height: 1px;
}

#header {
	background: url(../images/bg-header.gif) repeat-x 0 0 #272727;
	height: 108px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 100%;
}

#header #logo {
	display: block;
	margin: 12px 30px 0 0;
}

#main {
	background-color: #ffffff;
	padding: 140px 0px 204px 0px;
}

#main .inner {
	background: url(../images/schatten-linie-ende.gif) repeat-y bottom right #ffffff;
	border: 1px solid  #CCCCCC;
	min-height: 352px;
	padding-bottom: 25px;
}

#text {
	background: url(../images/logo-biothek-invert.gif) no-repeat bottom left #ffffff;
	float: left;
	padding: 45px 40px 75px 28px;
	position: relative;
	width: 667px;
	z-index: 0;
}

#right {
	background: url(../images/dna-strang.jpg) no-repeat 0 0 transparent;
	margin-left: 737px;
	padding-top: 258px;
	position: relative;
	z-index: 2;
}

#right .sponsoren {
	list-style: none;
	margin-left: 17px;
}

#right .sponsoren li {
	margin-bottom: 25px;
}

#footer {
	background: url(../images/footer.gif) repeat-x 0 0 #575757;
	bottom: 0px;
	height: 172px;
	left: 0px;
	position: absolute;
	width: 100%;
}

#footer address {
	color: #ffffff;
	float: right;
	font: normal 0.6875em/1.5em Verdana, Geneva, sans-serif;
	margin-top: 22px;
	white-space: nowrap;
	width: 21em;
}

#footer address a {
	color: #ffffff;
	text-decoration: none;
}

