﻿@charset 'UTF-8';
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 91.6%;
	line-height: 150%;
}
h1 {
	font-size: 113%;
	font-weight: bold;
	border-bottom: solid 2px #ff3300;
}

h2 {
	font-size: 103%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

#wrapper {
	position: relative; 
	width: 780px;
	height: 100%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 760px;
	margin-top: 10px;
	height: 45px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	border: 0;
}
	

#content {
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
}

#navi {
	width: 760px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

#navi ul {
	list-style: none;
	position: relative;
}

#navi span.alt {
	display: none;
}

#navi li {
	display: block;
	float: left;
}

#navi a {
	width: 95px;
	height: 20px;
	background: url("../elements/menugrid.gif") no-repeat;
}

#menu1 a {
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu1 a:hover {
	background-position: -95px 0px;
	top: 0px;
	left: 0px;
}

#menu2 a {
	background-position: -190px 0px;
	position: absolute;
	top: 0px;
	left: 95px;
}

#menu2 a:hover {
	background-position: -285px 0px;
	top: 0px;
	left: 95px;
}

#menu3 a {
	background-position: -380px 0px;
	position: absolute;
	top: 0px;
	left: 190px;
}

#menu3 a:hover {
	background-position: -475px 0px;
	top: 0px;
	left: 190px;
}

#menu4 a {
	background-position: 0px -20px;
	position: absolute;
	top: 0px;
	left: 285px;
}

#menu4 a:hover {
	background-position: -95px -20px;
	top: 0px;
	left: 285px;
}

#menu5 a {
	background-position: -190px -20px;
	position: absolute;
	top: 0px;
	left: 380px;
}

#menu5 a:hover {
	background-position: -285px -20px;
	top: 0px;
	left: 380px;
}

#menu6 a {
	background-position: -380px -20px;
	position: absolute;
	top: 0px;
	left: 475px;
}

#menu6 a:hover {
	background-position: -475px -20px;
	top: 0px;
	left: 475px;
}

#menu7 a {
	background-position: -0px -40px;
	position: absolute;
	top: 0px;
	left: 570px;
}

#menu7 a:hover {
	background-position: -95px -40px;
	top: 0px;
	left: 570px;
}

#menu8 a {
	background-position: -190px -40px;
	position: absolute;
	top: 0px;
	left: 665px;
}

#menu8 a:hover {
	background-position: -285px -40px;
	top: 0px;
	left: 665px;
}

div .leftChild {
	width: 190px;
	float: left;
	padding-top: 0.5em;
}

div .rightChild {
	width: 570px;
	float: left;
	/*padding-top: 0.5em;*/
}


