/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');


/* =Global Elements
-------------------------------------------------------------- */

body {
	background: #fff;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
    color:#000;
    text-decoration:none;
}

a:hover {
    color:#000;
    text-decoration:underline;
}

blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Georgia, serif;
}

.pad45left {
    padding-left: 45px;
}

.black {
    color: #000;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.center {
    text-align: center;
}

.important {
    font-weight:bold;
}

.white {
    color: #fff;
}

/* =Content
-------------------------------------------------------------- */
#logo {
	background: url(../bilder/logo.png) no-repeat 0px 0px;
	position: absolute;
	top: 230px;
	left: 0px;
	width: 195px;
	height: 120px;
	z-index: 100;
}

#content {
	position: relative;
	width: 600px;
	margin: 50px auto;
	padding: 0;
}

#header {
	position: relative;
	width: 600px;
	height: 600px;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 54px;
    color: #000;
}

#header h2{
	margin: 400px 75px 0px 75px;
	margin-left: 74px;
    font-size: 30px;
    line-height: 28px;
    color: #FFFF99;
    filter: none; 
    -moz-opacity:none; 
    -khtml-opacity: none; 
    opacity: none; 
	z-index: 100;
}

#header p{
	margin-left: 74px;
    font-size: 14px;
    color: #fff;
}

#scrolldiv{
	position: absolute;
}

#footer {
	position: absolute;
	top: 615px;
	left: 30px;
	width: 540px;
	height: 60px;
	padding: 10px;
}

.bildbg {
	 background: no-repeat -10px -10px;
	 width: 600px;
	 height: 600px;
	 overflow: hidden;
}

.quote {
	width: 540px;
	padding: 20px;
	background: transparent;
	background-color: #000;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.quote h2{
	filter: none; 
-moz-opacity:none; 
-khtml-opacity: none; 
opacity: none; 
z-index: 100;
} 

.athos_med_tamp {
	background: url(../bilder/athos_med_tamp.jpg);
}

.elefant {
	background: url(../bilder/elefant.jpg);
}

.henke {
	background: url(../bilder/henke.jpg);
}

.kranium {
	background: url(../bilder/kranium.jpg);
}

.giraff {
	background: url(../bilder/giraff.jpg);
}

.ny_1 {
	background: url(../bilder/ny_1.jpg);
}

.athos_stor_nos {
	background: url(../bilder/athos_stor_nos.jpg);
}

.pelargon {
	background: url(../bilder/pelargon.jpg);
}

.nosen {
	background: url(../bilder/nosen.jpg);
}

.pa_safari {
	background: url(../bilder/pa_safari.jpg);
}

.rangers_1 {
	background: url(../bilder/rangers_1.jpg);
}

.vattenbuffel {
	background: url(../bilder/vattenbuffel.jpg);
}

* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
