/* MAIN */

body
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../image/skin/main/background2.png);
	background-attachment: fixed;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Calibri, Verdana, sans-serif;
	font-weight: 300;
}

a
{
	text-decoration: none;
}

a img
{
	border: 0;
}

/* MENU */

.menu
{
	width: 50em;
	height: 4em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	background-image: url(../image/skin/menu/background.png);
	border-bottom: 1px solid #909090;
}

.menu ul
{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 4em;
}

.menu li
{
	float: left;
	list-style-type: none;
}

.menu li a
{
	float: left;
	width: 5em;
	font-size: 1.2em;
	text-align: center;
}

.menu li.active
{
	background-image: url(../image/skin/menu/item/background_active.png);
	text-shadow: 0px 1px #191919;
}

.menu li.active a
{
	color: white;
}

.menu li.inactive
{
	text-shadow: 0px 1px #e5e5e5;
}

.menu li.inactive:hover
{
	background-image: url(../image/skin/menu/item/background_hover.png);
}

.menu li.inactive a
{
	color: #353535;
}

.menu a.logo
{
	color: #151515;
	text-shadow: 0px 1px #e5e5e5;
	float: right;
	line-height: 4em;
}

/* BODY */

.bodyContainer
{
	width: 55em;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.bodyContainer > .body
{
	float: left;
	width: 50em;
	padding: 2.5em;
	padding-bottom: 4em;
	padding-top: 2em;
	color: #0f0f0f;
	background-color: white;
}

p
{
	font-size: 0.9em;
	margin: 0;
	margin-bottom: 1em;
}

.leftColumn p
{
	text-align: justify;
}

.rightColumn p
{
	font-size: 0.8em;
	text-align: left;
}

.body a
{
	font-weight: bold;
	font-family: "Helvetica Neue";
	color: #262626;
}

/* LEFT COLUMN */

.leftColumn
{
	font-size: 0.9em;
	text-align: justify;
}

.leftColumn h1
{
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Helvetica Neue";
	margin: 0;
	margin-bottom: 1em;
}

.leftColumn h2
{
	font-size: 0.9em;
	color: #303030;
	text-align: left;
	border-bottom: 1px solid silver;
	margin-bottom: 2em;
}

/* RIGHT COLUMN */

.rightColumn
{
	font-size: 0.9em;
}

.rightColumn h1
{
	font-size: 0.9em;
	border-bottom: 1px solid gray;
	text-align: right;
	color: #303030;
}

.leftColumn
{
	float: left;
	width: 60%;
}

.rightColumn
{
	float: right;
	width: 33%;
}

.bodyBottom
{
	float: left;
	margin-bottom: 0.5em;
	width: 55em;
}

.bodyBottom .left
{
	float: left;
	height: 1em;
}

.bodyBottom .middle
{
	float: left;
	width: 53em;
	height: 1em;
	background-color: white;
}

.bodyBottom .right
{
	float: left;
	height: 1em;
}

/* FOOTER */

.footer
{
	float: left;
	width: 100%;
	text-align: right;
	font-size: 0.75em;
	padding-bottom: 4em;
	color: #a0a0a0;
}

/* BUTTON */

.button
{
	width: 100%;
	float: left;
	position: relative;
}

.button img
{
	float: left;
	width: 100%;
}

.button .backgroundText
{
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.button .backgroundText .text
{
	padding: 0.6em;
}

.button .backgroundText .text h1
{
	margin: 0;
	font-size: 1.2em;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 0.25em;
	border: 0;
}

.button .backgroundText .text h1 a
{
	font-weight: 300;
}

.button .backgroundText .text h2
{
	text-align: left;
	margin: 0;
	font-size: 0.9em;
	font-weight: 300;
	color: #f0d0d0;
	margin-bottom: 1em;
}

strong
{
	font-weight: 900;
	font-family: "Helvetica Neue";
}

