/* general styles */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #333333;
}

a img	{
	border: 0px;	
}

input, button, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

p	{
	margin: 0cm 0cm 0.7cm 0cm;
}

i	{
	font-style: italic;
}

b	{
	font-weight: bold;
}

blockquote	{
	color: #999999;
	font-weight: bold;
	margin: 0cm 0cm 0.7cm 0cm;
}


/* general headers */

h1	{
	font-size: 220%;
	font-weight: normal;
	margin: 0px;
	font-style: italic;
}

h2	{
	font-size: 130%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}

h3	{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}


h4	{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}




/* hidden elements */

#mainNavi,
#subNavi,
.tools,
#quickSearch,
#mainImage,
#print,
#quickSearchFooter,
#footer a,
#languageSelection	{
	display: none;
}


/* layout */

#footer	{
	border-top: 1px solid black;
	padding: 0.1cm 0cm 1cm 0cm;
}

.articleImage	{
	float: right;
	margin: 0cm 0cm 0.4cm 0.4cm;
}

#pageHeading	{
	border-bottom: 3px solid #e0e0d2;  
	padding-bottom: 0.1cm;
	margin-bottom: 0.6cm;
}



/* figure table */

table.figureTable	{
	width: 100%;
	margin-bottom: 0.7cm;
	border-collapse: collapse;
	border-bottom: 3px solid #e0e0d2;
}

table.figureTable th	{
	vertical-align: top;
	font-weight: normal;
	background-color: #d1ff49;
	border-bottom: 3px solid #e0e0d2;
	padding: 0.1cm 0.2cm;
	text-align: right;
}

table.figureTable td	{
	vertical-align: top;
	padding: 0.1cm 0.2cm;
	text-align: right;
	border-bottom: 1px solid #e0e0d2;
}

table.figureTable .odd td	{
}

table.figureTable .odd th	{
	text-align: left;
	border-bottom: 1px solid #e0e0d2;
}


table.figureTable .even th	{
	text-align: left;
	border-bottom: 1px solid #e0e0d2;
}

table.figureTable .left	{text-align: left;}
table.figureTable .right	{text-align: right;}
table.figureTable .alert	{color: #990000;}


.box	{
	border: 1px solid #e0e0d2;
	margin-bottom: 0.7cm;
}

.boxContent	{
	margin: 0.5cm 0.5cm 0cm 0.5cm;
}