/* 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;
}

.nivoSlider {
    position:relative;
    background:url(../js/themes/default/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivo-caption {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 transparent !important;
    bottom: 12% !important;
    color: #FFFF99 !important;
    display: none;
    left: 10% !important;
    opacity: 1.0 !important;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    width: 80% !important;
    font-size: 30px !important;
    line-height: 28px !important;
    text-shadow: -4px 4px 8px #000000;
	filter: dropshadow(color=#000000, offx=-4, offy=4);
    z-index: 8;
}

.nivo-caption p{
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 0 !important;
}

}

* 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)
);
}