body {
	font: normal 62.5%/2em "Trebuchet MS", Verdana, Arial, Helvetica, sans serif;
	margin: 0;
	padding: 0;
	color: #7f7f7f;
	text-align: left;
	background-color: white;
}


/************************************
 * Basic elements
 *
 ************************************/

p {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #77b;
}

a:hover, a:active {
	text-decoration: underline;
	color: #55E;
}

a.hidden {
	position: absolute;
	height: 1px;
	width: 1px;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3 {
	margin: 1em 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	color: #7e7e7e;
}

h1 {
	font-weight: normal;
}
h2 {
	font-size: 145%;
	margin-bottom: 0.5em;
	/* border-top: 1px solid #ddd; */
	border-bottom: 2px solid #ccc;
	padding: 0.3em 0em  0.4em 0em;
	color: #7f7f7f;

}

h1 span {
	float: right; 
	color: #888;
}

h2 {
	
	font-size: 120%;
}

h3 {
	color: black;

}

sub {
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
    font-size: smaller;
}
   
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    font-size: smaller;
}

/************************************
 * Layout
 *
 ************************************/


#page {
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
	width: 808px;
}

#page.home { width: 860px; }


#header,
#header-home {
	margin: 120px 0 0px 0;
	clear: both;
	height: auto !important;
	color: black;
	background-color: white;	
	position: relative;
}


#header h1.maintitle {
	font-size: 44px;
	display: block;
	border: 0;
	color: #000;
	margin: 0;
	padding: 0 0 0 185px;
	height: 60px;
}
#header-home h1.maintitle { 
	font-size: 44px;
	display: block;
	border: 0;
	color: #000;
	margin: 0;
	padding: 0 0 0 211px;
	height: 60px;
}

#header #logo,
#header-home #logo {
	position: absolute;
	top: 0;
	left: 0;
}


#container {
	padding: 0 16px 2em 16px;
	background: white url('images/container-background.png') repeat-y top left;
	position: relative;
	clear: both;
	font-size: 120%;
}

.navigation {
	clear: both;
}

#page.home .navigation {
	padding-left: 26px; 
}
#content {
	padding: 0em 0em 1em 0em;
	margin: 0;
	margin-bottom: 2em;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	position: relative;
	border-bottom: 2px solid #ccc;
	clear: both;
}

#content.offline {
	padding-left: 165px;
	border: 0px;
}

#content.landing {
	/*padding-left: 165px;*/
	border: 0px;
}

#content #frontpage-image {
	margin-top: 12px;
	text-align: center;
	
}

#content table {
	border-collapse: collapse;
}

#content th {
	text-align: left;
	font-weight: normal;
}

#content td {
	vertical-align: top;
	padding: 1px;
	text-align: left;
}

#content td p {
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	padding-bottom: 16px;
	text-align: center;
	font-size: 1.1em;
	color: #9e9e9e;
	font-weight: 100;
}




	
/************************************ 
 * Forms
 *
 ************************************/

form {
}

label {
	display: block;
	clear: both;
	font-weight: bold;
	margin: 0 0 3px 0;
}

input.inputField {
	display: block;
	margin: 0 0 6px 0;
}

input.button {
}

/************************************ 
 * Items
 *
 ************************************/


div.itemEntry {
	clear: both;
	margin: 0;
	padding: 36px 0;
	border-bottom: 1px dotted #bbb;
	position: relative;
	
}

div.itemEntry p.link {
	float: left;
	width: 140px;
	height: 20px;
}


div.itemEntry.last {
	border-bottom: 0px solid #aaa;
	margin: 0 0 15px 0;
}

div#item_0 {
	border-top: 0px solid #ddd;
}

div.itemEntry div.leftParagraph {
	position: absolute;
	left: 0px;
	bottom: 36px;
	/* top: 100px; */
	width: 140px;
	text-align: left;
	padding: 0.3em 0.3em 0 0.3em;
	margin: 12px 0 16px 0;

}

div.itemEntry div.leftParagraph div.info {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #5d5d5d;
	border-top: 1px dotted #ccc;
	/* border-bottom: 1px dotted #ccc; */
	padding: 5px 5px 0 5px;
}

div.itemEntry div.black {
	color: #000;
}

div.itemEntry div.dark {
	color: #5d5d5d;
}

div.itemEntry div.light {
	color: #7f7f7f;
}

div.itemEntry div.leftParagraph span.eng {
	color: #666;
}
div.itemEntry div.rightParagraph {
	padding:  0em;
	width: 602px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	float: right;
}

div.itemEntry div.imageArea {
	text-align: center;
	margin: 12px 0;
}

div.itemEntry div.imageArea img {
	padding: 0px;
	padding: 0px;
	background: #fff;
}

div.itemEntry h2 {
	margin: 0;
	padding: 0;
}

/************************************ 
 * Fixes and special cases
 *
 ************************************/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.hidden {
	display: none;
} 

