@font-face {
    font-family: GiovanniITCTT;
    src: url('font/gio_bk.ttf');
}

html, body {
    margin: 0px;
    padding: 0px;
	height: 100%;
	width: 100%;
	
	background-color: #6eb7ff;
	background-image: url("img/background-clouds.png");
	background-repeat: repeat-x;
	background-position: top left;
}

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#sliderFrame {
    box-shadow: 3px 3px 5px #000;
}

#header {
    position: relative;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 129px;
}

#navbar {
    position: relative;
	display: inline-block;
	list-style: none;
    margin: 0px;
    padding: 0px;
    box-shadow: 3px 3px 5px #000;
}

#navbar li {
    float: left;
    background: url('img/button_background.png') repeat-x;
}

#navbar li a {
    display: inline-block;
    text-decoration: none;
    font-size: 19px;
    font-family: GiovanniITCTT;
    color: #fff;
    width: 160px;
    height: 40px;
}

#navbar li a:visited {
    text-decoration: none;
    color: #fff;
}

#navbar li:hover {
    text-decoration: none;
    font-weight: bold;
}

.selected {
    text-decoration: underline;
}

.navButtonImg {
    position: relative;
    top: 3px;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 5px;
    border: 0px;
}

.navText {
    position: relative;
    top: 10px;
}

#content-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
	display: block;
	overflow: auto;
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 3px 3px 5px #000;
}

#photo-container {
    position: relative;
    float: left;
    width: 250px;
    height: 100%;
    padding-top: 25px;
}

#photo {
    position: relative;
    text-align: center;
}

#content {
    position: relative;
    float: left;
    width: 730px;
	min-height: 400px;
    padding: 10px;
    font-family: GiovanniITCTT;
    font-size: 19px;
}

#footer {
	position: relative;
	width: 1000px;
	height: 20px;
	margin: 25px auto 0px auto;
	font-family: GiovanniITCTT;
	font-size: 13px;
}

#sortiment {
	font-size: 17px;
}

#grass {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 384px;
	background: url('img/background-tree.png');
}