﻿/*
    @project: ifdor.ch
    @author: designersfactory.com
    @date: 2008.05.28
    @version: 0.1    
    
*/

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

img.background
{
    float: left;
}

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

h1
{
    margin: 0 0 0.3em;
}

h2
{
    font-style: italic;
    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: 130px;
    height: 590px;
}

#logo
{
    width: 630px;
    height: 134px;
}

#logo a
{
    float: right;
    display: block;
    height: 92px;
    width: 126px;
    margin-top: 42px;
    background: url(ifdor-logo.gif);
}

#navigation
{
    width: 630px;
    height: 204px;
    line-height: 0;
    overflow: hidden;
}

#navigation ul
{
    position: absolute;
    left: 130px;
    top: 134px;
    width: 630px;
    margin: 15px 0 0;
    background: #FFF;
}

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

#navigation ul ul
{
    background: url(transparent-bg.png);
    position: absolute;
    top: 174px;
    left: -130px;
    width: 130px;
    padding: 5px 0;
}

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

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

/* C O N T E N T */

#navigation.flat
{
    height: 107px;
}#navigation.flat ul ul
{
	top: 77px;
}

#content
{
    display: block;
    width: 505px;
    height: 324px;
    overflow: auto;
    padding: 15px 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: 325px;
}

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

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

