/* @group Tags */

/* body refers to the whole document */

body {
	background-color: white;
	color: #000000;
	margin: 0;
	padding: 0;
	font: 13px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

a {
	color: #069;
	text-decoration: underline;
}

/* hover refers to mouse over */

a:hover {
	text-decoration: none;
	color: #0044a9;
}

/* active refers to mouse down */

a:active {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #636;
}

a:visited:hover {
	color: #660b74;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

img {
	border-style: none;
	border-width: 0;
}

table {
	border-style: none;
	border-width: 0;
	padding: 0;
	margin: 0 0 1em;
}

/* td refers to cell tag*/

td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group IDs */

#header {
	height: 80px;
	max-width: 875px;
	white-space: nowrap;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 45px;
	overflow: hidden;
}

/* header left refers to the part with the logo */

#header #left {
	float: left;
	margin-right: 10px;
}

/* header right refers to the part with the language flags */

#header #right {
	text-align: right;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	float: none;
}

/* nav refers to the part with the navigation */

#nav {
	float: left;
	width: 190px;
	padding: 10px 10px 10px 25px;
}

/* content refers to the center part with text*/

#content {
	margin-left: 225px;
	text-align: justify;
	max-width: 650px;
	padding: 18px 45px 25px 25px;	/* padding means distance from the border */
	opacity: 1;	
}
	
/* @end */

/* @group Tags in IDs */

/* navigation is a ordered list in html */
.adress {
	font-size:11px;
	line-height:1em;
	font-family:Arial, Helvetica, sans-serif;
}
#nav ol {
	list-style: outside none;
	text-indent: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #105C8D;
	list-style-type: none;
}

#nav li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: inherit;
	padding-top: 7px;
	padding-bottom: 7px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Classes */

.text_small {
	font-size: 11px;
	line-height: 1.5em;
}

.text_big {
	font-size: 14px;
	line-height: 1.5em;
}

.imglist {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 100%;
	position: relative;
	clear: right;
}

.imglist_item {
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}

.image_flag {
	vertical-align: top;
	margin-bottom: 5px;
}

.lines td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #105C8D;
}

/* @end */
.image_in_text {
	margin: 5px;
	float: left;
}
