﻿*
{
    margin: 0px;
    padding: 0px;
}

body {
	margin: 0px; 
	padding: 0px;
	text-align: center;
	font: 0.8em Arial, Tahoma, Verdana;
	color: #ffffff;
	background: #404041 url(images/bg.gif) repeat-x;	
}

#pg{
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

a img
{
    border: 0px;
}


/*** hoofding ***/

#header
{
    float:left;
    width: 900px;
    padding: 10px 0 20px 0;
}

#logo
{
    float: left;
    width: 153px;
}

#language
{
    float:left;
    width: 37px;
    font-size: 0.8em;
    line-height: 1.9em;
    padding: 33px 0 0 10px;
}

#mainMenu
{
    padding: 60px 0 0 0;
    float:right;
    width: 700px;
}


/*** language ***/

#language a
{
     color: #7b7a7a;
     text-decoration: none;
     text-transform: uppercase;
}

#language a:hover, #language a.active
{
    color: #ffffff;
}

/*** mainMenu ***/

#mainMenu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float:right;
    text-transform: uppercase;
    font-size: 1.0em;
    font-weight: bold;
}

#mainMenu ul li
{
    display: inline;
    padding: 10px;
}

#mainMenu ul li a
{
    color: #ffffff;
    text-decoration: none;
}

#mainMenu ul li a:hover, #mainMenu ul li a.active
{
    color: #00aeef;
}

/*** banner ***/

#banner
{
    width: 900px;
    float: left;
    height: 200px;
}

/*** content ***/

#content
{
    float:left;
    width: 900px;    
    padding: 32px 0 0 0;
}

#contentRight
{
    width: 660px;
    float:left;
    background: url(images/rightMiddle.gif) repeat-y;    
}

#contentRightGallery
{
    width: 710px;
    float:left;
    background: url(images/rightMiddleGallery.gif) repeat-y;    
}

#contentRight h1, #homeRight h1
{
    color: #00aeef;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 0 0 20px 0;
}

#contentRight .rightMiddle, #contentRightGallery .rightMiddle
{
    padding: 10px 20px;
    line-height: 1.7em;    
}

#contentRight .rightMiddle ul
{
    padding-left: 25px;
}

#contentRight .rightMiddle ul li
{
    padding-left: 10px;
}

#contentRight .rightMiddle ol
{
    padding-left: 25px;
}

#contentRight .rightMiddle ol li
{
    padding-left: 10px;
}

.rightMiddle a
{
    color: #ffffff;
}



.rightMiddle h2
{
    color: #8dc63f;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 20px 0 0 0;
}

.rightMiddle a:hover
{
    color: #aaaaaa;
    text-decoration: none;
}

.contact
{
    float: left;
    width: 408px;
    border-right: 1px solid #666666;
}

.contactRight
{
    float:left;
    width: 200px;
    text-align: right;
}

.contact td
{
    padding: 2px;
}

.contact textarea
{
    width: 250px;
    border: 0px;
    padding: 2px;
    font-family: Arial;
    background: #efefef;
}

.contact .btnSubmit
{
    width: 253px;
    background-color: #8dc63f;
    margin-right: 5px;
}

.contact .btnSubmit:hover
{
    background: #00aeef;
}

.contact input
{
    border: 0px;
    width: 250px;
    padding: 2px;
    font-family: Arial;
    background: #efefef;
    cursor: pointer;
}

#contentLeft
{
    float:left;
    width: 230px;
    padding: 0 10px 0 0;  
}

#contentLeft .imgText
{
    padding-bottom: 10px;
    float:left;
}

/*** footer ***/

#footer
{
    width: 900px;
    float:left;
    text-align:right;
    padding: 10px 0 10px 0;
}

/*** home ***/

#homeRight 
{
    width: 278px;
    float:left;
}

#homeRight .rightMiddle
{
    background:url(images/homeMiddle.gif) repeat-y;
    padding: 10px 20px;
    line-height: 1.5em;      
    height: 340px;      
}

#homeLeft
{
    float:left;
    width: 612px;
    padding: 0 0 0 10px;    
}


#homeTeaser
{
    float:left;
    width: 900px;
    padding: 10px 0 0 0;
}

#homeTeaser div
{
    float:left;
}

#homeTeaser .teaser
{
    width: 301px;
    float:left;
    background:url(images/teaserMiddle.gif) repeat-y;
    margin-left: 10px;
}

.teaserMiddle
{
    padding: 3px 15px;
    line-height: 1.5em;      
    height: 96px;
}

.teaserMiddle .textImage
{
    width: 91px;
    float:right;
    text-align: right;
    padding-top: 2px;
}

#homeTeaser h2, #homeTeaser h2 a
{
    color: #8dc63f;
    text-transform: uppercase;
    font-size: 1.0em;
    line-height: 1.5em;
}

#homeTeaser a
{
    color: #ffffff;
    text-decoration: none;
}

#homeTeaser a:hover
{
    text-decoration: underline;
}

.greenTitle 
{
    color: #8dc63f;
    font-weight: bold;
}