/** General **/
body {
	background-image: url('img/body-uncut-gradient-dw.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;


	font-size: 10pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #201c1c;
}

h1, h2, h3 {
	color: #da232a;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

/*

h1 { font: 1.6em lighter; }
h2 { font: 1.2em lighter; }
h3 { font: 1em bold; }

*/


h1 { font-size: 1.6em; margin: 0; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

table {
	text-align: center;
}
td { margin: 0; }

.d0 { background-color: transparent !important; font-size: 0.9em; }
tr.d0 { font-weight: bold; }
td.d0 { text-align: right; }
tr.d1 td { background-color: #f6f9ff; }
tr.d2 td { background-color: #ecf3ff; }

/** Classes **/
.blue { color: #0eaeef; }
.bblue { color: #0eaeef; font-weight: bold;}
.green { color: #d4ebbf; }
.fl { float: left; }
.fr { float: right; }
.content-box {
	background: #fff url('img/box-bg.png') repeat-x top left;
	padding: 5px 30px;
	position: relative;
	top: 20px;

}

/** Layout **/


#language {
	width: 1000px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	color: #413839;

}

#language img {
	border: none;
}

#language a:link{
	color: #413839;
	text-decoration: none;
}

#language a:visited{
	color: #413839;
	text-decoration: none;
}

#language a:hover{
	color: #413839;
	text-decoration: underline;
}

#wrap {
	width: 1000px;
	min-height: 600px;
/*	margin: 50px auto;*/
	margin-left: auto;
	margin-right: auto;
/*	margin-bottom: 50px;*/
	
	border: 1px solid #0eaeef;
	background-color: #fff;
}

#rightcol {
	float: right;
	width: 220px;
	height: 550px;
	margin: 0;
	background: #fff url('img/right-bg.png') repeat-x top;
	font-size: 0.8em;
	text-align: center;
}
#rightcol img {
	margin-top: 10px;
}
#rightcol img.button {
	margin: 20px 0 30px 0;
}

ul#navi {
	text-transform: uppercase;
	list-style-type: square;
	color: #0eaeef;
	margin: 0;
	padding: 10px 20px 10px 30px;
	text-align: left;
	font-size: 2em;
}
#navi li {
	margin: 0 0 0px;
	padding: 0;
}
#navi a {
	color: #495459;
	text-decoration: none;
	font-size: 0.5em;
	position: relative;
	top: -3px;
}

#content {
	padding: 0px 50px 30px 30px;
	width: 700px;
	text-align: justify;
	float: right;	
}

#footer {
	margin-bottom: 50px;
	color: #413839;
}
#footer a:link{
	color: #413839;
	text-decoration: none;
}

#footer a:visited{
	color: #413839;
	text-decoration: none;
}

#footer a:hover{
	color: #413839;
	text-decoration: underline;
}

#rightcol a img {
	border: none;
}