﻿html
{
	height: 100%
}

body 
{
    color: #5f5f5f;
    background-color: #d1ceb5;
	background: #d1ceb5 url(/Templates/Images/bg.gif) no-repeat bottom;
	margin-top: 50px;
}

div
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img
{
    border: none;
}

h1
{
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0px;
    margin-bottom: 33px;
    color: #000000;
    line-height: 24px;
}

h2
{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

/****** PAGE BACKGROUND *****/
#bg-top
{
	background: #d1ceb5 url(/Templates/Images/bg-top.gif) no-repeat;
	width: 835px;
	height: 33px;
}

#bg-mid
{
	background: White url(/Templates/Images/bg-mid.gif) repeat-y;
	width: 835px;
	min-height: 400px;
}

#bg-bot
{
	background: url(/Templates/Images/bg-bot.gif) no-repeat;
	width: 835px;
	height: 15px;
}

/****** PAGE *****/
#page-content
{
    padding: 0px 0px 20px 48px;
    width: 768px;
    float: left;
    text-align: left;
}

.txt-small
{
    color: #919125;
    font-weight: bold;
    font-size: 9px;
}

/****** LANGUAGE SELECTION *****/
#language
{
	width: 100%;
	text-align: left;
	position: relative;
	top: -45px;
}

/****** LOGO *****/
#logo
{
    float: right;
    position: relative;
    top: 10px;
    right: 23px;
}

/****** MENU *****/
#menu
{
	/*background: url(/Templates/Images/m-right.gif) left top no-repeat;
    margin-left: 7px;*/
}

/****** FOOTER *****/
#footer
{
	padding: 12px 15px 0px 15px;
	text-align: left;
}

/****** LINK *****/
a:link {color: #919125; text-decoration: underline;}
a:visited {color: #919125; text-decoration: underline;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

/****** TEMPLATES *****/
#template-headline
{
	position:absolute;
}

#template-topmargin
{
	margin-top: 57px;
}

#template-body
{
	width: 500px;
	float: left;
	line-height: 20px;
}

#templete-box
{
	float: right;
	width: 212px;
	padding: 5px 3px 0px 0px;
}

#templete-box-content
{
	color: White;
	background-color: #929125;
	padding: 9px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

#templete-map
{
	background: url(/Images/map.gif) no-repeat;
	position: relative;
	top: 180px;
	width: 268px;
	height: 300px;
	float: right;
}
