html, body
{
	background: #78a7dc url( '/media/image/layout/gradient_bg.gif' ) repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font: 13px "MidoMedium", "Arial", "sans-serif";
	color: #0a2e3c;
}

/* default elements and classes */
p
{
	padding: 0px;
	margin: 11px 0px;
}

p.tre
{
	font: 13px "Trebuchet", "Tahoma", "Arial";
}

a
{
	color: #4567c9;
}

img
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6
{
	color: #4567c9;
	font-size: 18px;
	line-height: 24px;
}

h1
{
	font-size: 24px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.hide
{
	display: none;
}

.clear
{
	clear: both;
}

div.half
{
	width: 49%;
}

div.center
{
	text-align: center;
}

/* ajax */
div#overlay
{
	display: none;
}
body.ajaxprogress div#overlay
{
	position: fixed !important;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div#overlay div.back
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-konq-opacity: 0.5;
	filter: alpha( opacity=50 );
}
div#overlay div.indicator
{
	position: absolute;
	display: block;
	margin: -70px 0 0 -185px;
	left: 50%;
	top: 50%;
	width: 350px;
	height: 85px;
	padding-top: 55px;
	font-weight: bold;
	background: #82deec;
	line-height: 32px;
	color: #78a7dc;
}

div#overlay div.indicator img
{
	float: left;
	margin: 0 20px 0 70px;
}
div.error
{
	color: #f00;
}

/* layout */
div#background
{
	position: relative;
	width: 100%;
	height: auto !important;
	min-height: 100%;
	background: transparent url( '/media/image/layout/header_small.png' ) no-repeat 50% 0;
}
body.index div#background
{
	background-image: url( '/media/image/layout/header_large.png' );
}

div.wrapper
{
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 0 0 120px;
}
div#bottom div.wrapper
{
	padding: 0;
}

div#container
{
	position: relative;
	zoom: 1;
	padding: 215px 0 0;
}

body.index div#container
{
	padding: 225px 0 0;
}

div#bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
}
div#bottom,
div#bottom a
{
	color: #b7c1c2;
}
div#bottom div#links
{
	margin: 20px 0;
}

div#bottom div.greenish
{
	height: 100%;
	width: 100%;
	background-color: #0a2e3c;
}

/* buttons */
div.button
{
	height: 28px;
	overflow: hidden;
}

div.button a:hover img
{
	margin: -29px 0 0;
}

div.button.small
{
	height: 22px;
}

div.button.small a:hover img
{
	margin: -23px 0 0;
}

div.button.less
{
	height: 26px;
}

div.button.less a:hover img
{
	margin: -27px 0 0;
}

div.button.big
{
	height: 36px;
}

div.button.big a:hover img
{
	margin: -37px 0 0;
}

div.relative
{
	position: relative;
	height: 100%;
	width: 100%;
}

