body {
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0px;
	text-align: left;
}
/* titles */
h1, h2 {
	font-family: arial narrow, arial, sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 1.5em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.3em;
}

/* laendergruppen banner at the head of the page */
tr.banner {
	background-color: #ff0;
}
td.banner {
	vertical-align: bottom;
	text-transform: uppercase;
	text-align: right;
	font-family: "Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	white-space: nowrap;
}
td.sidebar {
	width: 260px;
	padding-left: 10px;
}
td.banner a {
	font-family: arial narrow, arial, sans-serif;
	color: gray;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 15px;
}

/* anchor tags */
a {
	text-decoration: none;
	color: gray;
}
a.hover {
	text-decoration: underline;
	color: black;
}
a.unhover {
	text-decoration: none;
	color: gray;
}
a.topmenu, a.topmenuhover {
	/*letter-spacing: 0.2em;*/
}
a.sbmenu, a.sbmenuhover {
	font-family: arial narrow, arial, sans-serif;
	color: black;
	background-color: #ff0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
a.topmenuhover, a.sbmenuhover {
	text-decoration: underline;
}

h3 a {
	text-transform: uppercase;
}

/* tables */
table {
	text-align: justify;
	font-size: 15px;
	border-spacing: 0px;
}
table.alltogether {
	background-color: white;
	margin-top: 1em;
	padding: 2px;
}
td, th {
	vertical-align: top;
	padding-right: 20px;
}
th {
	font-weight: normal;
	font-style: italic;
}
table.lists {
	text-align: left;
}

/* teaser images for articles */
div.teaser-image {
	font-size: 0.8em;
}
div.teaser-image {
	float: left;
}
div.teaser-image img {
	padding-right: 12px;
	padding-bottom: 12px;
	margin-right: 10px;
}	

/* user defined strong - yellow! */
b {
	background-color: #ff0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.1em;
	padding-left: 0.1em;
}

/* editorial area */
div.edit {
	 border:solid 0.1em;
	 padding: 0.4em;
	 border-color: gray;
	 width: 187px; /* like visual appearance of amnesty logo! */
}
span.editcom, span.editcomattent {
	padding-left: 0.3em;
	padding-right: 0.3em;
	color: black;
	font-size:1.1em;
	font-family:monospace;
	text-decoration: none;
}
span.editcom {
	background-color: #ff0;
}
span.editcomattent {
	background-color: #ff0;
}
table.overview {
	border-style:solid;
	border-width: 1px;
}
table.overview td {
	padding: 0.2em;
	text-align: left;
	border-style:solid;
	border-width: 0.1em;
}
table.overview td.chiefeditor {
	background-color: #ffff00;
	color: black;
}
table.overview td.editor {
	background-color: gray;
	color: white;
}
/* download page */
table.download th, table.download td {
	padding-right: 1.2em;
}
table.download th.name {
	width: 140px;
}
table.download th.description {
	width: 490px;
}
table.download th.size {
	width: 50px;
}
table.download th.editorial {
	width: 45px;
}
table.download td {
	text-align: left;
	padding-bottom:10px
}
/* download categories */
table.downloadcat {
	width: 810px;
}
td.downloadcat, td.downloadcatgray {
	padding: 0.2em;
	margin: 1em;
}
td.downloadcatgray {
	background-color: #dddddd;
	width: 700px;
}
textarea.downloadcat {
	width: 690px;
}

