/* ###################### General Layout ###################### */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFFFFF;
	color:#000000;
}

#container {
}

#printheader {
	text-align: center;
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

#index {
	text-align:center;
	font-family:Book Antiqua;
	padding-top: 3%;
}

/* ###################### Navigation ###################### */

ul.navigation {
	display:none;
}

a.button {
	display:none;
}

a.button:hover {
	display:none;
}

#flags {
	display:none;
}

#flags img {
	display:none;
}

#flags img:hover{
	display:none;
}

.language select {
	display:none;
}

#search {
	display: none;
}

/* ###################### Content Area ###################### */

#content {
	font-family:Book Antiqua;
	text-align:justify;
}

/* ###################### Content Links ###################### */

a.contentlink:visited {
	color: #000000;
	text-decoration: none;
}

a.contentlink:hover {
	color: #000000;
	text-decoration: none;
}

a.contentlink {
	color: #000000;
	text-decoration: none;
}

.spamspan {
	color: #000000;
	text-decoration: none;
}

.spamspan:hover {
	color: #000000;
	text-decoration: none;
}

/* ###################### Footer ###################### */

#print {
	display:none;
}

#jump {
	display:none;
}

a.footer {
	display:none;
}

a.footer:hover {
	display:none;
}

/* ###################### Image Layout & Misc ###################### */

img {
	border: none;
}

img.right {
	margin: 10px 0 10px 17px;
}

img.left {
	margin: 10px 17px 10px 0;
}

img.centered {
	margin-left: auto;
	margin-right:auto;
}

img.border {
	background: #333333;
	display: block;
	padding: 3px;
}

.clearer {
	clear: both;
	font-size: 0;
	}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align:center;
}

.ad {
	display: none;
}

/* ###################### Headline and Paragraph Layouts ###################### */

h1 {
	font-weight:bold;
	font-size: 1.1em;
	margin: 20px 0 15px 0;
}

h2 {
	font-family:Book Antiqua;
	font-weight:normal;
	font-style: normal;
	text-decoration: underline;
	font-size: 1em;
	margin: 15px 0 10px 0;
}

h3 {
	font-family:Book Antiqua;
	text-align:justify;
	font-weight:bold;
	color: #000000;
	font-size: 1.0em;
	margin: 15px 0 10px 0;
}

h5 {
	font-family:Book Antiqua;
	text-align:justify;
	font-weight:bold;
	color: #000000;
	font-size: 0.9em;
	margin: 19px 0 3px 0;
}

p {
	margin: 20px 0 20px 0;
}

address {
	margin: 10px 0 10px 0;
	font-style: normal;
}

#content li {
	margin: 0;
	list-style-position: inside;
}

ol {
	list-style: decimal;
}

ul.newsletter {
	list-style: none;
}

.italic {
	font-style: italic;
}
