﻿html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Sans-Serif; 
	font-size: 14px;
	background-image: url('Resources/Images/Interface/GelbwaksSiteBG.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.Logo
{
	position: absolute;
	width: 270px;
	height: 100px;
	top: 10px;
	left: 30px;
	z-index: 20;
}	

.LogoWaterMark
{
	position: absolute;
	width: 330px;
	height: 196px;
	top: 190px;
	right: 20px;
	background-image: url('Resources/Images/Interface/GelbwaksG.gif');
	z-index: 10;
}	

.AccentPic
{
	position: absolute;
	width: 130px;
	height: 130px;
	top: 420px;
	left: -140px;
	z-index: 30;
}	

.Phone
{
	position: absolute;
	width: 190px;
	height: 25px;
	top: 10px;
	right: 10px;
	background-image: url('Resources/Images/Interface/GelbwaksPhone190x25.gif');
	z-index: 30;
}	

.Abstract
{
	position: absolute;
	width: 800px;
	height: 100px;
	top: 0px;
	right: 0px;
	background-image: url('Resources/Images/Interface/Abstract800x100.gif');
	z-index: 1;
}	

.Navigation
{
	position: absolute;
	width: 180px;
	top: 132px;
	left: 0px;
	z-index: 10;
}

.NavigationBG
{
	position: absolute;
	width: 241px;
	height: 513px;
	top: 100px;
	left: -71px;
	background-image: url('Resources/Images/Interface/GelbwaksNavBG241x513.jpg');
	z-index: 5;
}

.Content
{
	position: absolute;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 650px;
	top: 50px;
	left: 315px;
	padding: 10px;
	background-color: #ffffff;
	z-index: 15;
}

.ContentTop
{
	position: relative;
	width: 672px;
	height: 10px;
	top: -20px;
	left: -11px;
	background-image: url('Resources/Images/Interface/GelbwaksContentTop.gif');
	z-index: 25;
}

.ContentBottom
{
	position: relative;
	width: 672px;
	height: 10px;
	left: -11px;
	bottom: -20px;
	background-image: url('Resources/Images/Interface/GelbwaksContentBottom.gif');
	z-index: 25;
}

.HeadlineRight
{
	position: relative;
	top: -20px;
	font-size: 16px;
	font-weight: bold;
	color: #00568A;
	text-align: right;
}

.HeadlineLeft
{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #00568A;
}

.Example
{
	position: relative;
	padding: 20px;
	background-color: #D6DDC3;
	color: #000000;
}

.FootNote
{
	position: relative;
	font-size: 12px;
	font-style: italic;
	color: #9B5F50;
}

.Footer
{
	position: absolute;
	font-size: 12px;
	height: 20px;
	bottom: -40px;
	right: 10px;
}	

.Input 
{
	width: 184px;
	background-color: #DFFFE2;
	font-family: Times, serif; 
	font-size: 14px;
}

.DropDown 
{
	width: 190px;
	background-color: #DFFFE2;
	font-family: Times, serif; 
	font-size: 14px;
}

.Button 
{
	width: 515px;
	height: 35px;	
	font-family: Times, serif;
	font-size: 19px;
}

a 
{
	color: #006225;
	text-decoration: underline;
}

a:hover 
{
	color: #9B5F50;
	text-decoration: none;
}

a:visited 
{
	color: #000000;
	text-decoration: underline;
}

img 
{
	border: none;
}
