﻿body
{
}
div#Frame
{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
div#FrameHeader
{
	background-image: url( 'Pictures/MainHeader.png' );
	height: 100px;
	z-index: 1;
}
div#FrameSide
{
	z-index: 2;
	position: relative;
	top: -100px;
	width: 88px;
	height: 400px;
	left: 0px;
	background-color: #0080b2;
	float:left;
}
#Header
{
	background-image: url( 'Pictures/Lawo-Logo.png' );
	background-repeat: no-repeat;
	height: 100px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-attachment: scroll;
	z-index: 1;
	width: 100%;
	background-color: #0080b2;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
#MenuBar
{
	z-index: 2;
	position: absolute;
	top: 72px;
	left: 0px;
	width: 100%;
	text-align: right;
	max-width: 1024px;
}
#Main
{
	z-index: 3;
	position: absolute;
	top: 120px;
	left: 110px;
	font-family: Tahoma;
	font-size: small;
	max-width: 914px;
	margin-right: 32px;
}
#DefaultMain
{
	z-index: 3;
	position: absolute;
	top: 120px;
	left: 200px;
	font-family: Tahoma;
	font-size: small;
	max-width: 824px;
	margin-right: 32px;
}
#Motto
{
	background-image: url('Pictures/Motto.png');
	z-index: 2;
	position: absolute;
	width: 460px;
	height: 32px;
	top: 10px;
	left: 360px;
}
#Side-Strip
{
	z-index: 1;
	position: absolute;
	top: 0px;
	width: 88px;
	height: 100%;
	left: 0px;
	background-color: #0080b2;
}

ul.Horizontal
{
	margin-left: 0px;
	padding-left: 0px;
	margin: 5px;
	list-style-type: none;
	font-size: 90%;
}

ul.Horizontal li
{
	display: inline;
}

ul.Horizontal a
{
	position: relative;
	height: 2em;
	display: inline;
	padding: 3px;
	padding-right: 4px;
	border: 1px solid #FFFFFF;
	border-top: 0px;
	border-right: 0px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.Horizontal a:hover
{
	border: 1px solid #FFFFFF;
	padding-right: 3px;
}

ul.Horizontal ul.Horizontal a:focus, ul.Horizontal a:active
{
	border: 1px solid #FFFFFF;
	padding-right: 3px;
}

ul.Horizontal a:hover span, ul#cmd a:focus span, ul#cmd a:active span
{
	top: 2em;
	left: 0px;
}


