/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

ul
{
	margin: 15px 0px 35px 50px;
}

/* Layout */

body
{
	background: #666;
	color: #000000;
	text-align: center;
	margin: 0px;
	
	font: 10pt  "Trebuchet MS", "MS Trebuchet", Arial, sans-serif;
}

div#container
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	
	text-align: left;
}

div#header
{
	position: relative;
	height: 85px;
	background: url('/images/ui/header.png') no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#footer
{
	padding: 20px 0px 0px 20px;
	position: relative;
	height: 33px;
	background: url('/images/ui/footer.png') no-repeat;	
	
	font-size: 0.9em;
}

div#view_container
{
	padding: 0px 0px 50px 25px;
	margin: 0px 0px 0px 0px;
}

div#sidebar
{
	display: inline;
	position: relative;
	top: -4px;
	float: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#quote
{
	margin: 28px 0px 0px 0px;
	color: #123360;	
	font: bold 1.3em  "Trebuchet MS", "MS Trebuchet", Arial, sans-serif bold;
}

div#author
{
	margin: 10px 0px 35px 200px;
	
	font: 0.8em  "Trebuchet MS", "MS Trebuchet", Arial, sans-serif;
}

div#belly
{		
	background: url('/images/ui/belly.jpg') no-repeat right top;
	width: 300px;
	height: 260px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


div.icon
{
	display: inline;
	float: left; 
	margin: 0px 15px 20px 15px;
	width: 88px;
	height: 115px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.icons-container
{
	width: 380px;
	padding-left: 18px;
	height: 120px;
}




/* Texts */

h1
{
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 0px 10px;
	height: 32px;
	
	font-size: 1.3em;
	font-weight: bold;
	color: #123360;
	background: url('/images/ui/header_one_background.png') repeat-x;
}

h3
{
	margin: 12px 0px 8px 0px;
	font-weight: bold;
	font-size: 1.0em;
}

.no-background
{
	background: none;
}

p.introduction
{
	margin: 15px 0px 15px 25px;
	width: 330px;
	
	font-size: 1em;
	font-weight: normal;
	text-indent: 20px;
	text-align: justify;
}

p.small
{
	margin: 10px 0px 10px 0px;
	font-size: 0.8em;
}

.news
{
	text-align: right;
	padding-right: 20px;
	margin-bottom: 35px;
}

.note
{
	width: 250px;
	margin: 15px 0px 0px 0px;
	padding: 15px 20px 25px 15px;

	text-align: justify;

	background: url('/images/ui/grey-white-gradient.png') left top repeat-x;
}

.note .link
{
	text-align: right;
}






/* Menu */

div#menu
{
	position: absolute;
	left: 405px;
	top: 19px;
	width: 350px;
	
	font-size: 0.8em;
}

div#menu ul
{
	list-style: none;
	margin: 0px 0px 0px 20px;
}

div#menu li
{
	display: inline;
	padding: 0px 10px 0px 10px;
}




/* Language selection */

div#language-selection
{
	position: absolute;
	left: 400px;
	top: 53px;
	width: 350px;


	padding: 0px;
	margin: 0px;
	text-align: right;
}

div#language-selection ul
{
	list-style: none;
	margin-top: 0px;
}

div#language-selection li
{
	display: inline;
	padding: 0px 10px 0px 0px;
}


/* Top menu */

div#top-menu
{
	background: #a4a4a4;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	font-size: 0.8em;
}

div#top-menu ul
{
	list-style: none;
	margin: 0px 0px 0px 20px;
}

div#top-menu li
{
	display: inline;
	padding: 0px 10px 0px 0px;
}





/* Colors, borders, links, ... */


.grey_borders
{
	border-left: 3px solid #454545;
	border-right: 3px solid #454545;
	border-bottom: 3px solid #454545;	
}

.blue_text
{
	color: #123360;
}

#flash_notice
{
	color: #00e000;
	
	margin: 0px;
	padding: 0px;
}

a:link		{ color: #123360; text-decoration: none; }
a:visited	{ color: #471260; text-decoration: none; }
a:hover	{ color: #000; text-decoration: none; }
a:active	{ color: #000; text-decoration: none; }



/* Form styles */

input {
	border: 1px solid #666;
	background: #f8f8f8;
}

textarea {
	border: 1px solid #666;
	background: #f8f8f8;
}
