﻿/* CSS Document */
* 
{
    margin:0px;
    padding:0px;
}

/* LINKS */

a:link		{color: #322419; text-decoration: underline; }
a:visited 	{color: #322419; text-decoration: underline; }
a:active	{color: #322419; text-decoration: underline; }
a:hover		{color: #322419; text-decoration: none; }  

/* HTML, BODY, DIVS */

body
{ 
    width: 100%;
    height: 100%;
    font-family: Lucida Sans Unicode, tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color:#000000;
	background-color: #322419;
    /*scrollbar-3dlight-color: #41321f;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #41321f;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #41321f;
    scrollbar-track-color: #000000;
    scrollbar-highlight-color: #41321f;
    scrollbar-shadow-color: #41321f; */
    margin:0px;
    padding:0px;
}


html {
	width: 100%;
	height:100%;
    margin:0px;
    padding:0px;
}

div.container
{
	width: 900px;
    padding:0px 0px 20px 0px;
	margin: 0 auto;
    background-color:#fff;
}

div.navi {
    width:900px;
    height:75px;
    background-color:#322419;
}


div.header {
    width:900px;
    height:270px;
    background-color:#fff;
    position:relative;
}

div.main {
    width:890px;
    background-color:#fff;
    padding:0px 5px 0px 5px;
}

div.maincontact {
    width:890px;
    height:520px;
    background-color:#fff;
    padding:0px 5px 0px 5px;
}


div.mainleft {
    width:585px;
    float:left;
}

div.mainright {
    width:295px;
    float:left;
    margin:0px 0px 0px 10px;
}

div#google {
    border:solid 1px #000;
    overflow:hidden;
}

div.contactform {
    margin:15px 0px 0px 0px;
}


/* TABLES */

table.contact {
    margin:10px 0px 0px 0px;
}

td.dag {
    width:100px;
}


/* H + P */

h1
{
    margin:0px;
    padding:0px;
}

p
{
    font-family: Lucida Sans Unicode, tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color:#000000;
    margin:10px 0px 0px 0px;
}

p.maintext_left {
    font-family: Lucida Sans Unicode, tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color:#000000;
    margin:10px 0px 0px 5px;
}


/* UL, OL, LI */

ul
{
    margin:0px;
    padding:0px;   
}

li
{
    margin:0px;
    padding:0px;   
}

ul.navi {
    width:455px;
    height:39px;
    margin:36px 0px 0px 0px;
    float:left;
}

li.navi {
    display:block;
    float:left;
}

/* IMAGES */
	
img {
	border:0px;
	padding:0px;
	margin:0px;
    display: block;
}

img.logo {
    float:left;
    width:445px;
    height:75px;
    display:block;
    position:relative;
    z-index:99;
}

img.navi {
    display:block;
    position: relative;
}

img.header  {
    display:block;
}

img.mainimg {
    float:right;
    margin:0px 0px 5px 3px;
    clear:right;
}

img.mainimg1 {
    float:right;
    margin:10px 0px 5px 3px;
    clear:right;
}


img.disturb_sign {
    position: absolute;
    top:-28px;
    left:-15px;
    /*margin:-346px 0px 0px -10px;
    #margin:-298px 0px 0px -10px;*/
}


/* FORMS */

input.textarea 
{
    font-family: Lucida Sans Unicode, tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    width:220px;
    height:20px;
    border: solid 1px #322419;
    padding:0px 0px 0px 2px;
}

textarea.textarea 
{
    font-family: Lucida Sans Unicode, tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    padding:0px 0px 0px 2px;
    border: solid 1px #322419;
    width:220px;
    height:125px;
}

input.c_submit 
{
    font-family: Lucida Sans Unicode, tahoma, Helvetica, sans-serif;
    width:70px;
    font-size:11px;
}

.png{
	_behavior:url('iepngfix.htc');
}



