/*
    @project: adullam.ch
    @author: designersfactory.com
    @date: 2008.05.19
    @version: 0.1    
    
    COLORS:
    
    green: #DCDE3F;
    green-light: #EDEE9F;
    blue: #ABBBD9;
    blue-light: #D5DDEC; 
*/

/* CSS RESET */

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

img {
   border-style: none;
}


/* STYLE START */

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

a
{
    color: #A02F87;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    text-transform: uppercase;
    font-size: 120%;
    color: #999;
    margin: 0 0 0.7em;
}

h2
{
    font-size: 110%;
    margin: 0.7em 0 0;
    line-height: 1.2em;
}

h3
{
    font-size: 100%;
    margin: 0.7em 0 0;
    line-height: 1.2em;
}

h4
{
    font-size: 95%;
    margin: 0.7em 0 0;
    line-height: 1.2em;
}

p,
ul,
ol
{
    margin: 0.2em 0 0.5em;
}

hr
{
    background: none;
    border-top: 1px solid #CCC;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul li
{
    margin-left: 15px;
    list-style: square outside;
}

ol li
{
    margin-left: 20px;
    list-style-position: outside;
}

input, textarea, select
{
    font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial;
    font-size: 80%;
}

td
{
    vertical-align: top;
}

.yellow 
{
    color: #FFE00F;
}

.orange
{
    color: #F5A32E;
}

.violet
{
    color: #A02F87;
}

/* L A Y O U T */

#center
{
	margin: 0 auto;
	text-align: left;
	width: 760px;
	
}

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

#wrapper
{
    position: relative;
    background: #FFF;
		top: -350px;
    width: 760px;
    height: 700px;
}

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

#navigation-wrapper
{
    position: relative;
    float: left;
    height: 700px;
    width: 185px;
}

div.blue
{
    background: #D5DDEC;
}

div.green
{
    background: #EDEE9F;
}

#navigation ul
{
    margin-top: 114px;
    height: 204px;
}

#navigation-wrapper.green #navigation ul
{
    background: #DCDE3F;
}

#navigation-wrapper.green #navigation ul ul
{
    background: #EDEE9F;
}

#navigation-wrapper.blue #navigation ul
{
    background: #B8C8E1;
}

#navigation-wrapper.blue #navigation ul ul
{
    background: #D5DDEC;
}

#navigation ul li
{
    border-bottom: 1px solid #FFF;
    line-height: 0;
    list-style: none;
    margin-left: 0;
}

#navigation ul ul
{
    position: absolute;
    top: 318px;
    left: 0;
    padding-left: 36px;
    margin-top: 0;
    height: auto;
}

#navigation ul ul li
{ 
    padding: 8px 8px 8px 0;
    width: 141px;
    border-bottom: 1px solid #666;
    line-height: 1.3em;
}

#navigation ul ul li a
{
    color: #666;
    text-decoration: none;
}

#navigation ul ul li a:hover,
#navigation ul ul li.active a
{
    color: #A02F87;
    text-decoration: none;
}

/* C O N T E N T H E A D E R */

#content-wrapper
{
    float: right;
}

#logo
{
    display: block;
    height: 114px;
    width: 575px;
    text-align: right;
}

#logo a
{
    float: right;
    display: block;
    height: 94px;
    width: 151px;
    margin-top: 20px;
    background: url(adullam-logo.gif) no-repeat;
}

#print-logo
{
    display: none;
}

#headerImage
{
    line-height: 0;
    height: 107px;
    width: 575px;
    background: #D8D8D8;
}

#headerImage.big
{
    height: 204px;
}

/* C O N T E N T */

#content
{
    height: 425px;
    width: 495px;
    padding: 27px 40px;
    overflow: auto;
}

#content.big
{
    height: 328px;
}

#content.iframe
{
    height: 479px;
		overflow:hidden;
    width: 575px;
    padding: 0px;
		margin: 0px;
}

iframe
{
	border:0 none;
	height:479px;
	overflow: auto;
	width: 575px;
}

iframe.google
{
	height: 204px;
}

* html iframe, * html #content.iframe
{
	margin-left: -50px;
	margin-right: -50px;
	margin-top: -30px;
	margin-bottom: -40px;
}

.navigation
{
    float: right;
}

.next
{
    display: block;
    height: 30px;
    width: 30px;
    background: url(arrow.gif) no-repeat;
}

#contactForm label
{
    float: left;
    width: 120px;
    font-weight: bold;
}

#contactForm label.fullwidth
{
    clear: both;
    width: 470px;
}

#contactForm input[type=text]
{
    width: 200px;
}

#contactForm #plz
{
    width: 60px;
}

#contactForm textarea
{
    clear: both;
    width: 420px;
}

#contactForm .required
{
    color: #F00;
}

#contactForm input.required
{
    color: #000;
}

#contactForm input[type=submit]
{
    font-size: 100%;
}

.errors
{
    margin: 1.5em 0;
}

.job
{
    margin: 0.7em 0 1.2em;
}

.job h3
{
    margin-top: 0;
}

.job p
{
    margin-bottom: 0.4em;
}

.press
{
    margin: 0.7em 0 1.2em;
}

.press h2
{
    margin: 0 0 0.2em;
}

.date
{
    font-size: 80%;
    font-weight: bold;
}

/* A D D R E S S */

#print-address
{
    display: none;
}

.print
{
    display: none;
}