﻿/*
    @project: ifdor.ch
    @author: Philipe Krebs | Schaffner&Conzelmann AG
    @date: 2011.11.24
    @version: 1.1
    
    @colors: - adullamGreen 177/185/0 | b1b900 - 202/205/0 | cdca00
    				 - adullamGrey	139/139/139 | 
    
*/

/* CSS RESET */

body, div, ul, ol, li
{
  margin: 0;
	padding: 0;
}

li, ol
{
    list-style: none;
}

img {
   border-style: none;
}


/* !P R I N T */

.print
{
    display: none;
}

/* !S T A R T */

body
{
    background: #EEE;
    font-size: 80%;
    font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial;
    line-height: 1.7em;
}


a
{
    color: #6D6D6D;
    text-decoration: none;
}

h1
{
		font-weight: normal;
    color: #818181;
    margin: 0 0 0.3em;
}

h2
{
    font-weight: normal;
    color: #818181;
    margin: 0.7em 0 0;
}

h3
{
    color: #818181;
    margin: 0.5em 0 0;    
}

p
{
    margin: 0 0 0.5em;
    padding: 0;
}

table
{
    width: 100%;
}

td
{
    padding-top: 0.5em;
    vertical-align: bottom;
    line-height: 1.5em;
}

ul
{
    margin: 0.3em 0;
}

li
{
    list-style: square inside;
}


#wrapper
{
    margin: 0 auto 0 auto;
    width: 760px;
    height: 100%;
    background: #FFF;
}

#image-wrapper
{
    float: left;
    width: 125px;
    background-color: #cdca00;
    padding-bottom: 49px;
}

#logo
{
    height: 125px;
    position: relative;
    z-index: 999;
}

#logo a
{
    display: block;
    height: 135px;
    width: 125px;
    background:url(if_d_or_Logo.png);
}

/* !N A V I G A T I O N */

#navigation
{
    width: 635px;
    margin-top: 125px;
    height: 200px;
    line-height: 0;
    overflow: hidden;
}
#navigation.flat{
	height:  143px;
}

#navigation ul
{
    position: absolute;
    left: 125px;
    top: 125px;
    width: 635px;
    margin: 18px 0 0;
    background: #FFF;
}

#navigation ul li
{
    float: left;
    font-size: 0px;
    list-style: none;
}

#navigation ul ul
{
		background-color: #cdca00;
    left: -125px;
    margin: 0;
    padding: 15px 0 30px;
    position: absolute;
    top: 182px;
    width: 125px;
}

#navigation.flat ul ul{
	top: 125px;
}

#navigation ul ul li
{
    clear: both;
    width: 110px;
    padding: 0.3em 10px;
    text-align: right;
    color: #6D6D6D;
    line-height: 85%;
    font-size: 13px !important;
}

#navigation ul ul li a
{
    color: #ffffff;
    font-size: 80%;
}

#navigation ul ul li.active a
{
    color: #000;
}

/* ! H O M E */
#image-wrapper.home{
	float: none;
	height: auto;
	width: 100%;
	background-color: #cdca00;
	padding: 0;
}

#content-wrapper2.home{
	float: none;
}

.home #navigation{
	margin: 0;
	width: auto;
	height: auto;
}

.home #navigation ul{
	padding-left: 125px;
	left: 0;
	z-index: 11;
}

img.background
{
   left: 140px;
    position: absolute;
    top: 94px;
}

.home #content{
	width: 605px;
	padding: 30px 30px 10px 125px;
}

#slideshow {
    position:relative;
    height:200px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* !C O N T E N T */

#content
{
    display: block;
    width: 510px;
    height: 324px;
    overflow: auto;
    padding: 30px 30px 10px 95px;
}

#center
{
	position:absolute;
	top:50%;
	width:760px;
}

#content-wrapper
{
	background: #FFFFFF;
	margin-top:0;
	position:relative;
	top:-295px;
	height:590px;
	width:760px;
}

#content-wrapper2
{
	float: right
}

#content
{
    height: 227px;
}

#content.heigh{
	height: 282px;
}

td.right
{
    text-align: right;
    width: 45px;
}

td.winenote,
.winenote
{
    padding-top: 0;
    line-height: 1.5em;
    color: #818181;
    font-size: 90%;
}

.winenote li{
	list-style-position: outside;
}
